/*!
Theme Name: havas
Theme URI: http://www.havas.com
Author: stephen cohrs | havas
Description: theme for havas  2016
Version: 2016.06
Tags: havas
*/
/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

p {
  margin: 0 0 14px;
}

.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 28px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 25px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.pager {
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* This CSS resource incorporates links to font software which is the valuable copyrighted
  property of Monotype and/or its suppliers. You may not attempt to copy, install,
   redistribute, convert, modify or reverse engineer this font software. Please contact
   Monotype with any questions regarding Web Fonts: https://www.linotype.com */
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("css/fonts/latin-1/Fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("css/fonts/latin-1/Fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("css/fonts/latin-1/Fonts/1488890/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("css/fonts/latin-1/Fonts/1488890/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("css/fonts/latin-1/Fonts/1488890/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("css/fonts/latin-1/Fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("css/fonts/latin-1/Fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("css/fonts/latin-1/Fonts/1488914/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("css/fonts/latin-1/Fonts/1488914/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("css/fonts/latin-1/Fonts/1488914/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype");
}
.loaderWrap {
  background: #000 no-repeat 50%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************
  Global Helper Styles
**********************/
.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.mobile {
  display: none;
}
@media (max-width: 650px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .desktop {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.maxWidth {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .maxWidth {
    padding-left: 6.66667px;
    padding-right: 6.66667px;
  }
}
@media screen and (max-width: 650px) {
  .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

strong {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}

em {
  font-style: normal;
}

.justify {
  text-align: justify;
  display: block;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.social a {
  display: inline-block;
  width: 60px;
  height: 44px;
}
.social a.email {
  width: auto;
  height: auto;
  background: none;
  display: block;
}
.social a.twitter {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px 0px;
}
.social a.twitter:hover {
  background-position: 7px -44px;
}
.social a.linkedin {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px -88px;
}
.social a.linkedin:hover {
  background-position: 7px -132px;
}
.social a.tumblr {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px -176px;
}
.social a.tumblr:hover {
  background-position: 7px -220px;
}
.social a.instagram {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px -264px;
}
.social a.instagram:hover {
  background-position: 7px -308px;
}
.social a.facebook {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px -352px;
}
.social a.facebook:hover {
  background-position: 7px -396px;
}
.social a.youtube {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  background-position: 7px -440px;
}
.social a.youtube:hover {
  background-position: 7px -484px;
}

/**********************
  End Global Helper Styles
**********************/
/**********************
  Header
**********************/
header.mainHead {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  position: fixed;
  height: 107px;
  padding: 27px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+80,ffffff+100&0.4+0,0+100 */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#66000000', endColorstr='#00FFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
header.mainHead.colors-dark {
  background: #fff;
}
header.mainHead .navSearch {
  margin: 0 auto;
  max-width: 650px;
}
header.mainHead .speech_button {
  cursor: pointer;
  top: 4px;
}
header.mainHead a {
  font-size: .75em;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
header.mainHead .darkLink {
  color: #000000;
}
header.mainHead .logo {
  position: relative;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  font-size: 1em;
}
header.mainHead .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
header.mainHead .logo .mobilelogo {
  display: none;
}
header.mainHead .logo .dark {
  display: none;
}
@media screen and (max-width: 639px) {
  header.mainHead .logo .desktoplogo {
    display: none !important;
  }
  header.mainHead .logo .mobilelogo {
    display: block;
  }
}
header.mainHead .logo .desktoplogo {
  height: 51px;
}
header.mainHead .logo .mobilelogo {
  height: 42px;
}
header.mainHead .right ul.menu {
  display: block;
  float: right;
}
header.mainHead .right ul.menu li {
  display: block;
  float: right;
  padding: 17px 25px 5px 0;
}
header.mainHead .right ul.menu li a {
  float: none;
  font-weight: 200;
}
header.mainHead .right ul.menu li.current-menu-item a {
  border-bottom: 1px solid;
  pointer-events: none;
  cursor: default;
}
header.mainHead .right a {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  float: right;
  display: block;
  height: 18px;
  line-height: 18px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header.mainHead .right a:nth-child(1) {
    display: block;
  }
}
header.mainHead .right a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
header.mainHead .right a .lines {
  margin: 7px 0 0 10px;
  padding-right: 15px;
}
header.mainHead .right a.button {
  width: 40px;
  padding: 17px 8px 32px 3px;
}
header.mainHead .main_search_holder {
  font-size: 2em;
    /*.search_text_field {
      @include useHelveticaRegular();
      color: #FFF;
      position: relative;
      z-index: 10;
      background: none;
      padding: 15px 20px;
      border: none;
      font-size:1em;
      width: 83%;
      text-overflow: ellipsis;

      @media screen and (max-width: $tablet_portrait - 1) {
            font-size: .75em;//1.25em;//25px;
            top:4px;
            padding:3px 8px;
           //width: 70%;
        }

        @media screen and (max-width: 320px) {
          width: 70% !important;

        }
    }*/
  /* iPads (landscape) ----------- */
  /* iPads (portrait) ----------- */
}
header.mainHead .main_search_holder .search_text_field {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #FFF;
  position: absolute;
  top: 9px;
  padding: 0 15px;
  z-index: 10;
  background: none;
  border: none;
  width: 86%;
  text-overflow: ellipsis;
  border: 3px soid red;
}
@media screen and (max-width: 1080px) {
  header.mainHead .main_search_holder {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  header.mainHead .main_search_holder .search_text_field {
    top: 4px;
    left: 0;
    padding: 0 5px;
  }
}
header.mainHead.redHead {
  background-color: #e92421;
}
header.mainHead.redHead .main_search_holder {
  border-color: #C56B70;
  background: transparent;
}
header.mainHead.redHead .main_search_holder ul li a {
  background: rgba(255, 255, 255, 0.65);
}
header.mainHead.redHead .main_search_holder ul li a:hover, header.mainHead.redHead .main_search_holder ul li a.added_hover {
  background: rgba(255, 255, 255, 0.9);
  color: #FFF;
}
header.mainHead.redHead .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  header.mainHead {
    padding: 15px 0px 15px 20px;
    height: 70px;
  }
  header.mainHead .speech_button {
    display: none;
    top: 9px;
  }
  header.mainHead .search_button {
    top: 0;
  }
}
header.mainHead.colors-dark a {
  color: #000;
}
header.mainHead.colors-dark .desktoplogo.dark {
  display: block;
}
header.mainHead.colors-dark .desktoplogo:not(dark) {
  display: none;
}
header.mainHead.colors-dark .lines {
  width: 15px;
  height: 2.14286px;
  background: #000;
  border-radius: 1.07143px;
  transition: 0.18s;
  position: relative;
}
header.mainHead.colors-dark .lines:before, header.mainHead.colors-dark .lines:after {
  width: 15px;
  height: 2.14286px;
  background: #000;
  border-radius: 1.07143px;
  transition: 0.18s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 1.07143px center;
  transform-origin: 1.07143px center;
}
header.mainHead.colors-dark .lines:before {
  top: 3.75px;
}
header.mainHead.colors-dark .lines:after {
  top: -3.75px;
}

/*
                                                                                    $('header.header').toggleClass('color-black',true);
              $('.mainHead a').css("color","none");
              $('.lines').toggleClass('lines-black',false);*/
nav.offCanvas {
  color: #3c3f42;
  text-transform: uppercase;
  padding-top: 22px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  background: #000;
  width: 280px;
  position: fixed;
  right: -280px;
  top: 0;
  height: 100%;
  z-index: 5;
  overflow-y: auto;
}
nav.offCanvas a {
  -moz-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  -webkit-transition-property: opacity, color;
  transition-property: opacity color;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
nav.offCanvas a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
nav.offCanvas .logo {
  padding-top: 7px;
  padding-left: 35px;
  color: #ccc;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
nav.offCanvas .region {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: .8em;
}
nav.offCanvas ul {
  margin: 20px 0;
  background: black;
  padding: 0 35px;
}
nav.offCanvas ul a {
  color: white;
  padding: 7px 0;
  text-decoration: none;
  display: block;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: .8em;
}
nav.offCanvas ul a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
nav.offCanvas ul.main {
  margin-top: 30px;
  padding: 24px 0;
  background: #151617;
}
nav.offCanvas ul.main .head {
  padding-bottom: 30px;
}
nav.offCanvas ul.main li {
  padding-left: 35px;
  color: #9e9fa2;
}
nav.offCanvas #menu-offices {
  margin: 0;
  padding: 0;
}
nav.offCanvas #menu-offices li {
  padding: 24px 35px;
  background: #151617;
  border-bottom: 1px solid black;
}
nav.offCanvas #menu-offices li a {
  font-size: .8em;
  color: #9e9fa2;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
nav.offCanvas #menu-offices li.current a {
  color: white;
  padding-left: 20px;
}
nav.offCanvas #menu-offices .head {
  color: #9e9fa2;
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  background: #1e1f21;
  font-size: .6em;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
nav.offCanvas ul.lang-menu {
  overflow: hidden;
  border-bottom: 1px solid grey;
  margin: 20px 35px;
  padding: 0 0 15px;
}
nav.offCanvas ul.lang-menu li {
  overflow: hidden;
  height: auto;
  max-height: 0px;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
nav.offCanvas ul.lang-menu li:first-child {
  max-height: 35px;
}
nav.offCanvas ul.lang-menu li:first-child a:after {
  position: relative;
  float: right;
  top: 0;
  content: " ";
  display: inline-block;
  margin-right: 6px;
  width: 7px;
  height: 7px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  border-right: 0.2em solid #FFF;
  border-bottom: 0.2em solid #FFF;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.offCanvas ul.lang-menu.expand li {
  max-height: 35px;
}
nav.offCanvas ul.lang-menu.expand li:first-child a:after {
  top: 8px;
  border: 0;
}

.cover {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}

.navOpen header.mainHead {
  top: 0;
  padding-right: 15px;
}
.navOpen header.mainHead .right {
  margin-right: 280px;
}
.navOpen .offCanvas {
  right: 0;
}
.navOpen .cover {
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  z-index: 9;
}
.navOpen .main_search_holder {
  z-index: 2;
}

.button {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
  outline: 0;
}
.button span {
  display: block;
  float: left;
}
@media screen and (max-width: 1023px) {
  .button span.text {
    display: none;
  }
}

body, * {
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.lines-button {
  padding: 7.5px 3.75px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 2.14286px;
}
.lines-button:active {
  transition: 0;
}

.lines {
  width: 15px;
  height: 2.14286px;
  background: #fff;
  border-radius: 1.07143px;
  transition: 0.18s;
  position: relative;
}
@media screen and (max-width: 639px) {
  .lines {
    background: #000;
  }
}
.lines:before, .lines:after {
  width: 15px;
  height: 2.14286px;
  background: #fff;
  border-radius: 1.07143px;
  transition: 0.18s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 1.07143px center;
  transform-origin: 1.07143px center;
}
@media screen and (max-width: 639px) {
  .lines:before, .lines:after {
    background: #000;
  }
}
.lines:before {
  top: 3.75px;
}
.lines:after {
  top: -3.75px;
}

.lines-button.close .lines {
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 8.33333px;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

/********************
  Red Header
  *******************/
#careers header.mainHead .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, #blank header.mainHead .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
}

/**********************
  End Header
**********************/
/**********************
  Foooter
**********************/
footer {
  background: #212223;
  color: #7e8288;
  font-size: 1em;
  position: relative;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer a {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  color: #7e8288;
}
footer a:hover {
  color: white;
}
footer .head {
  font-size: 2.5em;
  color: #FFF;
  padding-bottom: 3;
}
footer .main {
  padding: 50px;
  max-width: 1315px;
  margin: 0 auto;
}
footer .main:after {
  content: "";
  display: table;
  clear: both;
}
footer .main span, footer .main p {
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  footer .main {
    padding: 0px 23px 0 23px;
    border-top: none;
  }
}
footer .main ul {
  width: 33%;
  display: block;
  float: left;
  width: 33%;
  display: block;
  float: left;
  border-top: 1px solid #424242;
  padding-top: 30px;
}
footer .main ul li {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  display: block;
  padding-bottom: 30px;
  padding-right: 10px;
  max-width: 350px;
}
footer .main ul li .dept {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  footer .main ul {
    width: 100%;
    border-top: 1px solid #3c3f42;
        /*
	    		width:50%;
	    		//padding:20px;
	    		li{
	    			width: 100%;
	    			padding-right: 0;
	    		}
				&:last-child{
					width:100%;
					border-top:1px solid $mainFont;
					li{
						max-width: 100%;
					}
				}
		*/
  }
  footer .main ul li {
    max-width: 100%;
  }
  footer .main ul li {
    width: 100%;
    padding-right: 0;
  }
}
footer nav {
  background: #1b1c1d;
  color: #7e8288;
  font-size: .9em;
  clear: both;
  padding: 0 15px;
}
footer nav ul {
  max-width: 1250px;
  margin: 0 auto;
}
footer nav ul li {
  float: left;
}
footer nav ul li:last-child {
  float: right;
}
footer nav a {
  color: #7e8288;
  text-decoration: none;
  display: inline-block;
  padding: 22px 25px 45px 0;
}
@media screen and (max-width: 650px) {
  footer nav ul {
    margin-left: 0;
  }
  footer nav ul li {
    display: block;
    float: none;
    text-align: center;
  }
  footer nav ul li:last-child {
    float: none;
  }
  footer nav ul li a {
    padding: 10px 0;
  }
}
footer #menu-item-32 a:hover {
  color: inherit;
  cursor: default;
}

/**********************
  End Foooter
**********************/
.footer_header {
  width: 100%;
  margin: 0;
  height: 270px;
  background-color: #212223;
  background-repeat: no-repeat;
}
@media screen and (max-width: 650px) {
  .footer_header {
    background-size: 227%;
  }
}
.footer_header .footer_image {
  width: 100%;
  margin-top: 60px;
  height: 190px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .footer_header .footer_image {
    height: 150px;
  }
}

/**********************
  Overlay
**********************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1001;
  overflow-y: hidden;
}
.overlay .close {
  position: absolute;
  top: 25px;
  right: 60px;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  background: url(images/close-sprite.png) no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 300;
  /*
  &:hover{
  	background-image:none;
    img{
       @include opacity(1);
    }
  }
  */
}
.overlay .close img {
  display: block;
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.overlay.bcOverlay .close {
  display: block !important;
}

/**********************
  End Overlay
**********************/
.bcPlayer {
  width: 102%;
  height: 102%;
  overflow: hidden;
  position: absolute;
  top: -1%;
  left: -1%;
  display: block;
  z-index: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
@media screen and (max-width: 320px) {
  .bcPlayer {
    width: 321%;
  }
}
.bcPlayer .brightcove-container {
  width: 100%;
  height: 100%;
}
.bcPlayer .brightcove-container * {
  display: block !important;
  height: 100%;
  width: 100%;
}
.bcPlayer .BrightcoveExperience {
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
.bcPlayer:hover .close {
  opacity: 1;
}

.loop .bcPlayer {
  width: 110%;
  left: -5%;
  top: 0;
  min-height: 450px;
}

.player .bc-player-default_default {
  width: 100vw !important;
  height: 49vw !important;
  margin-top: -48px !important;
}

@media screen and (max-width: 650px) {
  .player .bc-player-default_default {
    display: none;
  }
}
/**********************
  Search
**********************/
.main_search_overlay {
  margin: auto;
  width: 100%;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .main_search_overlay {
    max-width: 100%;
  }
}
.main_search_overlay .mic_listening {
  display: none;
  width: 700px;
  margin: 0px auto;
}
.main_search_overlay .mic_listening.active {
  display: block;
}
.main_search_overlay .mic_error {
  display: none;
  width: 700px;
  margin: 0px auto;
}
.main_search_overlay .mic_error.active {
  display: block;
}

.redHead .main_search_holder {
  border-color: #fff;
}

#home .main_search_overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.main_search_holder {
  margin: auto;
  max-width: 500px;
  height: 54px;
  position: relative;
  font-size: 2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main_search_holder {
    top: 0 !important;
  }
}
.main_search_holder input, .main_search_holder span#mainSearch {
  display: none;
  text-align: center;
  margin: auto;
  text-overflow: ellipsis;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
.main_search_holder input:focus, .main_search_holder span#mainSearch:focus {
  outline: 0;
}
.main_search_holder .placeholder_text {
  position: absolute;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 0;
  color: #c56b70;
}
.main_search_holder .placeholder_text.selectable {
  z-index: 20;
}
.main_search_holder .placeholder_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_search_holder .placeholder_text ul li a {
  margin-bottom: 1px;
  padding: 15px;
  font-size: .75em;
  text-align: left;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: none;
}
.main_search_holder .placeholder_text ul li a:hover, .main_search_holder .placeholder_text ul li a.added_hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.main_search_holder .placeholder_text ul li a.root span.root {
  display: none;
}
.main_search_holder .search_text_field, .main_search_holder span#mainSearch {
  color: #FFF;
  position: relative;
  z-index: 10;
  background: none;
  padding: 15px 20px;
  border: none;
  font-size: 1em;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .main_search_holder .search_text_field, .main_search_holder span#mainSearch {
    font-size: .65em;
    top: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .main_search_holder .search_text_field, .main_search_holder span#mainSearch {
    color: #000;
  }
}
.main_search_holder button {
  display: none;
  cursor: pointer;
  outline: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
.main_search_holder button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.main_search_holder .speech_button {
  position: absolute;
  right: 50px;
  top: 10px;
  border: none;
  width: 45px;
  height: 45px;
  z-index: 30;
  background: url(images/spt_icon_mic.png) no-repeat 50% 50%;
  /*end bubble*/
  /*end bubble error*/
}
@media screen and (max-width: 768px) {
  .main_search_holder .speech_button {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .main_search_holder .speech_button {
    display: none;
  }
}
.main_search_holder .speech_button img {
  display: block;
  margin: auto;
  padding: 11px 0;
}
.main_search_holder .speech_button:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
.main_search_holder .speech_button.listening:before {
  background-image: url(images/speach_indicator.png);
}
.main_search_holder .speech_button .bubble {
  color: black;
  position: absolute;
  top: 70px;
  left: -152px;
  width: 325px;
  height: 142px;
  padding: 20px 0px;
  background: #edf1f3;
  display: none;
  text-align: center;
}
.main_search_holder .speech_button .bubble Medium
h3 {
  font-size: 26px;
  margin: 10px 0;
}
.main_search_holder .speech_button .bubble p {
  font-size: 14px;
}
.main_search_holder .speech_button .bubble.showing {
  display: block;
}
.main_search_holder .speech_button .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #edf1f3 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 162.5px;
}
.main_search_holder .speech_button .bubble_error {
  color: black;
  position: absolute;
  top: 70px;
  left: -152px;
  width: 325px;
  height: 142px;
  padding: 20px 0px;
  background: #edf1f3;
  display: none;
  text-align: center;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
}
.main_search_holder .speech_button .bubble_error h3 {
  font-size: 26px;
  margin: 10px 0;
}
.main_search_holder .speech_button .bubble_error p {
  font-size: 14px;
}
.main_search_holder .speech_button .bubble_error.showing {
  display: block;
}
.main_search_holder .speech_button .bubble_error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #edf1f3 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 162.5px;
}
.main_search_holder .speech_button .bubble_error a {
  color: white;
  margin-top: 12px;
  font-size: 14px;
  background-color: black;
  padding: 10px 15px;
}
.main_search_holder .search_button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  width: 50px;
  height: 100%;
  z-index: 30;
  background: url(images/search-btn.png) center no-repeat;
  text-indent: -9000px;
  display: none;
}
@media screen and (max-width: 767px) {
  .main_search_holder .search_button {
    top: 9px;
  }
}
@media screen and (max-width: 320px) {
  .main_search_holder .search_button {
    right: -5px;
  }
}

span.hide {
  color: #CCCCCC;
}

@media screen and (max-width: 767px) {
  .main_search_holder {
    height: 40px;
  }
  .speech_button {
    top: 9px;
    right: 6px;
  }
}
.audio .speech_button.active {
  display: none;
}
@media screen and (max-width: 767px) {
  .audio .speech_button.active {
    display: none;
    top: -5px;
  }
}

.heroSearch {
  position: absolute;
  top: 61.17021%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.heroSearch .main_search_holder #mainSearch {
  display: block;
}
@media screen and (max-width: 650px) {
  .heroSearch {
    top: 18.75%;
  }
}
.heroSearch .searchTitle {
  font-size: 1.6em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .heroSearch .searchTitle {
    display: none;
  }
}
.heroSearch .main_search_holder {
  height: 70px;
}
.heroSearch .placeholder_text {
  top: 69px;
}
.heroSearch .placeholder_text ul li a {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .heroSearch .main_search_holder {
    height: 40px;
  }
  .heroSearch .placeholder_text {
    top: 40px;
  }
  .heroSearch .placeholder_text ul li a {
    height: 40px;
    padding: 10px;
  }
}

/**********************
  EndSearch
**********************/
.listening:before {
  animation: animationFrames linear 2.0s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2.0s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2.0s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2.0s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: rotate(720deg);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 1;
    -moz-transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -moz-transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(720deg);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
  50% {
    opacity: .25;
    -webkit-transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(720deg);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 1;
    -o-transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -o-transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 1;
    -ms-transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -ms-transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    -ms-transform: rotate(0deg);
  }
}
.hero.theme1 .red {
  background: #00aed0;
}

nav.offCanvas.theme1 a:hover {
  color: #00aed0;
}
nav.offCanvas.theme1 li.current-menu-item a {
  color: #00aed0;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme1 ul a:hover {
  color: #00aed0;
}
nav.offCanvas.theme1 ul.main .current a {
  color: #00aed0;
}
nav.offCanvas.theme1 #menu-offices li a:hover {
  color: #00aed0;
}
nav.offCanvas.theme1 #menu-offices li.current {
  background: #00aed0;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme1 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme1 ul.lang-menu.expand li:first-child a {
  color: #00aed0;
}
nav.offCanvas.theme1 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #00aed0;
  border-left: 0.2em solid #00aed0;
}

#global-contact .row-hero.theme1 {
  background: #00aed0;
}
#global-contact .btn-show-more.theme1 {
  color: #00aed0;
  border-color: #00aed0;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme1 {
  background-image: url(images/icon-search-theme1.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme1.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme1.png);
}
#global-contact .office-site.theme1 a:hover {
  color: #00aed0;
}

#about nav.subNav.theme1 .scrolltop {
  background: url(images/backtotop-sprite-theme1.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme1 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme1.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme1 a:hover {
  color: #00aed0;
  background: url("images/subNav-over-theme1.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme1:hover {
  color: #00aed0;
}
#about .profileOverlay.theme1 .close {
  background: url(images/close-sprite-theme1.png) no-repeat;
}

#contact .contactForm.theme1 .errMsg {
  color: #00aed0;
}
#contact .contactForm.theme1 input.button:hover {
  background: #00aed0;
}
#contact .contactForm.theme1 .invalid {
  border-color: #00aed0;
}
#contact .contactForm.theme1 .invalid.placeholder {
  color: #00aed0;
}
#contact .contactForm.theme1 .invalid:-moz-placeholder {
  color: #00aed0;
}
#contact .contactForm.theme1 .invalid::-moz-placeholder {
  color: #00aed0;
}
#contact .contactForm.theme1 .invalid:-ms-input-placeholder {
  color: #00aed0;
}
#contact .contactForm.theme1 .invalid::-webkit-input-placeholder {
  color: #00aed0;
}
#contact .contactForm.theme1 .invalid ul {
  border-color: #00aed0;
}
#contact .contactForm.theme1 .invalid ul li[data-value="0"] {
  color: #00aed0;
}
#contact .contactForm.theme1 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme1.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme1 .city .info a:hover {
  color: #00aed0;
}

