/*
THEME NAME: Jam3
THEME URI: http://www.jam3.com
DESCRIPTION: Custom theme for Jam3 built with Assembly Digital.
AUTHOR: Jam3 & Assembly Digital
Author URI: http://www.jam3.com
Version: 1.0
*/
/*
 *
 * General Mixins
 *
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maximum relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 *
 * Animation Keyframes and Related Mixins
 *
 */
@-webkit-keyframes iconSlideRight {
  0% {
    width: 20px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 20px;
  }
}
@keyframes iconSlideRight {
  0% {
    width: 20px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 20px;
  }
}
@keyframes iconSlideLeft {
  0% {
    width: 20px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 20px;
  }
}
@-webkit-keyframes iconSlideLeft {
  0% {
    width: 20px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 20px;
  }
}
.no-touch .zoomable {
  background-color: #252425;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .no-touch .zoomable img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 5s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 5s;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 5s;
    -ms-transition-delay: 0;
    -ms-transition-timing-function: ease-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: 5s;
    -o-transition-delay: 0;
    -o-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 5s;
    transition-delay: 0;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility-origin: hidden;
    -ms-backface-visibility-origin: hidden;
    -o-backface-visibility-origin: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 1000px;
    -moz-transform-origin: 1000px;
    -ms-transform-origin: 1000px;
    -o-transform-origin: 1000px;
    perspective: 1000px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .no-touch .zoomable:hover img {
    -webkit-transform: scale(1.03) rotate(0.1deg);
    -moz-transform: scale(1.03) rotate(0.1deg);
    -o-transform: scale(1.03) rotate(0.1deg);
    -ms-transform: scale(1.03) rotate(0.1deg);
    transform: scale(1.03) rotate(0.1deg);
  }
}
/*
 * Easing mixins
 */
/*
 * Post Navigation Animations
 */