#press .pages.theme1 span.current {
  color: #00aed0;
}
#press .pages.theme1 a.active {
  color: #00aed0;
}
#press .pages.theme1 a.active {
  color: #00aed0;
}

.searchOverlay.theme1.results404 #searchResults {
  background: rgba(0, 174, 208, 0.8);
}

#searchResults .results.theme1 .result:hover {
  background: #00aed0;
}

.results404.theme1 {
  background: rgba(0, 174, 208, 0.8);
}
.results404.theme1 body, .results404.theme1 html, .results404.theme1 .body {
  background: #00aed0;
}

a.theme1:hover {
  color: #00aed0;
}

.showMore.theme1:hover {
  background: #00aed0;
}

.workPods.theme1 .client .text {
  background: url(images/client-bg-theme1.png);
}

.container-filters.theme1 .row-filters input, .container-filters.theme1 .row-filters textarea, .container-filters.theme1 .row-filters select {
  background: url(images/arrow-dd-theme1.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme1:before {
  background-image: url(images/paginationLeft-hover-theme1.png);
}

.slick-next.theme1:before {
  background-image: url(images/paginationRight-hover-theme1.png);
}

.hero.theme2 .red {
  background: #77c043;
}

nav.offCanvas.theme2 a:hover {
  color: #77c043;
}
nav.offCanvas.theme2 li.current-menu-item a {
  color: #77c043;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme2 ul a:hover {
  color: #77c043;
}
nav.offCanvas.theme2 ul.main .current a {
  color: #77c043;
}
nav.offCanvas.theme2 #menu-offices li a:hover {
  color: #77c043;
}
nav.offCanvas.theme2 #menu-offices li.current {
  background: #77c043;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme2 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme2 ul.lang-menu.expand li:first-child a {
  color: #77c043;
}
nav.offCanvas.theme2 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #77c043;
  border-left: 0.2em solid #77c043;
}

#global-contact .row-hero.theme2 {
  background: #77c043;
}
#global-contact .btn-show-more.theme2 {
  color: #77c043;
  border-color: #77c043;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme2 {
  background-image: url(images/icon-search-theme2.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme2.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme2.png);
}
#global-contact .office-site.theme2 a:hover {
  color: #77c043;
}

#about nav.subNav.theme2 .scrolltop {
  background: url(images/backtotop-sprite-theme2.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme2 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme2.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme2 a:hover {
  color: #77c043;
  background: url("images/subNav-over-theme2.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme2:hover {
  color: #77c043;
}
#about .profileOverlay.theme2 .close {
  background: url(images/close-sprite-theme2.png) no-repeat;
}

#contact .contactForm.theme2 .errMsg {
  color: #77c043;
}
#contact .contactForm.theme2 input.button:hover {
  background: #77c043;
}
#contact .contactForm.theme2 .invalid {
  border-color: #77c043;
}
#contact .contactForm.theme2 .invalid.placeholder {
  color: #77c043;
}
#contact .contactForm.theme2 .invalid:-moz-placeholder {
  color: #77c043;
}
#contact .contactForm.theme2 .invalid::-moz-placeholder {
  color: #77c043;
}
#contact .contactForm.theme2 .invalid:-ms-input-placeholder {
  color: #77c043;
}
#contact .contactForm.theme2 .invalid::-webkit-input-placeholder {
  color: #77c043;
}
#contact .contactForm.theme2 .invalid ul {
  border-color: #77c043;
}
#contact .contactForm.theme2 .invalid ul li[data-value="0"] {
  color: #77c043;
}
#contact .contactForm.theme2 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme2.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme2 .city .info a:hover {
  color: #77c043;
}

#press .pages.theme2 span.current {
  color: #77c043;
}
#press .pages.theme2 a.active {
  color: #77c043;
}
#press .pages.theme2 a.active {
  color: #77c043;
}

.searchOverlay.theme2.results404 #searchResults {
  background: rgba(119, 192, 67, 0.8);
}

#searchResults .results.theme2 .result:hover {
  background: #77c043;
}

.results404.theme2 {
  background: rgba(119, 192, 67, 0.8);
}
.results404.theme2 body, .results404.theme2 html, .results404.theme2 .body {
  background: #77c043;
}

a.theme2:hover {
  color: #77c043;
}

.showMore.theme2:hover {
  background: #77c043;
}

.workPods.theme2 .client .text {
  background: url(images/client-bg-theme2.png);
}

.container-filters.theme2 .row-filters input, .container-filters.theme2 .row-filters textarea, .container-filters.theme2 .row-filters select {
  background: url(images/arrow-dd-theme2.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme2:before {
  background-image: url(images/paginationLeft-hover-theme2.png);
}

.slick-next.theme2:before {
  background-image: url(images/paginationRight-hover-theme2.png);
}

.hero.theme3 .red {
  background: #ec536b;
}

nav.offCanvas.theme3 a:hover {
  color: #ec536b;
}
nav.offCanvas.theme3 li.current-menu-item a {
  color: #ec536b;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme3 ul a:hover {
  color: #ec536b;
}
nav.offCanvas.theme3 ul.main .current a {
  color: #ec536b;
}
nav.offCanvas.theme3 #menu-offices li a:hover {
  color: #ec536b;
}
nav.offCanvas.theme3 #menu-offices li.current {
  background: #ec536b;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme3 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme3 ul.lang-menu.expand li:first-child a {
  color: #ec536b;
}
nav.offCanvas.theme3 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #ec536b;
  border-left: 0.2em solid #ec536b;
}

#global-contact .row-hero.theme3 {
  background: #ec536b;
}
#global-contact .btn-show-more.theme3 {
  color: #ec536b;
  border-color: #ec536b;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme3 {
  background-image: url(images/icon-search-theme3.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme3.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme3.png);
}
#global-contact .office-site.theme3 a:hover {
  color: #ec536b;
}

#about nav.subNav.theme3 .scrolltop {
  background: url(images/backtotop-sprite-theme3.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme3 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme3.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme3 a:hover {
  color: #ec536b;
  background: url("images/subNav-over-theme3.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme3:hover {
  color: #ec536b;
}
#about .profileOverlay.theme3 .close {
  background: url(images/close-sprite-theme3.png) no-repeat;
}

#contact .contactForm.theme3 .errMsg {
  color: #ec536b;
}
#contact .contactForm.theme3 input.button:hover {
  background: #ec536b;
}
#contact .contactForm.theme3 .invalid {
  border-color: #ec536b;
}
#contact .contactForm.theme3 .invalid.placeholder {
  color: #ec536b;
}
#contact .contactForm.theme3 .invalid:-moz-placeholder {
  color: #ec536b;
}
#contact .contactForm.theme3 .invalid::-moz-placeholder {
  color: #ec536b;
}
#contact .contactForm.theme3 .invalid:-ms-input-placeholder {
  color: #ec536b;
}
#contact .contactForm.theme3 .invalid::-webkit-input-placeholder {
  color: #ec536b;
}
#contact .contactForm.theme3 .invalid ul {
  border-color: #ec536b;
}
#contact .contactForm.theme3 .invalid ul li[data-value="0"] {
  color: #ec536b;
}
#contact .contactForm.theme3 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme3.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme3 .city .info a:hover {
  color: #ec536b;
}

#press .pages.theme3 span.current {
  color: #ec536b;
}
#press .pages.theme3 a.active {
  color: #ec536b;
}
#press .pages.theme3 a.active {
  color: #ec536b;
}

.searchOverlay.theme3.results404 #searchResults {
  background: rgba(236, 83, 107, 0.8);
}

#searchResults .results.theme3 .result:hover {
  background: #ec536b;
}

.results404.theme3 {
  background: rgba(236, 83, 107, 0.8);
}
.results404.theme3 body, .results404.theme3 html, .results404.theme3 .body {
  background: #ec536b;
}

a.theme3:hover {
  color: #ec536b;
}

.showMore.theme3:hover {
  background: #ec536b;
}

.workPods.theme3 .client .text {
  background: url(images/client-bg-theme3.png);
}

.container-filters.theme3 .row-filters input, .container-filters.theme3 .row-filters textarea, .container-filters.theme3 .row-filters select {
  background: url(images/arrow-dd-theme3.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme3:before {
  background-image: url(images/paginationLeft-hover-theme3.png);
}

.slick-next.theme3:before {
  background-image: url(images/paginationRight-hover-theme3.png);
}

.hero.theme4 .red {
  background: #00aa93;
}

nav.offCanvas.theme4 a:hover {
  color: #00aa93;
}
nav.offCanvas.theme4 li.current-menu-item a {
  color: #00aa93;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme4 ul a:hover {
  color: #00aa93;
}
nav.offCanvas.theme4 ul.main .current a {
  color: #00aa93;
}
nav.offCanvas.theme4 #menu-offices li a:hover {
  color: #00aa93;
}
nav.offCanvas.theme4 #menu-offices li.current {
  background: #00aa93;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme4 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme4 ul.lang-menu.expand li:first-child a {
  color: #00aa93;
}
nav.offCanvas.theme4 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #00aa93;
  border-left: 0.2em solid #00aa93;
}

#global-contact .row-hero.theme4 {
  background: #00aa93;
}
#global-contact .btn-show-more.theme4 {
  color: #00aa93;
  border-color: #00aa93;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme4 {
  background-image: url(images/icon-search-theme4.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme4.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme4.png);
}
#global-contact .office-site.theme4 a:hover {
  color: #00aa93;
}

#about nav.subNav.theme4 .scrolltop {
  background: url(images/backtotop-sprite-theme4.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme4 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme4.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme4 a:hover {
  color: #00aa93;
  background: url("images/subNav-over-theme4.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme4:hover {
  color: #00aa93;
}
#about .profileOverlay.theme4 .close {
  background: url(images/close-sprite-theme4.png) no-repeat;
}

#contact .contactForm.theme4 .errMsg {
  color: #00aa93;
}
#contact .contactForm.theme4 input.button:hover {
  background: #00aa93;
}
#contact .contactForm.theme4 .invalid {
  border-color: #00aa93;
}
#contact .contactForm.theme4 .invalid.placeholder {
  color: #00aa93;
}
#contact .contactForm.theme4 .invalid:-moz-placeholder {
  color: #00aa93;
}
#contact .contactForm.theme4 .invalid::-moz-placeholder {
  color: #00aa93;
}
#contact .contactForm.theme4 .invalid:-ms-input-placeholder {
  color: #00aa93;
}
#contact .contactForm.theme4 .invalid::-webkit-input-placeholder {
  color: #00aa93;
}
#contact .contactForm.theme4 .invalid ul {
  border-color: #00aa93;
}
#contact .contactForm.theme4 .invalid ul li[data-value="0"] {
  color: #00aa93;
}
#contact .contactForm.theme4 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme4.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme4 .city .info a:hover {
  color: #00aa93;
}

#press .pages.theme4 span.current {
  color: #00aa93;
}
#press .pages.theme4 a.active {
  color: #00aa93;
}
#press .pages.theme4 a.active {
  color: #00aa93;
}

.searchOverlay.theme4.results404 #searchResults {
  background: rgba(0, 170, 147, 0.8);
}

#searchResults .results.theme4 .result:hover {
  background: #00aa93;
}

.results404.theme4 {
  background: rgba(0, 170, 147, 0.8);
}
.results404.theme4 body, .results404.theme4 html, .results404.theme4 .body {
  background: #00aa93;
}

a.theme4:hover {
  color: #00aa93;
}

.showMore.theme4:hover {
  background: #00aa93;
}

.workPods.theme4 .client .text {
  background: url(images/client-bg-theme4.png);
}

.container-filters.theme4 .row-filters input, .container-filters.theme4 .row-filters textarea, .container-filters.theme4 .row-filters select {
  background: url(images/arrow-dd-theme4.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme4:before {
  background-image: url(images/paginationLeft-hover-theme4.png);
}

.slick-next.theme4:before {
  background-image: url(images/paginationRight-hover-theme4.png);
}

.hero.theme5 .red {
  background: #265ba8;
}

nav.offCanvas.theme5 a:hover {
  color: #265ba8;
}
nav.offCanvas.theme5 li.current-menu-item a {
  color: #265ba8;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme5 ul a:hover {
  color: #265ba8;
}
nav.offCanvas.theme5 ul.main .current a {
  color: #265ba8;
}
nav.offCanvas.theme5 #menu-offices li a:hover {
  color: #265ba8;
}
nav.offCanvas.theme5 #menu-offices li.current {
  background: #265ba8;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme5 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme5 ul.lang-menu.expand li:first-child a {
  color: #265ba8;
}
nav.offCanvas.theme5 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #265ba8;
  border-left: 0.2em solid #265ba8;
}

#global-contact .row-hero.theme5 {
  background: #265ba8;
}
#global-contact .btn-show-more.theme5 {
  color: #265ba8;
  border-color: #265ba8;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme5 {
  background-image: url(images/icon-search-theme5.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme5.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme5.png);
}
#global-contact .office-site.theme5 a:hover {
  color: #265ba8;
}

#about nav.subNav.theme5 .scrolltop {
  background: url(images/backtotop-sprite-theme5.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme5 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme5.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme5 a:hover {
  color: #265ba8;
  background: url("images/subNav-over-theme5.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme5:hover {
  color: #265ba8;
}
#about .profileOverlay.theme5 .close {
  background: url(images/close-sprite-theme5.png) no-repeat;
}

#contact .contactForm.theme5 .errMsg {
  color: #265ba8;
}
#contact .contactForm.theme5 input.button:hover {
  background: #265ba8;
}
#contact .contactForm.theme5 .invalid {
  border-color: #265ba8;
}
#contact .contactForm.theme5 .invalid.placeholder {
  color: #265ba8;
}
#contact .contactForm.theme5 .invalid:-moz-placeholder {
  color: #265ba8;
}
#contact .contactForm.theme5 .invalid::-moz-placeholder {
  color: #265ba8;
}
#contact .contactForm.theme5 .invalid:-ms-input-placeholder {
  color: #265ba8;
}
#contact .contactForm.theme5 .invalid::-webkit-input-placeholder {
  color: #265ba8;
}
#contact .contactForm.theme5 .invalid ul {
  border-color: #265ba8;
}
#contact .contactForm.theme5 .invalid ul li[data-value="0"] {
  color: #265ba8;
}
#contact .contactForm.theme5 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme5.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme5 .city .info a:hover {
  color: #265ba8;
}

#press .pages.theme5 span.current {
  color: #265ba8;
}
#press .pages.theme5 a.active {
  color: #265ba8;
}
#press .pages.theme5 a.active {
  color: #265ba8;
}

.searchOverlay.theme5.results404 #searchResults {
  background: rgba(38, 91, 168, 0.8);
}

#searchResults .results.theme5 .result:hover {
  background: #265ba8;
}

.results404.theme5 {
  background: rgba(38, 91, 168, 0.8);
}
.results404.theme5 body, .results404.theme5 html, .results404.theme5 .body {
  background: #265ba8;
}

a.theme5:hover {
  color: #265ba8;
}

.showMore.theme5:hover {
  background: #265ba8;
}

.workPods.theme5 .client .text {
  background: url(images/client-bg-theme5.png);
}

.container-filters.theme5 .row-filters input, .container-filters.theme5 .row-filters textarea, .container-filters.theme5 .row-filters select {
  background: url(images/arrow-dd-theme5.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme5:before {
  background-image: url(images/paginationLeft-hover-theme5.png);
}

.slick-next.theme5:before {
  background-image: url(images/paginationRight-hover-theme5.png);
}

.hero.theme6 .red {
  background: #ca5ba2;
}

nav.offCanvas.theme6 a:hover {
  color: #ca5ba2;
}
nav.offCanvas.theme6 li.current-menu-item a {
  color: #ca5ba2;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme6 ul a:hover {
  color: #ca5ba2;
}
nav.offCanvas.theme6 ul.main .current a {
  color: #ca5ba2;
}
nav.offCanvas.theme6 #menu-offices li a:hover {
  color: #ca5ba2;
}
nav.offCanvas.theme6 #menu-offices li.current {
  background: #ca5ba2;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme6 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme6 ul.lang-menu.expand li:first-child a {
  color: #ca5ba2;
}
nav.offCanvas.theme6 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #ca5ba2;
  border-left: 0.2em solid #ca5ba2;
}

#global-contact .row-hero.theme6 {
  background: #ca5ba2;
}
#global-contact .btn-show-more.theme6 {
  color: #ca5ba2;
  border-color: #ca5ba2;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme6 {
  background-image: url(images/icon-search-theme6.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme6.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme6.png);
}
#global-contact .office-site.theme6 a:hover {
  color: #ca5ba2;
}

#about nav.subNav.theme6 .scrolltop {
  background: url(images/backtotop-sprite-theme6.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme6 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme6.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme6 a:hover {
  color: #ca5ba2;
  background: url("images/subNav-over-theme6.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme6:hover {
  color: #ca5ba2;
}
#about .profileOverlay.theme6 .close {
  background: url(images/close-sprite-theme6.png) no-repeat;
}

#contact .contactForm.theme6 .errMsg {
  color: #ca5ba2;
}
#contact .contactForm.theme6 input.button:hover {
  background: #ca5ba2;
}
#contact .contactForm.theme6 .invalid {
  border-color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid.placeholder {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid:-moz-placeholder {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid::-moz-placeholder {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid:-ms-input-placeholder {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid::-webkit-input-placeholder {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid ul {
  border-color: #ca5ba2;
}
#contact .contactForm.theme6 .invalid ul li[data-value="0"] {
  color: #ca5ba2;
}
#contact .contactForm.theme6 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme6.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme6 .city .info a:hover {
  color: #ca5ba2;
}

#press .pages.theme6 span.current {
  color: #ca5ba2;
}
#press .pages.theme6 a.active {
  color: #ca5ba2;
}
#press .pages.theme6 a.active {
  color: #ca5ba2;
}

.searchOverlay.theme6.results404 #searchResults {
  background: rgba(202, 91, 162, 0.8);
}

#searchResults .results.theme6 .result:hover {
  background: #ca5ba2;
}

.results404.theme6 {
  background: rgba(202, 91, 162, 0.8);
}
.results404.theme6 body, .results404.theme6 html, .results404.theme6 .body {
  background: #ca5ba2;
}

a.theme6:hover {
  color: #ca5ba2;
}

.showMore.theme6:hover {
  background: #ca5ba2;
}

.workPods.theme6 .client .text {
  background: url(images/client-bg-theme6.png);
}