@keyframes postNavImg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes postNavImg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
html {
  height: 100%;
}
body {
  color: #555555;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background-color: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width:992px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
img + span.play-button {
  pointer-events: none;
  display: none;
}
img {
  max-width: 100%;
}
img.gif-replace.responsive + span.play-button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 82px;
  height: 82px;
  margin: auto;
}
@media (max-width:992px) {
  .gpu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.gpuAll {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility-origin: hidden;
  -ms-backface-visibility-origin: hidden;
  -o-backface-visibility-origin: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 1000px;
  -moz-transform-origin: 1000px;
  -ms-transform-origin: 1000px;
  -o-transform-origin: 1000px;
  perspective: 1000px;
}
/*
 * Global Text Styles
 */
a {
  color: #666666;
  text-decoration: none;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
input:focus {
  outline: 0;
}
input:active {
  outline: 0;
}
[class~="btn"] span {
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .container {
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .container {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252425;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
i {
  font-style: normal;
}
#spin-container {
  width: 43px;
  z-index: 9000;
}
@media (min-width: 992px) {
  main[role="main"] {
    position: relative;
    margin-top: 100px;
  }
}
a.awards-btn {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width:992px) {
  a.awards-btn {
    display: block;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  a.awards-btn {
    margin-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  a.awards-btn {
    margin-right: 10px;
  }
}
a.awards-btn .icon-arrow-right {
  position: absolute;
  width: 15px;
  height: 14px;
  color: #aaaaaa;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width:992px) {
  a.awards-btn .icon-arrow-right {
    top: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  a.awards-btn .icon-arrow-right {
    left: 15px;
  }
}
@media (min-width: 992px) {
  a.awards-btn .icon-arrow-right {
    width: 15px;
    height: 14px;
    left: 15px;
  }
}
a.awards-btn div.btn-content {
  position: relative;
  top: -4px;
  left: -3px;
  font-spacing: 1px;
}
@media (max-width:992px) {
  a.awards-btn div.btn-content {
    left: -2px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  a.awards-btn div.btn-content {
    left: -3px;
    font-size: 14px;
    padding: 0 3px;
  }
}
@media (min-width: 992px) {
  a.awards-btn div.btn-content {
    left: -3px;
    font-size: 12px;
    top: -1px;
  }
}
a.awards-btn .icon-arrow-right:first-child {
  left: -40px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  a.awards-btn .icon-arrow-right:first-child {
    left: -25px;
  }
}
@media (min-width: 992px) {
  
}
a.awards-btn .link-arrow-container {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 21px;
  left: -5px;
  top: -2px;
  font-size: 24px;
  overflow: hidden;
}
@media (max-width:992px) {
  a.awards-btn .link-arrow-container {
    top: 3px;
  }
}
@media (min-width: 992px) {
  a.awards-btn .link-arrow-container {
    width: 43px;
    height: 14px;
    top: -2px;
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  a.awards-btn .link-arrow-container {
    left: -16px;
    top: 3px;
    overflow: visible;
  }
}
a.awards-btn:hover .icon-arrow-right {
  margin-left: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  a.awards-btn:hover .icon-arrow-right {
    margin-left: 55px;
  }
}
a.awards-btn .btn-divider {
  position: relative;
  top: -1px;
  margin-right: 15px;
}
header {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
header.entry-title,
header.page-title {
  text-align: center;
}
header.page-title {
  margin-bottom: 40px;
}
.big-header {
  margin-top: 1em;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .big-header {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .big-header {
    font-size: 70px;
    letter-spacing: 2px;
  }
}
.medium-header {
  display: none;
}
@media (min-width: 992px) {
  .medium-header {
    display: block;
    font-size: 56px;
  }
}
.module-header {
  font-size: 23px;
  text-align: left;
}
@media (min-width: 992px) {
  .module-header {
    font-size: 28px;
  }
}
.small-header {
  font-size: 23px;
}
@media (min-width: 992px) {
  .small-header {
    font-size: 18px;
  }
}
@media (max-width:992px) {
  .small-header.has-icon i.icon:before {
    font-size: 24px;
  }
}
.column-header {
  font-size: 14px;
  text-align: left;
}
p {
  margin-top: 0;
}
@media (min-width: 992px) {
  p:last-child {
    margin-bottom: 0;
  }
}
.callout {
  color: #252425;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}
@media (max-width:992px) {
  .callout {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:992px) and (min-width: 768px) and (max-width: 992px) {
  .callout {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  .callout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:992px) and (min-width: 992px) and (max-width: 1280px) {
  .callout {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:992px) and (min-width: 992px) and (max-width: 1640px) {
  .callout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .callout {
    line-height: 1;
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.callout span {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .callout span {
    font-size: 14px;
  }
}
.callout p {
  margin: 0;
}
.keyline {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .keyline {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline:after {
    height: 2px;
  }
}
.keyline:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  .keyline {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline:after {
    background-color: #dddddd;
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  .keyline {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .keyline {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .keyline {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline:after {
    height: 2px;
  }
}
.keyline-awards {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .keyline-awards {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-awards:after {
    height: 2px;
  }
}
.keyline-awards:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  .keyline-awards {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline-awards:after {
    background-color: #dddddd;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  .keyline-awards {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-awards:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .keyline-awards {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline-awards:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .keyline-awards {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-awards:after {
    height: 2px;
  }
}
.keyline-about {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .keyline-about {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-about:after {
    height: 2px;
  }
}
.keyline-about:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  .keyline-about {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline-about:after {
    background-color: #dddddd;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  .keyline-about {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-about:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .keyline-about {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .keyline-about:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .keyline-about {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .keyline-about:after {
    height: 2px;
  }
}
.keyline-work {
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  min-height: 1px;
  background-color: #dddddd;
  content: "";
  display: block;
  height: 2px;
  min-height: 2px;
  position: static;
  width: 40px;
}
@media (max-width:992px) {
  .keyline-work {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .keyline-work {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .keyline-work {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px;
    background-color: #dddddd;
    content: "";
    display: block;
    height: 2px;
    min-height: 2px;
    position: static;
    width: 40px;
  }
}
@media (min-width: 992px) and (max-width:992px) {
  .keyline-work {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .keyline-work {
    margin-top: 22px;
  }
}
@media only screen and (max-height: 650px) {
  .main-footer .social-links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .social-links {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-height: 570px) {
  .main-footer .site-info {
    display: none !important;
  }
}
@media only screen and (max-height: 400px) {
  .main-footer .site-info {
    display: none !important;
  }
}
.social-links {
  float: right;
  width: auto;
}
@media (max-width:992px) {
  .social-links {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .social-links {
    float: right;
    width: auto;
  }
}
@media (min-width: 992px) {
  .social-links {
    float: none;
    width: 100%;
  }
  article .social-links {
    float: right;
    width: auto;
  }
}
.social-links .separator {
  position: relative;
  left: 20px;
  top: 3px;
  font-size: 27px;
  color: #dddddd;
  display: none;
}
.social-links .twitter-wrap,
.social-links .facebook-wrap,
.social-links .google-wrap,
.social-links .share-wrap {
  display: inline-block;
  width: auto;
  margin: 0;
}
@media (max-width:992px) {
  .social-links .twitter-wrap,
  .social-links .facebook-wrap,
  .social-links .google-wrap,
  .social-links .share-wrap {
    width: 33.3333%;
    float: left;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .social-links .twitter-wrap,
  .social-links .facebook-wrap,
  .social-links .google-wrap,
  .social-links .share-wrap {
    width: auto;
    display: inline-block;
  }
}
.social-links .twitter-wrap:first-child,
.social-links .facebook-wrap:first-child,
.social-links .google-wrap:first-child,
.social-links .share-wrap:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
.social-links .twitter-wrap:last-child,
.social-links .facebook-wrap:last-child,
.social-links .google-wrap:last-child,
.social-links .share-wrap:last-child {
  padding-left: 10px;
}
.social-links .twitter-wrap .btn,
.social-links .facebook-wrap .btn,
.social-links .google-wrap .btn,
.social-links .share-wrap .btn {
  display: block;
  width: auto;
  padding: 5px;
}
@media (min-width: 992px) {
  .social-links .twitter-wrap .btn,
  .social-links .facebook-wrap .btn,
  .social-links .google-wrap .btn,
  .social-links .share-wrap .btn {
    padding: 3px;
  }
}
.social-links .twitter-wrap .btn .icon:before,
.social-links .facebook-wrap .btn .icon:before,
.social-links .google-wrap .btn .icon:before,
.social-links .share-wrap .btn .icon:before {
  color: #ffffff;
  font-size: 33px;
}
.social-links .google-wrap {
  margin: 0;
  float: none;
}
@media (max-width:992px) {
  .social-links .google-wrap {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .social-links .google-wrap {
    float: none;
  }
}
.social-links .share-wrap {
  padding-left: 10px;
}
@media (max-width:992px) {
  .social-links .share-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .social-links .share-wrap {
    display: none;
  }
}
.btn {
  border-radius: 2px;
  display: inline-block;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 23px 66px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .btn {
    padding: 11px 15px 12px 15px;
    width: auto;
  }
}
.btn:before {
  border-radius: 2px;
  content: '';
  background-color: #808080;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  transition: width 0.3s cubic-bezier(1, 0, 0, 1);
}
.btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.btn:hover.btn-light {
  color: #fff;
}
.btn:hover.btn-light .btn-divider {
  color: #fff;
}
.btn i.icon:before {
  color: #ffffff;
  font-size: 15px;
}
.btn.btn-dark {
  background-color: #252425;
  color: #fff;
}
.btn.btn-dark .btn-divider {
  color: #fff;
}
.btn.btn-dark i.icon:before {
  color: #ffffff;
}
.btn.btn-light {
  border: 2px solid #aaaaaa;
  color: #aaaaaa;
}
.btn.btn-light .btn-divider {
  color: #e2e2e2;
}
.btn.btn-light:before {
  background-color: #aaaaaa;
  border-radius: 1px;
}
.has-icon {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .has-icon {
    padding-left: 35px;
  }
}
.has-icon i.icon {
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 992px) {
  .has-icon i.icon {
    top: 0;
  }
}
@media (min-width: 992px) {
  .has-icon i.icon:before {
    color: #252425;
    font-size: 20px;
    font-size: 2rem;
  }
}
/*
 * Global Structure Styling
 */
.loadedContent {
  border-top: 1px solid #dddddd;
  width: 100%;
  top: -60px;
  top: 0;
  right: 0;
  position: absolute;
  left: 0;
  z-index: 900;
  overflow: hidden;
  text-align: left;
}
@media (min-width: 992px) {
  .loadedContent {
    border-top: none;
  }
}
.loadedContent.animate {
  -webkit-transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  -ms-transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */

  left: 0;
}
.loadedContent.visible {
  left: 0;
}
.loadedContent .poster-image {
  margin-top: 0;
}
.loadedContent .poster-image #posterContainer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  margin: auto;
}
.loadedContent .poster-image img {
  max-width: initial;
  width: auto;
}
@media (max-width:992px) {
  
}
@media (min-width: 768px) and (max-width: 992px) {
  .poster-image #posterContainer {
    margin: -5% 0 -5% 0;
  }
}
.hide-vertical-scrollbar {
  overflow-y: hidden;
}
main[role="main"] {
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  text-align: left;
}
main[role="main"]#particles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
}
@media (min-width: 992px) {
  main[role="main"]#particles {
    left: -100px;
    right: -100px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"]#particles {
    margin: 0;
    left: 0;
    right: 0;
  }
}
main[role="main"]#particles canvas {
  display: block;
}
@media (min-width: 992px) {
  main[role="main"] > section {
    background: #f7f7f7;
  }
}
main[role="main"] > article,
main[role="main"] .loadedContent article {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 992px) {
  main[role="main"] > article,
  main[role="main"] .loadedContent article {
    background: #f7f7f7;
  }
  main[role="main"] > article.work,
  main[role="main"] .loadedContent article.work {
    background: #f7f7f7;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"] > article,
  main[role="main"] .loadedContent article {
    max-width: 1080px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  main[role="main"] > article,
  main[role="main"] .loadedContent article {
    max-width: 100%;
  }
}
.content {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1640px) {
  .content {
    margin: 0 120px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .content {
    max-width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .content {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .content {
    background-color: #f7f7f7;
    border: none;
    padding-bottom: 100px;
    padding-top: 100px;
    min-width: 800px;
  }
  .content.grid {
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.content.no-padding {
  padding-top: 0;
}
.content.no-margin {
  margin: 0;
}
.content .entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.content .entry-content.border-bottom {
  border: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .content .entry-content.border-bottom {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px;
  }
}
.content .entry-content .wp-post-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content .entry-content .wp-post-image {
    margin-bottom: 40px;
  }
}
.mobile-padding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mobile-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .mobile-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .mobile-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  .mobile-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:992px) {
  main:after {
    content: "";
    display: table;
    clear: both;
  }
}
.module {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .module {
    padding-top: 35px;
  }
}
.module ul.module-item {
  list-style: none;
  padding: 0;
}
.module .module-item {
  margin-bottom: 5px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .module .module-item {
    margin-bottom: 30px;
  }
}
.module img {
  margin-bottom: 0 !important;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
@media (max-width:992px) {
  .row .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .row .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .row .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .row .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-huge-1,
.col-huge-2,
.col-huge-3,
.col-huge-4,
.col-huge-5,
.col-huge-6,
.col-huge-7,
.col-huge-8,
.col-huge-9,
.col-huge-10,
.col-huge-11,
.col-huge-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width:992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-huge-1,
  .col-huge-2,
  .col-huge-3,
  .col-huge-4,
  .col-huge-5,
  .col-huge-6,
  .col-huge-7,
  .col-huge-8,
  .col-huge-9,
  .col-huge-10,
  .col-huge-11,
  .col-huge-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-huge-1,
  .col-huge-2,
  .col-huge-3,
  .col-huge-4,
  .col-huge-5,
  .col-huge-6,
  .col-huge-7,
  .col-huge-8,
  .col-huge-9,
  .col-huge-10,
  .col-huge-11,
  .col-huge-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-huge-1,
  .col-huge-2,
  .col-huge-3,
  .col-huge-4,
  .col-huge-5,
  .col-huge-6,
  .col-huge-7,
  .col-huge-8,
  .col-huge-9,
  .col-huge-10,
  .col-huge-11,
  .col-huge-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-huge-1,
  .col-huge-2,
  .col-huge-3,
  .col-huge-4,
  .col-huge-5,
  .col-huge-6,
  .col-huge-7,
  .col-huge-8,
  .col-huge-9,
  .col-huge-10,
  .col-huge-11,
  .col-huge-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.clearfix-sm {
  display: none;
}
@media (max-width:992px) {
  .clearfix-sm {
    display: block;
  }
  .clearfix-sm:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .clearfix-sm {
    display: block;
  }
  .clearfix-sm:after {
    content: "";
    display: table;
    clear: both;
  }
}
.clearfix-lg {
  display: none;
}
@media (min-width: 992px) {
  .clearfix-lg {
    display: block;
  }
  .clearfix-lg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.centered,
.centered:first-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
/*
 * Wordpress Classes
 */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.pace {
  background-color: #fff;
  height: 4px;
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 0px;
  width: 100%;
}
.pace .pace-progress {
  background: #252425;
  height: 4px;
  -webkit-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  transition: width 0.5s cubic-bezier(1, 0, 0, 1);
}
.pace-inactive {
  display: none;
}
/* HomePage Button */
.homeButtons {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  padding-top: 250px;
  width: 672px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  direction: rtl;
}
.homeButtons:hover .btn {
  color: #0a0a0a;
}
.homeButtons:hover .btn .btn-divider {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  border-right: 2px solid #0f0f0f;
}
.homeButtons:hover .btn .link-arrow {
  margin-left: 55px;
}
.homeButtons:hover .btn span.workText:before {
  width: 100%;
  left: 0;
  right: auto;
}
.homeButtons .line {
  top: 0;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  border: 1px solid rgba(50, 50, 50, 0.9);
}
.homeButtons .divider {
  width: 25px;
  margin: 0% 3%;
  transform: translate(30%, 45%) rotate(120deg);
  height: 20px;
  display: inline-block;
  border-bottom: 1px solid rgba(50, 50, 50, 0.9);
}
.homeButtons #workText,
.homeButtons #reelText {
  line-height: 0.7;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
}
.homeButtons #reel-btn:hover ~ #work-btn .workText:before {
  width: 0%;
  right: 0;
  left: auto;
}
.homeButtons .btn {
  width: 100%;
  font-family: 'Catalog';
  font-size: 20px;
  padding: 28px 0px;
}
.homeButtons .btn:before {
  border-radius: 0px;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  content: none;
}
.homeButtons .btn.btn-white {
  color: #0f0f0f;
}
.homeButtons .btn span.workText:before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  bottom: -3px;
  width: 0%;
  border-bottom: 2px solid rgba(50, 50, 50, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
}
.homeButtons .btn span.reelText:before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  bottom: -3px;
  width: 0%;
  border-bottom: 2px solid rgba(50, 50, 50, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
}
.homeButtons .btn .btn-content {
  line-height: 0.75;
}
.homeButtons .btn .btn-divider {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 13px;
  border-right: 2px solid transparent;
  -webkit-transform: matrix(1, 0, 0, 0.01, 0, 0);
  -moz-transform: matrix(1, 0, 0, 0.01, 0, 0);
  -o-transform: matrix(1, 0, 0, 0.01, 0, 0);
  -ms-transform: matrix(1, 0, 0, 0.01, 0, 0);
  transform: matrix(1, 0, 0, 0.01, 0, 0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.homeButtons .btn.site-link {
  padding-left: 0px;
  width: auto;
}
.homeButtons .btn.site-link .link-arrow {
  background-image: none;
  background-size: 12px 7px;
  width: 12px;
  height: 7px;
  left: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homeButtons .btn.site-link div.btn-content {
  width: 200px;
  display: inline-block;
}
@media (min-width: 992px) {
  .homeButtons .btn.site-link div.btn-content {
    width: 145px;
  }
}
.homeButtons .btn.site-link .link-arrow:first-child {
  left: -40px;
  background-image: url('assets/img/icons/pixel_arrow.png');
}
.homeButtons .btn.site-link .link-arrow-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  left: 14px;
  top: 4px;
  width: 45px;
  height: 14px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
}
.homeButtons #reel-btn:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}
.homeVideoPlayer {
  position: relative;
  display: none;
  overflow-y: hidden;
}
@font-face {
  font-family: 'catalog';
  src: url('assets/fonts/catalog/catalog-regular-webfont.eot');
  src: url('assets/fonts/catalog/catalog-regular-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/catalog/catalog-regular-webfont.woff') format('woff'), url('assets/fonts/catalog/catalog-regular-webfont.ttf') format('truetype'), url('assets/fonts/catalog/catalog-regular-webfont.svg#catalog') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'catalog';
  src: url('assets/fonts/catalog/catalog-bold-webfont.eot');
  src: url('assets/fonts/catalog/catalog-bold-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/catalog/catalog-bold-webfont.woff') format('woff'), url('assets/fonts/catalog/catalog-bold-webfont.ttf') format('truetype'), url('assets/fonts/catalog/catalog-bold-webfont.svg#catalog') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'catalog';
  src: url('assets/fonts/catalog/catalog-italic-webfont.eot');
  src: url('assets/fonts/catalog/catalog-italic-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/catalog/catalog-italic-webfont.woff') format('woff'), url('assets/fonts/catalog/catalog-italic-webfont.ttf') format('truetype'), url('assets/fonts/catalog/catalog-italic-webfont.svg#catalog') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'uni';
  src: url('assets/fonts/uni/uni-sans-semi-bold-webfont.eot');
  src: url('assets/fonts/uni/uni-sans-semi-bold-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/uni/uni-sans-semi-bold-webfont.woff') format('woff'), url('assets/fonts/uni/uni-sans-semi-bold-webfont.ttf') format('truetype'), url('assets/fonts/uni/uni-sans-semi-bold-webfont.svg#uni') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uni';
  src: url('assets/fonts/uni/uni-sans-bold-webfont.eot');
  src: url('assets/fonts/uni/uni-sans-bold-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/uni/uni-sans-bold-webfont.woff') format('woff'), url('assets/fonts/uni/uni-sans-bold-webfont.ttf') format('truetype'), url('assets/fonts/uni/uni-sans-bold-webfont.svg#uni') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'uni';
  src: url('assets/fonts/uni/uni-sans-bolditalic-webfont.eot');
  src: url('assets/fonts/uni/uni-sans-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/uni/uni-sans-bolditalic-webfont.woff') format('woff'), url('assets/fonts/uni/uni-sans-bolditalic-webfont.ttf') format('truetype'), url('assets/fonts/uni/uni-sans-bolditalic-webfont.svg#uni') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'jamfont';
  src: url('assets/fonts/icon/jamfont.eot');
  src: url('assets/fonts/icon/jamfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/icon/jamfont.ttf') format('truetype'), url('assets/fonts/icon/jamfont.woff') format('woff'), url('assets/fonts/icon/jamfont.svg#jamfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Styles for Icons
 */
.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  color: #252425;
}
.icon:before {
  display: inline-block;
  font-family: 'jamfont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  text-indent: 0;
  font-size: 48px;
  line-height: 1;
  vertical-align: baseline;
  speak: none;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'jamfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-social_facebook:before {
  content: "\e903";
}
.icon-social_instagram:before {
  content: "\e904";
}
.icon-social_twitter:before {
  content: "\e905";
}
.icon-social_dribbble:before {
  content: "\e906";
}
.icon-zoom:before {
  content: "\e631";
}
.icon-cross:before {
  content: "\e62f";
}
.icon-pin:before {
  content: "\e610";
}
.icon-sort:before {
  content: "\e61C";
}
.icon-angle-left:before {
  content: "\e62c";
}
.icon-angle-right:before {
  content: "\e62b";
}
.icon-caret-down:before {
  content: "\e62d";
}
.icon-caret-up:before {
  content: "\e62a";
}
.icon-web:before {
  content: "\e623";
}
.icon-walk:before {
  content: "\e622";
}
.icon-interactive-film:before {
  content: "\e620";
}
.icon-ux:before {
  content: "\e003";
}
.icon-twitter:before {
  content: "\e61f";
}
.icon-twitter-final:before {
  content: "\e005";
}
.icon-arrowup:before {
  content: "\e60a";
}
.icon-technology:before {
  content: "\e61b";
}
.icon-tablet:before {
  content: "\e008";
}
.icon-strategy:before {
  content: "\e009";
}
.icon-storytelling:before {
  content: "\e61a";
}
.icon-storybook-final:before {
  content: "\e00b";
}
.icon-social:before {
  content: "\e00c";
}
.icon-share:before {
  content: "\e00d";
}
.icon-search:before {
  content: "\e618";
}
.icon-installation:before,
.icon-responsive:before {
  content: "\e600";
}
.icon-related:before {
  content: "\e615";
}
.icon-projects:before {
  content: "\e601";
}
.icon-process:before {
  content: "\e614";
}
.icon-arrow-right:before {
  content: "\e633";
}
.icon-phone:before {
  content: "\e628";
}
.icon-news:before {
  content: "\e609";
}
.icon-more:before {
  content: "\e621";
}
.icon-mobile:before {
  content: "\e605";
}
.icon-mail:before {
  content: "\e630";
}
.icon-info-final:before {
  content: "\e626";
}
.icon-ia:before {
  content: "\e01a";
}
.icon-html5:before {
  content: "\e01b";
}
.icon-home:before {
  content: "\e625";
}
.icon-careers:before {
  content: "\e635";
}
.icon-gplus:before {
  content: "\e632";
}
.icon-facebook:before {
  content: "\e61d";
}
.icon-facebook-final:before {
  content: "\e01e";
}
.icon-email:before {
  content: "\e01f";
}
.icon-discovery:before {
  content: "\e020";
}
.icon-desktop:before {
  content: "\e021";
}
.icon-data-vis:before {
  content: "\e617";
}
.icon-craft:before {
  content: "\e616";
}
.icon-contact:before {
  content: "\e613";
}
.icon-car:before {
  content: "\e619";
}
.icon-bus:before {
  content: "\e026";
}
.icon-blog:before {
  content: "\e027";
}
.icon-bike:before {
  content: "\e60f";
}
.icon-ttc:before {
  content: "\e61e";
}
.icon-awards:before {
  content: "\e60e";
}
.icon-analytics:before {
  content: "\e02a";
}
.icon-all:before {
  content: "\e607";
}
.icon-address:before {
  content: "\e02c";
}
.icon-current-location:before {
  content: "\e62e";
}
.icon-about:before {
  content: "\e604";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-phone-2:before {
  content: "\e628";
}
.icon-address-alt:before {
  content: "\e60d";
}
.icon-overview:before {
  content: "\e60c";
}
.icon-landscape:before {
  content: "\e606";
}
.icon-briefcase:before {
  content: "\e638";
}
.icon-reel:before {
  content: "\e634";
}
.icon-culture:before {
  content: "\e900";
}
.icon-vr:before {
  content: "\e90a";
  font-weight: bold !important;
}
#category-nav .icon-vr:before {
  margin-right: 5px;
  font-size: 20px !important;
}
.grid-container .icon-vr:before {
  font-size: 25px !important;
  margin-left: 3px;
  top: -3px;
  position: relative;
}
.icon-accessibility:before {
  content: "\e902";
}
.icon-internship:before {
  content: "\e907";
}
.icon-chatbot:before {
  content: "\e909";
}
@media (max-width:992px) {
  .icon-projects:before {
    content: "\e602" !important;
  }
  .icon-process:before {
    content: "\e611" !important;
  }
  .icon-about:before {
    content: "\e603" !important;
  }
  .icon-awards:before {
    content: "\e60b" !important;
  }
  .icon-contact:before {
    content: "\e612" !important;
  }
  .icon-news:before {
    content: "\e608" !important;
  }
  .icon-careers:before {
    content: "\e638" !important;
  }
  .icon-culture:before {
    content: "\e900" !important;
  }
  .icon-internship:before {
    content: "\e908" !important;
  }
  .icon-vr:before {
    left: 3px;
    position: relative;
  }
}
.blog-title {
  z-index: 100;
  position: relative;
  float: right;
}
.blog-title a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms ease;
}
.blog-title a:active {
  opacity: 0.5;
}
.main-header {
  position: fixed;
  height: 50px;
  width: 100%;
  background: #ffffff;
  padding: 17px 15px;
  padding-bottom: 0px;
  z-index: 1200 !important;
}
.main-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  body.home .main-header {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .main-header.cloak {
    visibility: hidden;
  }
}
@media (max-width:992px) {
  .main-header {
    border-bottom: 1px solid #dddddd;
  }
}
.main-header #menu-click-area {
  width: 50px;
  height: 50px;
  top: -18px;
  left: -15px;
  position: absolute;
  z-index: 100;
}
@media (min-width: 992px) {
  .main-header {
    height: auto;
    padding: 60px 0 19px 0px;
  }
  .main-header #menu-click-area {
    display: none;
  }
}
.main-header .main-header-inner {
  position: relative;
}
@media (max-width:992px) {
  .main-header .main-header-inner {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-header .main-header-inner {
    padding: 0 100px;
    margin: 0 auto;
  }
  .nav-exposed .main-header .main-header-inner {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .main-header .main-header-inner {
    max-width: 1080px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .main-header .main-header-inner {
    padding: 0 30px;
  }
  .nav-exposed .main-header .main-header-inner {
    padding: 0 30px;
  }
}
.main-header .main-header-inner h4.mobile {
  display: none;
}
@media (max-width:992px) {
  .main-header .main-header-inner h4 {
    display: none;
  }
  .main-header .main-header-inner h4.mobile {
    white-space: nowrap;
    color: #252425;
    display: none;
  }
}
.main-header .blog-title a {
  background-image: url("assets/img/jam3-logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  height: 23px;
  text-shadow: none;
  width: 51px;
  float: right;
  position: relative;
  top: -5px;
}
@media (max-width:992px) {
  .main-header .blog-title a {
    margin-right: 15px;
    background-position: right center;
    background-size: 87%;
    position: relative;
    top: -5px;
  }
}
.main-header h3 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.main-header h4 {
  color: #252425;
  display: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-property: color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-property: color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-property: color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 992px) {
  .main-header h4 {
    display: block;
  }
}
.header-inner-content {
  padding-right: 0px;
  padding-left: 10px;
}
@media (max-width:992px) {
  .header-inner-content {
    padding-left: 15px;
  }
}
/*
 * Main Navigation Functionality
 */
.menu-wrap {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-transform: matrix(1, 0, 0, 1, -281, 0);
  -moz-transform: matrix(1, 0, 0, 1, -281, 0);
  -o-transform: matrix(1, 0, 0, 1, -281, 0);
  -ms-transform: matrix(1, 0, 0, 1, -281, 0);
  transform: matrix(1, 0, 0, 1, -281, 0);
  left: 0;
  padding: 0 15px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  right: 0;
  bottom: 0;
  width: 281px;
  z-index: 1032;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width:992px) {
  .menu-wrap {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@media (max-width:992px) {
  .menu-wrap {
    overflow: auto;
    overflow-y: hidden;
    box-shadow: inset -5px 0px 5px rgba(236, 236, 236, 0.5);
  }
  .menu-wrap .main-nav li.icon-home {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-wrap {
    background: #fff;
    margin: 0;
    padding: 90px 40px 0 40px;
    width: 240px;
  }
}
.menu-wrap .social-links {
  float: none;
}
@media (max-width:992px) {
  .menu-wrap .social-links {
    border-bottom-color: #e6e6e6;
  }
}
@media (max-width:992px) {
  .menu-wrap .social-links li {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.menu-wrap .social-links li i:before {
  font-size: 30px !important;
}
.menu-wrap .social-links li:last-child i:before {
  left: -1px;
}
.menu-wrap .main-nav {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  overflow-x: visible;
}
.menu-wrap .main-nav ul {
  margin-top: 5px;
  padding: 0;
}
@media (max-width:992px) {
  .menu-wrap .main-nav ul {
    padding-top: 0px;
  }
}
.menu-wrap .main-nav li {
  display: block;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: margin-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width:992px) {
  .menu-wrap .main-nav li {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.menu-wrap .main-nav li:hover {
  margin-left: 15px;
}
@media (max-width:992px) {
  .menu-wrap .main-nav li:hover {
    margin-left: 0px;
  }
}
.menu-wrap .main-nav li:hover a {
  color: #252425;
}
.menu-wrap .main-nav li:hover:before {
  color: #252425;
}
.menu-wrap .main-nav li:before {
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 13px;
  color: #a4a4a4;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 992px) {
  .menu-wrap .main-nav li:before {
    font-size: 20px;
    top: 15px;
  }
}
@media (max-width:992px) {
  .menu-wrap .main-nav li:before {
    top: 9px;
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .menu-wrap .main-nav li.icon-culture:before {
    font-size: 14.5px;
    top: 17.5px;
    font-weight: bold;
  }
}
@media (max-width:992px) {
  .menu-wrap .main-nav li.icon-culture:before {
    top: 14.5px;
    left: 5px;
    font-size: 13px;
    font-weight: bold;
  }
}
.menu-wrap .main-nav li a {
  border-bottom: 1px solid #eaeaea;
  color: #a4a4a4;
  display: block;
  font-size: 14px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  transition: color 0.4s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  .menu-wrap .main-nav li a {
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width:992px) {
  .menu-wrap .main-nav li a {
    font-weight: normal;
    font-size: 14px;
    padding-left: 30px;
    border-bottom-color: #eaeaea;
  }
}
.menu-wrap .main-nav li ul.children a {
  border-bottom: 1px solid #f7f7f7;
}
.menu-wrap .main-nav li.current_page_item > a,
.menu-wrap .main-nav li.current_page_parent > a,
.menu-wrap .main-nav li.current_page_item:before,
.menu-wrap .main-nav li.current_page_parent:before {
  color: #252425;
}
@media (max-width:992px) {
  .menu-wrap .main-nav li.current_page_item a,
  .menu-wrap .main-nav li.current_page_parent a {
    font-weight: bold;
  }
}
.menu-wrap .main-nav li:last-child a {
  border: none;
}
.menu-wrap .main-nav .reel-icon:before {
  font-size: 19px;
  padding: 2px 6px;
}
.menu-wrap .main-nav .career-icon:before {
  font-size: 18px;
  padding: 0px 1px;
}
@media (max-width:992px) {
  .menu-wrap .main-nav .career-icon:before {
    padding: 2px 5px;
  }
}
.menu-wrap .main-nav a {
  color: #252425;
}
.container {
  height: 100%;
  position: relative;
}
.container #content-wrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
}
@media (max-width:992px) {
  
}
.home .container #content-wrap {
  left: 0;
  right: 0;
}
@media (max-width:992px) {
  .container #content-wrap {
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 101;
  }
}
.container .main-header {
  left: 0;
  top: 0;
  padding-left: 0;
  text-align: left;
  -webkit-transition: margin-left 0.25s linear;
  -moz-transition: margin-left 0.25s linear;
  -o-transition: margin-left 0.25s linear;
  transition: margin-left 0.25s linear;
}
@media (max-width:992px) {
  
}
@media (min-width: 992px) and (max-width: 1280px) {
  
}
.container.nav-exposed .main-header h4 span {
  color: #c0bdbf;
}
.container.nav-exposed .main-header h4 span a {
  color: #252425;
}
.container.nav-exposed i.nav-button span#hamburger {
  background-color: #c0bdbf;
  box-shadow: 0 5px #c0bdbf, 0 -5px #c0bdbf;
}
.nav-container {
  position: relative;
}
.nav-button {
  float: left;
  height: 13px;
  z-index: 10;
  margin-right: 19px;
  position: relative;
  line-height: 10px;
  font-size: 1px;
  vertical-align: text-top;
  /* OLD HAMBURGER
	span#hamburger {
		content: " ";
		background-color: #252425;
		display: block;
		box-shadow: 0 5px #252425, 0 -5px #252425;
		width: 100%;
		height: 3px;
		position: absolute;
		top: 50%;
		margin-top:-2px;
		z-index: 2;
		@media @tabletLandscape {
			&:after {
				content: " ";
				background-color: inherit;
				display: block;
				//box-shadow: 0 5px #252425, 0 -5px #252425;
				width: 2px;
				height: 15px;
				position: absolute;
				top: -6px;
				left: 38px;
				z-index: 2;

				body.home & {
					background-color: #0f0f0f;
				}
			}
			
		}
		//.transition-multiple(~"background-color, box-shadow",  0.3s, cubic-bezier(0.19, 1, 0.22, 1));
	}
	span.hover#hamburger {
		.transition(width 0.3s cubic-bezier(0.19, 1, 0.22, 1));
		background-color: #a4a4a4;
		box-shadow: 0 5px #a4a4a4, 0 -5px #a4a4a4;
		z-index: 3;
		width: 0%;
		right: 0px;
		left: auto;
		&:after {
			content: none;
		}
		@media @mobile {
			display: none;
		}
	}
	*/

  /*
	&:hover {
		// span#hamburger {
		// 	background-color: #a4a4a4;
		// 	box-shadow: 0 5px #a4a4a4, 0 -5px #a4a4a4;
		// }
		span.hover#hamburger {
			width: 100%;
			left: 0px;
			right: auto;
		}
	}
	*/

}
.nav-button.slide-left {
  -webkit-animation-name: iconSlideLeft;
  -moz-animation-name: iconSlideLeft;
  animation-name: iconSlideLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}
.nav-button.slide-right {
  -webkit-animation-name: iconSlideRight;
  -moz-animation-name: iconSlideRight;
  animation-name: iconSlideRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}
.nav-button div.hamburger {
  width: 20px;
  height: 13px;
  position: relative;
  margin-right: 19px;
  overflow: visible;
  line-height: 13px;
  font-size: 1px;
  float: left;
  cursor: pointer;
}
.nav-button div.hamburger .line {
  position: absolute;
  background-color: #252425;
  overflow: hidden;
  z-index: 1;
  width: 20px;
  height: 3px;
  left: 0px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.8s;
  -moz-transition-delay: 0.2s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.8s;
  -ms-transition-delay: 0.2s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.8s;
  -o-transition-delay: 0.2s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
@media (max-width:992px) {
  .nav-button div.hamburger .line {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.nav-button div.hamburger .line:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  height: 3px;
  background: #a4a4a4;
}
.nav-button div.hamburger .line:nth-child(1) {
  -webkit-transform-origin: 0px 1.5px;
  -moz-transform-origin: 0px 1.5px;
  -ms-transform-origin: 0px 1.5px;
  -o-transform-origin: 0px 1.5px;
  transform-origin: 0px 1.5px;
  top: 0px;
  z-index: 2;
}
.nav-button div.hamburger .line:nth-child(1):after {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.4s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.4s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.4s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.nav-button div.hamburger .line:nth-child(2) {
  top: 5px;
  z-index: 1;
  -webkit-transition: opacity 0.4s linear 0.5s;
  -moz-transition: opacity 0.4s linear 0.5s;
  -o-transition: opacity 0.4s linear 0.5s;
  transition: opacity 0.4s linear 0.5s;
}
.nav-button div.hamburger .line:nth-child(2):after {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.4s;
  -moz-transition-delay: 0.1s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.4s;
  -ms-transition-delay: 0.1s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.4s;
  -o-transition-delay: 0.1s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.nav-button div.hamburger .line:nth-child(3) {
  -webkit-transform-origin: 0px 1.5px;
  -moz-transform-origin: 0px 1.5px;
  -ms-transform-origin: 0px 1.5px;
  -o-transform-origin: 0px 1.5px;
  transform-origin: 0px 1.5px;
  top: 10px;
  z-index: 3;
}
.nav-button div.hamburger .line:nth-child(3):after {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.4s;
  -moz-transition-delay: 0.2s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.4s;
  -ms-transition-delay: 0.2s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.4s;
  -o-transition-delay: 0.2s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.nav-button div.hamburger:hover .line:after {
  width: 100%;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.container.nav-exposed .nav-button div.hamburger .line:nth-child(1) {
  -webkit-transform: translateY(-2px) rotate(45deg);
  -moz-transform: translateY(-2px) rotate(45deg);
  -o-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}
.container.nav-exposed .nav-button div.hamburger .line:nth-child(2) {
  -webkit-transition: opacity 0.4s linear 0s;
  -moz-transition: opacity 0.4s linear 0s;
  -o-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
  opacity: 0;
}
.container.nav-exposed .nav-button div.hamburger .line:nth-child(3) {
  -webkit-transform: translateY(2px) rotate(-45deg);
  -moz-transform: translateY(2px) rotate(-45deg);
  -o-transform: translateY(2px) rotate(-45deg);
  -ms-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}
.nav-button .nav-vertical-line {
  display: none;
}
@media (min-width: 992px) {
  .nav-button .nav-vertical-line {
    display: block;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    width: 2px;
    height: 13px;
    position: relative;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  body.home .nav-button .nav-vertical-line {
    background-color: #c0bdbf;
  }
  .container.nav-exposed .nav-button .nav-vertical-line {
    background-color: #f2f2f2;
  }
}
@media (max-width:992px) {
  .nav-button {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .nav-button {
    padding-left: 0px;
    margin-right: 19px;
  }
}
.nav-close-text {
  display: inline-block;
  vertical-align: text-top;
  position: absolute;
  top: -2px;
  left: 60px;
  font-weight: normal;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
body.nav-exposed .nav-close-text {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.3s;
  -moz-transition: opacity 0.5s linear 0.3s;
  -o-transition: opacity 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s;
}
.nav-close-text h4 {
  font-weight: normal;
  color: #c0bdbf;
}
.nav-button-text {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  top: -2px;
  font-weight: normal;
  z-index: 2;
  -webkit-transition: opacity 0.5s linear 0.3s;
  -moz-transition: opacity 0.5s linear 0.3s;
  -o-transition: opacity 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s;
}
body.nav-exposed .nav-button-text {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .nav-button-text {
    padding-left: 0px;
  }
}
@media (max-width:992px) {
  .nav-button-text {
    padding-left: 10px;
    margin-left: 15px;
  }
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  .nav-button-text {
    padding-left: 0px;
    margin-left: 0px;
  }
}
.nav-button-text h4 {
  font-weight: normal;
  float: left;
}
.nav-button-text h4 a,
.nav-button-text h4 a:visited,
.nav-button-text h4 a:active {
  color: #252425;
}
.nav-button-text h4 span:first-child {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #c0bdbf;
  position: relative;
  z-index: 2;
}
.nav-button-text .nav-back-arrow {
  float: left;
  position: relative;
  left: -3px;
  height: 20px;
  width: 0px;
  overflow: hidden;
}
@media (max-width:992px) {
  .nav-button-text .nav-back-arrow {
    display: none !important;
  }
}
.nav-button-text .nav-back-arrow .icon-arrow-right {
  font-size: 25px;
  line-height: 17px;
  position: relative;
  top: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  float: left;
  margin-right: 5px;
  color: #c0bdbf;
}
.nav-button-text.clickable .nav-back-arrow {
  cursor: pointer;
}
.nav-button-text.clickable .nav-back-arrow i {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-button-text.clickable h4 span:first-child,
.nav-button-text.clickable h4 a:first-child {
  cursor: pointer;
}
.nav-button-text.clickable h4 span:first-child {
  color: inherit;
}
.nav-button-text.clickable:hover .nav-back-arrow i {
  color: #c0bdbf !important;
}
.nav-button-text.clickable:hover h4 span:first-child,
.nav-button-text.clickable:hover h4 a:first-child {
  color: #c0bdbf;
}
body.home .nav-button-text {
  cursor: pointer;
}
body.home .nav-button-text:hover h4 span {
  color: #252425;
}
.nav-button-text-content {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  top: -2px;
  font-weight: normal;
  z-index: 2;
  -webkit-transition: opacity 0.5s linear 0.3s;
  -moz-transition: opacity 0.5s linear 0.3s;
  -o-transition: opacity 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s;
  display: block;
}
body.nav-exposed .nav-button-text-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .nav-button-text-content {
    padding-left: 0px;
  }
}
@media (max-width:992px) {
  .nav-button-text-content {
    padding-left: 10px;
    margin-left: 15px;
  }
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  .nav-button-text-content {
    padding-left: 0px;
    margin-left: 0px;
  }
}
.nav-button-text-content h4 {
  font-weight: normal;
  float: left;
}
.nav-button-text-content h4 a,
.nav-button-text-content h4 a:visited,
.nav-button-text-content h4 a:active {
  color: #252425;
}
.nav-button-text-content h4 span:first-child {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #c0bdbf;
  position: relative;
  z-index: 2;
}
.nav-button-text-content .nav-back-arrow {
  float: left;
  position: relative;
  left: -3px;
  height: 20px;
  width: 0px;
  overflow: hidden;
}
@media (max-width:992px) {
  .nav-button-text-content .nav-back-arrow {
    display: none !important;
  }
}
.nav-button-text-content .nav-back-arrow .icon-arrow-right {
  font-size: 25px;
  line-height: 17px;
  position: relative;
  top: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  float: left;
  margin-right: 5px;
  color: #c0bdbf;
}
.nav-button-text-content.clickable .nav-back-arrow {
  cursor: pointer;
}
.nav-button-text-content.clickable .nav-back-arrow i {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-button-text-content.clickable h4 span:first-child,
.nav-button-text-content.clickable h4 a:first-child {
  cursor: pointer;
}
.nav-button-text-content.clickable h4 span:first-child {
  color: inherit;
}
.nav-button-text-content.clickable:hover .nav-back-arrow i {
  color: #c0bdbf !important;
}
.nav-button-text-content.clickable:hover h4 span:first-child,
.nav-button-text-content.clickable:hover h4 a:first-child {
  color: #c0bdbf;
}
.nav-button-text-content h4 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.nav-button-text-content h4 .inner-holder {
  position: relative;
}
.nav-button-text-content span.dash-name {
  font-size: 17px;
  color: #c0bdbf;
  font-weight: normal;
}
@media (max-width:992px) {
  footer.main-footer {
    position: absolute;
    bottom: 17px;
    left: 15px;
    height: auto;
    width: 210px;
  }
}
footer.main-footer ul {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer.main-footer ul {
    margin-bottom: 17px;
    padding: 0 0 17px 0;
  }
}
footer.main-footer li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) {
  footer.main-footer li {
    margin-right: 3px;
  }
}
footer.main-footer .site-info {
  font-size: 12px;
  padding-bottom: 10px;
}
footer.main-footer .site-info p {
  display: flex;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #a4a4a4;
}
@media (max-width:992px) {
  footer.main-footer .site-info p {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
footer.main-footer .site-info p span:first-child {
  color: #252425;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  width: 14px;
}
footer.main-footer .site-info p span {
  display: inline;
}
footer.main-footer .site-info p a {
  color: #a4a4a4;
}
footer.main-footer .site-info i {
  font-size: 22px;
  margin-right: 10px;
  margin-left: -8px;
  line-height: 0px;
  height: 10px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
}
footer.main-footer .site-info i:before {
  color: #252425;
  display: inline-block;
  position: absolute;
  top: 6px;
}
footer.main-footer .site-info .icon-address-alt {
  font-size: 27px;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, -2, 1);
  -moz-transform: matrix(1.1, 0, 0, 1.1, -2, 1);
  -o-transform: matrix(1.1, 0, 0, 1.1, -2, 1);
  -ms-transform: matrix(1.1, 0, 0, 1.1, -2, 1);
  transform: matrix(1.1, 0, 0, 1.1, -2, 1);
}
footer.main-footer .site-info .icon-phone-2 {
  -webkit-transform: matrix(0.9, 0, 0, 0.9, 2, 0);
  -moz-transform: matrix(0.9, 0, 0, 0.9, 2, 0);
  -o-transform: matrix(0.9, 0, 0, 0.9, 2, 0);
  -ms-transform: matrix(0.9, 0, 0, 0.9, 2, 0);
  transform: matrix(0.9, 0, 0, 0.9, 2, 0);
}
footer.main-footer .btn {
  border-radius: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  footer.main-footer .btn {
    height: 30px;
    width: 30px;
    border-radius: 2px;
  }
}
footer.main-footer .btn span {
  float: left;
  text-indent: -99999px;
}
footer.main-footer .btn i {
  display: block;
  width: 100%;
  height: 100%;
}
footer.main-footer .btn i:before {
  color: #c0bdbf;
  display: block;
  font-size: 18px;
  line-height: 40px;
  left: 0;
  height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
}
@media (min-width: 992px) {
  footer.main-footer .btn i:before {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
footer#news-footer {
  background-color: #f7f7f7;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  footer#news-footer {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    padding: 35px 100px;
    position: fixed;
    width: 100%;
  }
}
footer#news-footer .news-share {
  float: left;
}
footer#news-footer .news-share h3 {
  color: #666666;
  display: none;
  letter-spacing: 1px;
  margin-right: 18px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer#news-footer .news-share h3 {
    display: inline-block;
    vertical-align: middle;
  }
}
footer#news-footer .news-share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
footer#news-footer .news-share ul li {
  display: inline-block;
  margin-right: 12px;
  list-style: none;
}
footer#news-footer a.smooth-scroll {
  float: right;
}
@media (min-width: 992px) {
  footer#news-footer a.smooth-scroll {
    display: none;
  }
}
/*
 *	POST NAVIGATION STYLES.
 *  Main navigation styles are found in header.less
 */
/*
 * Work and News post navigation styles.
 */
.post-navigation-wrap {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #dddddd;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  z-index: 1000;
}
@media (max-width:992px) {
  .post-navigation-wrap {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    height: 37px;
  }
}
@media (min-width: 992px) {
  .post-navigation-wrap {
    border: none;
    height: 1px;
    left: 100px;
    right: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .post-navigation-wrap {
    width: 1080px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .post-navigation-wrap {
    width: auto;
  }
}
.mobile-post-nav span.triangle {
  top: 11px;
}
#menu-content-overlay {
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1030;
  top: 0px;
  left: 0px;
  position: fixed;
}
@media (max-width:992px) {
  #menu-content-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.post-nav {
  position: absolute;
  z-index: 999;
  height: 35px;
  border-bottom: 1px solid #f7f7f7;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.3s cubic-bezier(1, 0, 0, 1);
  transition: width 0.3s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  .post-nav {
    border-bottom: none;
    top: 413px;
    width: 40px;
    height: 140px;
    overflow: hidden;
  }
}
@media (max-width:992px) {
  
}
.post-nav a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms ease;
  display: block;
  height: 100%;
  position: relative;
}
.post-nav a:active {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .post-nav a {
    width: 40px;
    height: 100px;
    background-color: #0f0f0f;
  }
}
.post-nav a:before {
  font-family: 'jamfont';
  font-size: 30px;
  color: #ffffff;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 999;
}
@media (min-width: 992px) {
  .post-nav a i.nav-btn {
    width: 0%;
  }
}
@media (max-width:992px) {
  
}
@media (min-width: 768px) and (max-width: 992px) {
  
}
.post-nav a i.nav-btn span.text {
  font-size: 12px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .post-nav a i.nav-btn span.text {
    display: none;
  }
}
.post-nav a i.nav-btn span.triangle {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
@media (min-width: 992px) {
  .post-nav a i.nav-btn span.triangle {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-nav a .post-wrap {
    position: absolute;
    top: 0;
    width: 190px;
    z-index: 1;
  }
}
.post-nav a .post-wrap .img-wrap {
  overflow: hidden;
  height: 100px;
  width: 190px;
  float: left;
  max-width: 190px;
  position: absolute;
  -webkit-transition: width 150ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 150ms cubic-bezier(1, 0, 0, 1);
  -o-transition: width 150ms cubic-bezier(1, 0, 0, 1);
  transition: width 150ms cubic-bezier(1, 0, 0, 1);
}
.post-nav a .post-wrap .img-wrap img {
  position: absolute;
  top: 0;
  height: 100px;
  width: 190px;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 1ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 1ms cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 1ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 1ms cubic-bezier(1, 0, 0, 1);
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.post-nav a .post-wrap h4 {
  width: 100%;
  top: 60px;
  color: #ffffff;
  background-color: #252425;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: absolute;
  max-height: 40px;
  -webkit-transition: top 350ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: top 350ms cubic-bezier(1, 0, 0, 1);
  -o-transition: top 350ms cubic-bezier(1, 0, 0, 1);
  transition: top 350ms cubic-bezier(1, 0, 0, 1);
}
.post-nav a .post-wrap h4 span {
  display: block;
  padding: 11px 11px 15px;
  overflow: hidden;
  width: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .post-nav:hover {
    width: 190px;
  }
  .post-nav:hover i.nav-btn {
    width: 100%;
  }
  .post-nav:hover .post-wrap h4 {
    top: 100px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .post-nav:hover .post-wrap .img-wrap {
    position: relative;
  }
  .post-nav:hover .post-wrap .img-wrap img {
    opacity: 1;
    transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
  }
}
.post-nav.prev-post {
  left: 0;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .post-nav.prev-post {
    border-radius: 0 2px 2px 0;
    padding-left: 0;
  }
  .post-nav.prev-post:hover a:before {
    right: 40px;
    -webkit-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    -moz-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    -o-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    transition: right 0.3s cubic-bezier(1, 0, 0, 1);
  }
  .post-nav.prev-post:hover .post-wrap {
    left: 0px;
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
  }
  .post-nav.prev-post:hover .post-wrap .img-wrap img {
    left: 0;
  }
}
.post-nav.prev-post a {
  float: left;
}
@media (min-width: 992px) {
  .post-nav.prev-post a:before {
    content: "\e62c";
    right: 0px;
    -webkit-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    -moz-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    -o-transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    transition: right 0.3s cubic-bezier(1, 0, 0, 1);
    transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
  }
}
.post-nav.prev-post a i.nav-btn {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .post-nav.prev-post a i.nav-btn {
    padding-left: 0;
    float: left;
  }
}
.post-nav.prev-post a i.nav-btn span.triangle {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #252425;
  left: 0;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .post-nav.prev-post .post-wrap {
    left: -190px;
    -webkit-transition: left 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: left 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transition: left 0.4s cubic-bezier(1, 0, 0, 1);
    transition: left 0.4s cubic-bezier(1, 0, 0, 1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .post-nav.prev-post .post-wrap .img-wrap {
    float: right;
    width: 190px;
    max-width: 190px;
    position: absolute;
  }
  .post-nav.prev-post .post-wrap .img-wrap img {
    position: absolute;
    top: 0;
    width: 190px;
  }
}
.post-nav.next-post {
  right: 0;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .post-nav.next-post {
    border-radius: 2px 0 0 2px;
    padding-right: 0;
  }
  .post-nav.next-post:hover a:before {
    left: 40px;
    -webkit-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    -moz-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    -o-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    transition: left 0.3s cubic-bezier(1, 0, 0, 1);
  }
  .post-nav.next-post:hover .post-wrap {
    right: 0px;
    transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
  }
  .post-nav.next-post:hover .post-wrap .img-wrap {
    float: right;
  }
  .post-nav.next-post:hover .post-wrap .img-wrap img {
    right: 0;
  }
}
.post-nav.next-post a {
  float: right;
}
@media (min-width: 992px) {
  .post-nav.next-post a:before {
    content: "\e62b";
    left: 0px;
    -webkit-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    -moz-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    -o-transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    transition: left 0.3s cubic-bezier(1, 0, 0, 1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
}
.post-nav.next-post a i.nav-btn {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .post-nav.next-post a i.nav-btn {
    padding-right: 0;
    float: right;
  }
}
.post-nav.next-post a i.nav-btn span.triangle {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #252425;
  margin-left: 5px;
  right: 0;
}
@media (min-width: 992px) {
  .post-nav.next-post a i.nav-btn span.triangle {
    display: none;
  }
}
.post-nav.next-post .post-wrap {
  right: -190px;
  -webkit-transition: right 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: right 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: right 0.4s cubic-bezier(1, 0, 0, 1);
  transition: right 0.4s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.post-nav.next-post .post-wrap .img-wrap {
  float: left;
  width: 190px;
  max-width: 190px;
  position: absolute;
}
.post-nav.next-post .post-wrap .img-wrap img {
  position: absolute;
  top: 0;
  width: 190px;
}
nav#category-nav {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f7;
  z-index: 999;
}
@media (min-width: 992px) {
  nav#category-nav {
    position: relative;
    float: left;
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
    padding: 0 20px;
    left: auto;
    top: auto;
    height: 80px;
    border-bottom: none;
    background: #fff;
  }
}
nav#category-nav ul {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  height: 80px;
}
nav#category-nav ul li {
  float: left;
}
nav#category-nav ul li a {
  color: #c0bdbf;
  font-weight: bold;
  display: block;
  padding: 13px 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  
}
@media (min-width: 992px) {
  nav#category-nav ul li a {
    color: #666666;
    padding: 22px 30px;
    font-weight: normal;
  }
  nav#category-nav ul li a.active {
    color: #ffffff;
  }
}
nav#category-nav ul li a span.pipe {
  font-weight: normal;
  margin: 0 16px 0 -16px;
  position: relative;
}
nav#category-nav ul li a span.pipe:before {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0px;
  width: 1px;
}
@media (min-width: 992px) {
  nav#category-nav ul li a span.pipe {
    display: none;
    margin: 0;
  }
}
nav#category-nav ul li > ul {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-bottom: 2px solid #dddddd;
  -webkit-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
  -moz-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
  transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  nav#category-nav ul li > ul {
    position: relative;
    left: auto;
    border-bottom: none;
  }
}
nav#category-nav ul li > ul.visible {
  max-height: 500px;
  -webkit-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1) 0.5s;
  -moz-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1) 0.5s;
  -o-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1) 0.5s;
  transition: max-height 0.8s cubic-bezier(1, 0, 0, 1) 0.5s;
}
nav#category-nav ul li > ul li {
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  nav#category-nav ul li > ul li {
    background-color: #252425;
  }
}
nav#category-nav.news-sorter {
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter {
    border: none;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul:first-child {
    border-right: 2px solid #353435;
    margin-right: -2px;
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul:last-child {
    border-left: 2px solid #353435;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li:hover > a {
    color: #4b4b4b;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li:hover > a i:before {
    right: -55px;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li:hover > a i:after {
    top: -10px;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
  }
}
nav#category-nav.news-sorter > ul > li > a {
  overflow: hidden;
}
nav#category-nav.news-sorter > ul > li > a > i {
  position: relative;
}
nav#category-nav.news-sorter > ul > li > a > i:before {
  display: inline-block;
  color: #252425;
  content: "\e62b";
  font-size: 14px;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > a > i:before {
    position: absolute;
    color: #ffffff;
    content: "\e62b";
    font-size: 34px;
    right: -12px;
    top: -9px;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > a > i:after {
    position: absolute;
    color: #ffffff;
    content: "\e62b";
    opacity: 0.6;
    font-size: 34px;
    right: -12px;
    top: -45px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
  }
}
nav#category-nav.news-sorter > ul > li > ul li {
  border-top: 1px solid #dddddd;
  position: relative;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > ul li {
    padding-left: 30px;
    padding-right: 30px;
    border-top: none;
    position: relative;
    top: 1px;
  }
  nav#category-nav.news-sorter > ul > li > ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    z-index: 0;
  }
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > ul li:hover {
    background-color: transparent;
    border-color: #252425;
  }
  nav#category-nav.news-sorter > ul > li > ul li:hover a {
    background-color: transparent;
  }
  nav#category-nav.news-sorter > ul > li > ul li:hover a:before {
    width: 100%;
  }
  nav#category-nav.news-sorter > ul > li > ul li:hover + li a {
    border-color: #252425;
  }
}
nav#category-nav.news-sorter > ul > li > ul li a {
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > ul li a {
    background-color: #252425;
    border-top: 2px solid #353435;
    padding-left: 0;
    padding-right: 0;
  }
}
nav#category-nav.news-sorter > ul > li > ul li a.no-border {
  border-color: #252425;
}
nav#category-nav.news-sorter > ul > li > ul li a:hover {
  background-color: #fcfcfc;
  color: #252425;
  border-color: #252425;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > ul li a:hover {
    background-color: transparent;
    color: #ffffff;
  }
}
nav#category-nav.news-sorter > ul > li > ul li a i:before {
  display: none;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter > ul > li > ul li a i:before {
    display: inline-block;
    position: relative;
    top: -3px;
  }
}
nav#category-nav.news-sorter li {
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter li {
    position: relative;
    background-color: #252425;
    border: none;
  }
}
nav#category-nav.news-sorter li a {
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter li a {
    font-size: 15px;
  }
}
nav#category-nav.news-sorter li a i {
  float: right;
}
nav#category-nav.news-sorter li a i:before {
  display: none;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter li a i:before {
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
    position: relative;
    right: -10px;
  }
}
nav#category-nav.news-sorter li ul li a {
  font-size: 14px;
}
@media (min-width: 992px) {
  nav#category-nav.news-sorter li ul li a {
    font-size: 15px;
  }
}
nav#category-nav.work-sorter {
  max-width: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 20;
  overflow: visible;
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  nav#category-nav.work-sorter {
    height: 80px;
    margin: 0;
    top: 100px;
    left: 100px;
    position: fixed;
    width: 100%;
    background: #fff;
  }
  .nav-exposed nav#category-nav.work-sorter {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  nav#category-nav.work-sorter {
    top: 100px;
    left: 0px;
  }
}
@media (max-width:992px) {
  nav#category-nav.work-sorter {
    height: 40px;
    left: 0px;
    overflow: visible;
  }
  nav#category-nav.work-sorter ul {
    width: 100%;
  }
}
nav#category-nav.work-sorter i.icon-sort {
  position: absolute;
  right: 10px;
  top: 12px;
}
nav#category-nav.work-sorter i.icon-sort:before {
  font-size: 19px;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter i.icon-sort {
    display: none;
  }
}
nav#category-nav.work-sorter ul {
  height: 40px;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul {
    height: auto;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    padding: 0;
    opacity: 0;
  }
  nav#category-nav.work-sorter ul .grey-back,
  nav#category-nav.work-sorter ul .dark-back {
    background: #9d9d9d;
    height: 80px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -2;
  }
  nav#category-nav.work-sorter ul .dark-back {
    background: #252425;
    z-index: -1;
    top: 0px;
    left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  nav#category-nav.work-sorter ul {
    width: 100%;
  }
}
nav#category-nav.work-sorter ul li {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li:first-child a {
    padding-left: 19px;
  }
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li:after {
    background-color: #575757;
    content: " ";
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
  }
}
nav#category-nav.work-sorter ul li:last-child:after {
  display: none;
}
nav#category-nav.work-sorter ul li a {
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  padding: 8px 15px;
  position: relative;
  color: #c0bdbf;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li a {
    padding: 32px 26px;
    opacity: 0.6;
    transition: opacity 0.3s linear;
  }
}
nav#category-nav.work-sorter ul li a:hover,
nav#category-nav.work-sorter ul li a.active {
  color: #fff;
  opacity: 1;
}
nav#category-nav.work-sorter ul li a:hover i:before,
nav#category-nav.work-sorter ul li a.active i:before {
  color: #fff;
}
nav#category-nav.work-sorter ul li a span {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li a span {
    font-size: 12px;
    line-height: 1.3;
  }
}
nav#category-nav.work-sorter ul li a.categories-button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms ease;
}
nav#category-nav.work-sorter ul li a.categories-button:active {
  opacity: 0.5;
}
@media (max-width:992px) {
  nav#category-nav.work-sorter ul li a.categories-button {
    padding: 0px;
    height: 40px;
    display: block;
    padding-left: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  nav#category-nav.work-sorter ul li a.categories-button span {
    color: #c0bdbf;
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
nav#category-nav.work-sorter ul li a i {
  float: left;
  margin-right: 15px;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li a i {
    margin-right: 6px;
    margin-top: -4px;
  }
}
nav#category-nav.work-sorter ul li a i:before {
  color: #5f5f5f;
  font-size: 16px;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li a i:before {
    font-size: 25px;
  }
}
nav#category-nav.work-sorter ul li ul {
  height: 45px;
  margin-top: 0px;
}
nav#category-nav.work-sorter ul li ul li {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  nav#category-nav.work-sorter ul li ul li {
    border: none;
  }
}
nav#category-nav.work-sorter ul li ul li a {
  padding: 13px 15px;
}
nav#category-nav.work-sorter ul li ul.sub-menu {
  border-bottom: none;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