.container-filters.theme6 .row-filters input, .container-filters.theme6 .row-filters textarea, .container-filters.theme6 .row-filters select {
  background: url(images/arrow-dd-theme6.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme6:before {
  background-image: url(images/paginationLeft-hover-theme6.png);
}

.slick-next.theme6:before {
  background-image: url(images/paginationRight-hover-theme6.png);
}

.hero.theme7 .red {
  background: #6858a5;
}

nav.offCanvas.theme7 a:hover {
  color: #6858a5;
}
nav.offCanvas.theme7 li.current-menu-item a {
  color: #6858a5;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme7 ul a:hover {
  color: #6858a5;
}
nav.offCanvas.theme7 ul.main .current a {
  color: #6858a5;
}
nav.offCanvas.theme7 #menu-offices li a:hover {
  color: #6858a5;
}
nav.offCanvas.theme7 #menu-offices li.current {
  background: #6858a5;
  pointer-events: none;
  cursor: default;
}
nav.offCanvas.theme7 #menu-offices li.current a:hover {
  color: #FFF;
}
nav.offCanvas.theme7 ul.lang-menu.expand li:first-child a {
  color: #6858a5;
}
nav.offCanvas.theme7 ul.lang-menu.expand li:first-child a:after {
  border-top: 0.2em solid #6858a5;
  border-left: 0.2em solid #6858a5;
}

#global-contact .row-hero.theme7 {
  background: #6858a5;
}
#global-contact .btn-show-more.theme7 {
  color: #6858a5;
  border-color: #6858a5;
}
#global-contact .main-content .container-search .row-search .col-submit .submit.theme7 {
  background-image: url(images/icon-search-theme7.png);
}
#global-contact .row-filter-offices:after {
  content: url(images/icon-red-open-close-theme7.png);
}
#global-contact .row-filter-offices.open:after {
  content: url(images/icon-red-open-close-theme7.png);
}
#global-contact .office-site.theme7 a:hover {
  color: #6858a5;
}

#about nav.subNav.theme7 .scrolltop {
  background: url(images/backtotop-sprite-theme7.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
}
#about nav.subNav.theme7 .scrolltop:hover {
  background: url("images/backtotop-sprite-theme7.png") no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px -64px;
}
#about nav.subNav.theme7 a:hover {
  color: #6858a5;
  background: url("images/subNav-over-theme7.png") 50% 90% no-repeat rgba(255, 255, 255, 0.9);
}
#about .profile.theme7:hover {
  color: #6858a5;
}
#about .profileOverlay.theme7 .close {
  background: url(images/close-sprite-theme7.png) no-repeat;
}

#contact .contactForm.theme7 .errMsg {
  color: #6858a5;
}
#contact .contactForm.theme7 input.button:hover {
  background: #6858a5;
}
#contact .contactForm.theme7 .invalid {
  border-color: #6858a5;
}
#contact .contactForm.theme7 .invalid.placeholder {
  color: #6858a5;
}
#contact .contactForm.theme7 .invalid:-moz-placeholder {
  color: #6858a5;
}
#contact .contactForm.theme7 .invalid::-moz-placeholder {
  color: #6858a5;
}
#contact .contactForm.theme7 .invalid:-ms-input-placeholder {
  color: #6858a5;
}
#contact .contactForm.theme7 .invalid::-webkit-input-placeholder {
  color: #6858a5;
}
#contact .contactForm.theme7 .invalid ul {
  border-color: #6858a5;
}
#contact .contactForm.theme7 .invalid ul li[data-value="0"] {
  color: #6858a5;
}
#contact .contactForm.theme7 .select ul.closed li.selected {
  background: url(images/arrow-dd-theme7.png) no-repeat 96% 30px #f5f5f5;
}
#contact .locations.theme7 .city .info a:hover {
  color: #6858a5;
}

#press .pages.theme7 span.current {
  color: #6858a5;
}
#press .pages.theme7 a.active {
  color: #6858a5;
}
#press .pages.theme7 a.active {
  color: #6858a5;
}

.searchOverlay.theme7.results404 #searchResults {
  background: rgba(104, 88, 165, 0.8);
}

#searchResults .results.theme7 .result:hover {
  background: #6858a5;
}

.results404.theme7 {
  background: rgba(104, 88, 165, 0.8);
}
.results404.theme7 body, .results404.theme7 html, .results404.theme7 .body {
  background: #6858a5;
}

a.theme7:hover {
  color: #6858a5;
}

.showMore.theme7:hover {
  background: #6858a5;
}

.workPods.theme7 .client .text {
  background: url(images/client-bg-theme7.png);
}

.container-filters.theme7 .row-filters input, .container-filters.theme7 .row-filters textarea, .container-filters.theme7 .row-filters select {
  background: url(images/arrow-dd-theme7.png) no-repeat 73% 20px #f5f5f5;
}

.slick-prev.theme7:before {
  background-image: url(images/paginationLeft-hover-theme7.png);
}

.slick-next.theme7:before {
  background-image: url(images/paginationRight-hover-theme7.png);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  position: relative;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  width: 40px;
  cursor: pointer;
  background: transparent no-repeat center;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:before, .slick-next:before {
  content: ' ';
  width: 40px;
  height: 90px;
  margin-top: -45px;
  top: 50%;
  left: 0;
  position: absolute;
  display: block;
  background: transparent no-repeat center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
.slick-prev:hover:before, .slick-next:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
  background-image: url(images/paginationLeft.png);
}

.slick-next {
  right: 0;
  background-image: url(images/paginationRight.png);
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

/**********************
  Work Pod Styles
**********************/
.workPods .client {
  height: auto;
  display: block;
  float: left;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  width: 33.33333%;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.18s;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
  max-height: 494px;
}
@media (min-width: 977px) and (max-width: 1296px) {
  .workPods .client {
    width: 33.33%;
  }
}
@media (min-width: 657px) and (max-width: 977px) {
  .workPods .client {
    width: 50%;
  }
}
.workPods .client img {
  display: block;
  width: 100%;
  height: auto;
}
.workPods .client .text {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  		/*@include transition-property(opacity);
    		@include transition-duration($globalAniSpeed);
  		@include background-size(100% auto);
  		@include opacity(0);
  		opacity: 0;
  		-webkit-transition: all 0.0s ease-in-out;
  	   -moz-transition: all 0.3s ease-in-out;
  	   -o-transition: all 0.3s ease-in-out;
  	   -ms-transition: all 0.3s ease-in-out;
  	   transition: all 0.3s ease-in-out;*/
}
.workPods .client:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.workPods .client:hover img {
  visibility: hidden;
}
.workPods .client:hover .head {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  	/*-webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
     -o-transition-delay: 0.3s;
     -ms-transition-delay: 0.3s;
     transition-delay: 0.3s;*/
}
.workPods .client .head {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  padding-top: 40.8%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  /* -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;*/
}
.workPods .client .name {
  position: absolute;
  bottom: 11%;
  width: 100%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding: 5px;
  font-size: 24px;
}
.workPods .client .name span {
  border-top: 2px solid #fff;
  padding: 0 10px;
  margin-top: 8px;
}
@media screen and (min-width: 1441px) {
  .workPods {
    padding: 0;
  }
  .workPods .client {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .workPods {
    padding: 0;
  }
  .workPods .client {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .workPods {
    padding: 0;
  }
  .workPods .client {
    width: 100%;
  }
}

.isTouch .client:hover img {
  visibility: visible;
}

/**********************
  End Work Pod Styles
**********************/
/**********************
  Hero Styles
**********************/
.BrightcoveExperience {
  margin-top: 10px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 47.25%;
  /* 16:9 */
  padding-top: 48px;
  height: 0;
}

#vim-player {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  bottom: 0;
  z-index: 200;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loop .videoWrapper iframe {
  max-width: 100%;
  top: 0 !important;
}

.hero {
  position: relative;
  color: #fff;
  text-align: center;
  min-height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-device-width: 320px) {
  .hero {
    min-height: 100px;
  }
}
@media screen and (max-width: 650px) {
  .hero {
    min-height: 450px;
  }
}
.hero .text {
  min-height: 450px;
  height: 100%;
}
.hero .text .sub {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 40.42553%;
}
@media screen and (max-width: 650px) {
  .hero .text .sub {
    top: 21.2766%;
  }
}
.hero .text h2, .hero .text a {
  top: 45.74468%;
  z-index: 2;
  font-size: 3em;
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .hero .text h2, .hero .text a {
    top: 55%;
  }
}
.hero .text a {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
.hero .text a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.hero .red a, .hero .red h2 {
  top: 45%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .hero .red a, .hero .red h2 {
    top: 42%;
    font-size: 2.25em !important;
  }
}
.hero h2 {
  z-index: 2;
  position: absolute;
  padding: 0;
  top: 61.17021%;
}
@media screen and (max-width: 800px) {
  .hero h2 {
    font-size: 1.25em !important;
  }
}
.hero h4 {
  top: 74.46809%;
  z-index: 2;
  position: absolute;
  padding: 0 20%;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
.hero .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9.11458%;
  margin-left: -4.55729%;
  margin-top: -4.55729%;
  background: url(images/play-large.png) no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .hero .playBtn {
    top: 45%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .hero .playBtn {
    top: 45%;
  }
}
.hero .playBtn img {
  display: block;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero .playBtn:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero .slides {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero .slides .slide {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: auto 101%;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero .slides .slide.active {
  display: block;
}
.hero .heroImg {
  position: relative;
  z-index: 0;
}
.hero img {
  display: block;
  width: 100%;
}
.hero .heroImg {
  height: 628px;
  width: 1246.23111px;
  margin-left: -623.11556px;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero .heroImg {
    height: 810px;
    width: 1607.4px;
    margin-left: -803.7px;
  }
}
@media screen and (max-width: 650px) {
  .hero h2 {
    top: 62%;
    font-size: 2.5em;
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 650px) and (max-width: 320px) {
  .hero h2 {
    top: 55%;
  }
}

@media screen and (max-width: 650px) {
  .hero .slide {
    overflow: hidden;
    min-height: 450px;
  }
  .hero .heroImg {
    height: 450px;
    width: 893px;
    margin-left: -446.5px;
  }
  .hero .playBtn {
    height: 76px;
    width: 76px;
    margin-left: -38px;
  }
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-slide {
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.slick-dots {
  bottom: 35px;
}
.slick-dots ul {
  width: auto;
  display: inline-block !important;
}
.slick-dots ul li {
  width: 12px;
}
.slick-dots ul li button {
  background: #fff;
  border: none;
  padding: 4px;
  height: 0;
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.slick-dots ul li button:before {
  display: block;
}
.slick-dots ul li.slick-active button {
  background: transparent;
  border: 2px solid #fff;
}

/**********************
  End Hero Styles
**********************/
.nano {
  position: relative;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: none;
}

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .nano-pane {
  background: #fff;
  position: absolute;
  width: 2px;
  right: 15px;
  top: 3%;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  overflow: visible;
  height: 94%;
}

.nano > .nano-pane > .nano-slider {
  background: #969696;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #fff;
  width: 12px;
  left: -6px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
}

/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.0 
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  background: #fff;
  position: absolute;
  width: 2px;
  right: 15px;
  top: 3%;
  bottom: 0;
  visibility: hidden\10;
  /* Target only IE7 and IE8 with this hack */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  overflow: visible;
  height: 94%;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  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: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  background: #969696;
  margin: 0 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #fff;
  width: 12px;
  left: -5px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #969696;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

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

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

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

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

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

.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)";
}

.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)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: 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-color: 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;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: 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,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: 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-color: #fff;
  background-color: 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;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: 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 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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-color: #000;
  background-color: 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;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: 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,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: 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-color: #fff;
  background-color: 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;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: 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 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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-color: #000;
  background-color: 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;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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-color: #000;
  background-color: 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;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.isTouch .workPods .client .text {
  display: none;
}
.isTouch #about .profile img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.isTouch #about .profileOverlay .profile {
  color: #000;
}
.isTouch #about .capabilites .caps .cap {
  color: #fff;
  -webkit-transition-property: none;
  /* Safari */
  transition-property: none;
}
.isTouch #about .capabilites .caps .cap .productImg {
  -webkit-transition-property: none;
  /* Safari */
  transition-property: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.isTouch #about .capabilites .caps .cap .icon {
  margin-top: 50px;
  background-position: bottom left;
}
.isTouch #about .capabilites .caps .cap span {
  display: block;
}
.isTouch #about .capabilites .caps .cap p {
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition-property: none;
  /* Safari */
  transition-property: none;
}
.isTouch #about .profile:hover {
  color: black;
}
.isTouch #about .profile .headshot {
  background-position: 0 0 !important;
}
.isTouch .showMore:hover {
  background: #3C3F42;
}
.isTouch .navOpen {
  left: -280px;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
.isTouch .socialicon:hover {
  background-position: 0 0 !important;
}

.isMobile header.mainHead {
  background: rgba(255, 255, 255, 0.9) !important;
  top: 0px !important;
}
.isMobile header.mainHead .main_search_holder {
  /*border-color:#C56B70;
  background: rgba(230, 38, 43, 0.9);*/
}
.isMobile header.mainHead #mainSearch {
  display: block;
}
.isMobile header.mainHead .right span.text {
  display: none;
}
.isMobile header.mainHead .right a {
  display: none;
}
.isMobile header.mainHead .right a:nth-child(1) {
  display: block;
}
.isMobile header.mainHead .right ul#menu-header {
  display: none;
}

.isIos .overlay .close {
  top: 5px;
  right: 60px;
}

.isIos .cap .icon {
  background-position: bottom left;
}

/**********************
  Global Styles
**********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  background: #212223;
  position: relative;
  height: 100%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}

.infoHolder {
  top: 61.17021%;
  z-index: 2;
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  min-height: 50px;
}
@media screen and (max-width: 640px) {
  .infoHolder {
    padding: 0;
  }
}
.infoHolder h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  position: relative;
  font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  .infoHolder h2 {
    font-size: 0.65em;
    padding: 0;
  }
}
.infoHolder h4 {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .infoHolder h4 {
    padding: 0;
  }
}

body {
  height: 100%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  position: relative;
  left: 0;
  z-index: 1;
  font-size: 20px;
  color: #3c3f42;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
@media screen and (max-width: 650px) {
  body {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1439px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
body .wrapper {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
body .body {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: #3c3f42;
}

input:focus, textarea:focus {
  outline: 0;
}

input::-webkit-input-placeholder {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}

input::-ms-input-placeholder {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}

input::-moz-input-placeholder {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}

h1 {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

h2 {
  font-size: 2.5em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding: 1.5em 0;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    padding: .5em 0;
  }
}

.body a.more {
  padding-bottom: 10px;
}

.slick-dots {
  display: block;
}

.content {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  color: #3c3f42;
  max-width: 1440px;
  margin: 0 auto;
  /*  bootstrap overrides italics and list item styles - restore them here for Wordpress content*/
}
.content .main {
  float: left;
  width: 65%;
  padding-right: 5%;
  line-height: 1.5;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
.content .main p {
  margin-bottom: 1.5em;
}
.content em {
  font-style: italic;
}
.content ul {
  list-style: disc;
}
.content .top {
  background-color: #edf1f3;
}
.content .extra {
  font-size: .8em;
  float: left;
  width: 32%;
  line-height: 1.5;
}
.content .extra > div {
  padding-bottom: 20px;
}
.content .extra > div:after {
  content: "";
  display: table;
  clear: both;
}
.content .extra .title {
  float: left;
  clear: left;
  width: 25%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
.content .extra p {
  float: left;
  width: auto;
  width: 50%;
  margin-left: 5%;
}
.content .extra p a {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
.content .main, .content .extra, .content .main * {
  max-height: 100% !important;
}
@media screen and (max-width: 767px) {
  .content .main, .content .extra, .content .main * {
    width: 100%;
    padding: 20px;
    float: none;
    clear: both;
  }
}
.content .main em, .content .main span, .content .extra em, .content .extra span, .content .main * em, .content .main * span {
  padding: 0;
}

.secHeader {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  margin: auto;
  padding-bottom: 6.25em;
  margin-top: 5em;
}
@media screen and (max-width: 1439px) {
  .secHeader {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .secHeader {
    padding-left: 13.33333px;
    padding-right: 13.33333px;
  }
}
@media screen and (max-width: 650px) {
  .secHeader {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secHeader {
    padding-bottom: 1.25em;
  }
}
.secHeader:before {
  content: '\0020';
  display: block;
  width: 87.5%;
  margin: auto;
  border-top: 1px solid #d4d7d9;
}
.secHeader.noBrdr {
  border: 0;
}
.secHeader.noBrdr:before {
  display: none;
}
.secHeader h2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: .2em;
}
.secHeader p {
  max-width: 800px;
  padding: 0 20px;
  line-height: 1.15;
  margin: auto;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  text-align: center;
}

.col {
  display: inline-block;
}

.cols2 {
  text-align: center;
}
.cols2 .col {
  width: 48%;
  text-align: left;
}
.cols2 .col p {
  padding-bottom: 25px;
}
@media screen and (max-width: 650px) {
  .cols2 .col {
    width: 100%;
  }
}
.cols2 .break {
  width: 100%;
}

.showMore {
  display: block;
  margin: 20px auto;
  width: 200px;
  background: #3C3F42;
  height: 70px;
  border: 0;
  color: #FFF;
  font-size: 1.1em;
  padding: 25px 0;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  text-align: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
@media screen and (max-width: 650px) {
  .showMore {
    margin: 20px auto;
  }
}
.showMore:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

#yt-player {
  width: 100%;
  height: 100%;
}

.yt-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  top: 0;
  bottom: 0;
  z-index: 200;
}
.yt-overlay a {
  background-image: url(images/close-btn-hover.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 60px;
  z-index: 250;
  width: 35px;
  height: 35px;
}

/**********************
  End Global Styles
**********************/
/**********************
  Home Page
**********************/
#home .hero .main_search_overlay.has-url {
  cursor: pointer;
}
#home .slides .slide-url {
  cursor: pointer;
}
#home .body a.more {
  position: relative;
  z-index: 5;
  text-align: center;
  display: block;
  padding: 0;
  margin: -75px 0 40px 0;
  padding-bottom: 10px;
}
#home section {
  position: relative;
  z-index: 2;
}
#home .space-row {
  display: none;
}
#home .brown_bg {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 0px;
  background: #212223;
  z-index: -1;
}
#home .workPods {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.18s;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
  max-width: 1350px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 657px) and (max-width: 977px) {
  #home .workPods {
    max-width: 670px;
  }
}
@media (min-width: 977px) and (max-width: 1296px) {
  #home .workPods {
    max-width: 960px;
  }
}
@media (min-width: 1297px) {
  #home .workPods {
    width: 1350px;
  }
}