nav#category-nav.work-sorter ul li ul.sub-menu li {
  line-height: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 14px 13px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f7f7f7;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms ease;
  padding: 0;
  margin: 0;
  line-height: 15px;
  color: #c0bdbf;
  font-weight: normal !important;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a:active {
  opacity: 0.5;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a i {
  float: left;
  margin-right: 13px;
  position: relative;
  top: -3px;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a i:before {
  color: #c0bdbf;
  font-size: 24px;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a i.icon-interactive-film:before {
  font-size: 26px;
  margin-left: -2px;
  margin-top: -2px;
}
nav#category-nav.work-sorter ul li ul.sub-menu li a span {
  font-size: 13px;
}
nav#category-nav.work-sorter ul li ul.sub-menu li.active {
  color: #252425;
  background-color: #f7f7f7;
}
nav#category-nav.work-sorter ul li ul.sub-menu li.active a span,
nav#category-nav.work-sorter ul li ul.sub-menu li.active a i {
  color: #252425;
}
nav#category-nav.work-sorter ul li ul.sub-menu li.active a i:before {
  color: #252425;
}
.grid-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-container .loadMore {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  z-index: 0;
}
.grid-container .loadMore:before {
  transition: none;
  display: none;
}
.grid-container .loadMore .link-arrow-container {
  display: inline-block;
  font-size: 21px;
  transform: translateY(2px) rotate(90deg);
  -webkit-transform: translateY(2px) rotate(90deg);
}
.grid-container .loadMore .btn-divider {
  display: none;
  margin: 0 6px 0 3px;
  top: -1px;
}
.grid-container .loaderDiv {
  position: absolute;
  height: 32px;
  width: 35px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.grid-container .loaderDiv.fade-in {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.grid-container .loaderDiv.is-spinning {
  -webkit-animation: infiniRotate 1s infinite;
  -moz-animation: infiniRotate 1s infinite;
  -ms-animation: infiniRotate 1s infinite;
  -o-animation: infiniRotate 1s infinite;
  animation: infiniRotate 1s infinite;
}
.grid-container .loaderDiv .spinner {
  -webkit-transform-origin: 50% 40% 0;
  -moz-transform-origin: 50% 40% 0;
  -ms-transform-origin: 50% 40% 0;
  -o-transform-origin: 50% 40% 0;
  transform-origin: 50% 40% 0;
}
@-webkit-keyframes infiniRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes infiniRotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes infiniRotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes infiniRotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes infiniRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.grid {
  position: absolute;
  list-style-type: none;
  padding: 0;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 35px auto 0 auto;
  z-index: 0;
  padding-top: 0px !important;
}
@media (min-width: 992px) {
  ul.grid {
    margin: 80px auto 0 0;
    max-width: 100%;
    overflow: hidden;
  }
  ul.grid:after {
    content: "";
    display: table;
    clear: both;
  }
  ul.grid li[data-mousedirection="direction-0"] span.grey-bg-wrap,
  ul.grid li[data-mousedirection="direction-2"] span.grey-bg-wrap {
    width: 100%;
    height: 90%;
  }
  ul.grid li[data-mousedirection="direction-0"] header,
  ul.grid li[data-mousedirection="direction-2"] header {
    visibility: visible !important;
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    width: 100%;
  }
  ul.grid li[data-mousedirection="direction-1"] header,
  ul.grid li[data-mousedirection="direction-3"] header,
  ul.grid li[data-mousedirection="direction-1"] span.grey-bg-wrap,
  ul.grid li[data-mousedirection="direction-3"] span.grey-bg-wrap {
    width: 90% !important;
    height: 100%;
  }
  ul.grid li[data-mousedirection="direction-1"] header,
  ul.grid li[data-mousedirection="direction-3"] header {
    visibility: visible !important;
  }
  ul.grid li[data-mousedirection="direction-0"] span.grey-bg-wrap {
    padding: 0 0 11px 0;
    background-image: url('assets/img/works-bg-0.png');
    background-position: 0 100%;
  }
  ul.grid li[data-mousedirection="direction-0"] header {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  ul.grid li[data-mousedirection="direction-0"]:hover img {
    position: relative;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
  }
  ul.grid li[data-mousedirection="direction-1"] span.grey-bg-wrap {
    background-image: url('assets/img/works-bg-3.png');
    background-position: 0 0;
    padding: 0 0 0 11px;
    width: 90% !important;
    height: 100%;
  }
  ul.grid li[data-mousedirection="direction-1"]:hover img {
    position: relative;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  ul.grid li[data-mousedirection="direction-2"] span.grey-bg-wrap {
    padding: 11px 0 0 0;
    background-image: url('assets/img/works-bg-2.png');
    background-position: 100% 0;
  }
  ul.grid li[data-mousedirection="direction-2"]:hover img {
    position: relative;
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  ul.grid li[data-mousedirection="direction-3"] span.grey-bg-wrap {
    padding: 0 11px 0 0;
    background-image: url('assets/img/works-bg-1.png');
    background-position: 100% 0;
  }
  ul.grid li[data-mousedirection="direction-3"]:hover img {
    position: relative;
    -webkit-transform: translateX(75%);
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%);
  }
}
ul.grid li {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  ul.grid li {
    width: 25%;
  }
}
ul.grid li.mix {
  opacity: 0;
  display: none;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility-origin: hidden;
  -ms-backface-visibility-origin: hidden;
  -o-backface-visibility-origin: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 1000px;
  -moz-transform-origin: 1000px;
  -ms-transform-origin: 1000px;
  -o-transform-origin: 1000px;
  perspective: 1000px;
}
ul.grid li.mix.hidden:after {
  top: 0;
}
ul.grid li.mix:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: top 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
ul.grid li.mix .image-overlay-color {
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  opacity: 0.90;
  top: 0;
  width: 100%;
}
ul.grid li .work {
  padding: 0;
}
@media (min-width: 992px) {
  ul.grid li:hover > article {
    height: 100%;
  }
  ul.grid li:hover > article .image-wrapper {
    height: 100%;
  }
  ul.grid li:hover > article .image-wrapper a img {
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  }
  ul.grid li:hover > article a {
    height: 100%;
  }
}
ul.grid li article {
  position: relative;
  overflow: hidden;
}
ul.grid li article .image-wrapper {
  display: block;
}
ul.grid li article .image-wrapper a {
  display: block;
  position: relative;
}
ul.grid li article .image-wrapper a .loadOverlay {
  left: 100%;
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a .loadOverlay {
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
  }
}
ul.grid li article .image-wrapper a img {
  width: 100%;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
ul.grid li article .image-wrapper a span.grey-bg-wrap {
  display: block;
}
ul.grid li article .image-wrapper a span.grey-bg-wrap span {
  background-color: #c0bdbf;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a span.grey-bg-wrap span {
    height: 100%;
  }
}
ul.grid li article .image-wrapper a .overlay {
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-top: 8%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility-origin: hidden;
  -ms-backface-visibility-origin: hidden;
  -o-backface-visibility-origin: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 1000px;
  -moz-transform-origin: 1000px;
  -ms-transform-origin: 1000px;
  -o-transform-origin: 1000px;
  perspective: 1000px;
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a .overlay {
    position: absolute;
    height: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media (max-width:992px) {
  ul.grid li article .image-wrapper a .overlay {
    z-index: 0;
  }
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a .overlay .pace {
    display: none;
  }
}
@media (max-width:992px) {
  ul.grid li article .image-wrapper a .overlay .pace {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
ul.grid li article .image-wrapper a .overlay > header {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  top: 50%;
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a .overlay > header {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width:992px) {
  ul.grid li article .image-wrapper a .overlay > header {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
ul.grid li article .image-wrapper a .overlay > header ul {
  margin-top: 15px;
  padding: 15px 0 0;
  position: relative;
  text-align: center;
  width: auto;
}
ul.grid li article .image-wrapper a .overlay > header ul:after {
  content: "";
  display: table;
  clear: both;
}
ul.grid li article .image-wrapper a .overlay > header ul:before {
  background-color: #868383;
  bottom: 0;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 0;
  width: 10px;
}
ul.grid li article .image-wrapper a .overlay > header ul li {
  display: inline;
  width: auto;
  float: none;
  height: auto !important;
}
ul.grid li article .image-wrapper a .overlay > header ul li i:before {
  color: #868383;
  font-size: 30px;
}
ul.grid li article .image-wrapper a .overlay .overlay-title,
ul.grid li article .image-wrapper a .overlay .overlay-sub-title {
  text-align: center;
  width: 100%;
  display: block;
}
ul.grid li article .image-wrapper a .overlay .overlay-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
  padding: 0 5px;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  ul.grid li article .image-wrapper a .overlay .overlay-title {
    color: #ffffff;
  }
}
@media (max-width:992px) {
  ul.grid li article .image-wrapper a .overlay .overlay-title {
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul.grid li article .image-wrapper a .overlay .overlay-sub-title {
  color: #868686;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  margin-top: 4px;
}
ul.grid .image-wrapper {
  background: #f7f7f7;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  ul.grid .image-wrapper {
    background: #c0bdbf;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
  }
}
ul.grid .image-wrapper a.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.grid .image-wrapper a {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  ul.grid .image-wrapper a {
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
ul.grid .image-wrapper .panel {
  float: left;
  overflow: hidden;
}
@media (min-width: 992px) {
  ul.grid .image-wrapper .panel {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width:992px) {
  ul.grid .image-wrapper img.panel {
    position: relative;
    z-index: 1;
  }
}
@media (max-width:992px) and (max-width:992px) {
  ul.grid .image-wrapper img.panel .gpu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.swipe-arrow {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  position: absolute;
  display: block;
  right: 55%;
  top: 50%;
  margin-top: -25px;
  height: 45px;
  width: 45px;
  z-index: 999;
  overflow: hidden;
}
@media (min-width: 992px) {
  .swipe-arrow {
    display: none !important;
  }
}
.swipe-arrow .swipe-text {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-family: uni;
}
.swipe-arrow .icon-angle-left {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.swipe-arrow .icon-angle-left:before {
  color: #ffffff;
  display: block;
  font-size: 36px;
  top: 2px;
  height: 14px;
  margin-left: 0px;
  position: absolute;
}
#fullscreen-gallery {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  background: #000;
  display: none;
  overflow: hidden;
  cursor: url('assets/img/icons/close-x.png'), auto;
}
#fullscreen-gallery.default-cursor {
  cursor: auto;
}
#fullscreen-gallery .nav-but {
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 100px;
  width: 50px;
  margin-top: -50px;
  z-index: 2;
  overflow: visible;
  background: #252425;
  -webkit-transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: left, right;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: left, right;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: left, right;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
#fullscreen-gallery .nav-but .thumb {
  height: 100px;
  width: 160px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0px;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#fullscreen-gallery .nav-but.prev {
  left: 0px;
}
#fullscreen-gallery .nav-but.prev .thumb {
  -webkit-transition: left 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -moz-transition: left 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -o-transition: left 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: left 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  left: -160px;
}
#fullscreen-gallery .nav-but.prev:before {
  content: "\e62c";
}
#fullscreen-gallery .nav-but.next {
  right: 0px;
}
#fullscreen-gallery .nav-but.next .thumb {
  -webkit-transition: right 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -moz-transition: right 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -o-transition: right 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: right 0.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  right: -160px;
}
#fullscreen-gallery .nav-but.next:before {
  content: "\e62b";
}
#fullscreen-gallery .nav-but:before {
  font-family: 'jamfont';
  font-size: 30px;
  color: #ffffff;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 1;
  -webkit-transition: margin-left 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin-left 0.3s cubic-bezier(1, 0, 0, 1);
  transition: margin-left 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#fullscreen-gallery .nav-but:hover:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#fullscreen-gallery .nav-but:hover.prev .thumb {
  left: 0px;
}
#fullscreen-gallery .nav-but:hover.prev:before {
  margin-left: -30px;
}
#fullscreen-gallery .nav-but:hover.next .thumb {
  right: 0px;
}
#fullscreen-gallery .nav-but:hover.next:before {
  margin-left: 30px;
}
#fullscreen-gallery .nav-but:hover.inactive.prev .thumb {
  left: -160px;
}
#fullscreen-gallery .nav-but:hover.inactive.next .thumb {
  right: -160px;
}
#fullscreen-gallery .nav-but.inactive.prev {
  left: -50px;
}
#fullscreen-gallery .nav-but.inactive.next {
  right: -50px;
}
#fullscreen-gallery .dot-page-indicator {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 3;
}
#fullscreen-gallery .dot-page-indicator .page {
  float: left;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #252425;
}
#fullscreen-gallery .dot-page-indicator .page.active {
  border: 3px solid #252425;
  background: transparent !important;
}
#fullscreen-gallery.white .dot-page-indicator .page {
  border-color: #fff;
  background: #fff;
}
#fullscreen-gallery .num-page-indicator {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  color: #252425;
}
@media (min-width: 992px) {
  #fullscreen-gallery .num-page-indicator {
    padding: 18px 12px 0;
  }
}
#fullscreen-gallery .num-page-indicator .current-number,
#fullscreen-gallery .num-page-indicator .total-number {
  float: left;
  position: relative;
  font-size: 36px;
  text-align: center;
}
#fullscreen-gallery .num-page-indicator .seperator {
  float: left;
  font-size: 18px;
  top: -18px;
  margin-right: 4px;
}
#fullscreen-gallery .num-page-indicator .current-number {
  top: -27px;
  margin-right: 3px;
}
#fullscreen-gallery .num-page-indicator .total-number {
  top: 0px;
}
#fullscreen-gallery.white .num-page-indicator {
  color: #fff;
}
#fullscreen-gallery .close {
  position: absolute;
  top: 380px;
  right: 140px;
  z-index: 3;
  width: 31px;
  height: 30px;
}
#fullscreen-gallery #gallery-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: visible;
}
#fullscreen-gallery #gallery-holder li {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
#fullscreen-gallery #gallery-holder li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  z-index: 1;
}
.video-player:-webkit-full-screen,
.video-player:-webkit-full-screen .video {
  width: 100%;
  height: 100%;
}
.video-player:-moz-full-screen,
.video-player:-moz-full-screen .video {
  width: 100%;
  height: 100%;
}
.video-player:-ms-full-screen,
.video-player:-ms-full-screen .video {
  width: 100%;
  height: 100%;
}
.video-player {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.play-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
}
.video-controls {
  width: 100%;
}
.video-controls .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 82px;
  width: 82px;
  overflow: hidden;
  cursor: pointer;
}
.video-controls .play-button .over,
.video-controls .play-button .out {
  position: absolute;
  z-index: 1;
}
.video-controls .play-button .over {
  position: absolute;
  z-index: 2;
  width: 0px;
  overflow: hidden;
}
.video-controls .loaderDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: 35px;
  /* Will be toggled by the script */

  visibility: hidden;
}
@-webkit-keyframes infiniRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes infiniRotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes infiniRotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes infiniRotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes infiniRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-controls .loader {
  -webkit-animation: infiniRotate 1s infinite;
  -moz-animation: infiniRotate 1s infinite;
  -ms-animation: infiniRotate 1s infinite;
  -o-animation: infiniRotate 1s infinite;
  animation: infiniRotate 1s infinite;
  -webkit-transform-origin: 50% 40% 0;
  -moz-transform-origin: 50% 40% 0;
  -ms-transform-origin: 50% 40% 0;
  -o-transform-origin: 50% 40% 0;
  transform-origin: 50% 40% 0;
}
.video-controls .bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 60px;
  width: 100%;
  background-color: #FFF;
  /* This will be set to 'visible' by the script */

  visibility: hidden;
}
.bottom-bar .progress-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  cursor: pointer;
}
@media (max-width:992px) {
  .bottom-bar .progress-container {
    width: 70%;
  }
}
/* Loaded and played bars */
.bottom-bar .progress-container .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.bottom-bar .progress-container .loaded {
  width: 0;
  background-color: #F0F0F0;
}
.bottom-bar .progress-container .played {
  width: 0;
  background-color: #E2E2E2;
}
.bottom-bar .progress-container .label-container {
  height: 100%;
  width: 100%;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.bottom-bar .progress-container .label-container .label {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bottom-bar .progress-container .label-container .total-time {
  text-align: right;
}
.bottom-bar .button-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
}
@media (max-width:992px) {
  .bottom-bar .button-container {
    width: 30%;
  }
}
.bottom-bar .button-container .button-wrapper {
  padding-right: 5px;
  position: absolute;
  top: 18px;
  right: 0;
  margin: auto;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0px;
}
.bottom-bar .button-container .button-wrapper .button {
  display: table-cell;
  cursor: pointer;
}
@media (min-width: 992px) {
  .bottom-bar .button-container .button-wrapper .button {
    padding-left: 20px;
  }
}
.bottom-bar .button-container .button-wrapper .button:hover {
  opacity: 0.7;
}
.bottom-bar .button-container .button-wrapper .play-toggle .pause-svg {
  /* This will be toggled by the script on click */

  display: none;
}
.bottom-bar .button-container .button-wrapper .fullscreen-svg:hover .path2 {
  /*-webkit-transform: translate(2px, -2px);*/

}
.mCSB_container {
  width: auto;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/

}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_draggerRail {
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */

  background: #000000;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
main[role="main"].about {
  /*article {
    left: 0px;
    right: 0px;
    width: 100%;

    .content {
      margin: 0px auto;

      .banner-image {
        margin-right: 0px;
        margin-left: 0px;
      }
    }
  }*/

}
main[role="main"].about header.page-title {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  main[role="main"].about header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].about header.page-title:after {
    height: 2px;
  }
}
main[role="main"].about header.page-title:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  main[role="main"].about header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].about header.page-title:after {
    background-color: #dddddd;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  main[role="main"].about header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].about header.page-title:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  main[role="main"].about header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].about header.page-title:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main[role="main"].about header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].about header.page-title:after {
    height: 2px;
  }
}
@media (max-width:992px) {
  main[role="main"].about {
    position: relative;
  }
  main[role="main"].about article {
    margin-top: 50px;
  }
  main[role="main"].about i.icon:before {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  main[role="main"].about header.page-title {
    margin-bottom: 40px;
  }
  main[role="main"].about .callout {
    margin-bottom: 20px;
  }
  main[role="main"].about .big-header {
    margin-top: 0px;
  }
  main[role="main"].about .keyline {
    padding-bottom: 33px;
  }
  main[role="main"].about .keyline:after {
    height: 2px;
  }
  main[role="main"].about .callout span {
    margin-bottom: 8px;
  }
}
main[role="main"].about .module {
  font-size: 17px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  main[role="main"].about .module .col-lg-6 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  main[role="main"].about .module .col-lg-4 {
    line-height: 20px;
  }
}
main[role="main"].about .module p {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  main[role="main"].about .module p {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].about .module .row .partners-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main[role="main"].about .module .row .partners-container {
    margin-top: 20px;
    overflow: hidden;
    height: 383px;
  }
}
main[role="main"].about .module-header {
  padding-top: 2px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  main[role="main"].about .module-header {
    letter-spacing: 1px;
  }
}
main[role="main"].about .module-header.has-icon {
  padding-left: 0px;
}
@media (min-width: 992px) {
  main[role="main"].about .module-header.has-icon {
    padding-left: 40px;
  }
}
main[role="main"].about .module-header.has-icon i.icon {
  margin-right: 6px;
  position: relative;
}
@media (min-width: 992px) {
  main[role="main"].about .module-header.has-icon i.icon {
    margin-right: 0px;
    position: absolute;
  }
}
main[role="main"].about .module-header.has-icon i.icon:before {
  font-size: 26px;
  line-height: 22px;
}
@media (min-width: 992px) {
  main[role="main"].about .module-header.has-icon i.icon:before {
    font-size: 34px;
  }
}
.about .entry-content.border-bottom {
  border-bottom: none;
}
@media (min-width: 992px) {
  .content.awards {
    padding-top: 0px;
  }
}
.content.awards h1.big-header {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
  margin-bottom: 19px !important;
}
@media (min-width: 992px) {
  .content.awards h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .content.awards h1.big-header:after {
    height: 2px;
  }
}
.content.awards h1.big-header:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  .content.awards h1.big-header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .content.awards h1.big-header:after {
    background-color: #dddddd;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  .content.awards h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .content.awards h1.big-header:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .content.awards h1.big-header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  .content.awards h1.big-header:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .content.awards h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .content.awards h1.big-header:after {
    height: 2px;
  }
}
.content.awards header.page-title {
  margin-bottom: 19px;
}
.content.awards .callout {
  position: relative;
}
@media (min-width: 992px) {
  .content.awards .callout span {
    margin-bottom: 10px;
  }
}
.content.awards .callout.keyline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 1px;
}
.content.awards .callout.keyline:after {
  background-color: #dddddd;
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}
@media (min-width: 992px) {
  .content.awards .callout.keyline {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .content.awards .callout.keyline:after {
    margin-left: -200px;
    width: 400px;
  }
}
@media (max-width:992px) {
  .award-counts {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .award-counts {
    padding-bottom: 40px;
  }
}
.award-counts h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .award-counts h3 {
    font-size: 15px;
  }
}
.award-counts ul {
  padding: 0;
  margin: 0;
}
.award-counts li {
  color: #252425;
  display: inline-block;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-bottom: -1px;
}
@media (max-width:992px) {
  .award-counts li {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .award-counts li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .award-counts li.keyline-award:after {
    margin-left: auto;
    margin-right: auto;
    background-color: #dddddd;
    content: "";
    display: block;
    height: 2px;
    position: static;
    width: 90%;
  }
}
.award-counts li.cannes-lion img {
  margin-left: 23%;
}
.award-counts li.the-one-show img {
  margin-left: 11%;
}
.award-counts li.fitc img {
  margin-left: 26%;
}
.award-counts li.awwwards img {
  margin-left: 29%;
}
.award-counts li.communication-arts img {
  margin-left: 20%;
}
.award-counts li.emmy img {
  margin-left: 25%;
}
.award-counts li.dad img {
  margin-left: 29%;
}
.award-counts li.webby img {
  margin-left: 37%;
}
.award-counts li.sxsw img {
  margin-left: 21%;
}
.award-counts li.pixel-awards img {
  margin-left: 26%;
}
.award-counts li.net-awards img {
  margin-left: 27%;
}
.award-counts li.davey-awards img {
  margin-left: 5%;
}
.award-counts li.creative-sandbox img {
  margin-left: 4%;
}
.award-counts li.marketing-awards img {
  margin-left: 33%;
}
.award-counts li.digi-awards img {
  margin-left: 33%;
}
.award-counts li.adobe-cutting-edge img {
  margin-left: 31%;
}
.award-counts li:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .award-counts li:hover .single-award-wrap .btn {
    visibility: visible;
  }
}
.award-counts li .single-award-wrap {
  padding: 0px 10px 14px;
}
@media (max-width:992px) {
  .award-counts li .single-award-wrap {
    padding: 0px 14px 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .award-counts li .single-award-wrap {
    padding: 0px 10px 40px;
  }
}
.award-counts li .single-award-wrap .animatedBG {
  position: absolute;
  background: #fff;
  z-index: 1;
}
.award-counts li .single-award-wrap img {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
@media (max-width:992px) {
  .award-counts li .single-award-wrap img {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .award-counts li .single-award-wrap img {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .award-counts li .single-award-wrap img {
    max-width: 75%;
    padding: 20px 0 0;
  }
}
.award-counts li .single-award-wrap .count-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .award-counts li .single-award-wrap .count-wrap {
    margin-bottom: 15px;
  }
}
.award-counts li .single-award-wrap .count-wrap span.times-icon {
  font-size: 14px;
  font-weight: bold;
  margin-right: -5px;
}
.award-counts li .single-award-wrap .btn {
  display: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .award-counts li .single-award-wrap .btn {
    display: inline-block;
    visibility: hidden;
    padding: 12px 20px;
  }
}
.award-counts li .single-award-wrap .btn.btn-light:hover {
  color: #aaaaaa;
}
.award-counts li .single-award-wrap .btn.btn-light:hover:before {
  content: none;
}
.award-counts li .single-award-wrap .btn.btn-light > span {
  width: 34px;
}
.award-counts li .single-award-wrap .btn .btnBorder {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
}
#awardsTable {
  border-top: 4px solid #dddddd;
  border-spacing: 12px;
  width: 100%;
  padding: 0 4%;
  display: none;
}
@media (min-width: 992px) {
  #awardsTable {
    display: table;
    padding: 0;
  }
}
#awardsTable th,
#awardsTable td {
  text-align: left;
  padding: 24px 0;
  font-size: 20px;
}
#awardsTable th {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold;
  padding-bottom: 30px;
}
#awardsTable th.sort-header {
  border-bottom: 1px solid #dddddd;
}
#awardsTable th.sort-header i {
  float: right;
}
#awardsTable th.sort-header.sort-down,
#awardsTable th.sort-header.sort-up {
  color: #252425;
  border-bottom: 1px solid #252425;
}
#awardsTable th.sort-header:hover {
  color: #252425;
  border-bottom: 1px solid #252425;
}
#awardsTable th.sort-header.sort-up i:before {
  font-family: 'jamfont';
  content: "\e629";
  font-style: normal;
  font-size: 21px;
}
#awardsTable th.sort-header i:before,
#awardsTable th.sort-down i:before {
  font-family: 'jamfont';
  content: "\e627";
  font-style: normal;
}
#awardsTable tr td {
  border-top: 1px solid #dddddd;
  font-size: 20px;
  width: 33.333%;
  border-spacing: 0px;
  padding-top: 28px;
  padding-bottom: 16px;
}
#awardsTable tr td a {
  color: #555555;
}
#awardsTable tr td .underlineContainer {
  position: relative;
  width: auto;
  display: inline-block;
}
#awardsTable tr td .underlineContainer .underline {
  width: 0;
  border-bottom: 1px solid #000;
}
#awardsTable tr td:nth-child(1) {
  border-color: #252425;
  width: 16.6665%;
  color: #252425;
  font-weight: bold;
  font-size: 32px;
  line-height: 24px;
}
#awardsTable tr td:nth-child(2) {
  width: 16.6665%;
}
#awardsTable tr:nth-child(1) td {
  border-top: none;
  padding: 18px 0;
}
#awardsTable tr .btn-preview {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#awardsTable tr .btn {
  width: 88px;
  height: 42px;
  visibility: visible;
  position: absolute;
  display: inline-block;
  border: 2px solid #000;
  margin-top: -18px;
  margin-left: 10px;
  padding: 0;
  opacity: 0;
}
#awardsTable tr .btn .btn-preview {
  position: absolute;
}
#awardsTable tr .btn .btnBorder {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #f7f7f7;
}
#awardsTable tr .btn img {
  width: 100%;
  height: 100%;
}
/*
 * News Landing Page
 */