/**********************
  End Home Page
**********************/
/**********************
  Work Page
**********************/
#work .body a.more {
  position: relative;
  z-index: 5;
  text-align: center;
  display: block;
  margin: -35px 0 5px 0;
  padding-bottom: 10px;
}
#work .secHeader {
  margin-top: 0;
}
#work h2.secHeader-h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#work .workSection {
  background: #fff;
}
#work .workSection .workPods {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.18s;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
  max-width: 1350px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 657px) and (max-width: 977px) {
  #work .workSection .workPods {
    max-width: 670px;
  }
}
@media (min-width: 977px) and (max-width: 1296px) {
  #work .workSection .workPods {
    max-width: 960px;
  }
}
@media (min-width: 1297px) {
  #work .workSection .workPods {
    width: 1350px;
  }
}
#work .clientList {
  background: #edf1f3;
  text-align: center;
  position: relative;
}
#work .clientList .content {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  #work .clientList .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #work .clientList .content {
    padding-left: 13.33333px;
    padding-right: 13.33333px;
  }
}
@media screen and (max-width: 650px) {
  #work .clientList .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#work .clientList .logo {
  background: no-repeat transparent;
  display: inline-block;
  margin-left: -4px;
}
#work .clientList .logo img {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#work .clientList .logo:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #work .clientList {
    padding-top: 50px;
    margin-top: -25px;
  }
}

/**********************
  End Work Page
**********************/
/**********************
  Client Page
**********************/
#client header.mainHead .right ul.menu li.client a, #client nav.offCanvas ul li.client a {
  border-bottom: 1px solid;
}
#client .body a.more {
  position: relative;
  z-index: 5;
  text-align: center;
  display: block;
  margin: -38px 0 8px 0;
}
#client .brown_bg {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 262px;
  background: #212223;
  z-index: -1;
}
#client .content {
  max-width: 100%;
}
#client .content h3 {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #client .content h3 {
    margin-bottom: 0;
  }
}
#client .content .topcontainer {
  background-color: #edf1f3;
  width: 100%;
}
#client .content .top {
  width: 100%;
  max-width: 1440px;
  padding-left: 260px;
  padding-right: 260px;
  margin: auto;
  position: relative;
  padding-bottom: 300px;
  padding-top: 125px;
}
@media screen and (max-width: 1439px) {
  #client .content .top {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 1023px) {
  #client .content .top {
    padding-left: 43.33333px;
    padding-right: 43.33333px;
  }
}
@media screen and (max-width: 650px) {
  #client .content .top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #client .content .top {
    padding: 0 !important;
  }
}
#client .content .top .columns {
  float: left;
}
#client .content .top .columns.main {
  width: 80%;
}
#client .content .top .columns.extra {
  width: 20%;
}
#client .content .top .columns.extra p {
  float: right;
  margin-left: 0;
}
#client .content .top .columns.extra .title {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  #client .content .top .columns .title {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #client .content .top .columns {
    width: 100% !important;
    padding-bottom: 20px;
  }
  #client .content .top .columns.main p {
    padding: 0;
  }
}
#client .content .top .moreWork {
  position: absolute;
  bottom: 150px;
  text-align: center;
  width: 100%;
  left: 0;
}
#client .content .top .moreWork a {
  text-decoration: none;
  color: #3c3f42;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#client .content .top .moreWork a img {
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 650px) {
  #client .content .top {
    padding-bottom: 20px;
  }
  #client .content .top .moreWork {
    position: relative;
    bottom: 23px;
    height: 40px;
  }
}
#client .workPods {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.18s;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
  max-width: 1350px;
  overflow: hidden;
  margin: -125px auto 0 auto;
}
@media (max-width: 767px) {
  #client .workPods {
    margin-top: 0px;
  }
}
@media (min-width: 657px) and (max-width: 977px) {
  #client .workPods {
    max-width: 670px;
  }
}
@media (min-width: 977px) and (max-width: 1296px) {
  #client .workPods {
    max-width: 960px;
  }
}
@media (min-width: 1297px) {
  #client .workPods {
    width: 1350px;
  }
}

/**********************
  End Client Page
**********************/
#about {
  	/*section > div {
  	  transition: all 0.5s ease;
  	}
  */
}
#about .hero {
  overflow: visible;
  background: black;
}
#about .hero .more {
  display: none;
}
@media screen and (max-width: 650px) {
  #about .hero {
    min-height: 450px;
  }
}
#about section .secHeader {
  margin-top: 0;
  padding-bottom: 0;
}
#about section .secHeader:before {
  display: none;
}
#about .workSection {
  background: #fff;
}
#about .workSection .workPods {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.18s;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
  max-width: 1350px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 657px) and (max-width: 977px) {
  #about .workSection .workPods {
    max-width: 670px;
  }
}
@media (min-width: 977px) and (max-width: 1296px) {
  #about .workSection .workPods {
    max-width: 960px;
  }
}
@media (min-width: 1297px) {
  #about .workSection .workPods {
    width: 1350px;
  }
}
#about .is-sticky {
  width: 100%;
  height: 69px;
}
#about .is-sticky nav.subNav {
  width: 100%;
  transform-origin: 50% 50%;
}
#about .is-sticky nav.subNav .scrolltop {
  display: block;
}
#about .is-sticky nav.subNav a {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  width: 24.5%;
}
#about .subNav-wrapper {
  width: 100%;
  height: 69px;
}
@media screen and (max-width: 767px) {
  #about .sticky-wrapper {
    display: none;
  }
}
#about .subNavMobile {
  display: none;
  background: #dce3e7;
  /**
   * BEGIN: STYLES FOR THE NEW ABOUT TEMPLATE
   */
  /**
   * END: STYLES FOR THE NEW ABOUT TEMPLATE
   */
}
@media screen and (max-width: 767px) {
  #about .subNavMobile {
    display: block;
    height: 70px;
  }
}
#about .subNavMobile a {
  width: 24.599%;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  background: #edf1f3;
  color: #464747;
}
@media screen and (max-width: 650px) {
  #about .subNavMobile a {
    font-size: 15px;
    width: 24.32%;
  }
}
#about .subNavMobile a:hover {
  background: white;
  color: #464747;
}
#about .subNavMobile.subNav-items-1 a {
  width: 100%;
}
#about .subNavMobile.subNav-items-2 a {
  width: 49.3%;
}
#about .subNavMobile.subNav-items-3 a {
  width: 32.5%;
}
#about .subNavMobile.subNav-items-4 a {
  width: 24%;
}
#about .subNavMobile.subNav-items-5 a {
  width: 19%;
}
#about nav.subNav {
  position: relative;
  bottom: 90px;
  z-index: 1000;
  overflow: hidden;
  width: 95%;
  height: 69px;
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: width .3s;
  transition: width .3s;
  transform-origin: 50% 50%;
  /**
   * BEGIN: STYLES FOR THE NEW ABOUT TEMPLATE
   */
  /**
   * END: STYLES FOR THE NEW ABOUT TEMPLATE
   */
}
@media screen and (max-width: 650px) {
  #about nav.subNav {
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#about nav.subNav .scrolltop {
  position: absolute;
  text-align: center;
  top: 0px;
  right: 10px;
  right: 0;
  width: 44px;
  height: 69px;
  background: url(images/backtotop-sprite.png) no-repeat rgba(255, 255, 255, 0.9);
  background-position: 0px 14px;
  z-index: 2;
  cursor: pointer;
  border-right: none;
  display: none;
}
#about nav.subNav .scrolltop:before {
  position: absolute;
  left: -3px;
  top: 25%;
  height: 50%;
  z-index: 2;
  display: block;
  content: ' ';
  width: 1px;
  border-left: 1px solid #cccccc;
}
#about nav.subNav .scrolltop:hover {
  background-position: 0px -64px;
}
#about nav.subNav a {
  width: 25%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: 20px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.9);
  color: #3c3f42;
  text-align: center;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  #about nav.subNav a {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    display: none;
  }
}
#about nav.subNav a:after {
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  z-index: 2;
  display: block;
  content: ' ';
  width: 1px;
  border-right: 1px solid #cccccc;
}
#about nav.subNav.subNav-items-1 a {
  width: 100%;
}
#about nav.subNav.subNav-items-2 a {
  width: 50%;
}
#about nav.subNav.subNav-items-3 a {
  width: 33%;
}
#about nav.subNav.subNav-items-4 a {
  width: 25%;
}
#about nav.subNav.subNav-items-5 a {
  width: 20%;
}
#about .tabs .tab {
  display: none;
}
#about .vision {
  padding: 11em 0;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 320px) {
  #about .vision {
    padding: 5em 0;
  }
}
#about .vision .secHeader h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding-bottom: 20px;
  font-size: 30px;
}
#about .vision .secHeader p {
  font-size: 30px;
  max-width: 800px;
}
@media screen and (max-width: 650px) {
  #about .vision .secHeader p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  #about .vision .secHeader p {
    font-size: 1.5em;
    padding: 2.5em 0;
  }
}
#about h3 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#about h2 {
  max-width: 100%;
}
#about h2 img {
  max-width: 80%;
  margin: auto;
}
#about .tools {
  max-width: 1335px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .tools {
    padding: 0 15px;
  }
}
#about .tools .col {
  vertical-align: top;
  line-height: 1.5;
  width: 47%;
}
@media screen and (max-width: 650px) {
  #about .tools .col {
    width: 49%;
  }
}
#about .tools .secHeader {
  padding-bottom: 0 !important;
}
#about .tools .secHeader h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding-top: 90px;
}
#about .tools .title {
  display: none;
  padding-top: 150px;
  font-size: 1.5em;
}
#about .tools .tool {
  border-top: 1px solid #d4d7d9;
  margin-top: 40px;
  padding-top: 20px;
}
#about .tools .tool img {
  max-width: 95%;
}
#about .tools .tool:last-child {
  border-bottom: 1px solid #d4d7d9;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
#about .capabilites {
  background: #edf1f3;
}
#about .capabilites .content {
  width: 100%;
  max-width: 1440px;
  padding-left: 160px;
  padding-right: 160px;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  #about .capabilites .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  #about .capabilites .content {
    padding-left: 26.66667px;
    padding-right: 26.66667px;
  }
}
@media screen and (max-width: 650px) {
  #about .capabilites .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  #about .capabilites .content {
    height: 20px;
  }
}
#about .capabilites .secHeader h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding-top: 90px;
}
#about .capabilites .secHeader p {
  max-width: 850px;
}
#about .capabilites .caps {
  clear: both;
  width: 100%;
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  max-width: 1280px;
  margin: 0 auto;
}
#about .capabilites .caps:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1439px) {
  #about .capabilites .caps {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  #about .capabilites .caps {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 650px) {
  #about .capabilites .caps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about .capabilites .caps .cap {
  position: relative;
  height: 546px;
  width: 20%;
  display: block;
  float: left;
  color: black;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  background-position-x: -1000%;
  background-repeat: no-repeat;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  transition: all 0.5s ease;
  overflow: hidden;
  max-width: 257px;
  margin: 0 auto;
}
#about .capabilites .caps .cap .productImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#about .capabilites .caps .cap a {
  width: 80%;
  height: 45px;
  margin: 40px auto 0 auto;
  border: 1px solid white;
  display: block;
  color: White;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#about .capabilites .caps .cap .icon {
  position: relative;
  width: 80px;
  height: 70px;
  margin: 75% auto 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 -10px;
  z-index: 5;
}
#about .capabilites .caps .cap span {
  position: relative;
  display: block;
  padding: 0 20px 30px;
  z-index: 5;
}
#about .capabilites .caps .cap p {
  position: relative;
  padding: 0 20px;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  text-transform: none;
  z-index: 5;
}
#about .capabilites .caps .cap .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#about .capabilites .caps .cap:hover {
  background-position-x: 0% !important;
  color: #fff;
}
#about .capabilites .caps .cap:hover .icon {
  width: 80px;
  height: 70px;
  margin: 75% auto 0 auto;
  overflow: hidden;
  background-position: bottom left;
}
@media screen and (max-width: 1023px) {
  #about .capabilites .caps .cap:hover .icon {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #about .capabilites .caps .cap:hover .icon {
    margin-top: 50px;
  }
}
@media screen and (max-width: 650px) {
  #about .capabilites .caps .cap:hover .icon {
    margin-top: 50px;
  }
}
#about .capabilites .caps .cap:hover span {
  display: block;
}
#about .capabilites .caps .cap:hover p {
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #about .capabilites .caps .cap {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #about .capabilites .caps .cap {
    width: 33.33333%;
  }
}
@media screen and (max-width: 650px) {
  #about .capabilites .caps .cap {
    width: 100%;
    float: none;
  }
}
#about .leadership {
  max-width: 1285px;
  margin: 0 auto;
  /*add 15px padding to mobile portrait view*/
  /*----- Tabs -----*/
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/
}
#about .leadership h2 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding-top: 90px;
}
@media screen and (max-device-width: 460px) {
  #about .leadership {
    width: 320px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#about .leadership .tabs {
  width: 100%;
  display: inline-block;
}
#about .leadership .tab-links {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #about .leadership .tab-links {
    display: none;
  }
}
#about .leadership select.tab-links {
  padding: 20px 15px;
  width: 100%;
  margin: 0 auto;
  display: none;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #3c3f42;
  background: transparent;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  #about .leadership select.tab-links {
    display: block;
  }
}
#about .leadership .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
#about .leadership .tab-links li {
  margin: 0px;
  float: left;
  list-style: none;
  width: 33%;
}
#about .leadership .tab-links a {
  padding: 25px 25px;
  display: inline-block;
  background: #edf1f3;
  font-size: 20px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  color: #4c4c4c;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all linear 0.15s;
}
#about .leadership .tab-links a:hover {
  background: #edf1f3;
  text-decoration: none;
}
#about .leadership li.active a, #about .leadership li.active a:hover {
  background: #fff;
  color: #4c4c4c;
  border-top: 1px solid #edf1f3;
  border-left: 1px solid #edf1f3;
  border-right: 1px solid #edf1f3;
}
#about .leadership .tab-content {
  padding-top: 30px;
  background: #fff;
  border-top: 1px solid #edf1f3;
}
#about .leadership .tab {
  display: none;
}
#about .leadership .tab.active {
  display: block;
}
#about .leadership h3 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 650px) {
  #about .leadership {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
#about .worksFor {
  position: absolute;
  visibility: hidden;
}
#about .office {
  /* set font size to 0 to remove spacing on display-inline elements*/
  font-size: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
#about .office div {
  /* add font size back into elements*/
  font-size: 16px;
}
#about .container-cols {
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  #about .container-cols {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #about .container-cols {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  #about .container-cols {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about .container-cols.cols-4 .profile {
  width: 25%;
}
#about .container-cols.cols-3 {
  max-width: 960px;
}
#about .container-cols.cols-2 {
  max-width: 640px;
}
#about .profile {
  width: 320px;
  max-width: 320px;
  margin: auto;
  box-sizing: border-box;
  min-height: 600px;
  position: relative;
  cursor: pointer;
  max-width: 320px;
  vertical-align: top;
  overflow: hidden;
  font-size: 1.4em;
  padding: 0px 2px;
}
#about .profile *, #about .profile *:before, #about .profile *:after {
  box-sizing: inherit;
}
@media screen and (max-width: 1023px) {
  #about .profile {
    max-width: 960px;
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 767px) {
  #about .profile {
    max-width: 640px;
    width: 50% !important;
  }
}
@media screen and (max-width: 639px) {
  #about .profile {
    max-width: 320px;
    min-height: 480px;
    width: 100% !important;
    float: none;
  }
}
#about .profile .short {
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: left;
  display: block;
  padding: 14px  8px 25px 8px;
  z-index: 2;
}
@media only screen and (max-device-width: 320px) {
  #about .profile .short {
    width: 100% !important;
  }
}
#about .profile .short.top {
  display: none;
}
#about .profile .short span {
  display: block;
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica;
}
#about .profile .short span.name {
  font-size: 1.6em;
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px !important;
}
#about .profile .short span.title {
  font-size: 20px;
  line-height: 24px;
}
#about .profile .headshotWrapper {
  width: 100%;
  max-width: 320px;
  max-height: 400px;
  margin: auto;
}
#about .profile .headshotWrapper .imgWrapper {
  margin: auto;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
}
#about .profile .headshotWrapper .headshot {
  margin-top: 45px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.18s;
}
#about .profile .headshotWrapper .headshot.over {
  z-index: 2;
  opacity: 0;
  transform: translate(0, -50%);
}
#about .profile:hover {
  color: #e6262b;
}
#about .profile:hover .headshot.over {
  opacity: 1;
}
#about .profile .detail {
  display: none;
}
#about .profileOverlay {
  background: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
}
@media screen and (max-width: 650px) {
  #about .profileOverlay {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#about .profileOverlay .close {
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  right: 0;
  width: 43px;
  height: 44px;
  margin: 90px auto -170px;
}
#about .profileOverlay .close:hover {
  background-position: bottom left;
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .close {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#about .profileOverlay .profileDetail .profile {
  display: block !important;
  cursor: default;
  width: 100% !important;
  float: none;
  max-width: 1125px !important;
  margin: 0 auto;
  max-height: none !important;
  padding: 240px 0 80px;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  margin: auto;
  overflow-y: auto;
  /***************************profile detail********************/
}
#about .profileOverlay .profileDetail .profile:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1439px) {
  #about .profileOverlay .profileDetail .profile {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  #about .profileOverlay .profileDetail .profile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile {
    padding-top: 0;
  }
}
#about .profileOverlay .profileDetail .profile .short {
  position: relative;
  padding: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .short {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #about .profileOverlay .profileDetail .profile .short {
    color: black;
  }
}
@media screen and (max-width: 320px) {
  #about .profileOverlay .profileDetail .profile .short {
    width: 280px !important;
  }
}
#about .profileOverlay .profileDetail .profile .short.top {
  display: block;
}
#about .profileOverlay .profileDetail .profile .short.bottom {
  display: none;
}
#about .profileOverlay .profileDetail .profile .detail {
  display: block;
  padding: 0 0 0 0;
  color: #3c3f42;
  font-size: 20px;
}
#about .profileOverlay .profileDetail .profile .detail.desc {
  float: left;
  width: 53%;
}
#about .profileOverlay .profileDetail .profile .detail.desc div {
  max-height: 100% !important;
}
#about .profileOverlay .profileDetail .profile .detail.desc:after {
  content: "";
  display: table;
  clear: both;
}
#about .profileOverlay .profileDetail .profile .detail.desc p {
  padding-bottom: 15px;
  color: #3c3f42;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #about .profileOverlay .profileDetail .profile .detail.desc {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .detail.desc {
    padding: 20px 0;
    width: 100%;
    float: none;
  }
}
#about .profileOverlay .profileDetail .profile span {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 320px) {
  #about .profileOverlay .profileDetail .profile span {
    margin: 0;
  }
}
#about .profileOverlay .profileDetail .profile .headshotWrapper {
  float: right;
  background-position: 0 100% !important;
}
@media screen and (max-width: 767px) {
  #about .profileOverlay .profileDetail .profile .headshotWrapper {
    float: none;
  }
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .headshotWrapper {
    max-width: 100%;
    width: 320px;
    height: auto;
    margin: auto;
    float: none;
  }
}
@media screen and (max-width: 320px) {
  #about .profileOverlay .profileDetail .profile .headshotWrapper {
    height: 350px !important;
  }
}
#about .profileOverlay .profileDetail .profile .headshotWrapper .headshot.over {
  opacity: 1;
}
#about .profileOverlay .profileDetail .profile:hover {
  color: #000;
}
#about .profileOverlay .profileDetail .profile:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#about .profileOverlay .profileDetail .profile .social {
  text-align: center;
  clear: both;
  padding-top: 55px;
}
#about .profileOverlay .profileDetail .profile .social:before {
  content: ' ';
  display: block;
  height: 1px;
  border-top: 1px solid #3c3f42;
  width: 45%;
  margin: auto;
  padding-top: 20px;
}
#about .profileOverlay .profileDetail .profile .social a {
  margin-top: 20px;
}
#about .profileOverlay .profileDetail .profile .social br.break {
  display: none;
}
@media (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .social br.break {
    display: block;
  }
}
#about .profileOverlay .profileDetail .profile .social .email {
  display: block;
  margin: auto;
  font-size: 1.25em;
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .social .email {
    font-size: 20px;
  }
}
#about .profileOverlay .profileDetail .profile .social img {
  height: 60px;
  width: 60px;
  margin: 12px;
}
@media screen and (max-width: 650px) {
  #about .profileOverlay .profileDetail .profile .social {
    padding-top: 15px;
  }
}

/**********************
  Contact Page
**********************/
#contact input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}
#contact .hero {
  margin-bottom: -158px;
}
@media screen and (max-width: 768px) {
  #contact .hero {
    height: 500px !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .hero h1 {
    top: 30%;
  }
}
#contact .break {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
}
#contact .contacts {
  padding: 55px 0 0;
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  margin: auto;
  padding: 55px 0 0;
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  margin: auto;
  z-index: 222222;
  position: relative;
  background: white;
}
@media screen and (max-width: 1439px) {
  #contact .contacts {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  #contact .contacts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  #contact .contacts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact .contacts > div {
  width: 25%;
  display: inline-block;
  margin-left: -4px;
  min-width: 250px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 30px;
}
#contact .contacts > div:first-child {
  margin-left: 0;
}
#contact .contacts > div .title {
  font-size: 1.5em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  height: 75px;
}
@media only screen and (max-width: 768px) {
  #contact .contacts > div .title {
    height: 50px;
  }
}
#contact .contacts > div > div {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #contact .contacts > div > div {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  #contact .contacts {
    text-align: center;
  }
  #contact .contacts > div {
    margin: 0;
    padding: 20px;
    width: 90%;
  }
}
#contact .contactForm {
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
#contact .contactForm .errMsg {
  position: relative;
  padding: 20px;
  font-family: 'Effra Regular';
}
#contact .contactForm .thankYou {
  font-size: 1.2em;
  display: none;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  #contact .contactForm {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  #contact .contactForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  #contact .contactForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #contact .contactForm {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .contactForm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
#contact .contactForm input, #contact .contactForm textarea, #contact .contactForm select {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-size: 1.7em;
  padding: 23px 30px;
  color: #a9a9a9;
}
#contact .contactForm input.placeholder, #contact .contactForm textarea.placeholder, #contact .contactForm select.placeholder {
  color: #a9a9a9;
}
#contact .contactForm input:-moz-placeholder, #contact .contactForm textarea:-moz-placeholder, #contact .contactForm select:-moz-placeholder {
  color: #a9a9a9;
}
#contact .contactForm input::-moz-placeholder, #contact .contactForm textarea::-moz-placeholder, #contact .contactForm select::-moz-placeholder {
  color: #a9a9a9;
}
#contact .contactForm input:-ms-input-placeholder, #contact .contactForm textarea:-ms-input-placeholder, #contact .contactForm select:-ms-input-placeholder {
  color: #a9a9a9;
}
#contact .contactForm input::-webkit-input-placeholder, #contact .contactForm textarea::-webkit-input-placeholder, #contact .contactForm select::-webkit-input-placeholder {
  color: #a9a9a9;
}
#contact .contactForm label {
  display: none;
}
#contact .contactForm input {
  width: 48%;
  height: 70px;
  margin-bottom: 20px;
  display: inline-block;
}
#contact .contactForm input.button {
  display: block;
  margin: 20px auto;
  width: 200px;
  background: #3c3f42;
  height: 70px;
  border: 0;
  color: #fff;
  font-size: 1.1em;
  padding: 25px 0;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
#contact .contactForm input.button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contact .contactForm .select {
  width: 48%;
  height: 70px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