@media (min-width: 992px) {
  nav#category-nav.news-sorter {
    height: 62px;
    width: 65.6%;
    margin-right: 3.3%;
    padding: 0;
  }
  nav#category-nav.news-sorter ul {
    height: auto;
  }
  nav#category-nav.news-sorter > ul {
    height: 62px;
  }
  main.news .content {
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  main.news .content header {
    padding: 0px;
  }
  main.news .content header h1 {
    margin-top: -10px;
  }
  main.news .content header.entry-title {
    padding-bottom: 30px;
  }
  main.news .content article {
    padding: 5px 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main.news .content {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (min-width: 1580px) {
  main.news .content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1640px) {
  main.news .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
form#searchform {
  margin-top: 0px;
  display: none;
  float: right;
  width: 30%;
  border-left: 3px solid #dadbda;
  padding-left: 10px;
}
@media (min-width: 992px) {
  form#searchform {
    display: block;
    height: 61px;
    float: left;
  }
}
form#searchform div {
  position: relative;
  height: 100%;
  padding-top: 17px;
}
@media (min-width: 992px) {
  form#searchform #textCursor {
    display: none;
  }
}
form#searchform #placeHolder {
  display: none;
  position: relative;
  left: 10px;
  bottom: 2px;
  cursor: default;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 150;
}
form#searchform input {
  -webkit-appearance: none;
}
form#searchform input[type="submit"] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  border: none;
  height: 20px;
  padding: 0;
  position: absolute;
  width: 16px;
  z-index: 2;
  outline: none;
}
@media (min-width: 992px) {
  form#searchform input[type="submit"] {
    left: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
}
form#searchform input[type="text"] {
  position: relative;
  width: 150px;
  display: inline-block;
  margin-left: 15px;
  background: transparent;
  z-index: 100;
  border: none;
  cursor: default;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a4a4a4;
}
form#searchform input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
form#searchform input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
form#searchform input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
form#searchform input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
form#searchform input[type="text"]:focus::-webkit-input-placeholder {
  /* WebKit browsers */

  opacity: 0;
}
form#searchform input[type="text"]:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  opacity: 0;
}
form#searchform input[type="text"]:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  opacity: 0;
}
form#searchform input[type="text"]:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  opacity: 0;
}
form#searchform i {
  display: inline-block;
  height: 20px;
  margin-bottom: -3px;
  position: relative;
  width: 20px;
}
form#searchform i:before {
  font-size: 40px;
  position: absolute;
  top: -7px;
  color: #929292;
}
form#searchform .screen-reader-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (max-width:992px) {
  nav#category-nav.news-sorter {
    height: 46px;
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  nav#category-nav.news-sorter > ul {
    height: 45px;
    width: 50%;
    float: left;
  }
  nav#category-nav.news-sorter > ul > li > a {
    padding-bottom: 0px;
    padding-top: 15px;
    height: 45px;
  }
  nav#category-nav.news-sorter > ul > li > ul {
    height: auto;
    border: none;
    -webkit-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
    -moz-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
    -o-transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
    transition: max-height 0.8s cubic-bezier(1, 0, 0, 1);
  }
  nav#category-nav.news-sorter > ul > li > ul li {
    background: #f7f7f7;
  }
  nav#category-nav.news-sorter > ul > li > ul li a {
    font-size: 13px;
    font-weight: normal;
    color: #c0bdbf;
  }
  nav#category-nav.news-sorter > ul > li > ul li:last-child {
    border-bottom: 2px solid #ddd;
  }
  nav#category-nav.news-sorter > ul i:before {
    content: "\e61C" !important;
    font-size: 18px !important;
  }
  nav#category-nav.news-sorter > ul .sub-cat-title,
  nav#category-nav.news-sorter > ul .cat-title {
    font-size: 11px;
  }
  nav#category-nav.news-sorter > ul .sub-cat-title {
    padding-left: 20px;
  }
  nav#category-nav.news-sorter > ul.sub-cat > li > a {
    padding-left: 0px;
  }
  nav#category-nav.news-sorter > ul.sub-cat .pipe {
    position: absolute;
    width: 1px;
    background: #ddd;
    height: 15px;
    margin: 0;
    top: 15px;
    display: block;
  }
  nav#category-nav.news-sorter > ul.sub-cat .pipe:bofore {
    display: none;
  }
}
.blog .content,
.search .content,
.four04 .content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.blog .content:after,
.search .content:after,
.four04 .content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog .content,
  .search .content,
  .four04 .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .blog .content,
  .search .content,
  .four04 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .blog .content,
  .search .content,
  .four04 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  .blog .content,
  .search .content,
  .four04 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .blog .content,
  .search .content,
  .four04 .content {
    display: block;
  }
}
.blog .news-wrap,
.search .news-wrap,
.four04 .news-wrap {
  -webkit-transition: opacity 0.25s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  float: left;
  margin-top: 55px;
  width: 100%;
}
.blog .news-wrap:after,
.search .news-wrap:after,
.four04 .news-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .blog .news-wrap,
  .search .news-wrap,
  .four04 .news-wrap {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog .news-wrap,
  .search .news-wrap,
  .four04 .news-wrap {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .blog .news-wrap.fade,
  .search .news-wrap.fade,
  .four04 .news-wrap.fade {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
.blog .page-title,
.search .page-title,
.four04 .page-title {
  padding: 0 20px;
  text-align: left;
  display: none;
}
.blog .page-title a,
.search .page-title a,
.four04 .page-title a {
  color: #252425;
}
@media (min-width: 992px) {
  .blog .page-title,
  .search .page-title,
  .four04 .page-title {
    display: block;
    margin-bottom: 28px;
  }
  .blog .page-title h1,
  .search .page-title h1,
  .four04 .page-title h1 {
    text-align: left;
  }
  .blog .page-title h1 span.title-slash,
  .search .page-title h1 span.title-slash,
  .four04 .page-title h1 span.title-slash {
    color: #dddddd;
    font-weight: normal;
  }
}
.blog article,
.search article,
.four04 article {
  margin-bottom: 20px;
}
.blog article:after,
.search article:after,
.four04 article:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .blog article,
  .search article,
  .four04 article {
    float: left;
    margin-bottom: 20px;
    margin-right: 3.3%;
    width: 31.1%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article,
  .search article,
  .four04 article {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .blog article:nth-child(even),
  .search article:nth-child(even),
  .four04 article:nth-child(even) {
    margin-right: 0;
  }
  .blog article:nth-child(odd):after,
  .search article:nth-child(odd):after,
  .four04 article:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  .blog article,
  .search article,
  .four04 article {
    height: 360px !important;
  }
}
@media (min-width: 992px) {
  .blog article:hover .image-wrapper,
  .search article:hover .image-wrapper,
  .four04 article:hover .image-wrapper {
    opacity: 0.6;
  }
}
.blog article .image-wrapper,
.search article .image-wrapper,
.four04 article .image-wrapper {
  float: left;
  width: 50%;
}
@media (min-width: 992px) {
  .blog article .image-wrapper,
  .search article .image-wrapper,
  .four04 article .image-wrapper {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
}
.blog article .image-wrapper:hover + header div.hoverTitle,
.search article .image-wrapper:hover + header div.hoverTitle,
.four04 article .image-wrapper:hover + header div.hoverTitle {
  width: 100%;
}
.blog article .image-wrapper img,
.search article .image-wrapper img,
.four04 article .image-wrapper img {
  width: 100%;
}
@media (min-width: 992px) {
  .blog article .image-wrapper,
  .search article .image-wrapper,
  .four04 article .image-wrapper {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article .image-wrapper,
  .search article .image-wrapper,
  .four04 article .image-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .blog article .image-wrapper,
  .search article .image-wrapper,
  .four04 article .image-wrapper {
    margin-right: 5px;
    width: 50%;
  }
}
.blog article .image-wrapper a,
.search article .image-wrapper a,
.four04 article .image-wrapper a {
  display: block;
}
.blog article header,
.search article header,
.four04 article header,
.blog article .entry-content,
.search article .entry-content,
.four04 article .entry-content {
  font-size: 14px;
  padding-left: 5px;
  width: 50%;
  float: right;
  margin: 0;
}
@media (min-width: 992px) {
  .blog article header,
  .search article header,
  .four04 article header,
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article header,
  .search article header,
  .four04 article header,
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    font-size: 21px;
    float: none;
    padding-left: 0;
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width:767px) {
  .blog article header,
  .search article header,
  .four04 article header,
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    width: 47%;
  }
}
@media (max-width:992px) {
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    visibility: hidden;
  }
}
@media (max-width:767px) {
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    display: none;
  }
  .blog article .entry-content .meta-nav,
  .search article .entry-content .meta-nav,
  .four04 article .entry-content .meta-nav {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.blog article header,
.search article header,
.four04 article header {
  padding-bottom: 10px;
  text-align: left;
}
.blog article header:hover div.hoverTitle,
.search article header:hover div.hoverTitle,
.four04 article header:hover div.hoverTitle {
  width: 100%;
}
@media (min-width: 992px) {
  .blog article header,
  .search article header,
  .four04 article header {
    margin-top: 0;
    padding-bottom: 20px;
  }
}
.blog article header h2,
.search article header h2,
.four04 article header h2 {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
@media (min-width: 992px) {
  .blog article header h2,
  .search article header h2,
  .four04 article header h2 {
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article header h2,
  .search article header h2,
  .four04 article header h2 {
    font-size: 21px;
    line-height: 1;
  }
}
@media (max-width:767px) {
  .blog article header h2,
  .search article header h2,
  .four04 article header h2 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 14px;
  }
}
.blog article header h2 div.hoverTitle,
.search article header h2 div.hoverTitle,
.four04 article header h2 div.hoverTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.5s cubic-bezier(1, 0, 0, 1);
  transition: width 0.5s cubic-bezier(1, 0, 0, 1);
}
.blog article header h2 div.hoverTitle span,
.search article header h2 div.hoverTitle span,
.four04 article header h2 div.hoverTitle span {
  color: #919191;
  display: block;
}
.blog article header a,
.search article header a,
.four04 article header a {
  color: #252425;
  -webkit-transition: width 0.9s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width 0.9s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.9s cubic-bezier(1, 0, 0, 1);
  transition: width 0.9s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: color 0.9s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.9s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.9s cubic-bezier(1, 0, 0, 1);
  transition: color 0.9s cubic-bezier(1, 0, 0, 1);
}
.blog article header a:hover,
.search article header a:hover,
.four04 article header a:hover {
  color: transparent;
}
.blog article .entry-content,
.search article .entry-content,
.four04 article .entry-content {
  clear: right;
}
@media (min-width: 992px) {
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    display: none;
  }
}
.blog article a.read-more,
.search article a.read-more,
.four04 article a.read-more {
  color: #252425;
  font-family: sans;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog article a.read-more .read-more-text,
.search article a.read-more .read-more-text,
.four04 article a.read-more .read-more-text {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article a.read-more .read-more-text,
  .search article a.read-more .read-more-text,
  .four04 article a.read-more .read-more-text {
    display: inline-block;
    font-size: 15px;
  }
}
.blog article a.read-more.hover .meta-nav,
.search article a.read-more.hover .meta-nav,
.four04 article a.read-more.hover .meta-nav {
  text-indent: 0;
  -webkit-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
}
.blog article a.read-more:hover .meta-nav,
.search article a.read-more:hover .meta-nav,
.four04 article a.read-more:hover .meta-nav {
  text-indent: 0;
  -webkit-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
}
.blog article a.read-more:hover .meta-nav,
.search article a.read-more:hover .meta-nav,
.four04 article a.read-more:hover .meta-nav {
  text-indent: 0;
  -webkit-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
  transition: text-indent 0.6s cubic-bezier(1, 0, 0, 1);
}
.blog article a.read-more .meta-nav,
.search article a.read-more .meta-nav,
.four04 article a.read-more .meta-nav {
  border: 2px solid #252425;
  color: #252425;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 14px;
  line-height: 5px;
  margin-top: -3px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 13px;
  overflow: hidden;
  text-indent: -12px;
  transition: none;
}
.blog article a.read-more .meta-nav i:before,
.search article a.read-more .meta-nav i:before,
.four04 article a.read-more .meta-nav i:before {
  font-size: 16px;
  color: #000;
}
.blog article a.read-more .meta-nav i,
.search article a.read-more .meta-nav i,
.four04 article a.read-more .meta-nav i {
  display: block;
  vertical-align: bottom;
  position: absolute;
  margin-top: -3px;
  margin-left: -3px;
}
.blog article a.read-more .meta-nav i + i,
.search article a.read-more .meta-nav i + i,
.four04 article a.read-more .meta-nav i + i {
  left: 12px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog article a.read-more .meta-nav,
  .search article a.read-more .meta-nav,
  .four04 article a.read-more .meta-nav {
    -webkit-transform: scale(0.7) translateX(-3px) translateY(-2px);
    -moz-transform: scale(0.7) translateX(-3px) translateY(-2px);
    -o-transform: scale(0.7) translateX(-3px) translateY(-2px);
    -ms-transform: scale(0.7) translateX(-3px) translateY(-2px);
    transform: scale(0.7) translateX(-3px) translateY(-2px);
  }
}
@media (max-width:767px) {
  .blog article,
  .search article,
  .four04 article {
    margin-top: 15px;
    border-bottom: 1px solid #ececec;
  }
  .blog article header,
  .search article header,
  .four04 article header,
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    float: left;
    font-size: 16px;
    width: 100%;
  }
  .blog article header h2,
  .search article header h2,
  .four04 article header h2,
  .blog article .entry-content h2,
  .search article .entry-content h2,
  .four04 article .entry-content h2 {
    font-size: 20px;
  }
  .blog article header,
  .search article header,
  .four04 article header {
    padding: 10px 0;
  }
  .blog article .entry-content,
  .search article .entry-content,
  .four04 article .entry-content {
    padding: 0;
  }
  .blog article .entry-content .text,
  .search article .entry-content .text,
  .four04 article .entry-content .text {
    display: none;
  }
  .blog article .image-wrapper,
  .search article .image-wrapper,
  .four04 article .image-wrapper {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .blog article a.read-more,
  .search article a.read-more,
  .four04 article a.read-more {
    color: #252425;
    font-family: sans;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .blog article a.read-more .meta-nav,
  .search article a.read-more .meta-nav,
  .four04 article a.read-more .meta-nav {
    -webkit-transform: scaleX(0.65) scaleY(0.65) translateX(-3px);
    -moz-transform: scaleX(0.65) scaleY(0.65) translateX(-3px);
    -o-transform: scaleX(0.65) scaleY(0.65) translateX(-3px);
    -ms-transform: scaleX(0.65) scaleY(0.65) translateX(-3px);
    transform: scaleX(0.65) scaleY(0.65) translateX(-3px);
  }
  .blog article a.read-more .read-more-text,
  .search article a.read-more .read-more-text,
  .four04 article a.read-more .read-more-text {
    display: inline;
  }
}
@media (min-width: 992px) {
  .blog article:nth-child(10n+2),
  .search article:nth-child(10n+2),
  .four04 article:nth-child(10n+2),
  .blog article:nth-child(10n+3),
  .search article:nth-child(10n+3),
  .four04 article:nth-child(10n+3),
  .blog article:nth-child(10n+6),
  .search article:nth-child(10n+6),
  .four04 article:nth-child(10n+6),
  .blog article:nth-child(10n+7),
  .search article:nth-child(10n+7),
  .four04 article:nth-child(10n+7) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(n6+4),
  .search article:nth-child(n6+4),
  .four04 article:nth-child(n6+4) {
    clear: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7),
  .search article:nth-child(12n+7),
  .four04 article:nth-child(12n+7),
  .blog article:nth-child(12n+1),
  .search article:nth-child(12n+1),
  .four04 article:nth-child(12n+1) {
    padding-right: 20px;
    padding-left: 20px;
    width: 65.6%;
  }
  .blog article:nth-child(12n+7) header h2,
  .search article:nth-child(12n+7) header h2,
  .four04 article:nth-child(12n+7) header h2,
  .blog article:nth-child(12n+1) header h2,
  .search article:nth-child(12n+1) header h2,
  .four04 article:nth-child(12n+1) header h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7) .entry-content,
  .search article:nth-child(12n+7) .entry-content,
  .four04 article:nth-child(12n+7) .entry-content,
  .blog article:nth-child(12n+1) .entry-content,
  .search article:nth-child(12n+1) .entry-content,
  .four04 article:nth-child(12n+1) .entry-content {
    display: block;
    font-size: 17px;
    line-height: 19px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7) header,
  .search article:nth-child(12n+7) header,
  .four04 article:nth-child(12n+7) header,
  .blog article:nth-child(12n+1) header,
  .search article:nth-child(12n+1) header,
  .four04 article:nth-child(12n+1) header {
    margin-top: 0;
    font-weight: bold;
  }
  .blog article:nth-child(12n+7) header.entry-title,
  .search article:nth-child(12n+7) header.entry-title,
  .four04 article:nth-child(12n+7) header.entry-title,
  .blog article:nth-child(12n+1) header.entry-title,
  .search article:nth-child(12n+1) header.entry-title,
  .four04 article:nth-child(12n+1) header.entry-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7) header h2,
  .search article:nth-child(12n+7) header h2,
  .four04 article:nth-child(12n+7) header h2,
  .blog article:nth-child(12n+1) header h2,
  .search article:nth-child(12n+1) header h2,
  .four04 article:nth-child(12n+1) header h2 {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7) .image-wrapper,
  .search article:nth-child(12n+7) .image-wrapper,
  .four04 article:nth-child(12n+7) .image-wrapper,
  .blog article:nth-child(12n+1) .image-wrapper,
  .search article:nth-child(12n+1) .image-wrapper,
  .four04 article:nth-child(12n+1) .image-wrapper {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7) a.read-more .read-more-text,
  .search article:nth-child(12n+7) a.read-more .read-more-text,
  .four04 article:nth-child(12n+7) a.read-more .read-more-text,
  .blog article:nth-child(12n+1) a.read-more .read-more-text,
  .search article:nth-child(12n+1) a.read-more .read-more-text,
  .four04 article:nth-child(12n+1) a.read-more .read-more-text {
    display: inline;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  
}
@media (min-width: 992px) and (min-width: 1500px) {
  
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(12n+7),
  .search article:nth-child(12n+7),
  .four04 article:nth-child(12n+7),
  .blog article:nth-child(12n+8),
  .search article:nth-child(12n+8),
  .four04 article:nth-child(12n+8),
  .blog article:nth-child(12n+9),
  .search article:nth-child(12n+9),
  .four04 article:nth-child(12n+9) {
    float: right;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(10n+2) header.no-image,
  .search article:nth-child(10n+2) header.no-image,
  .four04 article:nth-child(10n+2) header.no-image,
  .blog article:nth-child(10n+8) header.no-image,
  .search article:nth-child(10n+8) header.no-image,
  .four04 article:nth-child(10n+8) header.no-image {
    border-bottom: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(10n+2) header.no-image + .entry-content,
  .search article:nth-child(10n+2) header.no-image + .entry-content,
  .four04 article:nth-child(10n+2) header.no-image + .entry-content,
  .blog article:nth-child(10n+8) header.no-image + .entry-content,
  .search article:nth-child(10n+8) header.no-image + .entry-content,
  .four04 article:nth-child(10n+8) header.no-image + .entry-content {
    display: block;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog article:nth-child(10n+2) header.no-image + .entry-content a.read-more span.read-more-text,
  .search article:nth-child(10n+2) header.no-image + .entry-content a.read-more span.read-more-text,
  .four04 article:nth-child(10n+2) header.no-image + .entry-content a.read-more span.read-more-text,
  .blog article:nth-child(10n+8) header.no-image + .entry-content a.read-more span.read-more-text,
  .search article:nth-child(10n+8) header.no-image + .entry-content a.read-more span.read-more-text,
  .four04 article:nth-child(10n+8) header.no-image + .entry-content a.read-more span.read-more-text {
    display: inline;
  }
}
.blog .load-more,
.search .load-more,
.four04 .load-more {
  display: none;
  float: left;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.blog .load-more:after,
.search .load-more:after,
.four04 .load-more:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .blog .load-more,
  .search .load-more,
  .four04 .load-more {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.blog .load-more span,
.search .load-more span,
.four04 .load-more span {
  background-color: #666666;
  box-shadow: 0px 5px #666666, 0px -5px #666666;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  width: 4px;
}
@media (min-width: 992px) {
  .blog .load-more span,
  .search .load-more span,
  .four04 .load-more span {
    box-shadow: 0px 10px #666666, 0px -10px #666666;
    height: 8px;
    width: 8px;
  }
}
.blog footer#news-footer,
.search footer#news-footer,
.four04 footer#news-footer {
  display: none;
}
@media (min-width: 992px) {
  .blog footer#news-footer,
  .search footer#news-footer,
  .four04 footer#news-footer {
    display: block;
  }
}
body.search .content {
  padding-top: 140px;
  margin: 0 140px;
}
body.search .content article.noresults {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.search .content article.noresults header {
  margin-bottom: 40px;
  font-weight: bold;
  padding: 0;
}
body.search .content article.noresults .entry-content {
  display: none;
}
body.search .medium-header a {
  position: relative;
}
body.search .medium-header a:hover .hoverTitle {
  width: 100%;
}
body.search .medium-header .hoverTitle {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 0);
  -moz-transition: all 0.8s cubic-bezier(1, 0, 0, 0);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 0);
  transition: all 0.8s cubic-bezier(1, 0, 0, 0);
}
body.search .medium-header .hoverTitle span {
  color: #919191;
  display: block;
}
main[role="main"].contact {
  margin-top: 0px;
}
@media (min-width: 1280px) {
  main[role="main"].contact .location-section {
    width: auto;
    margin: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"].contact .location-section {
    z-index: 100;
    margin: 0px auto;
  }
}
main[role="main"].contact .location-section .location-section-content {
  margin: 0px auto;
}
main[role="main"].contact .location-section .location-section-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  main[role="main"].contact .location-section .location-section-content {
    max-width: 1160px;
  }
}
main[role="main"].contact .location-section .location-section-content .module {
  padding-top: 20px;
  text-align: center;
  min-height: 155px;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1120px) {
  main[role="main"].contact .location-section .location-section-content .module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:767px) {
  main[role="main"].contact .location-section .location-section-content .module {
    padding: 50px 6%;
    padding-bottom: 22px;
    height: auto;
  }
  main[role="main"].contact .location-section .location-section-content .module:last-child {
    padding-bottom: 40px;
  }
  main[role="main"].contact .location-section .location-section-content .module:last-child:after {
    display: none;
  }
}
main[role="main"].contact .location-section .location-section-content .module h2.column-header {
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #252425;
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
  position: relative;
}
main[role="main"].contact .location-section .location-section-content .module h2.column-header .contact-header-wrapper {
  display: block;
  padding-bottom: 20px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module h2.column-header .contact-header-wrapper {
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module h2.column-header {
    font-size: 12px;
  }
}
main[role="main"].contact .location-section .location-section-content .module ul {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width:767px) {
  main[role="main"].contact .location-section .location-section-content .module ul {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module ul {
    margin-top: 0px;
  }
  main[role="main"].contact .location-section .location-section-content .module ul:after {
    display: none;
  }
}
main[role="main"].contact .location-section .location-section-content .module ul li {
  list-style: none;
  line-height: 21px;
  font-size: 17px;
}
main[role="main"].contact .location-section .location-section-content .module ul li:last-child {
  margin-top: 5px;
}
@media (max-width:767px) {
  main[role="main"].contact .location-section .location-section-content .module ul li {
    line-height: 1.3em;
    position: relative;
    color: #252425;
  }
}
main[role="main"].contact .location-section .location-section-content .module ul li i {
  margin-right: 3px;
  line-height: auto;
}
main[role="main"].contact .location-section .location-section-content .module ul li i.icon-address-alt {
  display: inline-block;
  position: relative;
  font-size: 26px;
  top: 5px;
  left: 4px;
}
main[role="main"].contact .location-section .location-section-content .module ul li i.icon-phone-2 {
  display: inline-block;
  position: relative;
  font-size: 22px;
  top: 4px;
  left: 2px;
}
main[role="main"].contact .location-section .location-section-content .module ul li i.icon-mail {
  display: inline-block;
  position: relative;
  font-size: 22px;
  top: 4px;
  left: 2px;
}
main[role="main"].contact .location-section .location-section-content .module ul li a {
  border-bottom: 1px;
  border-bottom-color: #f7f7f7;
  border-bottom-style: solid;
  -webkit-transition-property: color, border-bottom-color;
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border-bottom-color;
  -moz-transition-duration: 250ms;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border-bottom-color;
  -ms-transition-duration: 250ms;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border-bottom-color;
  -o-transition-duration: 250ms;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border-bottom-color;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
main[role="main"].contact .location-section .location-section-content .module ul li a:hover {
  border-bottom-color: #252425;
  color: #252425;
}
@media (max-width:767px) {
  main[role="main"].contact .location-section .location-section-content .module ul li a {
    border-bottom-color: currentColor;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li a:hover {
    border-bottom-color: #252425;
    color: #252425;
  }
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module {
    display: inline-block;
    text-align: center;
    min-height: 125px;
    vertical-align: top;
    padding: 0 40px;
    margin-bottom: 90px;
  }
  main[role="main"].contact .location-section .location-section-content .module.col-sm-4 {
    width: 33%;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li {
    color: #5e5e5e;
    font-size: 17px;
    line-height: 1.2em;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li a {
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li a.telephone:link,
  main[role="main"].contact .location-section .location-section-content .module ul li a.telephone:hover,
  main[role="main"].contact .location-section .location-section-content .module ul li a.telephone:active,
  main[role="main"].contact .location-section .location-section-content .module ul li a.telephone:visited {
    text-decoration: none;
    color: #5e5e5e;
    border: none;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li.contact-name {
    color: #000000;
  }
  main[role="main"].contact .location-section .location-section-content .module ul li i {
    display: none !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 992px), (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 992px), (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module ul {
    margin-top: 7px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 992px), (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content .module ul li {
    font-size: 15px;
  }
}
main[role="main"].contact .location-section .location-section-content .module.social-media h2 {
  margin-bottom: 0;
  border: none;
}
main[role="main"].contact .location-section .location-section-content .module.social-media a {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 8% 0;
  border: 1px solid #dddddd;
  border-right: none;
  transition: all 0.3s ease-in-out;
  color: #252425;
}
main[role="main"].contact .location-section .location-section-content .module.social-media a:hover {
  background-color: #252425;
  color: #ffffff;
}
main[role="main"].contact .location-section .location-section-content .module.social-media a:last-child {
  border-right: 1px solid #dddddd;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact .location-section .location-section-content {
    padding: 0px 30px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  main[role="main"].contact .location-section .location-section-content .module {
    height: 120px;
  }
}
main[role="main"].contact .location-section .locations .location {
  width: 30%;
  margin-left: 1.65%;
  margin-right: 1.65%;
  display: inline-block;
  float: left;
  background-position: top center;
  background-size: 12rem;
  background-repeat: no-repeat;
}
main[role="main"].contact .location-section .locations .location .iata {
  color: #c49a6c;
  font: 900 5rem/1 "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 12rem;
  margin: 0 auto;
  text-transform: uppercase;
  padding-top: 1rem;
}
main[role="main"].contact .location-section .locations .location .iata span {
  display: block;
}
main[role="main"].contact .location-section .locations .location .iata span:nth-child(1) {
  text-align: left;
}
main[role="main"].contact .location-section .locations .location .iata span:nth-child(2) {
  text-align: center;
}
main[role="main"].contact .location-section .locations .location .iata span:nth-child(3) {
  text-align: right;
}
main[role="main"].contact .location-section .locations .location h2 {
  font: 2em "catalog", Georgia, Times, "Times New Roman", serif;
  padding: 0.5em 0;
  margin: 0.5em auto;
  border-bottom: 1px solid #dddddd;
  text-transform: capitalize;
  letter-spacing: 1px;
}
main[role="main"].contact .location-section .locations .location p {
  font-size: 17px;
  text-align: center;
}
main[role="main"].contact .location-section .locations .location p:first-of-type {
  margin-bottom: 0;
}
@media (max-width:767px) {
  main[role="main"].contact .location-section .locations {
    display: block;
  }
  main[role="main"].contact .location-section .locations .location {
    width: 80%;
    margin: 2rem 10%;
    float: none;
  }
  main[role="main"].contact .location-section .locations a {
    border-bottom: 1px solid;
  }
}
@media (min-width: 768px) and (max-width: 992px), (max-width:992px) {
  main[role="main"].contact > article {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  main[role="main"].contact > article {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
main[role="main"].contact > article .content {
  padding: 0px;
  left: 0px;
  right: 0px;
  max-width: none;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  main[role="main"].contact > article .content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
  }
  main[role="main"].contact > article .content header.page-title {
    margin-top: 47px;
  }
  main[role="main"].contact > article .content .location-section {
    padding: 0 120px;
  }
  main[role="main"].contact > article .content .location-section section {
    text-align: center;
  }
  main[role="main"].contact > article .content .location-section section h2 {
    text-align: center;
  }
}
main[role="main"].contact > article .entry-content {
  padding: 0px;
  left: 0px;
  right: 0px;
}
main[role="main"].contact > article .entry-content .map-wrap {
  position: relative;
  overflow: hidden;
  margin: auto;
  left: 0px;
  right: 0px;
}
@media (min-width: 992px) {
  
}
@media (min-width: 992px) {
  main[role="main"].contact > article .entry-content .map-wrap {
    min-height: 100%;
  }
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact > article .page-title {
    margin-bottom: 20px;
    margin-top: 150px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact > article .page-title {
    margin: 0;
  }
}
@media (max-width:767px) {
  main[role="main"].contact > article .page-title {
    padding-top: 1rem;
  }
}
main[role="main"].contact > article .page-title h1.big-header {
  font-size: 46px;
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact > article .page-title h1.big-header {
    display: block;
  }
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"].contact > article .location-section + .page-title {
    padding-top: 0;
  }
}
main[role="main"].contact > article #panel {
  margin-left: -150px;
  left: 50%;
  position: absolute;
  top: 48px;
  width: 300px;
  z-index: 2;
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel {
    top: 20px;
    left: 20px;
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 2;
  }
}
main[role="main"].contact > article #panel a#currentLocationBtn,
main[role="main"].contact > article #panel input#mapSearch {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  height: 48px;
  color: #666666;
  font-family: uni;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.06em;
}
main[role="main"].contact > article #panel a#currentLocationBtn {
  background-color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  padding: 12px;
  padding-left: 20px;
  position: relative;
  width: 48px;
  overflow: hidden;
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel a#currentLocationBtn {
    width: 48px;
    padding: 20px;
  }
}
main[role="main"].contact > article #panel a#currentLocationBtn i {
  display: block;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: -12px;
  color: #666666;
  transition: none;
}
main[role="main"].contact > article #panel a#currentLocationBtn i:before {
  font-size: 32px;
}
main[role="main"].contact > article #panel a#currentLocationBtn.active i {
  color: #1192d2;
}
main[role="main"].contact > article #panel a#currentLocationBtn i + i {
  margin-top: 34px;
  margin-left: -60px;
}
main[role="main"].contact > article #panel a#currentLocationBtn:hover i {
  -webkit-transition: margin 0.8s cubic-bezier(1, 0, 0, 1);
  -moz-transition: margin 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin 0.8s cubic-bezier(1, 0, 0, 1);
  transition: margin 0.8s cubic-bezier(1, 0, 0, 1);
  margin-top: -62px;
  margin-left: 36px;
}
main[role="main"].contact > article #panel a#currentLocationBtn:hover i + i {
  margin-top: -14px;
  margin-left: -12px;
}
main[role="main"].contact > article #panel input#mapSearch {
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 18px 40px 18px 18px;
  text-transform: uppercase;
  width: 235px;
  -webkit-appearance: none;
  border-radius: 0;
}
main[role="main"].contact > article #panel input#mapSearch::-webkit-input-placeholder {
  /* WebKit browsers */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
main[role="main"].contact > article #panel input#mapSearch:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
main[role="main"].contact > article #panel input#mapSearch::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
main[role="main"].contact > article #panel input#mapSearch:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
main[role="main"].contact > article #panel input#mapSearch:focus::-webkit-input-placeholder {
  /* WebKit browsers */

  opacity: 0;
}
main[role="main"].contact > article #panel input#mapSearch:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  opacity: 0;
}
main[role="main"].contact > article #panel input#mapSearch:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  opacity: 0;
}
main[role="main"].contact > article #panel input#mapSearch:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  opacity: 0;
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel input#mapSearch {
    padding: 18px 45px 18px 18px;
    width: 330px;
  }
}
main[role="main"].contact > article #panel input[type="button"] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  border: none;
  height: 20px;
  padding: 20px;
  position: absolute;
  right: 18px;
  top: 5px;
  width: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel input[type="button"] {
    height: 20px;
    padding: 20px;
    right: 7px;
    top: 5px;
  }
}
main[role="main"].contact > article #panel #search-icon {
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 35px;
  top: 0px;
  z-index: 1;
  color: #666666;
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel #search-icon {
    height: 40px;
    width: 40px;
    right: 7px;
    top: 5px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  main[role="main"].contact > article #panel #search-icon:before {
    font-size: 40px;
  }
}
main[role="main"].contact > article #panel #search-icon.icon-cross {
  left: 344px;
  top: 4px;
}
main[role="main"].contact > article #panel #search-icon.icon-cross:before {
  padding-top: 10px;
  font-size: 20px;
}
main[role="main"].contact > article #panel:hover #search-icon {
  color: #bebebe;
}
.content.process {
  padding: 0;
  background: none;
  margin: 0;
  position: initial;
}
.contentImage {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  margin: 0 auto;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentImage:not(:first-child):not(:last-child) {
  -webkit-transform: translate3d(0, 0, 1);
  -moz-transform: translate3d(0, 0, 1);
  -o-transform: translate3d(0, 0, 1);
  -ms-transform: translate3d(0, 0, 1);
  transform: translate3d(0, 0, 1);
  z-index: 5;
}
@media (max-width:992px) {
  .contentImage {
    background-position: 25% 50%;
  }
}
@media (min-width: 992px) {
  .contentImage {
    background-position: 25% 50%;
  }
}
.process-text {
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
  position: absolute;
  display: table;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 30px;
}
@media (max-width:992px) {
  .process-text {
    left: 15px;
    bottom: -5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .process-text {
    left: 30px;
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .process-text {
    top: 0%;
    right: 0px;
    left: 50%;
    bottom: auto;
    height: 100%;
    width: 50%;
  }
}
.process-text section {
  display: table-row;
}
.process-big-text {
  font-family: 'uni';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.0;
  font-size: 50px;
}
@media (max-width:992px) {
  .process-big-text {
    font-size: 35px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .process-big-text {
    font-weight: 400;
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .process-big-text {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .process-big-text {
    font-size: 80px;
  }
}
.contentCount {
  line-height: 1.0;
  font-size: 50px;
  font-family: 'uni';
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  top: -65px;
  left: 0px;
}
@media (max-width:992px) {
  .contentCount {
    font-size: 35px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contentCount {
    font-weight: 400;
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .contentCount {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .contentCount {
    font-size: 80px;
  }
}
@media (max-width:992px) {
  .contentCount {
    font-weight: 400;
    top: -35px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contentCount {
    top: -65px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .contentCount {
    top: auto;
    bottom: 50%;
    font-weight: bold;
    left: -350px;
  }
}
.contentCount span {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: inline;
}
.contentTitle {
  font-family: 'uni';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.0;
  font-size: 50px;
  width: 450px;
}
@media (max-width:992px) {
  .contentTitle {
    font-size: 35px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contentTitle {
    font-weight: 400;
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .contentTitle {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .contentTitle {
    font-size: 80px;
  }
}
@media (max-width:992px) {
  .contentTitle {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contentTitle {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .contentTitle {
    vertical-align: bottom;
    display: table-cell;
    width: 450px;
  }
}
@media (min-width: 1440px) {
  .contentTitle {
    width: 600px;
  }
}
.contentTitle span p {
  margin: 0;
  position: relative;
  top: 0px;
  left: 0px;
}
.contentText {
  overflow: hidden;
  line-height: 1.3;
  font-family: 'catalog';
  text-transform: none;
  font-weight: 100;
  position: relative;
  width: 450px;
  font-size: 25px;
}
@media (max-width:992px) {
  .contentText {
    width: 240px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contentText {
    width: 450px;
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .contentText {
    width: 450px;
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .contentText {
    font-size: 36px;
    width: 600px;
  }
}
.da-arrow-up-icon:before {
  content: ' ';
}
.mobile-vignette {
  width: 100%;
  height: 127px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

}
.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.da-arrows span,
.da-arrows a {
  text-align: left;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #252425;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
}
.da-arrows span div,
.da-arrows a div {
  color: #e6e6e6;
  font-family: 'jamfont';
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 13px;
  left: 13px;
  text-align: center;
}
.da-arrows span.da-arrows-next:after,
.da-arrows a.da-arrows-next:after {
  background-position: top right;
}
.da-arrows span.da-arrows-next,
.da-arrows a.da-arrows-next {
  left: 50%;
  margin-left: -25px;
  top: -20px;
  overflow: hidden;
  pointer-events: auto;
}
.process-scroll-text {
  color: #252425;
  position: relative;
  font-family: 'uni';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  top: -50px;
}
.circle-menu {
  right: 30px;
  position: absolute;
  text-align: center;
  z-index: 1000;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 0;
}
@media (max-width:992px) {
  .circle-menu {
    visibility: visible;
    margin: 15px 0;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .circle-menu {
    visibility: visible;
    margin: 30px 0;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .circle-menu {
    right: auto;
    left: 25px;
  }
}
.circle-menu li {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 5px;
  opacity: 0.7;
  cursor: pointer;
}
.circle-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.circle-menu li.da-dots-current {
  opacity: 1;
  border: 2px solid #ffffff;
  background: transparent;
}
.process-container {
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .process-container {
    top: 100px;
  }
}
.process-container.light {
  color: #252425;
}
.process-container.dark {
  color: #ffffff;
}
main[role="main"] .loadedContent article.work {
  overflow-x: hidden;
}
.blurred {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.rightNav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 5000;
}
@media (min-width: 992px) {
  .rightNav {
    display: block;
    width: auto;
    right: 37px;
    top: 0;
    margin: 0 0;
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .rightNav {
    opacity: 0;
    visibility: hidden;
    right: -100%;
  }
}
.rightNav .close {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  width: 100%;
}
.rightNav .close a {
  font-size: 14px;
  opacity: 0.78;
  padding: 14px;
}
@media (min-width: 992px) {
  .rightNav .close {
    display: none;
  }
}
.rightNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.rightNav ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility-origin: hidden;
  -ms-backface-visibility-origin: hidden;
  -o-backface-visibility-origin: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 1000px;
  -moz-transform-origin: 1000px;
  -ms-transform-origin: 1000px;
  -o-transform-origin: 1000px;
  perspective: 1000px;
}
.rightNav ul li:not(:first-child):not(:last-child):not(:nth-last-child(2)) a {
  position: relative;
  top: -25px;
}
@media (min-width: 992px) {
  .rightNav ul li:not(:first-child):not(:last-child):not(:nth-last-child(2)) a {
    top: auto;
  }
}
@media (min-width: 992px) {
  .rightNav ul li {
    display: block;
    float: none;
    width: auto;
    position: relative;
  }
  .rightNav ul li:hover a {
    color: #acacac;
  }
  .rightNav ul li:first-child {
    padding-top: 0;
  }
  .rightNav ul li.dots:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    width: 1px;
    bottom: -1500px;
    z-index: -2;
    right: 0;
    background: url('assets/img/works-dots.png') repeat-y top center #ffffff;
    -webkit-transform: translateZ(0px);
  }
  .rightNav ul li:last-child:after,
  .rightNav ul li:nth-last-child(2):after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    width: 1px;
    bottom: -1500px;
    z-index: -1;
    right: 0;
    background: #fff;
  }
}
.rightNav ul li a {
  display: inline-block;
  font-size: 26px;
  background: #ffffff;
  padding: 21px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  .rightNav ul li a {
    padding: 0;
    background: none;
    color: #252425;
  }
}
.rightNav ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  border-width: 3px 0px 3px 3px;
  border-style: solid;
  border-color: transparent transparent transparent #acacac;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}
.rightNav ul li a.over {
  color: #acacac;
}
.rightNav ul li a.over:after {
  right: -40px;
  opacity: 1;
}
/*
* Styling for Work Page Header.
*/
#fauxHeader {
  position: fixed;
  background: transparent;
  height: 50px;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}
#fauxHeader:after {
  content: "";
  display: table;
  clear: both;
}
.loadedContent #fauxHeader {
  position: absolute;
  display: block;
}
@media (min-width: 992px) {
  #fauxHeader {
    height: auto;
    padding: 60px 0 19px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #fauxHeader #header-inner {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  #fauxHeader #header-inner {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  #fauxHeader #header-inner {
    padding: 0 30px;
  }
}
#fauxHeader .blog-title a {
  background-image: url("assets/img/jam3-logo-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  height: 23px;
  text-shadow: none;
  width: 51px;
  float: right;
  color: white;
}
#fauxHeader .blog-title a.black {
  background-image: url("assets/img/jam3-logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  height: 23px;
  text-shadow: none;
  width: 51px;
}
#fauxHeader i.nav-button:before {
  background-color: white;
  box-shadow: 0 6px #ffffff, 0 -6px #ffffff;
}
#fauxHeader h4 {
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #fauxHeader h4 {
    float: left;
  }
}
span.work-title,
span.work-title-slash {
  visibility: hidden;
  position: relative;
  color: #c0bdbf;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.nav-button-text h4 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.nav-button-text h4 .inner-holder {
  position: relative;
}
#posterContainer {
  overflow: hidden;
  z-index: 0;
}
#posterContainer video + img {
  position: absolute;
  top: 0;
  z-index: 0;
}
#posterContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.cover {
  position: relative;
}
.poster-image {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.poster-image img {
  width: 100%;
}
.poster-image .title-wrap {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.poster-image .title,
.poster-image .subtitle {
  color: #ffffff;
}
.poster-image .title {
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  font-size: 49px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .poster-image .title {
    font-size: 85px;
  }
}
.poster-image .subtitle {
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 1px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .poster-image .subtitle {
    font-size: 21px;
  }
}
nav.mobile-post-nav {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  nav.mobile-post-nav {
    display: none;
  }
}
nav.mobile-post-nav i.icon {
  float: right;
  display: inline-block;
  height: 16px;
  margin-top: 0px;
  width: 16px;
}
nav.mobile-post-nav i.icon:before {
  color: #666666;
  font-size: 16px;
}
nav.mobile-post-nav i.icon.icon-arrowup {
  margin-top: -32px;
}
nav.mobile-post-nav i.icon.icon-arrowup:before {
  font-size: 33px;
}
/*
* Styles for AJAX-loaded workpage
*/
.loadedContent {
  z-index: 1210;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.loadedContent .post-nav {
  border-bottom: none;
}
.loadedContent .work {
  padding-top: 35px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .loadedContent .work {
    padding-top: 0;
  }
}
@media (max-width:992px) {
  .loadedContent .work {
    padding-top: 0;
  }
}
.loadedContent .work .module .module-item {
  margin-bottom: 30px;
}
@media (max-width:992px) {
  .loadedContent .work .module .module-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .loadedContent .work .module .module-item {
    margin-bottom: 0;
  }
}
.down-arrow {
  -moz-user-select: none;
  -webkit-user-select: none;
  bottom: -15px;
  margin-left: -12px;
  background: #252425;
  border-radius: 20px;
  cursor: pointer;
  left: 50%;
  opacity: 1;
  position: absolute;
  z-index: 999;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.loadedContent .down-arrow {
  bottom: 12px;
}
@media (min-width: 992px) {
  .down-arrow {
    margin-left: -20px;
    bottom: 15px;
  }
}
@media (max-width:992px) {
  .down-arrow {
    display: none;
  }
}
.down-arrow.hover span i {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 63);
  -moz-transform: matrix(1, 0, 0, 1, 0, 63);
  -o-transform: matrix(1, 0, 0, 1, 0, 63);
  -ms-transform: matrix(1, 0, 0, 1, 0, 63);
  transform: matrix(1, 0, 0, 1, 0, 63);
}
.down-arrow.hover span i.icon-caret-up {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -63);
  -moz-transform: matrix(1, 0, 0, 1, 0, -63);
  -o-transform: matrix(1, 0, 0, 1, 0, -63);
  -ms-transform: matrix(1, 0, 0, 1, 0, -63);
  transform: matrix(1, 0, 0, 1, 0, -63);
}
.down-arrow.hover span i.icon-caret-up.white {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.down-arrow.hover span i.white {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.down-arrow.hover #floatBubble {
  color: #fff;
}
.down-arrow span {
  position: absolute;
  height: 40px;
  width: 20px;
  border-radius: 20px;
  background: #252425;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  opacity: 1;
  left: 50%;
  top: -25px;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
@media (min-width: 992px) {
  .down-arrow span {
    height: 63px;
    width: 40px;
    top: -35px;
  }
}
.down-arrow span i {
  color: #c0bdbf;
  position: absolute;
  right: 7px;
  bottom: 0px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.down-arrow span i.white {
  color: #fff;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -63);
  -moz-transform: matrix(1, 0, 0, 1, 0, -63);
  -o-transform: matrix(1, 0, 0, 1, 0, -63);
  -ms-transform: matrix(1, 0, 0, 1, 0, -63);
  transform: matrix(1, 0, 0, 1, 0, -63);
}
.down-arrow span i.white.icon-caret-up {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 63);
  -moz-transform: matrix(1, 0, 0, 1, 0, 63);
  -o-transform: matrix(1, 0, 0, 1, 0, 63);
  -ms-transform: matrix(1, 0, 0, 1, 0, 63);
  transform: matrix(1, 0, 0, 1, 0, 63);
}
.down-arrow span i.icon:before {
  font-size: 25px;
  margin-top: 5px;
}
.down-arrow #floatBubble {
  height: 40px;
  width: 40px;
  background-color: #252425;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #c0bdbf;
  text-align: center;
  position: absolute;
  top: 33px;
  -webkit-transition: color 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.3s cubic-bezier(1, 0, 0, 1);
  transition: color 0.3s cubic-bezier(1, 0, 0, 1);
}
.down-arrow #floatBubble.icon:before {
  font-size: 30px;
  margin-top: 4px;
}
main[role="main"].single-work {
  position: relative;
}
main[role="main"] article.work {
  overflow-x: hidden;
  background-color: #f7f7f7;
  /*
		*  Styles for Work Page Modules
		*/

}
main[role="main"] article.work .content {
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  main[role="main"] article.work .content {
    padding-top: 120px;
  }
}
@media (max-width:992px) {
  main[role="main"] article.work .entry-content > .callout {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .entry-content > .callout {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
main[role="main"] article.work header.entry-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 100;
}
@media (max-width:992px) {
  
}
main[role="main"] article.work header.entry-title h1.big-header {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0px;
  overflow-wrap: break-word;
}
@media (max-width:992px) {
  main[role="main"] article.work header.entry-title h1.big-header {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work header.entry-title h1.big-header {
    font-size: 48px;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work header.entry-title h1.big-header {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 86px;
    letter-spacing: 3px;
  }
}
main[role="main"] article.work header.entry-title h2 {
  color: #666666;
  display: inline-block;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 34px 0;
}
@media (min-width: 992px) {
  main[role="main"] article.work header.entry-title h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 34px;
    line-height: 0.7;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work header.entry-title h2 {
    font-size: 14px;
    padding: 0px 34px;
  }
}
main[role="main"] article.work header.entry-title .pubdate {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #252425;
  display: inline-block;
  font-size: 12px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  position: absolute;
  left: 13px;
  top: 14px;
}
@media (max-width:992px) {
  main[role="main"] article.work header.entry-title .pubdate {
    top: 7px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work header.entry-title .pubdate {
    letter-spacing: 2px;
    left: 0px;
    font-size: 28px;
    top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work header.entry-title .pubdate {
    font-size: 17px;
    top: 12px;
  }
}
main[role="main"] article.work .module {
  padding-top: 20px;
}
main[role="main"] article.work .module.information {
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module {
    padding-top: 40px;
  }
}
main[role="main"] article.work .module header {
  margin-bottom: 20px;
}
main[role="main"] article.work .module header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header {
    margin-bottom: 39px;
  }
}
main[role="main"] article.work .module header h3 {
  font-size: 23px;
  float: left;
  letter-spacing: 1px;
}
main[role="main"] article.work .module header h3:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header h3.has-icon {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header h3.has-icon i.icon {
    top: -2px;
  }
}
main[role="main"] article.work .module header h3.has-icon i.icon:before {
  font-size: 24px;
  height: 28px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header h3.has-icon i.icon:before {
    font-size: 37px;
    height: 37px;
  }
}
main[role="main"] article.work .module header a.smooth-scroll {
  float: right;
  display: inline-block;
  height: 28px;
  width: 31px;
  position: relative;
  display: none;
}
main[role="main"] article.work .module header a.smooth-scroll i {
  position: absolute;
  right: -7px;
  text-align: right;
}
main[role="main"] article.work .module header a.smooth-scroll i:before {
  color: #666666;
  font-size: 33px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module header a.smooth-scroll {
    margin-top: -7px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module header a.smooth-scroll {
    margin-top: -8px;
    position: relative;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module header a.smooth-scroll {
    margin-top: -4px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"] article.work .module header a.smooth-scroll {
    display: none;
  }
}
main[role="main"] article.work .module.title-header-columns h4.callout {
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 8px;
  text-align: center;
  text-transform: none;
  color: #666666;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.title-header-columns h4.callout {
    font-size: 25px;
    text-align: left;
    padding: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.title-header-columns h4.callout {
    margin-bottom: 16px;
    font-size: 30px;
    text-align: left;
    padding: 0 0 10px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.title-header-columns h4.callout {
    background-color: transparent;
    font-size: 55px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
main[role="main"] article.work .module.title-header-columns > ul {
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.title-header-columns > ul {
    margin-bottom: 0px;
  }
}
main[role="main"] article.work .module.title-header-columns > ul h4 {
  margin-bottom: 10px;
}
main[role="main"] article.work .module.title-header-columns > ul li {
  list-style: none;
  margin-bottom: 23px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.title-header-columns > ul li {
    margin-bottom: 0;
  }
  main[role="main"] article.work .module.title-header-columns > ul li:last-child p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.title-header-columns > ul li {
    margin-bottom: 3px;
  }
  main[role="main"] article.work .module.title-header-columns > ul li:last-child p:last-child {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.title-header-columns > ul li {
    height: auto;
  }
}
main[role="main"] article.work .module.title-header-columns img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main[role="main"] article.work .module.video-or-image-sub-title-description iframe {
  border: 0;
}
main[role="main"] article.work .module.video-or-image-sub-title-description .text-block {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.video-or-image-sub-title-description .text-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width:992px) {
  main[role="main"] article.work .module.video-or-image-sub-title-description .text-block .row div:last-child p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.video-or-image-sub-title-description .text-block .row div:last-child p:last-child {
    margin-bottom: 18px;
  }
}
main[role="main"] article.work .module.multiple_images ul {
  padding: 0;
}
main[role="main"] article.work .module.multiple_images ul:after {
  content: "";
  display: table;
  clear: both;
}
main[role="main"] article.work .module.multiple_images ul li.image {
  list-style: none;
  margin-bottom: 20px;
}
main[role="main"] article.work .module.multiple_images ul li.image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
main[role="main"] article.work .module.multiple_images.no-padding {
  padding: 0;
}
main[role="main"] article.work .module.multiple_images.no-padding .line {
  display: none;
}
main[role="main"] article.work .module.multiple_images.no-padding ul {
  margin: 0;
}
main[role="main"] article.work .module.multiple_images.no-padding ul li.image {
  padding: 0;
  margin: 0;
}
main[role="main"] article.work .module.multiple_images.flex-image ul {
  display: flex;
  width: 100%;
}
main[role="main"] article.work .module.multiple_images.flex-image ul li.image {
  display: block;
  width: auto;
}
main[role="main"] article.work .module.callout-header {
  border-bottom: none;
}
main[role="main"] article.work .module.callout-header h2.callout {
  text-transform: none;
  font-size: 25px;
  padding-top: 35px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.callout-header h2.callout {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.callout-header h2.callout {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.callout-header h2.callout {
    padding-top: 10px;
    padding-bottom: 70px;
    margin-bottom: 30px;
    font-size: 60px;
  }
}
@media (max-width:992px) {
  main[role="main"] article.work .module.callout-header h2.callout.centered {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.callout-header h2.callout.centered {
    width: 70%;
  }
}
main[role="main"] article.work .module .image-gallery {
  position: relative;
  margin-bottom: 0;
}
main[role="main"] article.work .module .image-gallery.row,
main[role="main"] article.work .module .image-gallery.row + .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
main[role="main"] article.work .module .image-gallery h3 {
  font-size: 14px;
  text-transform: uppercase;
}
main[role="main"] article.work .module .image-gallery .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
main[role="main"] article.work .module .image-gallery ul.swipe-wrap {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
main[role="main"] article.work .module .image-gallery ul.swipe-wrap > li {
  border-right: 20px solid transparent;
  display: inline-block;
  float: left;
  list-style: none;
  position: relative;
  vertical-align: bottom;
}
main[role="main"] article.work .module .image-gallery ul.swipe-wrap > li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
main[role="main"] article.work .module .image-gallery .gallery-info {
  display: none;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module .image-gallery .gallery-info {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
main[role="main"] article.work .module .image-gallery .gallery-info p:last-child {
  margin-bottom: 0;
}
main[role="main"] article.work .module .gallery-lower {
  display: none;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module .gallery-lower {
    display: block;
    padding-bottom: 35px;
  }
}
main[role="main"] article.work .module .gallery-lower ul.controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main[role="main"] article.work .module .gallery-lower ul.controls li {
  background: #0f0f0f;
  float: left;
  height: 60px;
  position: relative;
  overflow: hidden;
}
main[role="main"] article.work .module .gallery-lower ul.controls li:after {
  background-color: #2c2b2c;
  content: " ";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  width: 1px;
  top: 50%;
  -webkit-transition: opacity 0s linear 0.4s;
  -moz-transition: opacity 0s linear 0.4s;
  -o-transition: opacity 0s linear 0.4s;
  transition: opacity 0s linear 0.4s;
}
main[role="main"] article.work .module .gallery-lower ul.controls li:first-child {
  border-radius: 0 0 0 2px;
}
main[role="main"] article.work .module .gallery-lower ul.controls li:first-child:after {
  content: none;
}
main[role="main"] article.work .module .gallery-lower ul.controls li:last-child {
  border-radius: 0 0 2px 0;
}
main[role="main"] article.work .module .gallery-lower ul.controls li:hover:after {
  opacity: 0;
  -webkit-transition: opacity 0s linear 0s;
  -moz-transition: opacity 0s linear 0s;
  -o-transition: opacity 0s linear 0s;
  transition: opacity 0s linear 0s;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a {
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  position: relative;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a:hover span.above {
  left: 100%;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a:hover span.above i:before {
  margin-left: 40px;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a span.below i {
  color: #0f0f0f;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a i {
  color: #c0bdbf;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a i:before {
  font-size: 40px;
  -webkit-transition: margin-left 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: margin-left 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin-left 0.5s cubic-bezier(1, 0, 0, 1);
  transition: margin-left 0.5s cubic-bezier(1, 0, 0, 1);
}
main[role="main"] article.work .module .gallery-lower ul.controls li a.prev:hover span.above {
  left: -100%;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a.prev:hover span.above i:before {
  margin-left: -40px;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a.magnify {
  background-color: #252425;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a.magnify i:before {
  font-size: 28px;
  line-height: 41px;
  margin-left: 5px;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a span.above,
main[role="main"] article.work .module .gallery-lower ul.controls li a span.below {
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a span.above {
  position: absolute;
  background-color: #0f0f0f;
  width: 60px;
  height: 60px;
  padding: 11px;
  left: 0%;
  -webkit-transition: left 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
  -moz-transition: left 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
  -o-transition: left 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
  transition: left 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a span.below {
  background-color: #919191;
  width: 60px;
  height: 60px;
  padding: 11px;
  left: -2%;
  display: block;
}
main[role="main"] article.work .module .gallery-lower ul.controls li a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  color: blue;
}
main[role="main"] article.work .module .gallery-lower .slide-numbers {
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  padding: 8px 24px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module .gallery-lower .slide-numbers {
    padding: 18px 12px 0;
  }
}
main[role="main"] article.work .module .gallery-lower .slide-numbers .current-number,
main[role="main"] article.work .module .gallery-lower .slide-numbers .total-number {
  float: left;
  font-size: 22px;
  min-width: 12px;
  text-align: center;
}
main[role="main"] article.work .module .gallery-lower .slide-numbers .seperator {
  float: left;
  font-size: 14px;
  margin: 18px 4px 0;
}
main[role="main"] article.work .module .gallery-lower .slide-numbers .total-number {
  margin-top: 21px;
}
main[role="main"] article.work .module.has-header {
  position: relative;
}
main[role="main"] article.work .module.has-header .line {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.has-header .line {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.has-header .line {
    left: 25px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.has-header .line {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"] article.work .module.has-header .line {
    left: 10px;
    right: 10px;
  }
}
main[role="main"] article.work .module#storytelling .line {
  display: none;
}
main[role="main"] article.work .module.info-section {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.info-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section {
    padding-left: 0;
    padding-right: 0;
  }
}
main[role="main"] article.work .module.info-section h4 {
  text-transform: uppercase;
  text-align: left;
}
main[role="main"] article.work .module.info-section .awards ul,
main[role="main"] article.work .module.info-section .info-item ul {
  padding: 0;
  margin-top: 10px;
}
main[role="main"] article.work .module.info-section .awards ul li,
main[role="main"] article.work .module.info-section .info-item ul li {
  list-style: none;
}
@media (max-width:992px) {
  
}
main[role="main"] article.work .module.info-section .awards ul {
  margin-bottom: 0;
}
main[role="main"] article.work .module.info-section .awards ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  
}
main[role="main"] article.work .module.info-section .awards ul li:last-child {
  margin-bottom: 0;
}
main[role="main"] article.work .module.info-section .awards ul li i {
  display: block;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.info-section .awards ul li i {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.info-section .awards ul li i {
    width: 35%;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .awards ul li i {
    padding-bottom: 10px;
    width: 34%;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .awards ul li i + span {
    border-top: 1px solid #ddd;
  }
}
main[role="main"] article.work .module.info-section .awards ul li span {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .awards ul li span {
    border-bottom: 1px solid #ddd;
  }
}
main[role="main"] article.work .module.info-section .awards ul li span + span {
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .awards ul li span + span {
    border: none;
  }
}
main[role="main"] article.work .module.info-section .awards a.btn-light {
  display: none;
  float: right;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .awards a.btn-light {
    margin-right: 0;
    display: block;
    margin-top: 20px;
    padding: 11px 11px 11px 1px;
  }
}
main[role="main"] article.work .module.info-section .info-item {
  border-bottom: 2px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.info-section .info-item {
    border-bottom: 0;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.info-section .info-item {
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .info-item {
    border: none;
    margin-bottom: 0;
  }
}
main[role="main"] article.work .module.info-section .info-item ul {
  padding: 0;
  margin-bottom: 0px;
}
main[role="main"] article.work .module.info-section .info-item ul li {
  list-style: none;
  padding-bottom: 10px;
}
@media (max-width:992px), (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.info-section .info-item ul li {
    border-bottom: 0;
    padding-top: 0;
  }
}
main[role="main"] article.work .module.info-section .info-item ul li:first-child {
  padding-top: 0;
}
main[role="main"] article.work .module.info-section .info-item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.info-section .info-item ul li:last-child {
    padding-bottom: 0px;
  }
}
main[role="main"] article.work .module.info-section .info-item ul li span {
  color: #a2a1a2;
  display: block;
}
@media (max-width:992px) {
  main[role="main"] article.work .module .related-posts ul.module-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module .related-posts ul.module-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module .related-posts ul.module-item {
    margin-bottom: 30px;
  }
}
main[role="main"] article.work .module.work-meta {
  border-bottom: none;
  position: relative;
}
main[role="main"] article.work .module.work-meta:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta {
    margin-bottom: 12px;
  }
}
main[role="main"] article.work .module.work-meta .line {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta .line {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta .line {
    left: 25px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta .line {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"] article.work .module.work-meta .line {
    left: 10px;
    right: 10px;
  }
}
main[role="main"] article.work .module.work-meta a {
  margin-bottom: 15px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a {
    float: left;
    margin-bottom: 0;
  }
}
main[role="main"] article.work .module.work-meta a.site-link,
main[role="main"] article.work .module.work-meta a.app-link {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a.site-link,
  main[role="main"] article.work .module.work-meta a.app-link {
    display: block;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link,
  main[role="main"] article.work .module.work-meta a.app-link {
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link,
  main[role="main"] article.work .module.work-meta a.app-link {
    margin-right: 10px;
  }
}
main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right,
main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right {
  position: absolute;
  width: 15px;
  height: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right,
  main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right {
    top: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right,
  main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right {
    left: 15px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right,
  main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right {
    width: 15px;
    height: 14px;
    left: 15px;
    top: -3px;
  }
}
main[role="main"] article.work .module.work-meta a.site-link div.btn-content,
main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
  position: relative;
  top: -4px;
  left: -3px;
  letter-spacing: 1px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a.site-link div.btn-content,
  main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
    left: -2px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link div.btn-content,
  main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
    left: -3px;
    font-size: 12px;
    padding: 0 3px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link div.btn-content,
  main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
    left: -3px;
    font-size: 12px;
    top: -1px;
  }
}
main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right:first-child,
main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right:first-child {
  left: -40px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link .icon-arrow-right:first-child,
  main[role="main"] article.work .module.work-meta a.app-link .icon-arrow-right:first-child {
    left: -25px;
  }
}
@media (min-width: 992px) {
  
}
main[role="main"] article.work .module.work-meta a.site-link .link-arrow-container,
main[role="main"] article.work .module.work-meta a.app-link .link-arrow-container {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 21px;
  left: -5px;
  top: 0px;
  font-size: 24px;
  overflow: hidden;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a.site-link .link-arrow-container,
  main[role="main"] article.work .module.work-meta a.app-link .link-arrow-container {
    top: 5px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link .link-arrow-container,
  main[role="main"] article.work .module.work-meta a.app-link .link-arrow-container {
    width: 39px;
    height: 14px;
    top: 1px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link .link-arrow-container,
  main[role="main"] article.work .module.work-meta a.app-link .link-arrow-container {
    left: -16px;
    top: 4px;
    overflow: visible;
  }
}
main[role="main"] article.work .module.work-meta a.site-link:hover .icon-arrow-right,
main[role="main"] article.work .module.work-meta a.app-link:hover .icon-arrow-right {
  margin-left: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link:hover .icon-arrow-right,
  main[role="main"] article.work .module.work-meta a.app-link:hover .icon-arrow-right {
    margin-left: 55px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link:hover .icon-arrow-right,
  main[role="main"] article.work .module.work-meta a.app-link:hover .icon-arrow-right {
    margin-left: 0px;
  }
}
main[role="main"] article.work .module.work-meta a.site-link .btn-divider,
main[role="main"] article.work .module.work-meta a.app-link .btn-divider {
  position: relative;
  top: -1px;
}
@media (max-width:992px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.site-link div.btn-content {
    left: -8px;
  }
}
main[role="main"] article.work .module.work-meta a.app-link .icon-mobile {
  position: relative;
  top: 5px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a.app-link .icon-mobile {
    left: -9px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a.app-link .icon-mobile {
    left: 0;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.app-link .icon-mobile {
    top: 2px;
  }
}
main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
  left: -1px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.app-link div.btn-content {
    padding: 0 6px;
    left: 0px;
  }
}
main[role="main"] article.work .module.work-meta a.app-link .icon-mobile:before {
  color: #ffffff;
  content: '';
  background-image: url("assets/img/icons/pixel_mobile-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  height: 21px;
  width: 12px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.app-link .icon-mobile:before {
    height: 14px;
  }
}
main[role="main"] article.work .module.work-meta a.app-link .btn-divider {
  margin-left: 7px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.app-link .btn-divider {
    margin-left: 9px;
  }
}
main[role="main"] article.work .module.work-meta a .btn-divider {
  width: 15px;
  margin-right: 8px;
}
@media (max-width:992px) {
  main[role="main"] article.work .module.work-meta a .btn-divider {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.work-meta a .btn-divider {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a .btn-divider {
    margin-right: 11px;
  }
}
main[role="main"] article.work .module.work-meta a:hover .btn-divider {
  color: #ffffff;
}
main[role="main"] article.work .module.work-meta a.smooth-scroll {
  display: none;
  position: relative;
  /*
						&:before {
						background-color:@keyline;
						content:" ";
						display:block;
						left:-21px;
						height:10px;
						position:absolute;
						top:20px;
						width:1px;
					}
					*/

}
@media (min-width: 992px) {
  main[role="main"] article.work .module.work-meta a.smooth-scroll {
    display: inline-block;
    float: right;
    margin-right: 0;
  }
}
main[role="main"] article.work .module.work-meta a.smooth-scroll .icon:before {
  color: #ffffff;
  font-size: 12px;
}
main[role="main"] article.work .module.work-meta a.smooth-scroll {
  padding: 0 4px;
  display: none;
}
main[role="main"] article.work .module.work-meta a.smooth-scroll .icon:before {
  font-size: 40px;
}
main[role="main"] article.work .module.related-posts ul {
  padding: 0;
}
main[role="main"] article.work .module.related-posts ul li {
  margin-bottom: 15px;
  list-style: none;
  height: 150px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li {
    margin-bottom: 55px;
  }
}
main[role="main"] article.work .module.related-posts ul li span.grey-bg-wrap {
  display: block;
  padding: 0;
  width: 100% !important;
  height: 100%;
}
main[role="main"] article.work .module.related-posts ul li span.grey-bg-wrap span {
  background-color: #c0bdbf;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li span.grey-bg-wrap span {
    height: 100%;
  }
}
main[role="main"] article.work .module.related-posts ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li a:hover .overlay {
    left: 0;
  }
}
main[role="main"] article.work .module.related-posts ul li .overlay {
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: 0;
  top: 0;
  float: left;
  overflow: hidden;
  display: block;
  left: -100%;
  top: 0px;
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li .overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
main[role="main"] article.work .module.related-posts ul li .overlay > header {
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li .overlay > header {
    position: absolute;
    max-height: 65px;
    top: 0;
    height: auto;
    bottom: auto;
  }
}
main[role="main"] article.work .module.related-posts ul li .overlay > header h3 {
  float: none;
}
main[role="main"] article.work .module.related-posts ul li .overlay > header ul {
  margin-top: 7px;
  padding: 7px 0 0;
  position: relative;
  text-align: center;
  width: auto;
}
main[role="main"] article.work .module.related-posts ul li .overlay > header ul:after {
  content: "";
  display: table;
  clear: both;
}
main[role="main"] article.work .module.related-posts ul li .overlay > header ul:before {
  background-color: #868383;
  bottom: 0;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 0;
  width: 10px;
}
main[role="main"] article.work .module.related-posts ul li .overlay > header ul li {
  display: inline;
  width: auto;
  float: none;
  height: auto !important;
}
main[role="main"] article.work .module.related-posts ul li .overlay > header ul li i:before {
  color: #868383;
  font-size: 20px;
}
main[role="main"] article.work .module.related-posts ul li .overlay .overlay-title,
main[role="main"] article.work .module.related-posts ul li .overlay .overlay-sub-title {
  text-align: center;
  width: 100%;
  display: block;
}
main[role="main"] article.work .module.related-posts ul li .overlay .overlay-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
  padding: 0 8px;
}
@media (min-width: 992px) {
  main[role="main"] article.work .module.related-posts ul li .overlay .overlay-title {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  main[role="main"] article.work .module.related-posts ul li .overlay .overlay-title {
    font-size: 15px;
  }
}
main[role="main"] article.work .module.related-posts ul li .overlay .overlay-sub-title {
  color: #868686;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  margin-top: 4px;
  padding: 0 5px;
}
.mobile-border,
.gallery-markers {
  display: none;
}
@media (max-width:992px) {
  div.menu-wrap {
    background-color: #f7f7f7;
  }
  section.cover #fauxHeader {
    display: none;
  }
  section.cover .poster-image #posterContainer {
    position: static;
    visibility: visible;
  }
  section.cover .down-arrow {
    bottom: 33px;
  }
  section.cover .down-arrow span i {
    right: -3px;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  section.cover .down-arrow i#floatBubble {
    top: 8px;
    left: -10px;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  nav.rightNav li.close a {
    padding: 14px 18px;
    display: inline-block;
    font-size: 26px;
  }
  ul.grid li article .image-wrapper a img {
    width: 50%;
  }
  main[role="main"] article.work .module .gallery-lower {
    display: block;
    width: 100%;
  }
  main[role="main"] article.work .module .gallery-lower .controls,
  main[role="main"] article.work .module .gallery-lower .slide-numbers {
    display: none;
  }
  main[role="main"] article.work .module.related-posts ul li {
    overflow: hidden;
  }
  main[role="main"] article.work .module.related-posts ul li img {
    height: auto;
  }
  nav#category-nav ul {
    width: 100%;
  }
  main.front-page > nav#category-nav {
    position: fixed;
    background-color: #ffffff;
    top: 47px;
    border-bottom: solid 1px #dddddd;
  }
  ul.content.grid {
    margin-top: 0;
    height: 100%;
  }
  .grid-container {
    overflow-y: scroll;
    overflow-x: hidden;
    top: 85px;
    -webkit-overflow-scrolling: touch;
  }
  main.front-page {
    overflow-x: hidden;
  }
  ul.content.grid > li {
    position: relative !important;
    display: block;
  }
  ul.content.grid > li a {
    height: 100%;
  }
  ul.grid li article .image-wrapper a .overlay {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #f7f7f7;
    margin-top: 0;
  }
  nav.mobile-post-nav {
    position: relative;
  }
  .post-nav {
    border-bottom: none;
  }
  .post-nav .post-wrap {
    display: none;
  }
  .mobile-border {
    border-top: solid 1px #dddddd;
  }
  .no-margins .mobile-border {
    margin-left: 15px;
    margin-right: 15px;
  }
  main[role="main"] article.work .module {
    border-top: none;
    border-bottom: none;
  }
  .post-navigation-wrap {
    text-transform: uppercase;
  }
  header.main-header {
    z-index: 1100;
  }
  a.scroll-top {
    display: none;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
  }
  main[role="main"] > article,
  main[role="main"] > .loadedContent > article {
    position: relative;
  }
  .loadedContent {
    margin-top: 49px;
    background-color: #ffffff;
  }
  main[role="main"] article.work .module.related-posts {
    border-bottom: none;
  }
  .mobile-post-nav {
    height: 80px;
    background-color: #f7f7f7;
  }
  article.work > .post-navigation-wrap,
  .loadedContent > .post-navigation-wrap {
    position: static;
    border-top: none;
  }
  .mobile-post-nav > .post-navigation-wrap {
    position: absolute;
    bottom: 0px;
    top: auto;
  }
  article.work > .content {
    position: relative;
    padding-top: 20px;
  }
  section.video-or-image-sub-title-description {
    padding-left: 0px;
    position: static;
  }
  .gallery-markers {
    display: block;
    position: relative;
    height: 13px;
    margin: 20px 0px 20px 0px;
  }
  .gallery-markers .line {
    position: absolute;
    left: 50%;
    height: 1px;
    background-color: #c3c3c3;
    top: 6px;
    z-index: 1;
  }
  .gallery-markers .markerWrap {
    left: 50%;
    top: -3px;
    position: absolute;
    z-index: 2;
  }
  .gallery-markers .markerWrap .marker {
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    width: 13px;
    height: 13px;
    border: solid 3px #c3c3c3;
    margin: 0 6px;
  }
  .gallery-markers .markerWrap .active {
    background-color: #c3c3c3;
    border: none;
  }
  .gallery-markers.small .markerWrap .marker {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .gallery-markers.small .line {
    top: 7px;
  }
}
@media (max-width:992px) and (min-width: 768px) and (max-width: 992px) {
  ul.content.grid > li {
    height: 300px;
  }
  ul.content.grid > li article,
  ul.content.grid > li .image-wrapper {
    height: 100%;
  }
}
/*
 * Cover Fallback Class
 */
@media (min-width: 992px) {
  .cover-open main[role="main"] .loadedContent article {
    overflow-x: visible;
    background-color: #ffffff;
  }
  .cover-open section.cover #fauxHeader {
    width: auto;
  }
  .cover-open section.cover .poster-image {
    display: block;
    width: auto;
    margin-left: -100px;
    margin-right: -100px;
    height: 50px;
  }
  .cover-open section.cover .poster-image #posterContainer {
    width: 100%;
  }
  .cover-open section.cover .poster-image #posterContainer img {
    width: 100%;
  }
  .cover-open header.entry-title {
    color: #ffffff;
  }
  .cover-open header.entry-title .big-header {
    color: #ffffff;
  }
  .cover-open header.entry-title h2 {
    color: #ffffff;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .cover-open header.entry-title .pubdate {
    opacity: 0;
  }
  .cover-open header.entry-title .keyline-work {
    background-color: #ffffff;
    width: 100%;
    -webkit-transform: translateY(-54px);
    -moz-transform: translateY(-54px);
    -o-transform: translateY(-54px);
    -ms-transform: translateY(-54px);
    transform: translateY(-54px);
  }
  .cover-open .post-navigation-wrap {
    top: 0px;
    position: absolute;
    width: 100%;
    right: auto;
    left: 0px;
  }
  .cover-open .post-navigation-wrap .post-nav {
    width: 190px;
  }
  .cover-open .post-navigation-wrap .post-nav.prev-post {
    left: -100px;
  }
  .cover-open .post-navigation-wrap .post-nav.next-post {
    right: -100px;
  }
  .cover-open .loadedContent .content {
    background-color: #ffffff;
    padding-top: 120px;
  }
  .cover-open header.main-header {
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .cover-closed article {
    overflow-x: hidden;
    background-color: #f7f7f7;
  }
  .cover-closed .post-navigation-wrap {
    top: 0px;
    position: fixed;
  }
  .cover-closed .post-navigation-wrap .post-nav.prev-post {
    left: 0;
  }
  .cover-closed .post-navigation-wrap .post-nav.next-post {
    right: 0;
  }
  .cover-closed #fauxHeader {
    width: auto;
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
    opacity: 0;
  }
  .cover-closed .poster-image {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    height: 50px;
  }
  .cover-closed .poster-image #posterContainer {
    width: auto;
  }
  .cover-closed .poster-image #posterContainer img {
    width: 100%;
    margin-top: -100px;
  }
  .cover-closed .content {
    background-color: #f7f7f7;
    padding-top: 120px;
  }
  .cover-closed .content header.entry-title h1.big-header {
    color: #000000;
  }
  .cover-closed .content header.entry-title .pubdate {
    opacity: 0.75;
  }
  .cover-closed .content header.entry-title .keyline-work {
    width: 40px;
    background-color: #dddddd;
  }
  .cover-closed header.main-header {
    z-index: 1230 !important;
  }
  .cover-closed .down-arrow {
    bottom: -60px;
  }
  .cover-closed .down-arrow #floatBubble {
    top: -80px;
  }
}
@media (max-width:992px), (min-width: 768px) and (max-width: 992px) {
  .cover-closed .poster-image {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: 225px;
  }
  .cover-closed .poster-image #posterContainer {
    width: 100%;
  }
  .cover-closed .poster-image #posterContainer img {
    width: 100%;
    position: relative;
  }
}
/*
 * Single News Styling
 */
.nav-button-text span.dash-name {
  font-size: 17px;
  color: #c0bdbf;
  font-weight: normal;
}
main.single-post {
  position: relative;
}
main.single-post .content {
  max-width: 800px;
}
main.single-post .content pre {
  overflow: scroll;
  padding: 10px;
  background: #ddd;
  font-family: 'courier new';
  font-size: 15px;
  color: #222;
  font-weight: bold;
}
main.single-post .content .video-player {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  main.single-post .content {
    margin: 0 auto;
  }
  main.single-post .content header {
    padding: 0 30px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  main.single-post .content header .entry-date {
    color: #c0bdbf;
  }
}
@media (max-width:992px) {
  main.single-post .content {
    padding-top: 0;
  }
}
main.single-post article {
  padding-top: 55px;
}
@media (max-width:992px) {
  main.single-post article {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  main.single-post article {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main.single-post article .yarpp-related {
    margin-bottom: 39px;
  }
}
main.single-post .post-navigation-wrap {
  position: fixed;
  height: 0px;
}
@media (max-width:992px) {
  main.single-post .post-navigation-wrap {
    top: 50px;
    position: absolute;
    bottom: auto;
    left: 0px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 992px) {
  
}
main.single-post .post-navigation-wrap .post-nav .post-wrap h4 {
  display: none;
}
main.single-post .entry-title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  main.single-post .entry-title {
    margin-left: 140px;
    margin-right: 140px;
  }
}
main.single-post .entry-title h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  main.single-post .entry-title h2 {
    margin-top: 0px;
    font-size: 68px;
    font-weight: 700;
  }
}
main.single-post .entry-date p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
main.single-post .entry-date p span#date {
  border-right: 1px solid #c0bdbf;
  padding-right: 20px;
  margin-right: 20px;
}
main.single-post .entry-date p span.slug:before {
  content: "/ ";
}
main.single-post .entry-date p span.slug:nth-child(2):before {
  content: "";
}
main.single-post .entry-content {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  main.single-post .entry-content {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  main.single-post .entry-content {
    padding-bottom: 0;
  }
  main.single-post .entry-content .wp-post-image {
    margin-bottom: 30px;
  }
  main.single-post .entry-content iframe {
    margin-bottom: 20px;
  }
}
main.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
main.single-post footer#news-footer {
  position: relative;
  background: none;
  border-top: 1px solid #e2e2e2;
  padding: 0;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width:767px) {
  main.single-post footer#news-footer {
    padding-top: 20px;
    margin-top: 20px;
  }
}
main.single-post footer#news-footer .social-links {
  float: none;
  height: 40px;
}
@media (max-width:767px) {
  main.single-post footer#news-footer .social-links {
    margin-bottom: 20px;
  }
}
main.single-post footer#news-footer .social-links .share-icon {
  float: left;
  display: block;
  padding: 0;
  width: 40px;
  margin-right: 10px;
}
main.single-post footer#news-footer .social-links .share-icon a {
  height: 40px;
}
@media (max-width:767px) {
  main.single-post footer#news-footer .social-links .share-icon.scroll-up-desktop {
    float: right;
    margin-right: 0;
  }
}
main.single-post footer#news-footer .social-links .separator-pipe {
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  float: left;
  display: block;
  color: #e2e2e2;
}
@media (max-width:767px) {
  main.single-post footer#news-footer .social-links .separator-pipe {
    display: none;
  }
}
main.single-post footer#news-footer .news-btn {
  position: absolute !important;
  margin-right: 0;
  right: 0px;
  top: 40px;
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  padding-left: 5px;
  padding-right: 11px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.6px;
}
@media (max-width:992px) {
  main.single-post footer#news-footer .news-btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  main.single-post footer#news-footer .news-btn .link-arrow-container {
    top: 5px;
  }
}
@media (max-width:767px) {
  main.single-post footer#news-footer .news-btn .link-arrow-container {
    top: 3px;
  }
}
main.single-post footer#news-footer .news-btn .icon-arrow-right {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 20px;
  margin-left: 0px;
}
main.single-post footer#news-footer .news-btn:hover .icon-arrow-right {
  margin-left: 0px;
}
main.single-post footer#news-footer .news-btn:hover .icon-arrow-right:nth-child(2) {
  opacity: 0;
}
@media (max-width:767px) {
  main.single-post footer#news-footer .news-btn {
    width: 100%;
    position: relative !important;
    display: block;
    top: 0px;
  }
  main.single-post footer#news-footer .news-btn .icon-arrow-right {
    left: 10px;
    top: 1px;
  }
}
/*
 * Style for Static Pages
 */
.page .banner-image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  min-height: 370px;
}
@media (min-width: 992px) {
  .page .banner-image {
    margin-bottom: 50px;
  }
}
@media (max-width:992px) {
  .page .banner-image {
    min-height: 0;
  }
}
.page .banner-image img {
  width: 100%;
  display: block;
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0px;
}
@media (max-width:992px) {
  .page .banner-image img {
    top: 0;
  }
}
.page header.page-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page header.page-title {
    margin-bottom: 34px;
    margin-top: 34px;
  }
}
@media (max-width:992px) {
  .page header.page-title {
    margin-bottom: 10px;
  }
}
.page .callout {
  margin-bottom: 23px;
}
@media (max-width:992px) {
  .page .callout {
    margin-bottom: 5px;
  }
}
.page .module {
  padding-top: 0;
}
@media (min-width: 992px) {
  .page .module {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .page .module-item {
    margin-bottom: 0;
  }
}
.page .module-header {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .page .module-header {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main[role="main"].careers .content {
    padding-top: 0;
  }
}
@media (max-width:992px) {
  main[role="main"].careers .content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
main[role="main"].careers .content header {
  margin-bottom: 19px;
}
main[role="main"].careers .content header h2 {
  color: #666666;
  display: inline-block;
  font-family: "catalog", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 34px 0;
}
@media (max-width:767px) {
  main[role="main"].careers .content header h2 {
    padding-top: 0  ;
  }
}
@media (min-width: 992px) {
  main[role="main"].careers .content header h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 34px;
    line-height: 0.7;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].careers .content header h2 {
    font-size: 14px;
    padding: 0px 34px;
  }
}
main[role="main"].careers .content h1.big-header {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  min-height: 1px;
  margin-bottom: 19px !important;
}
@media (min-width: 992px) {
  main[role="main"].careers .content h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].careers .content h1.big-header:after {
    height: 2px;
  }
}
main[role="main"].careers .content h1.big-header:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  main[role="main"].careers .content h1.big-header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].careers .content h1.big-header:after {
    background-color: #dddddd;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  main[role="main"].careers .content h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].careers .content h1.big-header:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  main[role="main"].careers .content h1.big-header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].careers .content h1.big-header:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main[role="main"].careers .content h1.big-header {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].careers .content h1.big-header:after {
    height: 2px;
  }
}
main[role="main"].careers .content h3 {
  margin: 35px auto 40px;
  font-size: 15px;
}
@media (max-width:992px) {
  main[role="main"].careers .content h3 {
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0px auto 40px;
  }
}
@media (max-width:767px) {
  main[role="main"].careers .content h3 {
    margin-bottom: 0 !important;
  }
}
main[role="main"].careers .content .callout {
  position: relative;
}
@media (min-width: 992px) {
  main[role="main"].careers .content .callout span {
    margin-bottom: 10px;
  }
}
main[role="main"].careers .content .callout.keyline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 1px;
}
main[role="main"].careers .content .callout.keyline:after {
  background-color: #dddddd;
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}
@media (min-width: 992px) {
  main[role="main"].careers .content .callout.keyline {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  main[role="main"].careers .content .callout.keyline:after {
    margin-left: -200px;
    width: 400px;
  }
}
@media (max-width:992px) {
  main[role="main"].careers .content .intro {
    padding-bottom: 18px;
  }
  main[role="main"].careers .content .intro:after {
    height: 1px;
  }
}
main[role="main"].careers .content .table-container {
  max-width: 900px;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container {
    width: 70%;
    margin-top: 20px;
  }
}
main[role="main"].careers .content .table-container.row:first-child .job-row:first-child .job-title,
main[role="main"].careers .content .table-container.row:first-child .job-row:first-child .continue {
  border-top: none;
  border-bottom: #252425;
}
main[role="main"].careers .content .table-container.row:first-child .category {
  border-top: none;
  border-bottom: 1px solid #252425;
}
main[role="main"].careers .content .table-container .category-row {
  font-size: 20px;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row {
    text-align: center;
    margin-top: 0;
  }
}
main[role="main"].careers .content .table-container .category-row .category-line {
  display: none;
  position: relative;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #252425;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .category-line {
    display: block;
  }
}
main[role="main"].careers .content .table-container .category-row .title-line {
  display: none;
  position: relative;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #252425;
  width: 100%;
  background-color: #dadada;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .title-line {
    display: block;
  }
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .title-line:first-of-type {
    display: none;
  }
}
main[role="main"].careers .content .table-container .category-row .category {
  border-top: 1px solid #252425;
  color: #252425;
  font-weight: bold;
  margin-right: 10px;
  padding: 20px 0;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .category {
    margin-right: 0px;
    font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
  }
}
main[role="main"].careers .content .table-container .category-row .job-row {
  overflow: hidden;
}
main[role="main"].careers .content .table-container .category-row .job-row .job-title {
  border-top: 1px solid #dadada;
  color: #5e5e5e;
  padding: 20px 0;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .job-row .job-title span {
    border-bottom: none;
    margin: auto;
    padding: 20px 0;
  }
  main[role="main"].careers .content .table-container .category-row .job-row .job-title:first-of-type {
    padding: 15px 0 20px;
  }
  main[role="main"].careers .content .table-container .category-row .job-row .job-title:last-of-type {
    padding: 20px 0 15px;
  }
}
main[role="main"].careers .content .table-container .category-row .job-row .job-title a {
  color: #5e5e5e;
}
main[role="main"].careers .content .table-container .category-row .job-row:last-child .job-title span {
  border-bottom: none;
}
main[role="main"].careers .content .table-container .category-row .job-row .job-title-link {
  display: table;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .job-row .job-title-link {
    display: block;
  }
}
main[role="main"].careers .content .table-container .category-row .continue {
  border-top: 1px solid #dadada;
  padding: 20px 0;
  margin-left: 10px;
}
@media (max-width:767px) {
  main[role="main"].careers .content .table-container .category-row .continue {
    display: none;
  }
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more {
  color: #252425;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more .read-more-text {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].careers .content .table-container .category-row .continue a.read-more .read-more-text {
    display: inline-block;
    font-size: 15px;
  }
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more.hover .read-more-text {
  color: #949494;
  -webkit-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  transition: color 0.4s cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more.hover .meta-nav {
  border-color: #949494;
  color: #949494;
  text-indent: 0;
  -webkit-transition-property: color, text-indent, border-color;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: color, text-indent, border-color;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: color, text-indent, border-color;
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: color, text-indent, border-color;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: color, text-indent, border-color;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more:hover .read-more-text {
  color: #949494;
  -webkit-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  transition: color 0.4s cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more:hover .meta-nav {
  border-color: #949494;
  color: #949494;
  text-indent: 0;
  -webkit-transition-property: color, text-indent, border-color;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: color, text-indent, border-color;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: color, text-indent, border-color;
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: color, text-indent, border-color;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: color, text-indent, border-color;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more:hover .read-more-text {
  color: #949494;
  -webkit-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: color 0.4s cubic-bezier(1, 0, 0, 1);
  transition: color 0.4s cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more:hover .meta-nav {
  border-color: #949494;
  color: #949494;
  text-indent: 0;
  -webkit-transition-property: color, text-indent, border-color;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-property: color, text-indent, border-color;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-property: color, text-indent, border-color;
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-property: color, text-indent, border-color;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-property: color, text-indent, border-color;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more .meta-nav {
  border: 2px solid #252425;
  color: #252425;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 14px;
  line-height: 5px;
  margin-top: -3px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 13px;
  overflow: hidden;
  text-indent: -12px;
  -webkit-transition-property: color, border-color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: none;
  -moz-transition-property: color, border-color;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: none;
  -ms-transition-property: color, border-color;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: none;
  -o-transition-property: color, border-color;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: none;
  transition-property: color, border-color;
  transition-duration: 0.25s;
  transition-timing-function: none;
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more .meta-nav i:before {
  font-size: 16px;
  color: #000;
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more .meta-nav i {
  display: block;
  vertical-align: bottom;
  position: absolute;
  margin-top: -3px;
  margin-left: -3px;
}
main[role="main"].careers .content .table-container .category-row .continue a.read-more .meta-nav i + i {
  left: 12px;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].careers .content .table-container .category-row .continue a.read-more .meta-nav {
    margin-top: -5px;
  }
}
main[role="main"].careers .content .delimiter-line {
  max-width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3px;
  margin-top: 30px;
  background-color: #dadada;
}
@media (max-width:992px) {
  main[role="main"].careers .content .delimiter-line {
    height: 2px;
    margin-top: 20px;
  }
}
@media (max-width:767px) {
  main[role="main"].careers .content .delimiter-line {
    margin-top: 0;
  }
}
main[role="main"].careers .content .conclusion {
  margin-bottom: 0;
  padding-top: 30px;
}
@media (max-width:992px) {
  main[role="main"].careers .content .conclusion {
    padding-top: 30px;
  }
}
@media (max-width:767px) {
  main[role="main"].careers .content .conclusion {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  main[role="main"].careers .content .conclusion {
    font-size: 40px;
  }
}
main[role="main"].careers .content .conclusion span {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width:767px) {
  main[role="main"].careers .content .conclusion span {
    margin-bottom: 20px;
  }
}
main[role="main"].careers .content .conclusion a {
  color: #252425;
  border-bottom: 3px solid #252425;
  -webkit-transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (max-width:992px) {
  main[role="main"].careers .content .conclusion a {
    border-bottom: 1px solid #252425;
  }
}
main[role="main"].careers .content .conclusion a:hover {
  color: #9f9f9f;
  border-bottom-color: #949494;
  -webkit-transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
main[role="main"].careers .content .no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
main[role="main"].single-careers .content {
  max-width: 800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  main[role="main"].single-careers .content {
    padding-top: 0;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers .content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
main[role="main"].single-careers header.page-title {
  margin-bottom: 18px;
  padding-bottom: 18px;
  min-height: 1px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 992px) {
  main[role="main"].single-careers header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].single-careers header.page-title:after {
    height: 2px;
  }
}
main[role="main"].single-careers header.page-title:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  main[role="main"].single-careers header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].single-careers header.page-title:after {
    background-color: #dddddd;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  main[role="main"].single-careers header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].single-careers header.page-title:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  main[role="main"].single-careers header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].single-careers header.page-title:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main[role="main"].single-careers header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].single-careers header.page-title:after {
    height: 2px;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers header.page-title {
    padding-bottom: 30px !important;
  }
}
main[role="main"].single-careers .keyline {
  padding-bottom: 33px;
}
main[role="main"].single-careers .keyline:after {
  height: 2px;
}
main[role="main"].single-careers .job-description {
  margin: 0px 0 40px;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  color: #555555;
}
@media (max-width:992px) {
  main[role="main"].single-careers .job-description {
    margin-top: 1em;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers .job-description {
    margin-bottom: 30px;
  }
}
main[role="main"].single-careers .job-description h1,
main[role="main"].single-careers .job-description h2,
main[role="main"].single-careers .job-description h3,
main[role="main"].single-careers .job-description h4,
main[role="main"].single-careers .job-description h5,
main[role="main"].single-careers .job-description h6 {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  color: #252425;
  font-weight: bold;
  letter-spacing: 1px;
}
main[role="main"].single-careers .job-description ul,
main[role="main"].single-careers .job-description p {
  margin: 5px 0;
  padding: 0;
}
main[role="main"].single-careers .job-description ul {
  padding-left: 16px;
}
main[role="main"].single-careers .job-description ul li {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 4px;
}
@media (max-width:767px) {
  
}
main[role="main"].single-careers .job-description ul li span {
  font-size: 18px;
  vertical-align: bottom;
}
main[role="main"].single-careers .phone-job-submittion {
  display: none;
  color: black;
}
@media (max-width:992px) {
  main[role="main"].single-careers .phone-job-submittion {
    display: inherit;
    padding: 25px 0;
    margin-bottom: 20px;
    border-top: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    position: static;
    text-align: center;
  }
}
main[role="main"].single-careers .phone-job-submittion h2 {
  font-size: 18px;
  margin: 0 auto 25px;
}
main[role="main"].single-careers .phone-job-submittion .email-field {
  color: #252425;
  border-bottom: 3px solid #252425;
  -webkit-transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (max-width:992px) {
  main[role="main"].single-careers .phone-job-submittion .email-field {
    border-bottom: 1px solid #252425;
  }
}
main[role="main"].single-careers .phone-job-submittion .email-field:hover {
  color: #9f9f9f;
  border-bottom-color: #949494;
  -webkit-transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
main[role="main"].single-careers .form-blocker {
  z-index: 100;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main[role="main"].single-careers .form-container {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
}
@media (max-width:992px) {
  main[role="main"].single-careers .form-container {
    padding: 30px 0 25px;
    margin-bottom: 0px;
    border-top: 1px solid #dddddd;
    border-bottom: none;
  }
}
main[role="main"].single-careers .form-container form {
  position: relative;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers .form-container form {
    max-width: 100%;
  }
}
@media (max-width:767px) {
  main[role="main"].single-careers .form-container form {
    max-width: 400px;
  }
}
main[role="main"].single-careers .form-container form .input-container {
  padding: 5px;
  margin: 0 !important;
}
main[role="main"].single-careers .form-container form .input-container:nth-of-type(odd) {
  padding-left: 0;
}
main[role="main"].single-careers .form-container form .input-container:nth-of-type(even) {
  padding-right: 0;
}
main[role="main"].single-careers .form-container form .input-container:nth-of-type(6) {
  padding-right: 5px;
}
@media (max-width:992px) {
  main[role="main"].single-careers .form-container form .input-container:nth-of-type(even) {
    padding-right: 0 !important;
  }
}
@media (max-width:767px) {
  main[role="main"].single-careers .form-container form .input-container {
    padding: 5px 0;
  }
}
main[role="main"].single-careers .form-container form .input-container input {
  width: 100%;
  padding: 1px 15px;
  height: 41px;
  outline: none;
  border: 2px solid #dddddd;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555555;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
main[role="main"].single-careers .form-container form .input-container input.error {
  border: 2px solid #f11b25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main[role="main"].single-careers .form-container form .input-container input:focus {
  border: 2px solid #555555;
  color: #252425;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main[role="main"].single-careers .form-container form input[type="file"] {
  display: none;
}
main[role="main"].single-careers .form-container form h2 {
  font-size: 18px;
  margin: 0 auto 25px;
}
@media (max-width:992px) {
  main[role="main"].single-careers .form-container form h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers .form-container form h2 {
    margin-bottom: 25px;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers .form-wrapper {
    display: none;
  }
}
main[role="main"].single-careers .error-message,
main[role="main"].single-careers .fail {
  display: inline-block;
  padding: 4px;
  height: 41px;
  margin-top: 5px;
  font-family: "uni", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #f11b25;
}
main[role="main"].single-careers .fail {
  display: inline-block;
}
@media (max-width:992px) {
  main[role="main"].single-careers .fail {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers .fail {
    top: -12px;
    position: relative;
  }
}
main[role="main"].single-careers .btn-container {
  position: relative;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers .btn-container {
    margin-left: 0;
  }
}
main[role="main"].single-careers .no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
main[role="main"].single-careers a {
  margin-bottom: 15px;
}
@media (max-width:992px) {
  main[role="main"].single-careers a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  main[role="main"].single-careers a {
    float: left;
    margin-bottom: 0;
  }
}
main[role="main"].single-careers a.submit-btn,
main[role="main"].single-careers a.upload-btn {
  display: inline-block;
  width: auto;
  padding: 12px 6px 12px 5px;
  font-size: 12px;
  letter-spacing: 0.6px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
}
@media (max-width:992px) {
  main[role="main"].single-careers a.submit-btn,
  main[role="main"].single-careers a.upload-btn {
    display: block;
    margin-right: 7px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn,
  main[role="main"].single-careers a.upload-btn {
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
}
@media (max-width:767px) {
  main[role="main"].single-careers a.submit-btn,
  main[role="main"].single-careers a.upload-btn {
    width: 100%;
  }
}
main[role="main"].single-careers a.submit-btn .icon-arrow-right,
main[role="main"].single-careers a.upload-btn .icon-arrow-right {
  position: absolute;
  width: 15px;
  height: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width:992px) {
  main[role="main"].single-careers a.submit-btn .icon-arrow-right,
  main[role="main"].single-careers a.upload-btn .icon-arrow-right {
    top: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn .icon-arrow-right,
  main[role="main"].single-careers a.upload-btn .icon-arrow-right {
    left: 15px;
  }
}
@media (min-width: 992px) {
  main[role="main"].single-careers a.submit-btn .icon-arrow-right,
  main[role="main"].single-careers a.upload-btn .icon-arrow-right {
    width: 15px;
    height: 14px;
    left: 15px;
    top: -3px;
  }
}
main[role="main"].single-careers a.submit-btn div.btn-content,
main[role="main"].single-careers a.upload-btn div.btn-content {
  position: relative;
  top: -1px;
  left: -7px;
  letter-spacing: 1px;
  float: left;
}
@media (max-width:992px) {
  main[role="main"].single-careers a.submit-btn div.btn-content,
  main[role="main"].single-careers a.upload-btn div.btn-content {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn div.btn-content,
  main[role="main"].single-careers a.upload-btn div.btn-content {
    top: -2px;
  }
}
main[role="main"].single-careers a.submit-btn .icon-arrow-right:first-child,
main[role="main"].single-careers a.upload-btn .icon-arrow-right:first-child {
  left: -40px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn .icon-arrow-right:first-child,
  main[role="main"].single-careers a.upload-btn .icon-arrow-right:first-child {
    left: -25px;
  }
}
@media (min-width: 992px) {
  
}
main[role="main"].single-careers a.submit-btn .link-arrow-container,
main[role="main"].single-careers a.upload-btn .link-arrow-container {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 14px;
  left: -4px;
  top: 0px;
  font-size: 23px;
  overflow: hidden;
}
@media (max-width:992px) {
  main[role="main"].single-careers a.submit-btn .link-arrow-container,
  main[role="main"].single-careers a.upload-btn .link-arrow-container {
    width: 26px;
    height: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn .link-arrow-container,
  main[role="main"].single-careers a.upload-btn .link-arrow-container {
    width: 43px;
  }
}
main[role="main"].single-careers a.submit-btn:hover .icon-arrow-right,
main[role="main"].single-careers a.upload-btn:hover .icon-arrow-right {
  margin-left: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  main[role="main"].single-careers a.submit-btn:hover .icon-arrow-right,
  main[role="main"].single-careers a.upload-btn:hover .icon-arrow-right {
    margin-left: 55px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].single-careers a.submit-btn:hover .icon-arrow-right,
  main[role="main"].single-careers a.upload-btn:hover .icon-arrow-right {
    margin-left: 0px;
  }
}
main[role="main"].single-careers a.submit-btn .btn-divider,
main[role="main"].single-careers a.upload-btn .btn-divider {
  position: relative;
  top: -1px;
  left: -5px;
  margin-right: 8px;
}
@media (max-width:767px) {
  main[role="main"].single-careers a.submit-btn .btn-divider,
  main[role="main"].single-careers a.upload-btn .btn-divider {
    margin-right: px;
  }
}
main[role="main"].single-careers a.upload-btn {
  min-width: 177px;
  margin-left: 5px;
}
@media (max-width:992px) {
  main[role="main"].single-careers a.upload-btn {
    display: none;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers a.submit-btn {
    margin-left: 0;
    display: inline-block;
  }
}
main[role="main"].single-careers a.submit-btn.no-hover:before {
  content: none;
}
main[role="main"].single-careers a.submit-btn .submit-layer {
  background-color: #555555;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main[role="main"].single-careers a.submit-btn .submit-layer .checkmark {
  font-family: 'jamfont';
  color: #fff;
  font-size: 28px;
  padding-top: 6px;
}
main[role="main"].single-careers .clear-btn {
  margin: 5px;
  right: 0px;
  display: inline-block;
  width: auto;
  padding: 10px 5px 10px 3px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.6px;
}
@media (max-width:992px) {
  main[role="main"].single-careers .clear-btn {
    margin-right: 0;
    padding-bottom: 6px;
    margin-left: 0;
  }
  main[role="main"].single-careers .clear-btn .link-arrow-container {
    top: 4px;
    left: -15px;
  }
  main[role="main"].single-careers .clear-btn .link-arrow-container span {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
main[role="main"].single-careers .clear-btn div.btn-content {
  position: relative;
  letter-spacing: 1px;
}
main[role="main"].single-careers .clear-btn div.btn-content .link-arrow-container {
  left: -6px;
}
@media (max-width:992px) {
  main[role="main"].single-careers .clear-btn div.btn-content .link-arrow-container {
    left: -15px;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers .clear-btn div.btn-content {
    float: none;
    font-size: 12px;
    top: -6px;
    left: 3px;
  }
}
@media (max-width:992px) {
  main[role="main"].single-careers .clear-btn div.btn-content span {
    left: -7px;
  }
}
@media (max-width:767px) {
  main[role="main"].single-careers .clear-btn {
    width: 100%;
  }
}
main[role="main"].single-careers .clear-btn .icon-arrow-right {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 20px;
  margin-left: 0px;
}
main[role="main"].single-careers .clear-btn:hover .icon-arrow-right {
  margin-left: 0px;
}
main[role="main"].single-careers .clear-btn:hover .icon-arrow-right:nth-child(2) {
  opacity: 0;
}
main[role="main"].single-careers .clear-btn .btn-divider {
  position: relative;
  top: -1px;
  left: -11px;
  margin-right: 2px;
}
@media (max-width:992px) {
  main[role="main"].single-careers .clear-btn .btn-divider {
    margin-right: 12px;
  }
}
main[role="main"].single-careers span.work-title,
main[role="main"].single-careers span.work-title-slash {
  visibility: hidden;
  position: relative;
  color: #c0bdbf;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
main[role="main"].single-careers .nav-button-text h4 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
main[role="main"].single-careers .inner-holder {
  position: relative;
}
.reel-article {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
}
.reel-article .reel-content {
  display: table-cell;
  vertical-align: middle;
}
.reel-article .reel-content .reelContainer {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
}
.reel-article .reel-content .reelContainer video {
  background-color: black;
}
main[role="main"].accessibility {
  height: auto;
}
main[role="main"].accessibility .content {
  max-width: 800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 992px) {
  main[role="main"].accessibility .content {
    padding-top: 0;
  }
}
@media (max-width:992px) {
  main[role="main"].accessibility .content {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
main[role="main"].accessibility header.page-title {
  margin-bottom: 18px;
  padding-bottom: 18px;
  min-height: 1px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 992px) {
  main[role="main"].accessibility header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].accessibility header.page-title:after {
    height: 2px;
  }
}
main[role="main"].accessibility header.page-title:after {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  min-height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
@media (max-width:992px) {
  main[role="main"].accessibility header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].accessibility header.page-title:after {
    background-color: #dddddd;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (max-width:992px) and (min-width: 992px) {
  main[role="main"].accessibility header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].accessibility header.page-title:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  main[role="main"].accessibility header.page-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 1px;
  }
  main[role="main"].accessibility header.page-title:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    min-height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main[role="main"].accessibility header.page-title {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  main[role="main"].accessibility header.page-title:after {
    height: 2px;
  }
}
@media (max-width:992px) {
  main[role="main"].accessibility header.page-title {
    padding-bottom: 30px !important;
  }
}
main[role="main"].accessibility .keyline {
  padding-bottom: 33px;
}
main[role="main"].accessibility .keyline:after {
  height: 2px;
}
main[role="main"].accessibility .accessibility-description {
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  color: #252425;
}
@media (max-width:992px) {
  main[role="main"].accessibility .accessibility-description {
    margin-top: 1em;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  main[role="main"].accessibility .accessibility-description {
    margin-bottom: 30px;
  }
}
main[role="main"].accessibility .nav-button-text h4 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
main[role="main"].accessibility .accessibility-contact {
  display: inline-block;
  position: relative;
  margin: 80px auto 0;
  text-align: center;
  color: #252425;
}
main[role="main"].accessibility .accessibility-contact p {
  color: #252425 !important;
}
@media (max-width:992px) {
  main[role="main"].accessibility .accessibility-contact {
    margin-top: 30px;
  }
}
main[role="main"].accessibility a {
  text-decoration: underline;
  color: #252425 !important;
  transition: color 0.3s;
}
main[role="main"].accessibility a:hover {
  color: #949494 !important;
}
main[role="main"].page-approach article {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 1210;
}
@media (max-width:992px) {
  main[role="main"].page-approach article {
    z-index: 1;
    overflow: hidden;
    top: 0;
  }
}
main[role="main"].page-approach #fauxHeader {
  display: block;
  position: absolute;
}
main[role="main"].page-approach #fauxHeader .header-inner-content .hamburger .line {
  background-color: #fff;
}
main[role="main"].page-approach #fauxHeader .work-title {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
main[role="main"].page-approach .hero {
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
  height: 90vh;
  max-height: 690px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .hero {
    margin: 0;
    max-height: 100%;
  }
}
main[role="main"].page-approach .hero .hero-image {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
main[role="main"].page-approach .hero .hero-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
main[role="main"].page-approach .hero .hero-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:992px) {
  main[role="main"].page-approach .hero .hero-image img {
    height: 100%;
    width: auto;
  }
}
main[role="main"].page-approach .hero .hero-image video {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:992px) {
  main[role="main"].page-approach .hero .hero-image video {
    height: 100%;
    width: auto;
  }
}
main[role="main"].page-approach .hero .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width:992px) {
  main[role="main"].page-approach .hero .title {
    width: 80%;
  }
}
main[role="main"].page-approach .hero .title h1,
main[role="main"].page-approach .hero .title h2 {
  color: #fff;
}
main[role="main"].page-approach .hero .title h1 {
  font-weight: 700;
}
main[role="main"].page-approach .hero .title h2 {
  font-family: 'catalog';
  text-transform: none;
  margin-top: 50px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .hero .down-arrow {
    display: block;
    margin-left: -20px;
  }
  main[role="main"].page-approach .hero .down-arrow span {
    height: 63px;
    width: 40px;
    top: -35px;
  }
  main[role="main"].page-approach .hero .down-arrow #floatBubble {
    display: none;
  }
}
main[role="main"].page-approach .section-title {
  position: absolute;
  color: #000;
  font-family: 'uni';
  font-size: 18px;
  font-weight: 700;
  width: 120px;
  text-transform: uppercase;
}
main[role="main"].page-approach .section-title .number {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-weight: 400;
}
@media (max-width:992px) {
  main[role="main"].page-approach .section-title {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px 12vw;
  }
}
main[role="main"].page-approach .content {
  padding-bottom: 0;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content {
    padding-top: 10vh;
  }
}
main[role="main"].page-approach .content .content-blocks {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .content-blocks {
    padding-bottom: 0;
  }
}
main[role="main"].page-approach .content .content-blocks .content-block {
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 200px;
}
main[role="main"].page-approach .content .content-blocks .content-block:nth-child(odd) {
  flex-direction: row-reverse;
}
main[role="main"].page-approach .content .content-blocks .content-block:nth-child(odd) .content-block-copy {
  padding-right: 0vw;
  margin-right: 50px;
  margin-left: 0;
}
main[role="main"].page-approach .content .content-blocks .content-block:nth-child(odd) .content-block-image img {
  float: left;
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy {
  text-align: left;
  padding-top: 11vw;
  padding-right: 2vw;
  margin-left: 50px;
  position: relative;
  max-width: 35%;
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 60px;
  position: relative;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy p {
    font-size: 17px;
  }
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy p:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 9px;
  left: 0;
  width: 30px;
  height: 1px;
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy h2 {
  text-align: left;
  font-family: "catalog", Georgia, Times, "Times New Roman", serifbody;
  text-transform: none;
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-image {
  flex-basis: 150%;
}
main[role="main"].page-approach .content .content-blocks .content-block .content-block-image f img {
  float: right;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .content-blocks .content-block {
    margin: 0 5vw;
    flex-direction: column-reverse;
  }
  main[role="main"].page-approach .content .content-blocks .content-block:nth-child(odd) {
    flex-direction: column-reverse;
  }
  main[role="main"].page-approach .content .content-blocks .content-block:nth-child(odd) .content-block-copy {
    padding: 6vw;
    margin-right: 0;
    margin-left: 0;
  }
  main[role="main"].page-approach .content .content-blocks .content-block .content-block-copy {
    max-width: 100%;
    padding: 6vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    background-color: #fff;
    flex: 0 0 auto;
  }
  main[role="main"].page-approach .content .content-blocks .content-block .content-block-image {
    flex: 0 0 auto;
  }
  main[role="main"].page-approach .content .content-blocks .content-block .content-block-image img {
    float: none;
  }
}
main[role="main"].page-approach .content .capabilities {
  position: relative;
  margin: 50px 0 140px;
}
main[role="main"].page-approach .content .capabilities h2 {
  text-transform: none;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .capabilities {
    margin: 30px 12vw 70px;
  }
}
main[role="main"].page-approach .content .services {
  position: relative;
  text-align: left;
  padding: 0 0 80px 0;
}
main[role="main"].page-approach .content .services .content-block {
  padding: 0 0 0 25.8%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 60px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .services .content-block {
    padding: 0 0 0 12vw;
    flex-direction: column;
  }
}
main[role="main"].page-approach .content .services .content-block .main-block {
  position: relative;
  max-width: 65%;
  font-family: 'catalog';
}
main[role="main"].page-approach .content .services .content-block .main-block h2 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 25px;
  font-family: 'catalog';
  text-transform: none;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .services .content-block .main-block h2 {
    font-size: 25px;
  }
}
main[role="main"].page-approach .content .services .content-block .main-block p {
  text-align: left;
  line-height: 1.5;
}
main[role="main"].page-approach .content .services .content-block .main-block .icon {
  position: absolute;
  left: -50px;
}
main[role="main"].page-approach .content .services .content-block .main-block .icon:before {
  font-size: 36px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .services .content-block .main-block {
    max-width: 90%;
  }
  main[role="main"].page-approach .content .services .content-block .main-block .icon {
    left: -30px;
  }
  main[role="main"].page-approach .content .services .content-block .main-block .icon:before {
    font-size: 25px;
  }
}
main[role="main"].page-approach .content .services .content-block ul.things-we-do {
  font-family: 'uni';
  list-style: none;
  margin: 60px 0 0;
}
main[role="main"].page-approach .content .services .content-block ul.things-we-do li {
  text-transform: uppercase;
  font-size: 14px;
  margin: 13px 0;
  font-weight: 300;
}
main[role="main"].page-approach .content .services .content-block ul.things-we-do li:first-child {
  font-weight: 700;
  color: #000;
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .services .content-block ul.things-we-do li {
    margin: 0 0 13px 0;
  }
}
@media (max-width:992px) {
  main[role="main"].page-approach .content .services .content-block ul.things-we-do {
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}
main[role="main"].page-approach .contact {
  background-color: #282828;
  color: #fff;
}
main[role="main"].page-approach .contact .contact-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0;
}
@media (min-width: 992px) and (max-width: 1640px) {
  main[role="main"].page-approach .contact .contact-container {
    margin: 0px 120px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main[role="main"].page-approach .contact .contact-container {
    max-width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  main[role="main"].page-approach .contact .contact-container {
    margin: 0px auto;
  }
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .contact-container {
    padding: 40px 0px;
  }
}
main[role="main"].page-approach .contact .section-title {
  color: #fff;
}
main[role="main"].page-approach .contact .section-title span.number {
  color: #717171;
}
main[role="main"].page-approach .contact .content-block {
  padding: 0 0 0 25.8%;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block {
    padding: 0 4vw 0 12vw;
  }
}
main[role="main"].page-approach .contact .content-block .contact-title {
  padding: 0 0 18px 0;
}
main[role="main"].page-approach .contact .content-block .contact-title h1 {
  color: #fff;
  font-family: 'catalog';
  font-size: 36px;
  text-align: left;
  text-transform: none;
  line-height: 1.2;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .contact-title h1 {
    font-size: 30px;
  }
}
main[role="main"].page-approach .contact .content-block .contact-info {
  padding: 18px 0 30px 0;
}
main[role="main"].page-approach .contact .content-block .contact-info h2 {
  color: #999999;
  text-align: center;
  font-family: 'catalog';
  font-size: 28px;
  text-align: left;
  text-transform: none;
}
main[role="main"].page-approach .contact .content-block .contact-info h2 a {
  color: #999999;
}
main[role="main"].page-approach .contact .content-block .contact-info h3 {
  color: #666666;
  text-align: left;
}
main[role="main"].page-approach .contact .content-block .office-locations {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .office-locations {
    flex-wrap: wrap;
  }
}
main[role="main"].page-approach .contact .content-block .office-locations .location {
  min-width: 33.3%;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .office-locations .location {
    margin-bottom: 15px;
    min-width: auto;
    padding-right: 38px;
  }
}
main[role="main"].page-approach .contact .content-block .office-locations .location h3 {
  color: #fff;
  font-family: 'catalog';
  font-size: 36px;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .office-locations .location h3 {
    font-size: 30px;
  }
}
main[role="main"].page-approach .contact .content-block .office-locations .location .subline {
  font-family: 'uni';
  font-size: 14px;
  margin-bottom: 35px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .office-locations .location .subline {
    margin-bottom: 25px;
  }
}
main[role="main"].page-approach .contact .content-block .office-locations .location .subline .airport {
  color: #c59b69;
  padding-right: 5px;
}
main[role="main"].page-approach .contact .content-block .office-locations .location .subline .time {
  color: #5f5f5f;
}
main[role="main"].page-approach .contact .content-block .office-locations .location .address {
  color: #bfbfbf;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width:992px) {
  main[role="main"].page-approach .contact .content-block .office-locations .location .address {
    margin-bottom: 12px;
  }
}
.mobile-rotate-screen {
  color: #252425;
  display: none;
  font-weight: bold;
  font-size: 41.5px;
  line-height: 44.5px;
  text-align: center;
}
@media (max-width:992px) {
  .mobile-rotate-screen {
    font-size: 28px;
    line-height: 30px;
  }
}
.mobile-rotate-screen header {
  margin-top: 30px;
}
@media (max-width:992px) {
  .mobile-rotate-screen header {
    margin-top: 20px;
  }
}
.mobile-rotate-screen span {
  display: block;
  color: #898989;
  font-size: 15.5px;
  line-height: 17px;
  font-family: 'catalog';
  font-weight: normal;
}
@media (min-width: 992px), (min-width: 768px) and (max-width: 992px) {
  .mobile-rotate-screen span {
    margin-top: 10px;
  }
}
.mobile-rotate-screen .rotate-icon {
  display: inline-block;
}
.mobile-rotate-screen .rotate-phone {
  background-image: url("assets/img/icons/rotate-screen-phone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  height: 150px;
  text-shadow: none;
  width: 212px;
}
.mobile-rotate-screen .rotate-lock {
  background-image: url("assets/img/icons/rotate-screen-lock.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  height: 48px;
  text-shadow: none;
  width: 46px;
}
#error-article {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media screen and (min-width: 992px) {
  #error-article {
    height: 70%;
  }
}
#error-page {
  display: table-cell;
  margin: 100px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
#error-page.error-page-404 {
  margin: 0;
  width: 100%;
}
#error-page h1 {
  font-family: 'uni', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 50px;
  font-size: 50px;
  color: #252425;
  margin-bottom: 20px;
}
#error-page h1 span {
  display: block;
}
#error-page h2 {
  font-size: 70px;
  margin-bottom: -5px;
}
#error-page .error-page-content {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 20px;
  font-family: 'catalog';
  font-weight: 100;
  font-size: 14px;
}
@media (min-width: 992px) {
  #error-page .error-page-content {
    font-size: 18px;
  }
}
#error-page .error-page-content p {
  margin: 0;
}
#error-page .error-main {
  width: 100%;
  height: 325px;
  margin: auto;
}
#error-page .error-main-404 {
  width: 100%;
  height: 325px;
  margin: auto;
  height: 220px;
}
#error-page .ie-browsers {
  margin-top: 20px;
}
#error-page .ie-browsers a {
  padding-left: 7px;
  padding-right: 7px;
  outline: 0;
}
#error-page .minimal-hr {
  width: 40px;
  height: 2px;
  background: #868686;
  display: inline-block;
  padding: 0;
  margin: 0px;
}