#contact .contactForm .select ul {
  position: absolute;
  overflow: hidden;
  width: 100%;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  min-height: 70px;
  border: 1px solid #e5e5e5;
  max-height: 450px;
  overflow-y: auto;
  background: #f5f5f5;
}
#contact .contactForm .select ul li {
  min-height: 70px;
  width: 100%;
  cursor: pointer;
  font-size: 1.7em;
  padding: 23px 30px;
  text-align: left;
  display: block;
}
#contact .contactForm .select ul li.light {
  background: #fff;
}
#contact .contactForm .select ul li[data-value="0"] {
  color: #a9a9a9;
}
#contact .contactForm .select ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contact .contactForm .select ul li.selected {
  display: block;
  background: #f5f5f5;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#contact .contactForm .select ul.closed li {
  max-height: 70px;
  display: none;
}
#contact .contactForm .select ul.closed li.selected {
  display: block;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#contact .contactForm textarea {
  width: 100%;
  max-width: 700px;
  height: 200px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #contact .contactForm input, #contact .contactForm textarea, #contact .contactForm select, #contact .contactForm .select {
    width: 100%;
  }
}
#contact .locations {
  text-align: center;
  max-width: 1315px;
  padding-left: 0;
  padding-right: 0;
  background: white;
}
@media only screen and (max-width: 320px) {
  #contact .locations .secHeader {
    margin-top: 0;
  }
}
#contact .locations .city {
  display: inline-block;
  position: relative;
  margin-left: -3px;
  width: 425px;
  max-width: 100%;
}
#contact .locations .city .title {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  position: absolute;
  width: 100%;
  line-height: 310px;
  height: 310px;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 2.3em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  background-size: 100%;
  -webkit-transition: background-size 0.2s linear;
  -moz-transition: background-size 0.2s linear;
  -o-transition: background-size 0.2s linear;
  -ms-transition: background-size 0.2s linear;
  transition: background-size 0.2s linear;
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
@media only screen and (max-width: 320px) {
  #contact .locations .city .title {
    background-size: cover;
  }
}
#contact .locations .city .title:hover {
  background-size: 105%;
}
@media only screen and (max-width: 320px) {
  #contact .locations .city .title:hover {
    background-size: cover;
  }
}
#contact .locations .city .title:hover .mask {
  opacity: .5;
}
#contact .locations .city .title .mask {
  background: black;
  width: 100%;
  min-height: 100%;
  height: 310px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact .locations .city .title .office {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact .locations .city .player {
  width: 100%;
  min-height: 100%;
  height: 310px;
  position: relative;
  z-index: 1;
}
#contact .locations .city .info {
  text-align: left;
  padding: 40px;
  height: 295px;
}
@media only screen and (max-width: 650px) {
  #contact .locations .city .info {
    margin-bottom: 0;
  }
}
#contact .locations .city .info div {
  margin-bottom: 16px;
}
#contact .locations .city .info .address {
  line-height: 1.3;
}
#contact .locations .city .info .name {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
#contact .locations .city .info a {
  display: block;
  margin-top: 4px;
  text-decoration: none;
  color: #3c3f42;
}
#contact .brown_bg {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 269px;
  background: #212223;
  z-index: -1;
}

/**********************
  End Contact Page
**********************/
/**********************
  Global Contact Page
**********************/
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
span.red {
  color: #e92221;
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

.visible-s {
  display: none;
}
.visible-s.row-centered {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .visible-s {
    display: block;
    line-height: 16px;
  }
}

#global-contact {
  color: #323232;
  padding-bottom: 30px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#global-contact .text-center {
  text-align: center !important;
}
#global-contact .no-gutters {
  padding-left: 0;
  padding-right: 0;
}
#global-contact small, #global-contact .small {
  font-size: 75%;
  text-align: left;
}
#global-contact .input, #global-contact textarea, #global-contact select {
  font-size: 1em;
  -webkit-appearance: none;
  overflow: hidden;
}
#global-contact .row-centered {
  text-align: left;
  display: table;
  width: 100%;
}
#global-contact .row-centered h1 {
  font-size: 150%;
  width: 100%;
}
#global-contact .col-centered {
  float: none;
  display: table-cell;
  text-align: left;
  overflow: hidden;
}
#global-contact .container-info {
  padding: 0;
  color: #212224;
  position: absolute;
  bottom: 0;
  left: -1px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 102%;
}
@media only screen and (min-width: 768px) {
  #global-contact .container-info {
    color: white;
    position: relative;
    max-width: 525px;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-size: 20px;
  }
  #global-contact .container-info p.p-global-headquarters {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#global-contact .row-hero {
  background: #e6262b;
  display: table;
  width: 100%;
  height: 300px;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #global-contact .row-hero {
    height: 575px;
  }
  #global-contact .row-hero h1 {
    font-size: 45px;
  }
}
#global-contact .row-hero .col-hi, #global-contact .row-hero .col-centered {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-top: 100px;
  float: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #global-contact .row-hero .col-hi, #global-contact .row-hero .col-centered {
    vertical-align: middle;
  }
}
#global-contact .row-hero .infoHolder {
  top: 50%;
}
#global-contact .row-hero .row-glo {
  width: 500px;
  border: 1px solid white;
}
#global-contact .main-content {
  min-height: 600px;
  background: white;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  #global-contact .main-content .container-search {
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    max-width: 1050px;
    margin: 0 auto;
  }
}
#global-contact .main-content .container-search .row-search {
  text-align: left;
  margin-left: 0;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  #global-contact .main-content .container-search .row-search {
    max-width: 85%;
    background: white;
    padding: 50px 75px 0 75px;
    margin: -50px auto 0 auto;
  }
}
#global-contact .main-content .container-search .row-search input {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 0px 20px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 20px;
}
#global-contact .main-content .container-search .row-search .col-search {
  margin-left: -15px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  border-right: none;
}
#global-contact .main-content .container-search .row-search .col-submit .submit {
  background-image: url(images/icon-search.png);
  background-repeat: no-repeat;
  /* make the background image appear only once */
  background-position: center;
  /* equivalent to 'top left' */
  border-left: none;
  /* assuming we don't want any borders */
  cursor: pointer;
  /* make the cursor like hovering over an <a> element */
  margin-left: -16px;
  padding-left: 45px;
}
#global-contact .main-content .container-search .col-select {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #global-contact .main-content .container-offices {
    margin: 0 auto;
    overflow: hidden;
  }
}
#global-contact .main-content .container-offices h3 {
  font-size: 24px;
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
#global-contact .main-content .container-offices .p-country-name {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 25px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  #global-contact .main-content .container-offices .p-country-name {
    font-size: 24px;
  }
}
#global-contact .main-content .container-offices .p-country-name span {
  color: #e92221;
}
#global-contact .main-content .container-offices .row-no-results {
  display: none;
}
#global-contact .main-content .container-offices .office {
  height: 225px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  max-height: 300px;
}
@media only screen and (min-width: 992px) {
  #global-contact .main-content .container-offices .office {
    height: 275px;
  }
  #global-contact .main-content .container-offices .office:nth-child(3n+2) {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
}
@media only screen and (min-width: 992px) {
  #global-contact .main-content .container-offices .office {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
#global-contact .main-content .container-offices .office [class*="col-"] {
  padding-left: 0;
  margin-bottom: 6px;
}
#global-contact .main-content .container-offices .office .col-address, #global-contact .main-content .container-offices .office .col-phone, #global-contact .main-content .container-offices .office .col-site {
  padding-left: 0 !important;
}
#global-contact .main-content .container-offices .office .office-name {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #global-contact .main-content .container-offices .office .office-name {
    font-size: 19.2px;
    height: 45px;
    margin-bottom: 25px;
  }
}
#global-contact .main-content .container-offices .office .office-name.havas p:before {
  content: 'havas';
  color: #e92221;
  display: inline;
}
#global-contact .main-content .container-offices .office .office-container {
  border: 1px solid #a5a5a5;
}
#global-contact .main-content .container-offices .office .office-phone {
  padding-left: 15px;
  overflow: hidden;
}
#global-contact .main-content .container-offices .office .office-country {
  margin-bottom: 15px;
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
}
#global-contact .main-content .container-offices .office .office-site {
  display: block;
}
#global-contact .row-filter-offices {
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 1s ease;
}
#global-contact .row-filter-offices:after {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  -webkit-transition: all .3s ease;
}
#global-contact .row-filter-offices.open:after {
  -webkit-transform: rotate(45deg);
}
#global-contact .container-filters {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #global-contact .container-filters {
    max-width: 750px;
  }
}
#global-contact .container-filters .row-browse {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding: 25px 0 15px 15px;
}
@media only screen and (min-width: 768px) {
  #global-contact .container-filters .row-browse {
    padding: 20px 30px 20px 15px;
  }
}
@media only screen and (min-width: 768px) {
  #global-contact .container-filters .row-filters {
    max-width: 750px;
    margin-left: -23px;
  }
}
#global-contact .container-filters .row-filters input, #global-contact .container-filters .row-filters textarea, #global-contact .container-filters .row-filters select {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  padding: 0 20px;
  font-size: 20px;
  color: #323232;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 20px;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  width: 150%;
  max-width: 300px;
  overflow: hidden;
}
#global-contact .container-filters .row-filters input:disabled, #global-contact .container-filters .row-filters textarea:disabled, #global-contact .container-filters .row-filters select:disabled {
  color: #a5a5a5;
  background: url(images/arrow-dd-grey.png) no-repeat 73% 20px #f5f5f5;
}
#global-contact #region {
  position: relative;
}
#global-contact #region .row-country p.p-search-country-name {
  padding-left: 30px;
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
#global-contact #region .row-country p.p-search-country-name span {
  color: red;
}
#global-contact #region .col-search-site {
  padding-left: 0;
}
#global-contact .col-office-name {
  padding: 0;
}
#global-contact .row-our-offices {
  text-align: center;
  margin: 0;
}
#global-contact .row-our-offices h1 {
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  #global-contact .row-our-offices h1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
#global-contact .btn-show-more {
  color: #e92221;
  border-color: #e92221;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
#global-contact .col-search-header {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  padding-left: 0;
}

.container-search .office {
  padding: 0;
}

/**********************
  End Global Contact Page
**********************/
#careers {
  /*=================================================== ERIC'S CODE ============================================*/
  /* To fix the grid into a different size, set max-width to your desired width */
}
#careers .hero {
  overflow: visible;
  background-color: black;
}
#careers .maxWidth {
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #careers .maxWidth {
    padding: 0;
  }
}
#careers .maxWidth .background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40%;
  width: 100%;
  background-color: #edf1f3;
  z-index: 0;
}
#careers h1 {
  font-size: 5em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  color: #3c3f42;
  padding-left: 20px;
  padding-right: 20px;
  top: 65%;
}
#careers h1 em {
  padding-top: 25px;
  display: block;
  font-size: .2em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  margin: auto;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  #careers h1 {
    font-size: 4em;
  }
  #careers h1 em {
    font-size: .3em;
  }
}
@media screen and (max-width: 1024px) {
  #careers h1 {
    font-size: 3em;
  }
}
#careers .cols2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  #careers .cols2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #careers .cols2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 650px) {
  #careers .cols2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#careers .cols2 .title {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#careers .cols2 .col {
  padding: 20px;
}
#careers .cols2 .col p {
  padding: 15px 0;
}
#careers .featured {
  background: #000000;
  padding-bottom: 125px;
}
#careers .featured .content {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
  text-align: justify;
  color: #ffffff !important;
}
@media screen and (max-width: 1439px) {
  #careers .featured .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #careers .featured .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 650px) {
  #careers .featured .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#careers .featured .content .job {
  text-align: left;
  vertical-align: top;
  width: 32%;
  display: inline-block;
  padding: 20px;
  color: #7e8288;
}
#careers .featured .content .job span {
  font-size: 30px;
}
#careers .featured .content .job span.name {
  display: block;
  height: auto;
  min-height: 35px;
  color: white;
  padding-bottom: 20px;
}
#careers .featured .content .job img {
  width: 100%;
}
#careers .featured .content .job .title {
  font-size: 1.5em;
}
#careers .featured .content .job p {
  min-height: 315px;
  padding: 0 0 25px 0;
}
#careers .featured .content .job a {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  color: #7e8288;
}
@media screen and (max-width: 650px) {
  #careers .featured .content .job {
    width: 90%;
  }
  #careers .featured .content .job p {
    /* neutralize min height on mobile to remove weird spacing */
    min-height: 35px;
    padding: 10px 0 25px 0;
  }
}
#careers .row {
  width: 100%;
  max-width: 1440px;
  min-width: 720px;
  margin: 0 auto;
}
#careers .row .row {
  min-width: 0px;
}
#careers .column, #careers .columns {
  margin-left: 4.127663%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#careers .column:first-child, #careers .columns:first-child, #careers .alpha {
  margin-left: 0px;
}
#careers .column.omega, #careers .columns.omega {
  float: right;
}
#careers .row .one.columns, #careers .row .one.column {
  width: 6.382989%;
}
#careers .row .two.columns {
  width: 14.893641%;
}
#careers .row .three.columns {
  width: 23.404293%;
}
#careers .row .four.columns {
  width: 31.914945%;
}
#careers .row .five.columns {
  width: 40.425597%;
}
#careers .row .six.columns {
  width: 48.936249%;
}
#careers .row .seven.columns {
  width: 57.446901%;
}
#careers .row .eight.columns {
  width: 65.957553%;
}
#careers .row .nine.columns {
  width: 74.468205%;
}
#careers .row .ten.columns {
  width: 82.978857%;
}
#careers .row .eleven.columns {
  width: 91.489509%;
}
#careers .row .twelve.columns {
  width: 100%;
}
#careers .row:before, #careers .row:after, #careers .clearfix:before, #careers .clearfix:after {
  content: "";
  display: table;
}
#careers .row:after, #careers .clearfix:after {
  clear: both;
}
#careers .row, #careers .clearfix {
  zoom: 1;
}
#careers .row .one.centered {
  margin-left: 46.808586%;
}
#careers .row .two.centered {
  margin-left: 42.55326%;
}
#careers .row .three.centered {
  margin-left: 38.297934%;
}
#careers .row .four.centered {
  margin-left: 34.042608%;
}
#careers .row .five.centered {
  margin-left: 29.787282%;
}
#careers .row .six.centered {
  margin-left: 25.531956%;
}
#careers .row .seven.centered {
  margin-left: 21.27663%;
}
#careers .row .eight.centered {
  margin-left: 17.021304%;
}
#careers .row .nine.centered {
  margin-left: 12.765978%;
}
#careers .row .ten.centered {
  margin-left: 8.510652%;
}
#careers .row .eleven.centered {
  margin-left: 4.255326%;
}
@media only screen and (max-width: 767px) {
  #careers .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #careers .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #careers .row .row .column, #careers .row .row .columns {
    padding: 0;
  }
  #careers .column, #careers .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #careers .column:last-child, #careers .columns:last-child {
    margin-right: 0;
    float: none;
  }
  #careers .row .row .column, #careers .row .row .columns {
    padding: 0;
  }
  #careers .column, #careers .columns {
    width: auto !important;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  #careers .column:last-child, #careers .columns:last-child {
    margin-right: 0;
    float: none;
  }
  #careers [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  #careers [class*="column"]:before, #careers [class*="column"]:after {
    display: table;
  }
  #careers [class*="column"]:after {
    clear: both;
  }
  #careers .push_one, #careers .push_two, #careers .push_three, #careers .push_four, #careers .push_five, #careers .push_six, #careers .push_seven, #careers .push_eight, #careers .push_nine, #careers .push_ten, #careers .push_eleven, #careers .centered {
    margin-left: 0% !important;
  }
}
#careers .text-center {
  text-align: center;
}
#careers .yes {
  margin-top: 85px;
  font-size: 50px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}
#careers .copy {
  margin-top: 30px;
  line-height: 26px;
}
#careers .icon {
  margin-top: 50px;
}
#careers .explore {
  margin-top: 15px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
}
#careers .explore .topjobs {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 50px;
}
#careers .viewall {
  margin-top: 35px;
}
#careers .viewall span {
  color: black;
}
#careers .view {
  padding: 0 15px 100px 15px;
}
#careers .viewjobs {
  width: 100%;
  padding-bottom: 90px;
  background: white;
}
#careers .viewjobs .viewbtn {
  height: 70px;
  background-color: #3c3f42;
  color: white;
  line-height: 70px;
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
#careers .viewjobs .linkedin {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#careers .viewjobs .linkedin span {
  color: red;
}
#careers .container.bottom {
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
}
@media screen and (max-width: 650px) {
  #careers .container.bottom {
    padding-bottom: 0;
  }
}
#careers .container.bottom .header span {
  display: block;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  font-size: 50px;
  padding-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #careers .container.bottom .header span.star {
    font-size: 32px;
  }
}
#careers .container.bottom .header .check {
  padding-top: 20px;
  padding-bottom: 50px;
}
#careers .container.bottom .profiles {
  max-width: 1280px !important;
  padding-bottom: 50px;
}
#careers .container.bottom .profiles .profile {
  width: 30.333%;
  padding-bottom: 40px;
  max-width: 320px;
  max-height: 530px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #careers .container.bottom .profiles .profile {
    margin: 0 auto !important;
    max-height: none;
  }
}
@media screen and (max-width: 640px) {
  #careers .container.bottom .profiles .profile {
    max-height: none;
    max-width: 320px;
    margin: 0 auto;
  }
}
#careers .container.bottom .profiles .profile .detail {
  font-size: 16px;
}
#careers .container.bottom .profiles .profile .link {
  margin-top: 30px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#careers .container.bottom .profiles .profile .short {
  width: 100%;
  padding: 14px  0;
  z-index: 2;
}
#careers .container.bottom .profiles .profile .short span {
  display: block;
}
#careers .container.bottom .profiles .profile .short .name {
  font-size: 1.4em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#careers .container.bottom .headshot {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  max-height: 405px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #careers .container.bottom .headshot {
    background-position-x: -50px !important;
  }
}
#careers .container.bottom .headshot img {
  height: auto;
  width: 100%;
}
#careers .container.newhires {
  width: 100%;
  max-width: 1067px;
  margin: 0 auto;
  padding: 0;
}
#careers .socialicon {
  margin-top: 20px;
  display: inline-block;
  height: 44px;
  background-image: url(images/footer_social_icons.png);
  background-position: center -88px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 650px) {
  #careers .socialicon {
    width: 77px !important;
    height: 44px;
  }
  #careers .socialicon:hover {
    background-position: center -88px !important;
  }
}
#careers .socialicon a {
  display: block;
  width: 100%;
  height: 100%;
}
#careers .socialicon:hover {
  background-position: center -134px;
}
#careers .brown_bg {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 269px;
  background: #212223;
  z-index: 0;
}

.searchOverlay {
  overflow: hidden;
}
.searchOverlay #searchResults {
  padding-top: 6%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 1000;
  background: rgba(31, 32, 36, 0.8);
}
.searchOverlay #searchResults .closeBtn {
  position: absolute;
  top: 20px;
  right: 50%;
  display: block;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .searchOverlay #searchResults .closeBtn {
    right: 46%;
  }
}
.searchOverlay.results404 #searchResults {
  color: #fff;
}
.searchOverlay.results404 #searchResults h1 {
  font-size: 3.5em;
}
@media screen and (max-width: 640px) {
  .searchOverlay.results404 h1 {
    font-size: 2.5em !important;
    width: 80%;
  }
}

#searchResults {
  height: 100%;
  width: 100%;
}
#searchResults .body {
  padding-top: 107px;
  background: rgba(31, 32, 36, 0.6);
}
#searchResults .results404 {
  padding-top: 40px;
}
#searchResults h1 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  color: #fff;
  margin: 1em auto 0;
  text-align: center;
}
#searchResults .closeBtn {
  display: none;
}
#searchResults h3 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  #searchResults h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #searchResults h3 {
    padding-left: 6.66667px;
    padding-right: 6.66667px;
  }
}
@media screen and (max-width: 650px) {
  #searchResults h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#searchResults .results-work {
  text-align: justify;
}
#searchResults .results {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  background: black;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}
#searchResults .results .result {
  display: block;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -moz-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
#searchResults .results .result .content {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  border-bottom: 1px solid grey;
}
@media screen and (max-width: 1439px) {
  #searchResults .results .result .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #searchResults .results .result .content {
    padding-left: 6.66667px;
    padding-right: 6.66667px;
  }
}
@media screen and (max-width: 650px) {
  #searchResults .results .result .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#searchResults .results .result span {
  color: #ffffff;
  display: block;
}
#searchResults .results .result p {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
  font-size: 1.7em;
  color: #ffffff;
}

#results404 {
  color: #fff;
}

.results404 {
  padding: 100px 0 50px;
}
.results404 .closeBtn {
  display: none;
}
.results404 .bcOverlay .closeBtn {
  display: block;
}
.results404 .time {
  display: block;
}
.results404 .time sup {
  font-size: .8em;
  top: -.2em;
  position: relative;
}
.results404 .day {
  display: block;
  text-align: center;
}
.results404 h1 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
  max-width: 800px;
  font-size: 3.5em;
  margin: 1em auto 0;
  text-align: center;
}
.results404 .msg {
  font-size: 2.25em;
  margin: auto;
  text-align: center;
  display: block;
  padding: 60px 0 20px;
}
.results404 .vid {
  position: relative;
  display: block;
  width: 560px;
  max-width: 80%;
  margin: auto;
}
.results404 .vid .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25%;
  margin-left: -12.5%;
  margin-top: -12.5%;
  background: url(images/play-large.png) no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
}
.results404 .vid .playBtn img {
  display: block;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.results404 .vid .playBtn:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.results404 .vid .thmbImg {
  position: relative;
  z-index: 0;
}
.results404 .vid img {
  display: block;
  width: 100%;
}

#blank .body {
  padding: 107px;
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  #blank .body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #blank .body {
    padding-left: 13.33333px;
    padding-right: 13.33333px;
  }
}
@media screen and (max-width: 650px) {
  #blank .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#blank h1 {
  padding: 25px 0;
}
#blank h3 {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#blank p {
  padding-bottom: 15px;
  line-height: 1.1em;
}

#press {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press .row {
  width: 100%;
  max-width: 1280px;
  min-width: 520px;
  margin: 0 auto;
}
#press .row .row {
  min-width: 0px;
}
#press .column, #press .columns {
  margin-left: 4.127663%;
  float: left;
  min-height: 1px;
  position: relative;
}
#press .column:first-child, #press .columns:first-child, #press .alpha {
  margin-left: 0px;
}
#press .column.omega, #press .columns.omega {
  float: right;
  margin-top: 1em;
}
#press .row .one.columns,
#press .row .one.column {
  width: 6.382989%;
}
#press .row .two.columns {
  width: 14.893641%;
}
#press .row .three.columns {
  width: 23.404293%;
}
#press .row .four.columns {
  width: 31.914945%;
}
#press .row .five.columns {
  width: 40.425597%;
}
#press .row .six.columns {
  width: 48.936249%;
}
#press .row .seven.columns {
  width: 57.446901%;
}
#press .row .eight.columns {
  width: 65.957553%;
}
#press .row .nine.columns {
  width: 74.468205%;
}
#press .row .ten.columns {
  width: 82.978857%;
}
#press .row .eleven.columns {
  width: 91.489509%;
}
#press .row .twelve.columns {
  width: 100%;
}
#press .row:before, #press .row:after, #press .clearfix:before, #press .clearfix:after {
  content: "";
  display: table;
}
#press .row:after, #press .clearfix:after {
  clear: both;
}
#press .row, #press .clearfix {
  zoom: 1;
}
@media only screen and (max-width: 767px) {
  #press .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
  #press .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #press .row .row .column, #press .row .row .columns {
    padding: 0;
  }
  #press .column, #press .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #press .column:last-child, #press .columns:last-child {
    margin-right: 0;
    float: none;
  }
  #press [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  #press [class*="column"]:before, #press [class*="column"]:after {
    display: table;
  }
  #press [class*="column"]:after {
    clear: both;
  }
  #press .hero .text .sub {
    top: 37%;
  }
}
#press .news {
  padding: 0px 15px;
}
#press .news h1 {
  font-family: "Helvetica Neue LT Bold",sans-serif;
  font-weight: 700;
  font-size: 50px;
  padding: 90px 0 50px 0;
}
#press .news article {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
#press .news article .date {
  font-size: .9em;
  color: #3c3f42;
}
#press .news article .title {
  font-size: 1.5em;
  display: block;
}
#press .news article p {
  line-height: 1.2;
}
#press .news article a {
  display: block;
  padding: 25px 0;
  font-size: 1.1em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 400;
}
#press .footer_header {
  width: 100%;
  background-color: #212223;
}
#press .pages {
  display: block;
  width: 100%;
  text-align: center;
  padding: 75px 0 250px;
}
@media screen and (max-width: 650px) {
  #press .pages {
    padding: 75px 0 75px;
  }
}
#press .pages span.current {
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
#press .pages a {
  font-size: 1.1em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  padding: 0 5px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
#press .pages a.next {
  font-size: 1.1em;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  color: #3e4e4e4;
  padding: 3px 15px;
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  background-image: url(images/navicons.jpg);
  text-indent: -9999px;
}
#press .pages a.prev {
  color: #3e4e4e4;
  font-size: 1.1em;
  text-indent: -9999px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 500;
  padding: 3px 15px;
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  background-image: url(images/navicons.jpg);
  background-position: bottom left;
  text-indent: -9999px;
}
#press .pages a.arrow {
  background: #3c3f42;
  color: #fff;
  padding: 0 5px;
  font-family: "Helvetica Neue LT Roman",sans-serif;
  font-weight: 100;
}

.container-cols {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.leadership .office {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-cols .profile {
  display: none;
}

.btn-load-more {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  height: 67px;
  justify-content: center;
  margin: 15px 0px;
  width: 100%;
  display: block;
  text-align: center;
}

.page-template-page-contact .city {
  vertical-align: top;
}

.single-work .slick-list, #press .slick-slider {
  direction: ltr !important;
}

#about .slide .infoHolder {
  display: none;
}

#home .slide .infoHolder h2 {
  display: none !important;
}

.slide .infoHolder h1 {
  width: 80%;
}

/*#contact .city a{*/
/*cursor: default;*/
/*}*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  #contact .slide .red h1 {
    top: 60%;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
/* Desktops */
@media (min-width: 768px) {
  #contact .slick-track {
    width: 100%;
  }

  .slide .infoHolder {
    position: absolute;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: 65%;
  }

  #home .slide .infoHolder {
    top: 75%;
  }

  #contact .slide .red h2 {
    top: 20%;
  }
  #contact .slide .red h1 {
    top: 45%;
    position: absolute;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .slide .infoHolder {
    font-size: 0.8em;
    top: 70%;
    position: absolute;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  #contact .slide .red h2 {
    top: 20%;
  }
  #contact .slide .red h1 {
    top: 40%;
    position: absolute;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .body .more {
    display: none !important;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .slide .infoHolder {
    top: 65%;
    position: absolute;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  #contact .slide .red h1 {
    font-size: 0.7em;
  }
}
#loading-gif {
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
}

.partnershipsPods a img {
  max-height: 16.5em;
}

#stalker, .aui-page-header {
  background-color: white !important;
}

#partnerships .partner img {
  color: #fff;
}

/*.partnershipsPods a{*/
/*cursor: default;*/
/*}*/
.partnershipsPods .partner img {
  max-height: 495px;
}

@media (max-width: 1300px) {
  .partnershipsPods .partner img {
    max-height: 352px;
  }
}
@media (max-width: 980px) {
  .partnershipsPods .partner img {
    max-height: 424px;
  }
}
#floating-press-background {
  position: absolute;
  width: 100%;
  height: 1000%;
  opacity: 0.9;
  z-index: 3;
  display: block;
  background-color: #fff;
  display: none;
}

.press-content-close {
  left: 50%;
  float: left;
  top: 2em;
  z-index: 11;
  border: none;
  margin-left: -33px;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(images/close-sprite.png) no-repeat;
}
.press-content-close:hover {
  background-position: bottom left;
  cursor: pointer;
  cursor: hand;
}

.press-floating-invisible {
  display: none;
}

.div-press-content {
  top: 0;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0% 25%;
  z-index: 10;
  text-align: left;
  display: inline-block;
  height: 100%;
  float: left;
  position: absolute;
  margin-top: 6em;
}

.div-press-post-container {
  display: block;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.div-press-content a {
  width: 100%;
}
.div-press-content a img {
  max-width: 100%;
  height: auto;
}

#press .container {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 1em 2.5em;
}
#press .container .row {
  width: 100%;
  padding: 1em 2.5em;
}

.press-content-read-more {
  float: right;
}

@media only screen and (max-width: 1080px) {
  #press .container .row {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  #press .container {
    padding: 1em 0;
  }
  #press .container .row {
    padding: 1em 23px;
  }

  .div-press-content {
    padding: 0 15%;
  }
}
#press .container .row .title {
  font-size: 1.6em;
  font-family: effra, sans-serif;
  font-weight: 400;
  margin-bottom: 5px !important;
}

.hover-red:hover {
  color: red;
  cursor: pointer;
  cursor: hand;
}

.slide-url {
  cursor: pointer;
}

.slide-background-url {
  width: 100%;
  height: 100%;
}
.slide-background-url:hover {
  cursor: pointer;
}

.page-template-page-about-v2 .office .container-cols {
  display: inline-block;
}
.page-template-page-about-v2 .office .container-cols .profile {
  display: inline-block;
  float: left;
  min-height: 600px;
}
