@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: '黑体', Calibri, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* background-color: #13132f; */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: '黑体', Calibri, Arial;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: '黑体', 'Calibri', 'Arial';
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  /* background-color: #13132f; */
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.active {
  background-color: #F57170;
}

.active>a {
  color: white;
}

.active1 {
  background-color: #FFFFFF;
}

.active1>a {
  color: #F57170;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: '黑体', 'Calibri', 'Arial';
  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: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 10px;
  margin-bottom: 10px;
}

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%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  /* 修改 */
  /* margin-bottom: 10px; */
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline>li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@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;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: #999999;
}

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';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: '黑体', 'Calibri', 'Arial', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 0px;
}

.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-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  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: 0%;
}

.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: 0%;
}

.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-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    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%;
    /* width: 20%; */
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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: 30px;
    height: 150px;
  }

  .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-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    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: 0%;
  }

  .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: 0%;
  }

  .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-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    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-6 {
    /*width: 48%;*/
    /* width: 33%; */
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;

}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active {
  background-image: none;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.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]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
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: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.open .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.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]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active {
  background-image: none;
}

.open .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.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]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active {
  background-image: none;
}

.open .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.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]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active {
  background-image: none;
}

.open .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.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]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active {
  background-image: none;
}

.open .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.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]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
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: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.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: #2a6496;
  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: #999999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}*/
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  /*font-family: 'Glyphicons Halflings';*/
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: none;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  display: none;
}

.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 {
  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: 14px;
  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: 12px;
  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: 18px;
  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 {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 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: #999999;
  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[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.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: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

#------------------------------------- .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 10px;

  height: auto;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50%;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  height: auto;
  color: #333333;
  /* background-color: red; */
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

#------------------------------------- .thumbnailv {
  display: block;
  padding: 8px;
  margin-bottom: 10px;

  height: auto;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnailv>img,
.thumbnailv a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnailv .caption {
  padding: 9px;
  height: auto;
  color: #333333;
  /* background-color: red; */
}

a.thumbnailv:hover,
a.thumbnailv:focus,
a.thumbnailv.active {
  border-color: #428bca;
}

#------------------------------------- .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group .list-group-item:first-child {
  border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
  border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow-x: scroll;
  /*overflow: hidden;*/
  /*padding-right: 13px!important;*/
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 30px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -10px !important;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 50px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

  .modal-lg {
    width: 900px;
  }
}

.modal-dialog img {
  max-width: 100%
}

.modal#showWechat .modal-header {
  padding-bottom: 0;
}

.modal#showWechat .modal-title {
  margin-top: -10px;
}

@media (min-width:768px) {
  .modal#showWechat .modal-dialog {
    width: 400px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
  cursor: pointer;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;

}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  /* background-color: #fff; */
  background-color: #D72323;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {

  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.contact-page {
  background: #F0F5F9;
}

.ir,
.page-portfolio #portfolio-tiles .company-detail #close,
.page-id-1130 #portfolio-tiles .company-detail #close,
.single-investment #portfolio-tiles .company-detail #close,
.page-portfolio #portfolio-tiles .company-detail .social a.linkedin,
.page-id-1130 #portfolio-tiles .company-detail .social a.linkedin,
.single-investment #portfolio-tiles .company-detail .social a.linkedin,
.page-portfolio #portfolio-tiles .company-detail .social a.facebook,
.page-id-1130 #portfolio-tiles .company-detail .social a.facebook,
.single-investment #portfolio-tiles .company-detail .social a.facebook,
.page-portfolio #portfolio-tiles .company-detail .social a.twitter,
.page-id-1130 #portfolio-tiles .company-detail .social a.twitter,
.single-investment #portfolio-tiles .company-detail .social a.twitter,
.page-portfolio #portfolio-tiles .company-detail .social a.email,
.page-id-1130 #portfolio-tiles .company-detail .social a.email,
.single-investment #portfolio-tiles .company-detail .social a.email,
.page-team #team-tiles .company-detail #close,
.page-id-535 #team-tiles .company-detail #close,
.page-team #team-tiles .company-detail .social a.something,
.page-id-535 #team-tiles .company-detail .social a.something,
.page-team #team-tiles .company-detail .social a.facebook,
.page-id-535 #team-tiles .company-detail .social a.facebook,
.page-team #team-tiles .company-detail .social a.twitter,
.page-id-535 #team-tiles .company-detail .social a.twitter,
.page-team #team-tiles .company-detail .social a.email,
.page-id-535 #team-tiles .company-detail .social a.email,
#team-detail .col-details .contact .facebook,
#team-detail .col-details .contact .twitter,
#team-detail .col-details .contact .linkedin,
#team-detail .col-details .contact .email,
body.page-insights_article .article-container .article .contact .facebook,
body.single-post .article-container .article .contact .facebook,
body.page-insights_article .article-container .article .contact .twitter,
body.single-post .article-container .article .contact .twitter,
body.page-insights_article .article-container .article .contact .linkedin,
body.single-post .article-container .article .contact .linkedin,
body.page-insights_article .article-container .article .contact .email,
body.single-post .article-container .article .contact .email,
body.page-insights_article .article-container .article .social a.facebook,
body.single-post .article-container .article .social a.facebook,
body.page-insights_article .article-container .article .social a.twitter,
body.single-post .article-container .article .social a.twitter,
body.page-insights_article .article-container .article .social a.email,
body.single-post .article-container .article .social a.email,
body.page-careers #portfolio-tiles .company-detail #close,
body.page-id-4388 #portfolio-tiles .company-detail #close,
body.page-careers #portfolio-tiles .company-detail .social a.something,
body.page-id-4388 #portfolio-tiles .company-detail .social a.something,
body.page-careers #portfolio-tiles .company-detail .social a.facebook,
body.page-id-4388 #portfolio-tiles .company-detail .social a.facebook,
body.page-careers #portfolio-tiles .company-detail .social a.twitter,
body.page-id-4388 #portfolio-tiles .company-detail .social a.twitter,
body.page-careers #portfolio-tiles .company-detail .social a.email,
body.page-id-4388 #portfolio-tiles .company-detail .social a.email {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  border: 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fluid-youtube,
#team-detail .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.fluid-youtube iframe,
#team-detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttons-sprite,
.page-team #team-tiles .company-detail #close,
.page-id-535 #team-tiles .company-detail #close,
.page-team #team-tiles .company-detail .social a.something,
.page-id-535 #team-tiles .company-detail .social a.something,
.page-team #team-tiles .company-detail .social a.facebook,
.page-id-535 #team-tiles .company-detail .social a.facebook,
.page-team #team-tiles .company-detail .social a.twitter,
.page-id-535 #team-tiles .company-detail .social a.twitter,
.page-team #team-tiles .company-detail .social a.email,
.page-id-535 #team-tiles .company-detail .social a.email,
body.page-insights_article .article-container .article .contact .facebook,
body.single-post .article-container .article .contact .facebook,
body.page-insights_article .article-container .article .contact .twitter,
body.single-post .article-container .article .contact .twitter,
body.page-insights_article .article-container .article .contact .linkedin,
body.single-post .article-container .article .contact .linkedin,
body.page-insights_article .article-container .article .contact .email,
body.single-post .article-container .article .contact .email,
body.page-insights_article .article-container .article .social a.facebook,
body.single-post .article-container .article .social a.facebook,
body.page-insights_article .article-container .article .social a.twitter,
body.single-post .article-container .article .social a.twitter,
body.page-insights_article .article-container .article .social a.email,
body.single-post .article-container .article .social a.email,
body.page-careers #portfolio-tiles .company-detail #close,
body.page-id-4388 #portfolio-tiles .company-detail #close,
body.page-careers #portfolio-tiles .company-detail .social a.something,
body.page-id-4388 #portfolio-tiles .company-detail .social a.something,
body.page-careers #portfolio-tiles .company-detail .social a.facebook,
body.page-id-4388 #portfolio-tiles .company-detail .social a.facebook,
body.page-careers #portfolio-tiles .company-detail .social a.twitter,
body.page-id-4388 #portfolio-tiles .company-detail .social a.twitter,
body.page-careers #portfolio-tiles .company-detail .social a.email,
body.page-id-4388 #portfolio-tiles .company-detail .social a.email {
  background-image: url('../img/buttons-sfab5eb482c.png');
  background-repeat: no-repeat;
}

.retinaButtons-sprite {
  background-image: url('../img/retinaButtons-s4ff5ffd3e7.png');
  background-repeat: no-repeat;
}

@font-face {
  font-family: "MarkScWeb-Book";
  src: url('../fonts/../fonts/MarkScWeb-Book.woff?1445990344') format('woff'), url('../fonts/../fonts/MarkScWeb-Book.otf') format('opentype');
}

@font-face {
  font-family: "MarkScWeb-Light";
  src: url('../fonts/../fonts/MarkScWeb-Light.woff?1445990344') format('woff'), url('../fonts/../fonts/MarkScWeb-Light.otf') format('opentype');
}

@font-face {
  font-family: "MarkScWeb-Medium";
  src: url('../fonts/../fonts/MarkScWeb-Medium.woff?1445990344') format('woff'), url('../fonts/../fonts/MarkScWeb-Medium.otf') format('opentype');
}

@font-face {
  font-family: "MarkWeb-Book";
  src: url('./MarkWeb-Book.woff?1445990344') format('woff'), url('./MarkWeb-Book.woff?.otf') format('opentype');
}

@font-face {
  font-family: "MarkWeb-Light";
  src: url('../fonts/../fonts/MarkWeb-Light.woff?1445990344') format('woff'), url('../fonts/../fonts/MarkWeb-Light.otf') format('opentype');
}

@font-face {
  font-family: "MarkWeb-Medium";
  src: url('../fonts/../fonts/MarkWeb-Medium.woff?1445990344') format('woff'), url('../fonts/../fonts/MarkWeb-Medium.otf') format('opentype');
}

.markweb-medium,
body.home .home-section.introduction h2,
body.home .industry-carousel .carousel-caption h2,
body.home .home-section h3,
#team-detail .col-details #bio dl dt,
body.page-insights .header-container .header-caption h2,
body.page-id-4385 .header-container .header-caption h2,
.page-about .subheader h1,
body.page-id-522 .subheader h1,
.page-about #carousel-container .experience .title,
body.page-id-522 #carousel-container .experience .title {
  font-family: 'MarkWeb-Medium', sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.markweb-book,
body,
.link-button,
body.home .industry-carousel .carousel-indicators.text-indicators li,
body.home .industry-carousel .carousel-indicators.text-indicators li.active,
body.page-insights_article .article-container .article ul.recent-articles li,
body.single-post .article-container .article ul.recent-articles li,
body.page-insights_article .article-container .article .meta,
body.single-post .article-container .article .meta,
body.page-insights_article .article-container .article .article-body,
body.single-post .article-container .article .article-body,
.page-about .testimonials .credit .name,
body.page-id-522 .testimonials .credit .name,
.page-about #about-carousel .item .blurb p,
body.page-id-522 #about-carousel .item .blurb p {
  font-family: '黑体', Calibri, Arial;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.markweb-light,
.insight-teaser h3 a,
.news-teaser .header h3 a,
body.home #top-carousel .carousel-caption h2,
body.home #top-carousel .carousel-caption p,
body.home .home-section.introduction p,
body.home .industry-carousel .carousel-caption p,
.page-portfolio #portfolio-carousel .carousel-caption .desc,
.page-id-1130 #portfolio-carousel .carousel-caption .desc,
.single-investment #portfolio-carousel .carousel-caption .desc,
.page-team #portfolio-carousel .carousel-caption p.desc,
.page-id-535 #portfolio-carousel .carousel-caption p.desc,
.page-team #portfolio-carousel .carousel-caption cite,
.page-id-535 #portfolio-carousel .carousel-caption cite,
#team-detail .col-details .name .role,
body.page-insights .header-container .header-caption h2,
body.page-id-4385 .header-container .header-caption h2,
body.page-insights .header-container .header-caption p,
body.page-id-4385 .header-container .header-caption p,
body.page-news .press-documents li h4,
body.page-id-520 .press-documents li h4,
body.page-careers_company .careers-body .company-description h5,
body.page-id-4388 .careers-body .company-description h5,
.page-about .header p,
body.page-id-522 .header p,
.page-about .subheader p,
body.page-id-522 .subheader p,
.page-about .testimonials .credit .company,
body.page-id-522 .testimonials .credit .company,
.page-about .testimonials .quote,
body.page-id-522 .testimonials .quote,
.page-about #carousel-container .experience .desc,
body.page-id-522 #carousel-container .experience .desc,
.page-about #about-carousel .item .company-detail,
body.page-id-522 #about-carousel .item .company-detail {
  font-family: '黑体', Calibri, Arial;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.carousel-transition,
body.home #top-carousel .carousel-inner>.item,
body.home .industry-carousel .carousel-inner>.item,
.page-portfolio #portfolio-carousel .carousel-inner>.item,
.page-id-1130 #portfolio-carousel .carousel-inner>.item,
.single-investment #portfolio-carousel .carousel-inner>.item,
.page-team #portfolio-carousel .carousel-inner>.item,
.page-id-535 #portfolio-carousel .carousel-inner>.item,
.page-about #about-carousel .carousel-inner>.item,
body.page-id-522 #about-carousel .carousel-inner>.item {
  /*
  -webkit-transition: left 1200ms cubic-bezier(0.225, 0.005, 0.215, 1);
  -webkit-transition: left 1200ms cubic-bezier(0.225, 0.005, 0.215, 1.005);
    -moz-transition: left 1200ms cubic-bezier(0.225, 0.005, 0.215, 1.005);
      -o-transition: left 1200ms cubic-bezier(0.225, 0.005, 0.215, 1.005);
         transition: left 1200ms cubic-bezier(0.225, 0.005, 0.215, 1.005);
  */
}

/* Global Properties */
body {
  background: #F0F5F9;
  /* color: #677c8c; */
  font-size: 15px;
  line-height: 20px;
  min-width: 1170px;
}

body input,
body textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  line-height: normal;
}

body .left.carousel-control,
body .right.carousel-control {
  filter: none;
  background-image: none;
}

a {
  color: #7C7575;
  /* font-weight: bold; */
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  /*color: #00255D;*/
  /*font-weight: bold;*/
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#global-header.keyboard-fix {
  position: absolute;
}

#global-header {
  /*position: fixed;*/
  width: 100%;
  top: 0;
  z-index: 100;
}

#global-header .mobile-menu-button {
  position: relative;
  outline: none;
  z-index: 30;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  #global-header .mobile-menu-button {
    display: none;
  }
}

#global-header .top-nav.navbar-default {
  background-color: #13132f;
  height: 96px;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 0;
  border-width: 0 0 0px;
}

#global-header .top-nav.navbar-default .navbar-brand {
  padding-top: 22px;
  padding-left: 35px;
  margin-left: 0;
  position: absolute;
  z-index: 25;
}

#global-header .top-nav.navbar-default .navbar-brand img {
  max-width: 203px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #global-header .top-nav.navbar-default .navbar-brand {
    padding-left: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #global-header .top-nav.navbar-default .navbar-brand {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1200px) {
  #global-header .top-nav.navbar-default .navbar-brand {
    padding-left: 100px;
  }
}

#global-header .top-nav.navbar-default .navbar-collapse {
  padding: 0;
}

#global-header .top-nav.navbar-default .mobile-menu {
  display: none;
  -webkit-overflow-scrolling: touch;
}

#global-header .top-nav.navbar-default .search-area {
  position: absolute;
  display: none;
  top: 95px;
  right: 0;
  width: 500px;
  min-height: 120px;
  background-color: F0F4F3;
  box-shadow: 0px 3px 5px #bbb;
}

#global-header .top-nav.navbar-default .search-box {
  margin: 42px auto;
  width: 400px;
}

#global-header .top-nav.navbar-default .search-box input {
  border: 1px solid #7de6cf;
  border-right-width: 0px;
  font-size: 15px;
  padding: 7px;
  width: 320px;
  outline: 0;
  height: 36px;
}

#global-header .top-nav.navbar-default .search-box a {
  padding: 9px 13px 10px;
  border: 1px solid #7de6cf;
  border-left-width: 0px;
  outline: 0;
  background-color: #F0F4F3;
  position: absolute;
  height: 36px;
  line-height: 14px;
}

#global-header .top-nav.navbar-default .search-results {
  padding: 0 50px 40px;
}

#global-header .top-nav.navbar-default .search-results h5 {
  border-bottom: 1px solid #7de6cf;
  padding-bottom: 5px;
  margin-bottom: 18px;
}

#global-header .top-nav.navbar-default .search-results h5.news {
  margin-top: 30px;
}

#global-header .top-nav.navbar-default .search-results ul {
  list-style: none;
  padding-left: 10px;
}

#global-header .top-nav.navbar-default .search-results ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}

#global-header .top-nav.navbar-default .search-results ul li {
  text-indent: -5px;
}

#global-header .top-nav.navbar-default .navbar-nav {
  float: right;
  margin-right: 20px;
  margin-top: 37px;
  font-size: 15px;
}

#global-header .top-nav.navbar-default .navbar-nav li {
  /*background: url(../assert/icon-header-slash.png) no-repeat;*/
  /*height: 26px;*/
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 8px 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 11px 0 21px;
  }
}

@media screen and (min-width: 1200px) {
  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 14px 0 26px;
  }
}

#global-header .top-nav.navbar-default .navbar-nav li a {
  padding: 0;
  line-height: 1em;
  color: #fff;
  border: 0 none;
}

#global-header .top-nav.navbar-default .navbar-nav li a:hover,
#global-header .top-nav.navbar-default .navbar-nav li a:focus {
  text-decoration: none;
  color: #fff;
}

#global-header .top-nav.navbar-default .navbar-nav li.active a {
  color: #fff;
  background: none;
}

#global-header .top-nav.navbar-default .navbar-nav li:first-child,
#global-header .top-nav.navbar-default .navbar-nav li.search {
  background-image: none;
  padding-left: 0;
}

#global-header .top-nav.navbar-default .navbar-nav li.search {
  padding-left: 11px;
}

#global-header .top-nav.navbar-default .navbar-nav li.search img {
  max-width: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #global-header .top-nav.navbar-default .navbar-nav {
    margin-right: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #global-header .top-nav.navbar-default .navbar-nav {
    margin-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #global-header .top-nav.navbar-default .navbar-nav {
    margin-right: 40px;
  }
}

#global-header .navbar-header button,
#global-header .navbar-header button:hover,
#global-header .navbar-header .navbar-toggle:hover {
  background: inherit;
  border-width: 0;
}

@media (max-width: 991px) {
  #global-header .top-nav.navbar-default {
    height: 80px;
  }

  #global-header .top-nav.navbar-default .navbar-brand {
    padding-top: 20px;
    padding-left: 32px;
  }

  #global-header .top-nav.navbar-default .navbar-brand img {
    height: 40px;
  }

  #global-header .top-nav.navbar-default .navbar-header {
    width: 100%;
  }

  #global-header .top-nav.navbar-default .navbar-header button {
    margin-top: 16px;
    margin-right: 0px;
  }

  #global-header .top-nav.navbar-default .navbar-header .hide-menu {
    display: none;
    margin: 5px;
    max-width: 20px;
  }

  #global-header .top-nav.navbar-default .mobile-menu {
    background-color: white;
    position: fixed;
    top: 79px;
    z-index: 101;
    width: 100%;
    box-shadow: 0px 3px 5px #bbb;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm {
    list-style: none;
    padding: 0px 17px 10px;
    margin-bottom: 0;
    background-color: white;
    width: 100%;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li {
    border-top: 1px solid #ededed;
    padding: 12px 0 12px;
    font-size: 16px;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social {
    padding-top: 30px;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-fb span {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-size: 100%;
    background-image: url(../img/icon-facebook-xs.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-fb span:hover {
    background-image: url(../img/icon-facebook-xs-hover.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-twitter span {
    height: 26px;
    width: 26px;
    background-size: 100%;
    display: inline-block;
    background-image: url(../img/icon-twitter-xs.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-twitter span:hover {
    background-image: url(../img/icon-twitter-xs-hover.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-linkedin span {
    height: 26px;
    width: 26px;
    background-size: 100%;
    display: inline-block;
    background-image: url(../img/icon-linkedin-xs.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .follow-linkedin span:hover {
    background-image: url(../img/icon-linkedin-xs-hover.png);
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .search {
    float: right;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .search img {
    max-width: 18px;
  }

  #global-header .top-nav.navbar-default .mobile-menu ul.hidden-sm li.social .no-bar {
    z-index: 100000;
    /* should be bigger than everything else */
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #global-header .top-nav.navbar-default .mobile-menu .navbar-nav {
    border-top: 1px solid #e7e7e7;
    margin: 0;
    padding: 26px 50px 18px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  #global-header .top-nav.navbar-default .mobile-menu {
    background-color: #F0F4F3;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search {
    display: none;
    width: 100%;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-box {
    border-top: 1px solid #e7e7e7;
    padding: 20px 35px 0;
    margin: 0 auto;
    width: 100%;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-box input {
    font-size: 12px;
    width: 100%;
    height: 33px;
    width: 100%;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-box a.search-button {
    padding: 8px 8px 10px;
    font-size: 13px;
    height: 33px;
    right: 35px;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-box .cancel-holder {
    padding: 10px 0px 20px;
    text-align: right;
    font-size: 13px;
    width: 100%;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-box .cancel-holder a {
    color: #7de6cf;
    border: 0;
    background: inherit;
    position: relative;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-results {
    font-size: 13px;
    padding-left: 35px;
    padding-right: 35px;
  }

  #global-header .top-nav.navbar-default .mobile-menu .xtra-small-search .search-results h5 {
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #global-header .top-nav.navbar-default {
    height: 80px;
  }

  #global-header .top-nav.navbar-default .navbar-brand {
    padding-top: 15px;
    padding-left: 50px;
  }

  #global-header .top-nav.navbar-default .navbar-brand img {
    height: 50px;
  }

  #global-header .top-nav.navbar-default .navbar-header {
    width: 100%;
  }

  #global-header .top-nav.navbar-default .navbar-header button {
    margin-top: 18px;
    margin-right: 30px;
  }

  #global-header .top-nav.navbar-default .mobile-menu {
    top: 79px;
  }

  #global-header .top-nav.navbar-default .navbar-nav {
    float: left;
    width: 100%;
    padding-right: 30px;
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 11px 0 21px;
  }

  #global-header .top-nav.navbar-default .navbar-nav li.search {
    float: right;
    padding-right: 0px;
  }

  #global-header .top-nav.navbar-default .social {
    width: 30%;
    padding: 18px 50px 37px;
    float: left;
  }

  #global-header .top-nav.navbar-default .social span {
    height: 32px;
    width: 32px;
    background-size: 100%;
  }

  #global-header .top-nav.navbar-default .social .follow-fb span {
    display: inline-block;
    background-image: url(../img/icon-facebook-new.png);
  }

  #global-header .top-nav.navbar-default .social .follow-fb span:hover {
    background-image: url(../img/icon-facebook-hover.png);
  }

  #global-header .top-nav.navbar-default .social .follow-twitter span {
    display: inline-block;
    background-image: url(../img/icon-twitter-new.png);
  }

  #global-header .top-nav.navbar-default .social .follow-twitter span:hover {
    background-image: url(../img/icon-twitter-hover.png);
  }

  #global-header .top-nav.navbar-default .social img {
    height: 25px;
    padding-right: 5px;
  }

  #global-header .top-nav.navbar-default .small-search {
    width: 344px;
    float: right;
    text-align: left;
    margin-right: 30px;
  }

  #global-header .top-nav.navbar-default .small-search .search-box {
    margin: 14px 0 30px;
    font-size: 12px;
    display: none;
  }

  #global-header .top-nav.navbar-default .small-search .search-box input {
    width: 256px;
    font-size: 12px;
  }

  #global-header .top-nav.navbar-default .small-search .search-box a {
    padding: 11px 13px 11px;
  }

  #global-header .top-nav.navbar-default .small-search .search-results {
    display: none;
    padding: 12px 0 42px;
    width: 328px;
    font-size: 12px;
    line-height: 18px;
  }
}

#global-footer {
  clear: both;
  height: 65px;
  color: #677c8c;
}

#global-footer .row {
  padding: 28px 81px 0 100px;
  font-size: 13px;
  background-color: white;
  height: 77px;
  border-top: 1px solid #e8ebee;
}

#global-footer .row .col-md-6 {
  padding-left: 0;
}

#global-footer .followus-text {
  height: 32px;
  display: block;
  width: 67px;
  float: left;
  padding-top: 7px;
}

#global-footer .follow-googleplus,
#global-footer .follow-linkedin,
#global-footer .follow-twitter {
  padding-left: 5px;
}

#global-footer .follow-fb span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(../img/icon-facebook-new.png);
  background-size: 100%;
}

#global-footer .follow-fb span:hover {
  background: url(../img/icon-facebook-hover.png);
  background-size: 100%;
}

#global-footer .follow-twitter span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-twitter-new.png);
  background-size: 100%;
}

#global-footer .follow-twitter span:hover {
  background-image: url(../img/icon-twitter-hover.png);
  background-size: 100%;
}

#global-footer .follow-linkedin span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-linkedin-new.png);
  background-size: 100%;
}

#global-footer .follow-linkedin span:hover {
  background-image: url(../img/icon-linkedin-hover.png);
  background-size: 100%;
}

#global-footer .pull-right {
  text-align: right;
}

#global-footer .join-text {
  padding-right: 20px;
}

#global-footer input {
  border: 1px solid #677c8c;
  margin-right: 10px;
  padding: 2px 5px;
  height: 24px;
  line-height: normal;
}

#global-footer .newsletter-submit {
  text-decoration: none;
  color: #677c8c;
}

#global-footer .newsletter-submit:hover {
  text-decoration: underline;
}

#global-footer #newsletter-email.error {
  color: #f00;
}

#global-footer .newsletter {
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #global-footer .row {
    padding: 28px 31px 0 50px;
  }

  #global-footer .newsletter {
    text-align: left;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #global-footer .row {
    padding: 28px 56px 0 75px;
  }
}

@media screen and (min-width: 1200px) {
  #global-footer .follow-fb {
    padding-left: 20px;
  }
}

.top-spacer {
  height: 96px;
}

@media screen and (max-width: 767px) {
  .top-spacer {
    height: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-spacer {
    height: 80px;
  }
}

body .dropdown-menu {
  padding: 7px 0 5px;
  margin: 0;
}

body .dd-select {
  font-size: 14px;
  height: 40px;
}

body .dd-select .dd-pointer {
  display: inline;
  height: 7px;
  width: 17px;
}

body .dd-select .dd-pointer-down {
  background: url(../img/icon-press-down.png) no-repeat right;
}

body .dd-select .dd-pointer-down.dd-pointer-up {
  background: url(../img/icon-press-up.png) no-repeat right;
}

body .dd-selected {
  background: white;
  background-position-x: calc(100% - 12px);
  font-weight: normal;
  padding-bottom: 8px;
}

body .dd-selected label {
  margin-bottom: 0;
}

body .dd-selected-text {
  font-weight: normal;
}

body .dd-options li {
  height: 40px;
}

body .dd-options li a {
  padding: 10px 10px 7px;
}

body .dd-options li a label {
  margin-bottom: 0;
  font-weight: normal;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*max-width: 1280px;*/
  /* or 950px */
  padding-left: 0px;
  padding-right: 0px;
}

.spacer-div div {
  background-color: #F0F4F3;
  height: 22px;
}

.link-button {
  border: 1px solid #7de6cf;
  padding: 14px 20px;
  color: #677c8c;
  font-size: 15px;
  line-height: 45px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .link-button {
    font-size: 11px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .link-button {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .link-button {
    font-size: 15px;
  }
}

.link-button:hover {
  border: 1px solid #7de6cf;
  color: white;
  background-color: #7de6cf;
}

.insight-teaser {
  background-color: white;
  padding: 20px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.insight-teaser .meta {
  margin-bottom: 20px;
  height: 75px;
  line-height: 20px;
  font-size: 15px;
  color: #677c8c;
}

.insight-teaser .meta img {
  margin-right: 20px;
  float: left;
}

.insight-teaser h3 {
  text-align: left !important;
  margin-bottom: 17px !important;
  font-weight: normal;
  height: 56px;
}

.insight-teaser h3 a {
  color: #7de6cf;
}

.insight-teaser p {
  font-size: 15px;
  margin-bottom: 45px;
  max-height: 80px;
}

.insight-teaser .read-more {
  font-size: 15px;
}

.insight-teaser .read-more a {
  padding-right: 13px;
  background: url(../img/arrow-right.png) no-repeat right;
}

@media (max-width: 767px) {
  .insight-teaser {
    min-height: 320px;
  }

  .insight-teaser h3 {
    font-size: 17px !important;
    line-height: 20px;
    text-align: left;
    height: 43px;
  }

  .insight-teaser p {
    font-size: 13px;
    line-height: 18px;
    text-align: left !important;
  }

  .insight-teaser .meta {
    font-size: 13px;
    line-height: 16px;
    height: 56px;
  }

  .insight-teaser .meta img {
    margin-right: 15px;
    width: 56px;
  }

  .insight-teaser .read-more {
    font-size: 13px;
  }

  .insight-teaser .read-more a {
    background-size: auto 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .insight-teaser {
    min-height: 300px;
    padding: 12px;
  }

  .insight-teaser h3 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 12px !important;
  }

  .insight-teaser p {
    font-size: 12px;
    line-height: 17px;
  }

  .insight-teaser .meta {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 12px;
  }

  .insight-teaser .read-more {
    position: absolute;
    bottom: 12px;
    font-size: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-teaser {
    min-height: 310px;
    padding: 12px;
  }

  .insight-teaser h3 {
    font-size: 17px !important;
    line-height: 22px !important;
    margin: 12px 0 13px;
  }

  .insight-teaser p {
    font-size: 12px;
    line-height: 18px;
  }

  .insight-teaser .meta {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .insight-teaser .read-more {
    position: absolute;
    bottom: 12px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .insight-teaser {
    min-height: 350px;
  }

  .insight-teaser h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .insight-teaser p {
    font-size: 15px;
    line-height: 20px;
  }

  .insight-teaser .read-more {
    position: absolute;
    bottom: 20px;
  }
}

.news-teaser {
  background-color: white;
}

.news-teaser .header {
  padding: 20px;
  position: relative;
}

.news-teaser .header h3 {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-weight: normal;
  font-weight: 300;
  max-height: 98px;
}

.news-teaser .header h3 a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}

.news-teaser .header p {
  color: #000;
  font-size: 14px;
}

.news-teaser .header .meta {
  text-align: right;
}

.news-teaser .header .meta img {
  float: left;
  max-width: 50%;
}

.news-teaser .header .meta .news-source-name {
  width: 125px;
  height: 20px;
  display: inline;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-teaser .news-image {
  height: 170px;
  overflow: hidden;
  position: relative;
}

.news-teaser .news-image .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

.news-teaser .news-image img {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-teaser .header {
    min-height: 160px;
  }

  .news-teaser .header h3 {
    font-size: 17px !important;
    line-height: 20px;
  }

  .news-teaser .header .meta {
    width: 87%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 87%;
    font-size: 12px;
  }

  .news-teaser .header .meta img {
    height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-teaser {
    min-height: 150px;
  }

  .news-teaser .header {
    min-height: 150px;
    padding: 15px;
  }

  .news-teaser .header h3 {
    font-size: 14px !important;
    line-height: 18px;
  }

  .news-teaser .header .meta {
    position: absolute;
    bottom: 15px;
    font-size: 10px;
    width: 87%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 87%;
  }

  .news-teaser .header .meta img {
    max-height: 15px;
  }

  .news-teaser .news-image {
    height: 150px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-teaser {
    min-height: 165px;
  }

  .news-teaser .header {
    min-height: 165px;
    padding: 15px;
  }

  .news-teaser .header h3 {
    font-size: 17px !important;
    line-height: 22px;
  }

  .news-teaser .header .meta {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    width: 87%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 87%;
  }

  .news-teaser .header .meta img {
    max-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .news-teaser {
    min-height: 170px;
  }

  .news-teaser .header {
    min-height: 170px;
  }

  .news-teaser .header h3 {
    font-size: 18px !important;
    line-height: 18px;
  }

  .news-teaser .header .meta {
    position: absolute;
    bottom: 10px;
    width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

.team-teaser {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /*
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  */
}

.team-teaser img {
  display: none;
  width: inherit;
  bottom: 0;
  right: 0;
}

.team-teaser .name {
  z-index: 3;
  position: absolute;
  bottom: 0;
  font-size: 15px;
}

.team-teaser .name a {
  color: white;
}

.team-teaser .overlay {
  z-index: 2;
  background: rgba(200, 200, 200, 0.3);
}

@media (max-width: 767px) {
  .team-teaser .picture-holder {
    min-height: 95px;
  }

  .team-teaser .name {
    font-size: 12px;
  }

  .team-teaser .name a {
    color: #677c8c;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-teaser {
    font-size: 12px;
    min-height: 150px;
  }

  .team-teaser .name {
    top: 15px;
    left: 15px;
    color: white;
    font-weight: bold;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .team-teaser {
    font-size: 15px;
    min-height: 200px;
  }

  .team-teaser img {
    width: 100%;
    height: inherit;
  }

  .team-teaser .name {
    top: 15px;
    left: 15px;
    color: white;
    font-weight: bold;
  }

  .team-teaser .picture-holder {
    min-height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .team-teaser {
    font-size: 15px;
    min-height: 240px;
  }

  .team-teaser img {
    width: 100%;
    height: inherit;
  }

  .team-teaser .name {
    top: 20px;
    left: 20px;
    color: white;
    font-weight: bold;
  }

  .team-teaser .picture-holder {
    min-height: 240px;
  }
}

.back-to-top {
  padding: 20px 0 30px;
  font-size: 13px;
}

.map-holder,
.address-holder {
  background-color: white;
  margin-bottom: 15px;
}

.map-holder .map,
.address-holder .map {
  width: 100%;
  min-height: 200px;
  border-bottom: 1px solid #ededed;
}

.map-holder h3,
.address-holder h3 {
  padding-top: 20px;
  color: #4882d0;
  font-size: 18px;
  text-align: left !important;
  margin: 0 20px 18px;
}

.map-holder hr,
.address-holder hr {
  background-color: #7ddccb;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.map-holder p,
.address-holder p {
  padding: 0 20px 20px;
  margin-bottom: 0;
}

.map-holder a,
.address-holder a {
  color: #677c8c;
}

@media screen and (max-width: 767px) {

  .map-holder,
  .address-holder {
    padding: 0 20px;
  }

  .map-holder p,
  .address-holder p {
    text-align: left !important;
    font-size: 13px;
    line-height: 21px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .map-holder h3,
  .address-holder h3 {
    padding-top: 15px;
    font-size: 18px;
    margin: 0 15px 18px !important;
  }

  .map-holder p,
  .address-holder p {
    font-size: 12px;
    line-height: 17px;
    padding: 0 15px 15px;
  }

  .map-holder .map,
  .address-holder .map {
    min-height: 180px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .map-holder h3,
  .address-holder h3 {
    padding-top: 15px;
    font-size: 17px;
    margin: 0 15px 18px !important;
  }

  .map-holder p,
  .address-holder p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 15px 15px;
  }

  .map-holder .map,
  .address-holder .map {
    min-height: 180px;
  }
}

@media screen and (min-width: 1200px) {

  .map-holder h3,
  .address-holder h3 {
    margin: 0 20px 18px !important;
  }
}

/* /Global Properties */
@media screen and (max-width: 767px) {
  body.home p {
    text-align: center;
  }
}

body.home #top-carousel {
  /*
      fix the carousel for medium and greater displays
  */
}

@media screen and (max-width: 767px) {
  body.home #top-carousel .item img.background-image {
    min-height: 178px;
  }
}

body.home #top-carousel .carousel-control {
  top: 50%;
  width: 100px;
  margin-top: -20px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body.home #top-carousel .carousel-control {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #top-carousel .carousel-control {
    margin-top: -43px;
    width: 50px;
  }

  body.home #top-carousel .carousel-control img {
    max-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #top-carousel .carousel-control {
    width: 75px;
  }
}

@media screen and (min-width: 1200px) {
  body.home #top-carousel .carousel-control {
    width: 100px;
  }
}

body.home #top-carousel .carousel-caption {
  left: 100px;
  width: 35%;
  height: 100%;
  bottom: inherit;
  top: 0;
  text-align: left;
  right: inherit;
  z-index: 20;
}

body.home #top-carousel .carousel-caption.orientation-right {
  right: 100px;
  width: 29%;
  left: auto;
}

body.home #top-carousel .carousel-caption .pseudo-table {
  display: table;
  height: 100%;
}

body.home #top-carousel .carousel-caption .pseudo-table .pseudo-cell {
  display: table-cell;
  vertical-align: middle;
}

body.home #top-carousel .carousel-caption h2 {
  margin-bottom: 25px;
  font-size: 30px;
  text-shadow: none;
}

body.home #top-carousel .carousel-caption h2.quote {
  font-size: 22px;
}

body.home #top-carousel .carousel-caption p {
  color: #7ddccb;
  line-height: 22px;
  font-size: 16px;
  text-shadow: none;
}

body.home #top-carousel .carousel-caption p.caption {
  color: white;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #top-carousel .carousel-caption {
    left: 50px;
    width: 39%;
  }

  body.home #top-carousel .carousel-caption.orientation-right {
    right: 50px;
    width: 29%;
    left: auto;
  }

  body.home #top-carousel .carousel-caption h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }

  body.home #top-carousel .carousel-caption h2.quote {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  body.home #top-carousel .carousel-caption p {
    line-height: 20px;
    font-size: 15px;
  }

  body.home #top-carousel .carousel-caption p.caption {
    color: white;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #top-carousel .carousel-caption {
    left: 75px;
  }

  body.home #top-carousel .carousel-caption.orientation-right {
    right: 75px;
    width: 29%;
    left: auto;
  }

  body.home #top-carousel .carousel-caption h2 {
    margin-bottom: 32px;
    font-size: 40px;
  }

  body.home #top-carousel .carousel-caption h2.quote {
    font-size: 24px;
  }

  body.home #top-carousel .carousel-caption p {
    line-height: 22px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  body.home #top-carousel .carousel-caption {
    left: 100px;
  }

  body.home #top-carousel .carousel-caption h2 {
    margin-bottom: 32px;
    font-size: 50px;
  }

  body.home #top-carousel .carousel-caption h2.quote {
    font-size: 30px;
    line-height: 34px;
  }

  body.home #top-carousel .carousel-caption p {
    line-height: 28px;
    font-size: 22px;
  }
}

body.home #top-carousel .carousel-indicators {
  left: 100px;
  bottom: 40px;
  margin-bottom: 0;
  margin-left: inherit;
  width: inherit;
  z-index: 25;
}

body.home #top-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-width: 0;
  background-color: white;
  margin: 0 5px;
}

body.home #top-carousel .carousel-indicators li.active {
  background-color: #7ddccb;
  height: 8px;
  width: 8px;
  margin: 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #top-carousel .carousel-indicators {
    left: 50px;
    bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #top-carousel .carousel-indicators {
    left: 75px;
  }
}

@media screen and (min-width: 1200px) {
  body.home #top-carousel .carousel-indicators {
    left: 100px;
  }
}

@media (max-width: 767px) {
  body.home #top-carousel {
    background-color: white;
  }

  body.home #top-carousel .carousel-control {
    display: none;
  }

  body.home #top-carousel .carousel-caption {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 40px 25px;
    margin-bottom: 50px;
  }

  body.home #top-carousel .carousel-caption.orientation-right {
    right: auto;
    left: 0;
    width: 100%;
  }

  body.home #top-carousel .carousel-caption h2 {
    color: #4882d0;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 40px;
    text-shadow: none;
    text-align: center;
  }

  body.home #top-carousel .carousel-caption p {
    color: #677c8c;
    font-size: 14px;
    line-height: 19px;
    text-shadow: none;
  }

  body.home #top-carousel .carousel-caption h2.quote {
    font-size: 20px;
    line-height: 27px;
    max-width: 100%;
    color: #677c8c;
    text-align: left;
  }

  body.home #top-carousel .carousel-caption p.caption {
    color: #677c8c;
    line-height: 15px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }

  body.home #top-carousel .carousel-indicators {
    bottom: 60px;
    z-index: 25;
    left: 50%;
    margin-left: -25px;
  }

  body.home #top-carousel .carousel-indicators li {
    background-color: #677c8c;
  }

  body.home #top-carousel .carousel-indicators li.active {
    background-color: #b0bbc3;
  }
}

@media (min-width: 992px) {
  body.home #top-carousel .carousel-indicators {
    bottom: 50px;
  }

  body.home #top-carousel .carousel-control {
    margin-top: -20px;
  }
}

body.home .home-section.introduction {
  padding: 60px 100px 40px;
}

body.home .home-section.introduction h2 {
  color: #4882d0;
  margin: 0;
  font-size: 35px;
  line-height: 40px;
}

body.home .home-section.introduction p {
  font-size: 35px;
  line-height: 40px;
  max-width: 875px;
}

@media screen and (max-width: 767px) {
  body.home .home-section.introduction {
    padding: 40px 25px;
  }

  body.home .home-section.introduction h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  body.home .home-section.introduction p {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .home-section.introduction {
    padding: 30px 50px 15px;
  }

  body.home .home-section.introduction h2,
  body.home .home-section.introduction p {
    font-size: 26px;
    line-height: 32px;
    max-width: 600px;
  }

  body.home .home-section.introduction p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .home-section.introduction {
    padding: 50px 75px 30px;
  }

  body.home .home-section.introduction h2,
  body.home .home-section.introduction p {
    font-size: 30px;
    line-height: 35px;
    max-width: 725px;
  }
}

body.home .home-section.introduction .carousel-companies {
  height: 96px;
  background-color: #fff;
  padding: 0;
}

body.home .home-section.introduction .carousel-companies ul {
  padding: 0;
  list-style: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body.home .home-section.introduction .carousel-companies ul li {
  float: left;
  height: 96px;
  position: relative;
  font: 0/0 a;
  padding: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

body.home .home-section.introduction .carousel-companies ul li img {
  display: inline-block;
  vertical-align: middle;
}

body.home .home-section.introduction .carousel-companies ul li:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

body.home .home-section.introduction .carousel-companies ul.six-wide {
  /*
  li {
      width: 16.66%;
  }
  */
}

body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(1) {
  width: 9%;
  text-align: left;
}

body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(2) {
  width: 17%;
}

body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(3),
body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(4),
body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(5),
body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(6) {
  width: 18.5%;
}

body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(6) {
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.home .home-section.introduction .carousel-companies {
    height: 130px;
  }

  body.home .home-section.introduction .carousel-companies ul.six-wide {
    height: 130px;
  }

  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(1),
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(2),
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(3),
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(4),
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(5),
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(6) {
    width: 33.3%;
    text-align: center;
    height: 65px;
  }

  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(1) img,
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(2) img,
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(3) img,
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(4) img,
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(5) img,
  body.home .home-section.introduction .carousel-companies ul.six-wide li:nth-child(6) img {
    max-width: 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .home-section.introduction .carousel-companies {
    height: 70px;
  }

  body.home .home-section.introduction .carousel-companies ul li {
    height: 80px;
  }

  body.home .home-section.introduction .carousel-companies img {
    max-height: 30px;
  }
}

body.home .industry-carousel {
  padding-bottom: 20px;
  /*
      fix the carousel for medium and greater displays
  */
}

body.home .industry-carousel .carousel-inner {
  overflow: hidden;
  width: 100%;
}

body.home .industry-carousel .carousel-indicators.pib-indicators {
  display: none;
}

body.home .industry-carousel .carousel-indicators.text-indicators {
  bottom: inherit;
  top: 0;
  position: static;
  width: 740px;
  margin: 0 auto;
  height: 30px;
}

body.home .industry-carousel .carousel-indicators.text-indicators li,
body.home .industry-carousel .carousel-indicators.text-indicators li.active {
  width: auto;
  background-color: white;
  height: 20px;
  text-indent: inherit;
  border: 0;
  border-radius: 0;
  float: left;
  display: inline;
  padding-right: 28px;
  font-size: 15px;
  color: #677c8c;
  margin: 0;
}

body.home .industry-carousel .carousel-indicators.text-indicators li.active span,
body.home .industry-carousel .carousel-indicators.text-indicators li:hover span {
  color: #4882d0;
  padding-bottom: 4px;
  border-bottom: 1px solid #7de6cf;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .industry-carousel .carousel-indicators.text-indicators {
    width: 665px;
  }

  body.home .industry-carousel .carousel-indicators.text-indicators li,
  body.home .industry-carousel .carousel-indicators.text-indicators li.active {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.home .industry-carousel .carousel-indicators.text-indicators li,
  body.home .industry-carousel .carousel-indicators.text-indicators li.active {
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {

  body.home .industry-carousel .carousel-indicators.text-indicators li,
  body.home .industry-carousel .carousel-indicators.text-indicators li.active {
    font-size: 15px;
  }
}

body.home .industry-carousel .carousel-control {
  top: 220px;
  width: 100px;
  margin-top: -30px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;

}

@media screen and (max-width: 767px) {
  body.home .industry-carousel .carousel-control {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .industry-carousel .carousel-control {
    top: 150px;
    width: 50px;
  }

  body.home .industry-carousel .carousel-control img {
    max-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .industry-carousel .carousel-control {
    width: 75px;
  }
}

@media screen and (min-width: 1200px) {
  body.home .industry-carousel .carousel-control {
    width: 100px;
  }
}

body.home .industry-carousel .carousel-caption {
  left: 100px;
  width: 85%;
  position: relative;
  text-align: left;
  right: inherit;
  margin-top: -23%;
  text-shadow: none;
  padding-bottom: 0px;
}

body.home .industry-carousel .carousel-caption h2 {
  margin-bottom: 25px;
  font-size: 28px;
  color: #4882d0;
  box-shadow: 0;
  width: 55%;
}

body.home .industry-carousel .carousel-caption p {
  color: #677c8c;
  line-height: 28px;
  font-size: 22px;
  width: 55%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .industry-carousel .carousel-caption {
    left: 50px;
  }

  body.home .industry-carousel .carousel-caption h2 {
    font-size: 18px;
  }

  body.home .industry-carousel .carousel-caption p {
    line-height: 20px;
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .industry-carousel .carousel-caption {
    left: 75px;
  }

  body.home .industry-carousel .carousel-caption h2 {
    font-size: 22px;
  }

  body.home .industry-carousel .carousel-caption p {
    line-height: 22px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  body.home .industry-carousel .carousel-caption {
    left: 100px;
  }
}

body.home .industry-carousel .carousel-companies {
  height: 111px;
  background-color: #fff;
  margin-top: 0px;
  padding: 0px 0px 0;
}

body.home .industry-carousel .carousel-companies ul {
  padding: 0;
  list-style: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body.home .industry-carousel .carousel-companies ul li {
  float: left;
  height: 111px;
  position: relative;
  font: 0/0 a;
  padding: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

body.home .industry-carousel .carousel-companies ul li img {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.home .industry-carousel .carousel-companies ul li img {
    max-width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.home .industry-carousel .carousel-companies ul li img {
    max-width: 110px;
  }
}

body.home .industry-carousel .carousel-companies ul li:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

body.home .industry-carousel .carousel-companies ul.four-wide li.portfolio-button {
  width: 16%;
  text-align: left;
  padding-top: 10px;
}

body.home .industry-carousel .carousel-companies ul.four-wide li {
  width: 21%;
}

body.home .industry-carousel .carousel-companies ul.two-wide li.portfolio-button {
  width: 16%;
  text-align: left;
  padding-top: 10px;
}

body.home .industry-carousel .carousel-companies ul.two-wide li {
  width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .industry-carousel .carousel-companies {
    padding: 0px 0px 0;
    height: 70px;
  }

  body.home .industry-carousel .carousel-companies ul li {
    height: 80px;
  }

  body.home .industry-carousel .carousel-companies img {
    max-height: 30px;
  }

  body.home .industry-carousel .carousel-companies .link-button {
    padding: 11px 11px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .industry-carousel .carousel-companies {
    padding: 0px 0 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  body.home .industry-carousel .item img.background-image {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  body.home .industry-carousel .carousel-control {
    display: none;
  }

  body.home .industry-carousel .carousel-caption {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    padding: 5px 25px 0;
    
  }

  body.home .industry-carousel .carousel-caption h2 {
    color: #4882d0;
    font-size: 16px;
    margin: 0 0 20px;
    text-shadow: none;
    width: 100%;
    text-align: center;
  }

  body.home .industry-carousel .carousel-caption p {
    color: #677c8c;
    text-shadow: none;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
  }

  body.home .industry-carousel .carousel-caption .link-button {
    display: none;
  }

  body.home .industry-carousel .carousel-indicators.text-indicators {
    display: none;
  }

  body.home .industry-carousel .carousel-indicators.pib-indicators {
    bottom: 25px;
    z-index: 5;
    left: 50%;
    margin-left: -40px;
    display: block;
    width: 94px;
  }

  body.home .industry-carousel .carousel-indicators.pib-indicators li {
    background-color: #677c8c;
  }

  body.home .industry-carousel .carousel-indicators.pib-indicators li.active {
    background-color: #b0bbc3;
  }
}

@media (min-width: 992px) {
  body.home .industry-carousel .carousel-indicators {
    bottom: 141px;
  }

  body.home .industry-carousel .carousel-control {
    margin-top: -88px;
  }
}

@media screen and (min-width: 1100px) {
  body.home .industry-carousel .carousel-caption h2 {
    margin-bottom: 30px;
    font-size: 27px;
  }

  body.home .industry-carousel .carousel-caption p {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #healthcare-carousel .carousel-control {
    top: 210px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #healthcare-carousel .carousel-control {
    top: 280px;
  }
}

body.home #healthcare-carousel .carousel-companies {
  margin-top: 30px;
}

body.home #healthcare-carousel .carousel-indicators.text-indicators {
  width: 540px;
  height: 70px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #healthcare-carousel .carousel-indicators.text-indicators {
    width: 510px;
  }

  body.home #healthcare-carousel .carousel-indicators.text-indicators li {
    width: 50%;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #healthcare-carousel .carousel-indicators.text-indicators {
    width: 870px;
  }

  body.home #healthcare-carousel .carousel-indicators.text-indicators li {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  body.home #healthcare-carousel .carousel-indicators.pib-indicators {
    width: 75px;
  }
}

@media screen and (min-width: 1100px) {
  body.home #healthcare-carousel .carousel-indicators.text-indicators {
    width: 870px;
    height: 30px;
  }

  body.home #healthcare-carousel .carousel-indicators.text-indicators li:nth-child(4) {
    margin-left: inherit;
  }
}

body.home #public-healthcare-carousel .carousel-indicators.text-indicators {
  width: 540px;
  height: 70px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home #public-healthcare-carousel .carousel-indicators.text-indicators {
    width: 635px;
  }

  body.home #public-healthcare-carousel .carousel-indicators.text-indicators li {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home #public-healthcare-carousel .carousel-indicators.text-indicators {
    width: 710px;
  }

  body.home #public-healthcare-carousel .carousel-indicators.text-indicators li {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1200px) {
  body.home #public-healthcare-carousel .carousel-indicators.text-indicators {
    width: 705px;
  }

  body.home #public-healthcare-carousel .carousel-indicators.text-indicators li {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  body.home #public-healthcare-carousel .carousel-indicators.pib-indicators {
    width: 75px;
  }
}

@media screen and (min-width: 1100px) {
  body.home #public-healthcare-carousel .carousel-indicators.text-indicators {
    width: 705px;
    height: 30px;
  }
}

body.home #public-healthcare-carousel .carousel-companies ul.four-wide li {
  width: 22%;
}

body.home #public-healthcare-carousel .carousel-companies ul.four-wide li.portfolio-button {
  width: 33%;
}

body.home #public-healthcare-carousel .carousel-companies ul.four-wide li.portfolio-button a {
  margin-right: 15px;
}

body.home .home-section {
  padding-top: 60px;
}

body.home .home-section h3 {
  text-align: center;
  margin: 0 0 60px;
  color: #4882d0;
  font-size: 22px;
}

body.home .home-section h3 span {
  border-bottom: 2px solid #baf2e5;
  display: inline-block;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  body.home .home-section {
    padding-top: 55px;
  }

  body.home .home-section h3 {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .home-section {
    padding-top: 40px;
  }

  body.home .home-section h3 {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .home-section h3 {
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  body.home .home-section h3 {
    font-size: 22px;
  }
}

body.home .section-white {
  background-color: #fff;
}

body.home .section-white .team-listing {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  margin: 0 0;
}

body.home .section-white .team-listing .team-teaser {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  body.home .section-white .team-listing .col-lg-4 {
    padding: 0;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(2n + 1) {
    padding-right: 6px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(2n) {
    padding-left: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .section-white .team-listing {
    padding-left: 50px;
    padding-right: 50px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 8px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 2) {
    padding: 0 4px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 3) {
    padding-left: 8px;
    padding-right: 0;
  }

  body.home .section-white .team-listing .team-teaser {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .section-white .team-listing {
    padding-left: 75px;
    padding-right: 75px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 8px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 2) {
    padding: 0 4px;
  }

  body.home .section-white .team-listing .col-lg-4:nth-child(3n + 3) {
    padding-left: 8px;
    padding-right: 0;
  }

  body.home .section-white .team-listing .team-teaser {
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  body.home .section-white .team-listing {
    padding-left: 92.5px;
    padding-right: 92.5px;
    /*
  .col-lg-4:nth-child(3n + 1) {
      padding-left: 0;
      padding-right: 10px;
  }
  .col-lg-4:nth-child(3n + 2) {
      padding: 0 5px;
  }
  .col-lg-4:nth-child(3n + 3) {
      padding-left: 10px;
      padding-right: 0;
  }
  */
  }

  body.home .section-white .team-listing .col-lg-4 {
    padding: 0 7.5px;
  }

  body.home .section-white .team-listing .team-teaser {
    margin-bottom: 15px;
  }
}

body.home .section-white .team-listing .tile {
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  body.home .section-white .team-listing .tile {
    margin-bottom: 15px;
  }
}

body.home .section-white .team-listing .tile .content {
  background: #fff;
  position: relative;
  overflow: hidden;
}

body.home .section-white .team-listing .tile .content img {
  width: 100%;
  display: block;
}

body.home .section-white .team-listing .tile .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

body.home .section-white .team-listing .tile .content .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 21px;
}

body.home .section-white .team-listing .tile .content .overlay h1,
body.home .section-white .team-listing .tile .content .overlay p,
body.home .section-white .team-listing .tile .content .overlay dl,
body.home .section-white .team-listing .tile .content .overlay dt,
body.home .section-white .team-listing .tile .content .overlay dd {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  color: #fff;
}

@media (min-width: 1200px) {

  body.home .section-white .team-listing .tile .content .overlay h1,
  body.home .section-white .team-listing .tile .content .overlay p,
  body.home .section-white .team-listing .tile .content .overlay dl,
  body.home .section-white .team-listing .tile .content .overlay dt,
  body.home .section-white .team-listing .tile .content .overlay dd {
    font-size: 15px;
    line-height: 19px;
  }
}

body.home .section-white .team-listing .tile .content .overlay h1 a,
body.home .section-white .team-listing .tile .content .overlay p a,
body.home .section-white .team-listing .tile .content .overlay dl a,
body.home .section-white .team-listing .tile .content .overlay dt a,
body.home .section-white .team-listing .tile .content .overlay dd a {
  color: white;
}

@media (max-width: 767px) {

  body.home .section-white .team-listing .tile .content .overlay h1 a,
  body.home .section-white .team-listing .tile .content .overlay p a,
  body.home .section-white .team-listing .tile .content .overlay dl a,
  body.home .section-white .team-listing .tile .content .overlay dt a,
  body.home .section-white .team-listing .tile .content .overlay dd a {
    color: #677c8c;
  }
}

body.home .section-white .team-listing .tile .content .overlay dt {
  float: left;
  clear: left;
  line-height: 15px;
  margin-right: 6px;
}

@media (min-width: 1200px) {
  body.home .section-white .team-listing .tile .content .overlay dt {
    line-height: 19px;
  }
}

body.home .section-white .team-listing .tile .content .overlay dt:after {
  content: ': ';
}

body.home .section-white .team-listing .tile .content .overlay p,
body.home .section-white .team-listing .tile .content .overlay dl {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767px) {

  body.home .section-white .team-listing .tile .content .overlay p,
  body.home .section-white .team-listing .tile .content .overlay dl {
    display: none;
  }

  body.home .section-white .team-listing .tile .content .overlay .dim {
    display: none;
  }
}

@media (min-width: 768px) {
  body.home .section-white .team-listing .tile .content .overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
  }

  body.home .section-white .team-listing .tile .content .overlay:hover p,
  body.home .section-white .team-listing .tile .content .overlay:hover dl {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .section-white .team-listing .tile .content .overlay h1 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.home .section-white .team-listing .tile .content .overlay {
    position: relative;
    padding: 7.5px 0 0;
    background: #fff;
    border: none;
  }

  body.home .section-white .team-listing .tile .content .overlay .person-name {
    font-size: 14px;
    font-weight: normal;
    color: #677c8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .section-white .team-listing .tile .content .overlay {
    padding: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .section-white .team-listing .tile .content .overlay {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  body.home .section-white .team-listing .tile .content .overlay {
    padding: 21px;
  }
}

body.home .section-white .team-listing .tile.active {
  margin-bottom: 20px;
}

body.home .section-white .team-listing .tile.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-width: 20px;
  margin-left: -20px;
  z-index: 99;
}

body.home .section-white .team-listing .tile.active:hover:after {
  border-top-color: #e3e7ea;
}

body.home .section-white .team-listing .tile.inactive img {
  filter: grey;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}

body.home .section-grey {
  background-color: #F0F4F3;
  padding-left: 30px;
  padding-right: 30px;
}

body.home .section-grey .insight-teaser,
body.home .section-grey .news-teaser {
  margin-bottom: 15px;
}

body.home .section-grey .col-lg-4 {
  padding: 0;
}

body.home .section-grey .all-articles {
  padding-top: 25px;
  margin-bottom: 70px;
}

body.home .section-grey .row.hidden-xs {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  body.home .section-grey {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  body.home .section-grey .col-lg-4:first-child {
    padding-right: 10px;
  }

  body.home .section-grey .col-lg-4:nth-child(2) {
    padding: 0 5px;
  }

  body.home .section-grey .col-lg-4:nth-child(3) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home .section-grey {
    padding-left: 50px;
    padding-right: 50px;
  }

  body.home .section-grey .col-lg-4:first-child {
    padding-left: 0;
    padding-right: 8px;
  }

  body.home .section-grey .col-lg-4:nth-child(2) {
    padding: 0 4px;
  }

  body.home .section-grey .col-lg-4:nth-child(3) {
    padding-left: 8px;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.home .section-grey {
    padding-left: 75px;
    padding-right: 75px;
  }

  body.home .section-grey .col-lg-4:first-child {
    padding-left: 0;
    padding-right: 8px;
  }

  body.home .section-grey .col-lg-4:nth-child(2) {
    padding: 0 4px;
  }

  body.home .section-grey .col-lg-4:nth-child(3) {
    padding-left: 8px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  body.home .section-grey {
    padding-left: 100px;
    padding-right: 100px;
  }

  body.home .section-grey .col-lg-4:first-child {
    padding-left: 0;
    padding-right: 10px;
  }

  body.home .section-grey .col-lg-4:nth-child(2) {
    padding: 0 5px;
  }

  body.home .section-grey .col-lg-4:nth-child(3) {
    padding-left: 10px;
    padding-right: 0;
  }
}

body.home .maps {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.home .maps {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 1200px) {
  body.home .maps {
    margin-bottom: 70px;
  }
}

body.home .home-news .col-xs-12 {
  padding: 0;
}

body.home .home-news .carousel {
  padding-bottom: 20px;
  margin-top: 10px;
}

body.home .home-news .carousel .carousel-inner {
  overflow: hidden;
}

body.home .home-news .carousel .carousel-indicators {
  bottom: 25px;
  z-index: 5;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
}

body.home .home-news .carousel .carousel-indicators li {
  background-color: #677c8c;
}

body.home .home-news .carousel .carousel-indicators li.active {
  background-color: #b0bbc3;
}

body.home .home-news .carousel .carousel-control {
  display: none;
}

body.home .home-news .carousel .carousel-caption {
  right: inherit;
  position: relative;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0px;
  margin-bottom: 50px;
  text-shadow: none;
}

body.home .home-news .carousel .carousel-caption .news-teaser .header {
  margin-top: 20px;
}

body.home .home-news .carousel .carousel-caption .news-teaser .header .meta {
  color: #677c8c;
  position: absolute;
  bottom: 20px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

body.home .home-news .carousel .carousel-caption .news-teaser .news-image {
  height: inherit;
}

body.home .home-news .carousel .carousel-caption .news-teaser img {
  display: inline;
}

body.home .home-news .carousel .carousel-caption .insight-teaser h3 a {
  color: #4882d0;
}

body.home .home-news .carousel .carousel-caption .insight-teaser p {
  color: #677c8c;
}

body.home .home-news .carousel .carousel-caption .insight-teaser .meta {
  margin-top: 20px;
}

body.home .home-news .carousel .carousel-caption .insight-teaser .read-more {
  position: absolute;
  bottom: 20px;
}

.page-portfolio .mobile-container,
.page-id-1130 .mobile-container,
.single-investment .mobile-container {
  position: relative;
}

.page-portfolio .container-fluid,
.page-id-1130 .container-fluid,
.single-investment .container-fluid {
  background: #fff;
}

.page-portfolio #portfolio-carousel .carousel-control,
.page-id-1130 #portfolio-carousel .carousel-control,
.single-investment #portfolio-carousel .carousel-control {
  top: 50%;
  width: 100px;
  margin-top: -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {

  .page-portfolio #portfolio-carousel .carousel-control,
  .page-id-1130 #portfolio-carousel .carousel-control,
  .single-investment #portfolio-carousel .carousel-control {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio #portfolio-carousel .carousel-control,
  .page-id-1130 #portfolio-carousel .carousel-control,
  .single-investment #portfolio-carousel .carousel-control {
    margin-top: -15px;
    width: 50px;
  }

  .page-portfolio #portfolio-carousel .carousel-control img,
  .page-id-1130 #portfolio-carousel .carousel-control img,
  .single-investment #portfolio-carousel .carousel-control img {
    max-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-portfolio #portfolio-carousel .carousel-control,
  .page-id-1130 #portfolio-carousel .carousel-control,
  .single-investment #portfolio-carousel .carousel-control {
    width: 75px;
  }
}

@media screen and (min-width: 1200px) {

  .page-portfolio #portfolio-carousel .carousel-control,
  .page-id-1130 #portfolio-carousel .carousel-control,
  .single-investment #portfolio-carousel .carousel-control {
    width: 100px;
  }
}

.page-portfolio #portfolio-carousel .carousel-indicators,
.page-id-1130 #portfolio-carousel .carousel-indicators,
.single-investment #portfolio-carousel .carousel-indicators {
  left: 50%;
  bottom: 4.5%;
  margin-bottom: 0;
  margin-left: -30%;
  width: 60%;
}

.page-portfolio #portfolio-carousel .carousel-indicators li,
.page-id-1130 #portfolio-carousel .carousel-indicators li,
.single-investment #portfolio-carousel .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-width: 0;
  background-color: white;
  margin: 0 3px;
  float: left;
}

.page-portfolio #portfolio-carousel .carousel-indicators li.active,
.page-id-1130 #portfolio-carousel .carousel-indicators li.active,
.single-investment #portfolio-carousel .carousel-indicators li.active {
  background-color: #7de6cf;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio #portfolio-carousel .carousel-indicators,
  .page-id-1130 #portfolio-carousel .carousel-indicators,
  .single-investment #portfolio-carousel .carousel-indicators {
    left: 50px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-portfolio #portfolio-carousel .carousel-indicators,
  .page-id-1130 #portfolio-carousel .carousel-indicators,
  .single-investment #portfolio-carousel .carousel-indicators {
    left: 75px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media (min-width: 1200px) {

  .page-portfolio #portfolio-carousel .carousel-indicators,
  .page-id-1130 #portfolio-carousel .carousel-indicators,
  .single-investment #portfolio-carousel .carousel-indicators {
    left: 100px;
    margin-left: 0;
    text-align: inherit;
  }
}

.page-portfolio #portfolio-carousel .carousel-caption,
.page-id-1130 #portfolio-carousel .carousel-caption,
.single-investment #portfolio-carousel .carousel-caption {
  display: block;
  text-align: left;
  left: 8%;
  top: 0;
  bottom: 0;
  width: 23%;
  text-shadow: none;
  color: #4882d0;
}

.page-portfolio #portfolio-carousel .carousel-caption .pseudo-table,
.page-id-1130 #portfolio-carousel .carousel-caption .pseudo-table,
.single-investment #portfolio-carousel .carousel-caption .pseudo-table {
  display: table;
  height: 100%;
}

.page-portfolio #portfolio-carousel .carousel-caption .pseudo-table .pseudo-cell,
.page-id-1130 #portfolio-carousel .carousel-caption .pseudo-table .pseudo-cell,
.single-investment #portfolio-carousel .carousel-caption .pseudo-table .pseudo-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-portfolio #portfolio-carousel .carousel-caption .desc,
.page-id-1130 #portfolio-carousel .carousel-caption .desc,
.single-investment #portfolio-carousel .carousel-caption .desc {
  font-size: 31px;
  font-weight: normal;
  line-height: 33px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {

  .page-portfolio #portfolio-carousel .carousel-caption .desc,
  .page-id-1130 #portfolio-carousel .carousel-caption .desc,
  .single-investment #portfolio-carousel .carousel-caption .desc {
    font-size: 25px;
    line-height: 28px;
  }
}

.page-portfolio #portfolio-carousel .carousel-caption .stats,
.page-id-1130 #portfolio-carousel .carousel-caption .stats,
.single-investment #portfolio-carousel .carousel-caption .stats {
  color: #677c8c;
  margin-top: 2px;
}

.page-portfolio #portfolio-carousel .carousel-caption .stats dt,
.page-portfolio #portfolio-carousel .carousel-caption .stats dd,
.page-id-1130 #portfolio-carousel .carousel-caption .stats dt,
.page-id-1130 #portfolio-carousel .carousel-caption .stats dd,
.single-investment #portfolio-carousel .carousel-caption .stats dt,
.single-investment #portfolio-carousel .carousel-caption .stats dd {
  line-height: 17px;
}

.page-portfolio #portfolio-carousel .carousel-caption .stats dt,
.page-id-1130 #portfolio-carousel .carousel-caption .stats dt,
.single-investment #portfolio-carousel .carousel-caption .stats dt {
  float: left;
  clear: left;
  margin-right: 6px;
}

.page-portfolio #portfolio-carousel .carousel-caption .stats dt:after,
.page-id-1130 #portfolio-carousel .carousel-caption .stats dt:after,
.single-investment #portfolio-carousel .carousel-caption .stats dt:after {
  content: ': ';
}

@media (max-width: 991px) {

  .page-portfolio #portfolio-carousel .carousel-caption,
  .page-id-1130 #portfolio-carousel .carousel-caption,
  .single-investment #portfolio-carousel .carousel-caption {
    left: 3%;
    top: 8%;
    width: 29%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio #portfolio-carousel .carousel-caption,
  .page-id-1130 #portfolio-carousel .carousel-caption,
  .single-investment #portfolio-carousel .carousel-caption {
    left: 50px;
    width: 40%;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .desc,
  .page-id-1130 #portfolio-carousel .carousel-caption .desc,
  .single-investment #portfolio-carousel .carousel-caption .desc {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats,
  .single-investment #portfolio-carousel .carousel-caption .stats {
    font-size: 10px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats dt,
  .page-portfolio #portfolio-carousel .carousel-caption .stats dd,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dt,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dd,
  .single-investment #portfolio-carousel .carousel-caption .stats dt,
  .single-investment #portfolio-carousel .carousel-caption .stats dd {
    line-height: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-portfolio #portfolio-carousel .carousel-caption,
  .page-id-1130 #portfolio-carousel .carousel-caption,
  .single-investment #portfolio-carousel .carousel-caption {
    left: 75px;
    width: 32%;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .desc,
  .page-id-1130 #portfolio-carousel .carousel-caption .desc,
  .single-investment #portfolio-carousel .carousel-caption .desc {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats,
  .single-investment #portfolio-carousel .carousel-caption .stats {
    font-size: 12px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats dt,
  .page-portfolio #portfolio-carousel .carousel-caption .stats dd,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dt,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dd,
  .single-investment #portfolio-carousel .carousel-caption .stats dt,
  .single-investment #portfolio-carousel .carousel-caption .stats dd {
    line-height: 16px;
  }
}

@media screen and (min-width: 1200px) {

  .page-portfolio #portfolio-carousel .carousel-caption,
  .page-id-1130 #portfolio-carousel .carousel-caption,
  .single-investment #portfolio-carousel .carousel-caption {
    left: 100px;
    width: 31%;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .desc,
  .page-id-1130 #portfolio-carousel .carousel-caption .desc,
  .single-investment #portfolio-carousel .carousel-caption .desc {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 35px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats,
  .single-investment #portfolio-carousel .carousel-caption .stats {
    font-size: 15px;
  }

  .page-portfolio #portfolio-carousel .carousel-caption .stats dt,
  .page-portfolio #portfolio-carousel .carousel-caption .stats dd,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dt,
  .page-id-1130 #portfolio-carousel .carousel-caption .stats dd,
  .single-investment #portfolio-carousel .carousel-caption .stats dt,
  .single-investment #portfolio-carousel .carousel-caption .stats dd {
    line-height: 20px;
  }
}

.page-portfolio .filters-main .dropdown,
.page-portfolio .filters-sub .dropdown,
.page-portfolio .filters-main .filter-holder,
.page-portfolio .filters-sub .filter-holder,
.page-id-1130 .filters-main .dropdown,
.page-id-1130 .filters-sub .dropdown,
.page-id-1130 .filters-main .filter-holder,
.page-id-1130 .filters-sub .filter-holder,
.single-investment .filters-main .dropdown,
.single-investment .filters-sub .dropdown,
.single-investment .filters-main .filter-holder,
.single-investment .filters-sub .filter-holder {
  display: inline-block;
  margin: 1.7em 1.7em 1.7em 0;
}

.page-portfolio .filters-main .dropdown a.drop-head,
.page-portfolio .filters-sub .dropdown a.drop-head,
.page-portfolio .filters-main .filter-holder a.drop-head,
.page-portfolio .filters-sub .filter-holder a.drop-head,
.page-id-1130 .filters-main .dropdown a.drop-head,
.page-id-1130 .filters-sub .dropdown a.drop-head,
.page-id-1130 .filters-main .filter-holder a.drop-head,
.page-id-1130 .filters-sub .filter-holder a.drop-head,
.single-investment .filters-main .dropdown a.drop-head,
.single-investment .filters-sub .dropdown a.drop-head,
.single-investment .filters-main .filter-holder a.drop-head,
.single-investment .filters-sub .filter-holder a.drop-head {
  background: url(../img/icon-press-down.png) no-repeat right;
  padding-right: 20px;
  background-position-y: 1px;
}

@media screen and (max-width: 991px) {

  .page-portfolio .filters-main .dropdown a.drop-head,
  .page-portfolio .filters-sub .dropdown a.drop-head,
  .page-portfolio .filters-main .filter-holder a.drop-head,
  .page-portfolio .filters-sub .filter-holder a.drop-head,
  .page-id-1130 .filters-main .dropdown a.drop-head,
  .page-id-1130 .filters-sub .dropdown a.drop-head,
  .page-id-1130 .filters-main .filter-holder a.drop-head,
  .page-id-1130 .filters-sub .filter-holder a.drop-head,
  .single-investment .filters-main .dropdown a.drop-head,
  .single-investment .filters-sub .dropdown a.drop-head,
  .single-investment .filters-main .filter-holder a.drop-head,
  .single-investment .filters-sub .filter-holder a.drop-head {
    background-position-y: 1px;
    max-width: 230px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-portfolio .filters-main .dropdown a#industry-show-all,
  .page-portfolio .filters-sub .dropdown a#industry-show-all,
  .page-portfolio .filters-main .filter-holder a#industry-show-all,
  .page-portfolio .filters-sub .filter-holder a#industry-show-all,
  .page-id-1130 .filters-main .dropdown a#industry-show-all,
  .page-id-1130 .filters-sub .dropdown a#industry-show-all,
  .page-id-1130 .filters-main .filter-holder a#industry-show-all,
  .page-id-1130 .filters-sub .filter-holder a#industry-show-all,
  .single-investment .filters-main .dropdown a#industry-show-all,
  .single-investment .filters-sub .dropdown a#industry-show-all,
  .single-investment .filters-main .filter-holder a#industry-show-all,
  .single-investment .filters-sub .filter-holder a#industry-show-all {
    display: inline-block;
  }
}

.page-portfolio .filters-main .dropdown.open a.drop-head,
.page-portfolio .filters-sub .dropdown.open a.drop-head,
.page-portfolio .filters-main .filter-holder.open a.drop-head,
.page-portfolio .filters-sub .filter-holder.open a.drop-head,
.page-id-1130 .filters-main .dropdown.open a.drop-head,
.page-id-1130 .filters-sub .dropdown.open a.drop-head,
.page-id-1130 .filters-main .filter-holder.open a.drop-head,
.page-id-1130 .filters-sub .filter-holder.open a.drop-head,
.single-investment .filters-main .dropdown.open a.drop-head,
.single-investment .filters-sub .dropdown.open a.drop-head,
.single-investment .filters-main .filter-holder.open a.drop-head,
.single-investment .filters-sub .filter-holder.open a.drop-head {
  background-image: url(../img/icon-press-up.png);
}

.page-portfolio .filters-main .dropdown .active,
.page-portfolio .filters-sub .dropdown .active,
.page-portfolio .filters-main .filter-holder .active,
.page-portfolio .filters-sub .filter-holder .active,
.page-id-1130 .filters-main .dropdown .active,
.page-id-1130 .filters-sub .dropdown .active,
.page-id-1130 .filters-main .filter-holder .active,
.page-id-1130 .filters-sub .filter-holder .active,
.single-investment .filters-main .dropdown .active,
.single-investment .filters-sub .dropdown .active,
.single-investment .filters-main .filter-holder .active,
.single-investment .filters-sub .filter-holder .active {
  color: #4882d0;
}

.page-portfolio .filters-main .dropdown .dropdown-menu,
.page-portfolio .filters-sub .dropdown .dropdown-menu,
.page-portfolio .filters-main .filter-holder .dropdown-menu,
.page-portfolio .filters-sub .filter-holder .dropdown-menu,
.page-id-1130 .filters-main .dropdown .dropdown-menu,
.page-id-1130 .filters-sub .dropdown .dropdown-menu,
.page-id-1130 .filters-main .filter-holder .dropdown-menu,
.page-id-1130 .filters-sub .filter-holder .dropdown-menu,
.single-investment .filters-main .dropdown .dropdown-menu,
.single-investment .filters-sub .dropdown .dropdown-menu,
.single-investment .filters-main .filter-holder .dropdown-menu,
.single-investment .filters-sub .filter-holder .dropdown-menu {
  left: -15px;
  box-shadow: none;
  border: none;
}

.page-portfolio .filters-main .dropdown .dropdown-menu>li>a,
.page-portfolio .filters-sub .dropdown .dropdown-menu>li>a,
.page-portfolio .filters-main .filter-holder .dropdown-menu>li>a,
.page-portfolio .filters-sub .filter-holder .dropdown-menu>li>a,
.page-id-1130 .filters-main .dropdown .dropdown-menu>li>a,
.page-id-1130 .filters-sub .dropdown .dropdown-menu>li>a,
.page-id-1130 .filters-main .filter-holder .dropdown-menu>li>a,
.page-id-1130 .filters-sub .filter-holder .dropdown-menu>li>a,
.single-investment .filters-main .dropdown .dropdown-menu>li>a,
.single-investment .filters-sub .dropdown .dropdown-menu>li>a,
.single-investment .filters-main .filter-holder .dropdown-menu>li>a,
.single-investment .filters-sub .filter-holder .dropdown-menu>li>a {
  padding: 3px 15px;
}

.page-portfolio .filters-main .dropdown .dropdown-menu>li>a:hover,
.page-portfolio .filters-sub .dropdown .dropdown-menu>li>a:hover,
.page-portfolio .filters-main .dropdown .dropdown-menu>li>a:focus,
.page-portfolio .filters-sub .dropdown .dropdown-menu>li>a:focus,
.page-portfolio .filters-main .filter-holder .dropdown-menu>li>a:hover,
.page-portfolio .filters-sub .filter-holder .dropdown-menu>li>a:hover,
.page-portfolio .filters-main .filter-holder .dropdown-menu>li>a:focus,
.page-portfolio .filters-sub .filter-holder .dropdown-menu>li>a:focus,
.page-id-1130 .filters-main .dropdown .dropdown-menu>li>a:hover,
.page-id-1130 .filters-sub .dropdown .dropdown-menu>li>a:hover,
.page-id-1130 .filters-main .dropdown .dropdown-menu>li>a:focus,
.page-id-1130 .filters-sub .dropdown .dropdown-menu>li>a:focus,
.page-id-1130 .filters-main .filter-holder .dropdown-menu>li>a:hover,
.page-id-1130 .filters-sub .filter-holder .dropdown-menu>li>a:hover,
.page-id-1130 .filters-main .filter-holder .dropdown-menu>li>a:focus,
.page-id-1130 .filters-sub .filter-holder .dropdown-menu>li>a:focus,
.single-investment .filters-main .dropdown .dropdown-menu>li>a:hover,
.single-investment .filters-sub .dropdown .dropdown-menu>li>a:hover,
.single-investment .filters-main .dropdown .dropdown-menu>li>a:focus,
.single-investment .filters-sub .dropdown .dropdown-menu>li>a:focus,
.single-investment .filters-main .filter-holder .dropdown-menu>li>a:hover,
.single-investment .filters-sub .filter-holder .dropdown-menu>li>a:hover,
.single-investment .filters-main .filter-holder .dropdown-menu>li>a:focus,
.single-investment .filters-sub .filter-holder .dropdown-menu>li>a:focus {
  color: inherit;
}

.page-portfolio .filters-sub,
.page-id-1130 .filters-sub,
.single-investment .filters-sub {
  text-align: right;
}

.page-portfolio .filters-sub .filter-holder,
.page-id-1130 .filters-sub .filter-holder,
.single-investment .filters-sub .filter-holder {
  text-align: left;
  margin-right: 0;
  margin-left: 1.7em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio .filters-sub .filter-holder,
  .page-id-1130 .filters-sub .filter-holder,
  .single-investment .filters-sub .filter-holder {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio .filters-sub .filter-holder:first-child,
  .page-id-1130 .filters-sub .filter-holder:first-child,
  .single-investment .filters-sub .filter-holder:first-child {
    margin-left: 0em;
  }
}

.page-portfolio #filters .container-fluid,
.page-id-1130 #filters .container-fluid,
.single-investment #filters .container-fluid {
  padding: 20px 85px 11px;
}

@media screen and (max-width: 767px) {

  .page-portfolio #filters .container-fluid,
  .page-id-1130 #filters .container-fluid,
  .single-investment #filters .container-fluid {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio #filters .container-fluid,
  .page-id-1130 #filters .container-fluid,
  .single-investment #filters .container-fluid {
    padding: 10px 35px 0px;
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-portfolio #filters .container-fluid,
  .page-id-1130 #filters .container-fluid,
  .single-investment #filters .container-fluid {
    padding: 20px 60px 11px;
    font-size: 12px;
  }
}

.page-portfolio #filters .mobile-filters,
.page-id-1130 #filters .mobile-filters,
.single-investment #filters .mobile-filters {
  margin: 35px 0 10px;
}

.page-portfolio #filters .mobile-filters .col-xs-12,
.page-id-1130 #filters .mobile-filters .col-xs-12,
.single-investment #filters .mobile-filters .col-xs-12 {
  margin-bottom: 15px;
  padding: 0 6px;
}

.page-portfolio #filters .mobile-filters .col-xs-12 .dd-selected,
.page-id-1130 #filters .mobile-filters .col-xs-12 .dd-selected,
.single-investment #filters .mobile-filters .col-xs-12 .dd-selected {
  background-color: white;
  padding-bottom: 8px;
}

.page-portfolio .back-to-top,
.page-id-1130 .back-to-top,
.single-investment .back-to-top {
  padding-left: 7px;
}

.page-portfolio #portfolio-tiles .container-fluid,
.page-id-1130 #portfolio-tiles .container-fluid,
.single-investment #portfolio-tiles .container-fluid {
  padding: 0 85px;
}

@media (max-width: 767px) {

  .page-portfolio #portfolio-tiles .container-fluid,
  .page-id-1130 #portfolio-tiles .container-fluid,
  .single-investment #portfolio-tiles .container-fluid {
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 767px) {

  .page-portfolio #portfolio-tiles .container-fluid,
  .page-id-1130 #portfolio-tiles .container-fluid,
  .single-investment #portfolio-tiles .container-fluid {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-portfolio #portfolio-tiles .container-fluid,
  .page-id-1130 #portfolio-tiles .container-fluid,
  .single-investment #portfolio-tiles .container-fluid {
    padding: 0 35px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-portfolio #portfolio-tiles .container-fluid,
  .page-id-1130 #portfolio-tiles .container-fluid,
  .single-investment #portfolio-tiles .container-fluid {
    padding: 0 60px;
  }
}

@media (min-width: 768px) {

  .page-portfolio #portfolio-tiles .row-fluid,
  .page-id-1130 #portfolio-tiles .row-fluid,
  .single-investment #portfolio-tiles .row-fluid {
    overflow: hidden;
  }
}

.page-portfolio #portfolio-tiles .col-sm-4,
.page-id-1130 #portfolio-tiles .col-sm-4,
.single-investment #portfolio-tiles .col-sm-4 {
  margin: 0 0 12px;
}

@media (max-width: 767px) {

  .page-portfolio #portfolio-tiles .col-sm-4,
  .page-id-1130 #portfolio-tiles .col-sm-4,
  .single-investment #portfolio-tiles .col-sm-4 {
    padding: 0 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .page-portfolio #portfolio-tiles .col-sm-4,
  .page-id-1130 #portfolio-tiles .col-sm-4,
  .single-investment #portfolio-tiles .col-sm-4 {
    padding: 0 6px;
    /*
      &:first-child {
      padding: 0 3px 0 15px;
    }
    &:first-child + .col-sm-4 {
      padding: 0 9px;
    }
    &:first-child + .col-sm-4 + .col-sm-4 {
      padding: 0 15px 0 3px;
    }
    */
  }
}

@media (min-width: 1200px) {

  .page-portfolio #portfolio-tiles .col-sm-4,
  .page-id-1130 #portfolio-tiles .col-sm-4,
  .single-investment #portfolio-tiles .col-sm-4 {
    margin: 0 0 15px;
    padding: 0 7.5px;
    /*
    &:first-child {
      padding: 0 5px 0 15px;
    }
    &:first-child + .col-sm-4 {
      padding: 0 10px;
    }
    &:first-child + .col-sm-4 + .col-sm-4 {
      padding: 0 15px 0 5px;
    }
    */
  }
}

.page-portfolio #portfolio-tiles .tile,
.page-id-1130 #portfolio-tiles .tile,
.single-investment #portfolio-tiles .tile {
  cursor: pointer;
  z-index: 5;
}

.page-portfolio #portfolio-tiles .tile .content,
.page-id-1130 #portfolio-tiles .tile .content,
.single-investment #portfolio-tiles .tile .content {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.page-portfolio #portfolio-tiles .tile .content img,
.page-id-1130 #portfolio-tiles .tile .content img,
.single-investment #portfolio-tiles .tile .content img {
  width: 50%;
  max-width: 176px;
  display: block;
  margin: 15% auto;
  padding: 7.5px 0;
}

.page-portfolio #portfolio-tiles .tile .content .dim,
.page-id-1130 #portfolio-tiles .tile .content .dim,
.single-investment #portfolio-tiles .tile .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.page-portfolio #portfolio-tiles .tile .content .overlay,
.page-id-1130 #portfolio-tiles .tile .content .overlay,
.single-investment #portfolio-tiles .tile .content .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e7ea;
  width: 100%;
  height: 100%;
  padding: 5%;
}

.page-portfolio #portfolio-tiles .tile .content .overlay h1,
.page-portfolio #portfolio-tiles .tile .content .overlay p,
.page-id-1130 #portfolio-tiles .tile .content .overlay h1,
.page-id-1130 #portfolio-tiles .tile .content .overlay p,
.single-investment #portfolio-tiles .tile .content .overlay h1,
.single-investment #portfolio-tiles .tile .content .overlay p {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}

@media (max-width: 767px) {

  .page-portfolio #portfolio-tiles .tile .content img,
  .page-id-1130 #portfolio-tiles .tile .content img,
  .single-investment #portfolio-tiles .tile .content img {
    width: 60%;
  }

  .page-portfolio #portfolio-tiles .tile .content .dim,
  .page-id-1130 #portfolio-tiles .tile .content .dim,
  .single-investment #portfolio-tiles .tile .content .dim {
    height: calc(100% - 25px);
  }

  .page-portfolio #portfolio-tiles .tile .content .overlay,
  .page-id-1130 #portfolio-tiles .tile .content .overlay,
  .single-investment #portfolio-tiles .tile .content .overlay {
    display: block;
    position: relative;
    padding: 7.5px 0 0;
    background: #fff;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .page-portfolio #portfolio-tiles .tile .content .overlay .company-name,
  .page-id-1130 #portfolio-tiles .tile .content .overlay .company-name,
  .single-investment #portfolio-tiles .tile .content .overlay .company-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
  }

  .page-portfolio #portfolio-tiles .tile .content .overlay p,
  .page-id-1130 #portfolio-tiles .tile .content .overlay p,
  .single-investment #portfolio-tiles .tile .content .overlay p {
    display: none;
  }
}

.page-portfolio #portfolio-tiles .tile .content:hover .overlay,
.page-id-1130 #portfolio-tiles .tile .content:hover .overlay,
.single-investment #portfolio-tiles .tile .content:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

@media (min-width: 768px) {

  .page-portfolio #portfolio-tiles .tile.active,
  .page-id-1130 #portfolio-tiles .tile.active,
  .single-investment #portfolio-tiles .tile.active {
    margin-bottom: 20px;
  }

  .page-portfolio #portfolio-tiles .tile.active:after,
  .page-id-1130 #portfolio-tiles .tile.active:after,
  .single-investment #portfolio-tiles .tile.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(0, 0, 0, 0.05);
    border-width: 20px;
    margin-left: -20px;
    z-index: 50;
  }

  .page-portfolio #portfolio-tiles .tile.active:hover:after,
  .page-id-1130 #portfolio-tiles .tile.active:hover:after,
  .single-investment #portfolio-tiles .tile.active:hover:after {
    border-top-color: #e3e7ea;
  }
}

.page-portfolio #portfolio-tiles .tile.inactive .dim,
.page-id-1130 #portfolio-tiles .tile.inactive .dim,
.single-investment #portfolio-tiles .tile.inactive .dim {
  background: rgba(234, 236, 239, 0.5);
}

.page-portfolio #portfolio-tiles .tile.inactive img,
.page-id-1130 #portfolio-tiles .tile.inactive img,
.single-investment #portfolio-tiles .tile.inactive img {
  filter: grey;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}

.page-portfolio #portfolio-tiles .company-detail,
.page-id-1130 #portfolio-tiles .company-detail,
.single-investment #portfolio-tiles .company-detail {
  display: none;
  height: auto;
  position: relative;
}

.page-portfolio #portfolio-tiles .company-detail .col-details,
.page-id-1130 #portfolio-tiles .company-detail .col-details,
.single-investment #portfolio-tiles .company-detail .col-details {
  padding: 0 5px 0 15px;
}

.page-portfolio #portfolio-tiles .company-detail .col-news,
.page-id-1130 #portfolio-tiles .company-detail .col-news,
.single-investment #portfolio-tiles .company-detail .col-news {
  padding: 0 10px;
}

.page-portfolio #portfolio-tiles .company-detail .col-news a,
.page-id-1130 #portfolio-tiles .company-detail .col-news a,
.single-investment #portfolio-tiles .company-detail .col-news a {
  color: #4882d0;
}

.page-portfolio #portfolio-tiles .company-detail .col-team,
.page-id-1130 #portfolio-tiles .company-detail .col-team,
.single-investment #portfolio-tiles .company-detail .col-team {
  padding: 0 15px 0 5px;
}

.page-portfolio #portfolio-tiles .company-detail .team-teaser img,
.page-id-1130 #portfolio-tiles .company-detail .team-teaser img,
.single-investment #portfolio-tiles .company-detail .team-teaser img {
  display: inline;
}

.page-portfolio #portfolio-tiles .company-detail .team-teaser .name,
.page-id-1130 #portfolio-tiles .company-detail .team-teaser .name,
.single-investment #portfolio-tiles .company-detail .team-teaser .name {
  height: 22px;
}

@media screen and (max-width: 767px) {

  .page-portfolio #portfolio-tiles .company-detail .team-teaser,
  .page-id-1130 #portfolio-tiles .company-detail .team-teaser,
  .single-investment #portfolio-tiles .company-detail .team-teaser {
    min-height: 200px;
  }

  .page-portfolio #portfolio-tiles .company-detail .team-teaser img,
  .page-id-1130 #portfolio-tiles .company-detail .team-teaser img,
  .single-investment #portfolio-tiles .company-detail .team-teaser img {
    height: auto;
  }

  .page-portfolio #portfolio-tiles .company-detail .team-teaser .picture-holder,
  .page-id-1130 #portfolio-tiles .company-detail .team-teaser .picture-holder,
  .single-investment #portfolio-tiles .company-detail .team-teaser .picture-holder {
    min-height: inherit;
    height: auto;
  }

  .page-portfolio #portfolio-tiles .company-detail .team-teaser .name,
  .page-id-1130 #portfolio-tiles .company-detail .team-teaser .name,
  .single-investment #portfolio-tiles .company-detail .team-teaser .name {
    bottom: auto;
    top: 15px;
    left: 15px;
    font-size: 15px;
  }

  .page-portfolio #portfolio-tiles .company-detail .team-teaser .name a,
  .page-id-1130 #portfolio-tiles .company-detail .team-teaser .name a,
  .single-investment #portfolio-tiles .company-detail .team-teaser .name a {
    color: white;
  }
}

.page-portfolio #portfolio-tiles .company-detail #close,
.page-id-1130 #portfolio-tiles .company-detail #close,
.single-investment #portfolio-tiles .company-detail #close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/retinaButtons/close.png") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 7px;
  right: 15px;
}

.page-portfolio #portfolio-tiles .company-detail #close:hover,
.page-portfolio #portfolio-tiles .company-detail #close:focus,
.page-id-1130 #portfolio-tiles .company-detail #close:hover,
.page-id-1130 #portfolio-tiles .company-detail #close:focus,
.single-investment #portfolio-tiles .company-detail #close:hover,
.single-investment #portfolio-tiles .company-detail #close:focus {
  background: url("../img/retinaButtons/close_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

.page-portfolio #portfolio-tiles .company-detail .bottom-border,
.page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio .single-investment #portfolio-tiles .company-detail h1,
.single-investment .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio #portfolio-tiles .company-detail .description,
.page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio .single-investment #portfolio-tiles .company-detail dl,
.single-investment .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers .page-portfolio #portfolio-tiles .company-detail .description,
.page-portfolio body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 .page-portfolio #portfolio-tiles .company-detail .description,
.page-portfolio body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 .page-portfolio #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .company-detail .bottom-border,
.page-id-1130 .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 .single-investment #portfolio-tiles .company-detail h1,
.single-investment .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .company-detail .description,
.page-id-1130 .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 .single-investment #portfolio-tiles .company-detail dl,
.single-investment .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers .page-id-1130 #portfolio-tiles .company-detail .description,
.page-id-1130 body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 .page-id-1130 #portfolio-tiles .company-detail .description,
.page-id-1130 body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 .page-id-1130 #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .company-detail .bottom-border,
.single-investment .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio .single-investment #portfolio-tiles .company-detail h1,
.single-investment .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 .single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .company-detail .description,
.single-investment .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio .single-investment #portfolio-tiles .company-detail dl,
.single-investment .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 .single-investment #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .single-investment #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .single-investment #portfolio-tiles .company-detail dl,
.single-investment body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .single-investment #portfolio-tiles .company-detail h1,
.single-investment body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .single-investment #portfolio-tiles .company-detail h1,
.single-investment body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers .single-investment #portfolio-tiles .company-detail .description,
.single-investment body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 .single-investment #portfolio-tiles .company-detail .description,
.single-investment body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers .single-investment #portfolio-tiles .company-detail dl,
.single-investment body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 .single-investment #portfolio-tiles .company-detail dl {
  border-bottom: 1px solid #7de6cf;
}

.page-portfolio #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .company-detail h1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.page-portfolio #portfolio-tiles .company-detail .description,
.page-id-1130 #portfolio-tiles .company-detail .description,
.single-investment #portfolio-tiles .company-detail .description {
  font-size: 20px;
  line-height: 27px;
  color: #4882d0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-portfolio #portfolio-tiles .company-detail .description p:first-child~p,
.page-id-1130 #portfolio-tiles .company-detail .description p:first-child~p,
.single-investment #portfolio-tiles .company-detail .description p:first-child~p {
  text-indent: 1em;
}

.page-portfolio #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .company-detail dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-portfolio #portfolio-tiles .company-detail dt,
.page-id-1130 #portfolio-tiles .company-detail dt,
.single-investment #portfolio-tiles .company-detail dt {
  float: left;
  clear: left;
  margin-right: 6px;
}

.page-portfolio #portfolio-tiles .company-detail dt:after,
.page-id-1130 #portfolio-tiles .company-detail dt:after,
.single-investment #portfolio-tiles .company-detail dt:after {
  content: ': ';
}

.page-portfolio #portfolio-tiles .company-detail #tweets,
.page-id-1130 #portfolio-tiles .company-detail #tweets,
.single-investment #portfolio-tiles .company-detail #tweets {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
}

.page-portfolio #portfolio-tiles .company-detail #tweets li,
.page-id-1130 #portfolio-tiles .company-detail #tweets li,
.single-investment #portfolio-tiles .company-detail #tweets li {
  margin-bottom: 1em;
}

.page-portfolio #portfolio-tiles .company-detail #tweets a,
.page-id-1130 #portfolio-tiles .company-detail #tweets a,
.single-investment #portfolio-tiles .company-detail #tweets a {
  color: #4882d0;
}

@media screen and (max-width: 767px) {

  .page-portfolio #portfolio-tiles .company-detail #tweets,
  .page-id-1130 #portfolio-tiles .company-detail #tweets,
  .single-investment #portfolio-tiles .company-detail #tweets {
    border-bottom: 1px solid #7de6cf;
  }
}

.page-portfolio #portfolio-tiles .company-detail img,
.page-id-1130 #portfolio-tiles .company-detail img,
.single-investment #portfolio-tiles .company-detail img {
  margin-bottom: 15px;
  width: 100%;
}

.page-portfolio #portfolio-tiles .company-detail .social a.linkedin,
.page-id-1130 #portfolio-tiles .company-detail .social a.linkedin,
.single-investment #portfolio-tiles .company-detail .social a.linkedin {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/linkedin.png") 50% 50% no-repeat;
  background-size: cover;
  display: inline-block;
}

.page-portfolio #portfolio-tiles .company-detail .social a.linkedin:hover,
.page-portfolio #portfolio-tiles .company-detail .social a.linkedin:focus,
.page-id-1130 #portfolio-tiles .company-detail .social a.linkedin:hover,
.page-id-1130 #portfolio-tiles .company-detail .social a.linkedin:focus,
.single-investment #portfolio-tiles .company-detail .social a.linkedin:hover,
.single-investment #portfolio-tiles .company-detail .social a.linkedin:focus {
  background: url("../img/retinaButtons/linkedin_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

.page-portfolio #portfolio-tiles .company-detail .social a.facebook,
.page-id-1130 #portfolio-tiles .company-detail .social a.facebook,
.single-investment #portfolio-tiles .company-detail .social a.facebook {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/facebook.png") 50% 50% no-repeat;
  background-size: cover;
  display: inline-block;
}

.page-portfolio #portfolio-tiles .company-detail .social a.facebook:hover,
.page-portfolio #portfolio-tiles .company-detail .social a.facebook:focus,
.page-id-1130 #portfolio-tiles .company-detail .social a.facebook:hover,
.page-id-1130 #portfolio-tiles .company-detail .social a.facebook:focus,
.single-investment #portfolio-tiles .company-detail .social a.facebook:hover,
.single-investment #portfolio-tiles .company-detail .social a.facebook:focus {
  background: url("../img/retinaButtons/facebook_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

.page-portfolio #portfolio-tiles .company-detail .social a.twitter,
.page-id-1130 #portfolio-tiles .company-detail .social a.twitter,
.single-investment #portfolio-tiles .company-detail .social a.twitter {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/twitter.png") 50% 50% no-repeat;
  background-size: cover;
  display: inline-block;
}

.page-portfolio #portfolio-tiles .company-detail .social a.twitter:hover,
.page-portfolio #portfolio-tiles .company-detail .social a.twitter:focus,
.page-id-1130 #portfolio-tiles .company-detail .social a.twitter:hover,
.page-id-1130 #portfolio-tiles .company-detail .social a.twitter:focus,
.single-investment #portfolio-tiles .company-detail .social a.twitter:hover,
.single-investment #portfolio-tiles .company-detail .social a.twitter:focus {
  background: url("../img/retinaButtons/twitter_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

.page-portfolio #portfolio-tiles .company-detail .social a.email,
.page-id-1130 #portfolio-tiles .company-detail .social a.email,
.single-investment #portfolio-tiles .company-detail .social a.email {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/email.png") 50% 50% no-repeat;
  background-size: cover;
  display: inline-block;
}

.page-portfolio #portfolio-tiles .company-detail .social a.email:hover,
.page-portfolio #portfolio-tiles .company-detail .social a.email:focus,
.page-id-1130 #portfolio-tiles .company-detail .social a.email:hover,
.page-id-1130 #portfolio-tiles .company-detail .social a.email:focus,
.single-investment #portfolio-tiles .company-detail .social a.email:hover,
.single-investment #portfolio-tiles .company-detail .social a.email:focus {
  background: url("../img/retinaButtons/email_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {

  .page-portfolio #portfolio-tiles .company-detail,
  .page-id-1130 #portfolio-tiles .company-detail,
  .single-investment #portfolio-tiles .company-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
  }

  .page-portfolio #portfolio-tiles .company-detail #close,
  .page-id-1130 #portfolio-tiles .company-detail #close,
  .single-investment #portfolio-tiles .company-detail #close {
    top: 20px;
    right: 25px;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-sm-4,
  .page-id-1130 #portfolio-tiles .company-detail .col-sm-4,
  .single-investment #portfolio-tiles .company-detail .col-sm-4 {
    padding: 0 25px;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-details img,
  .page-id-1130 #portfolio-tiles .company-detail .col-details img,
  .single-investment #portfolio-tiles .company-detail .col-details img {
    width: auto;
    margin-top: 15px;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-details .description p,
  .page-id-1130 #portfolio-tiles .company-detail .col-details .description p,
  .single-investment #portfolio-tiles .company-detail .col-details .description p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-details .description p:first-child~p,
  .page-id-1130 #portfolio-tiles .company-detail .col-details .description p:first-child~p,
  .single-investment #portfolio-tiles .company-detail .col-details .description p:first-child~p {
    text-indent: 1em;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-details .social,
  .page-id-1130 #portfolio-tiles .company-detail .col-details .social,
  .single-investment #portfolio-tiles .company-detail .col-details .social {
    border-bottom: 1px solid #7de6cf;
    padding: 5px 0 8px;
    margin-bottom: 15px;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-news h1,
  .page-id-1130 #portfolio-tiles .company-detail .col-news h1,
  .single-investment #portfolio-tiles .company-detail .col-news h1 {
    padding-bottom: .6em;
    margin-top: .5em;
  }

  .page-portfolio #portfolio-tiles .company-detail .col-team h1,
  .page-id-1130 #portfolio-tiles .company-detail .col-team h1,
  .single-investment #portfolio-tiles .company-detail .col-team h1 {
    border-bottom: none;
    padding: 1em 0 0;
  }
}

.page-team .container-fluid,
.page-id-535 .container-fluid {
  background: #fff;
}

.page-team #portfolio-carousel .carousel-control,
.page-id-535 #portfolio-carousel .carousel-control {
  top: 50%;
  width: 100px;
  margin-top: -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {

  .page-team #portfolio-carousel .carousel-control,
  .page-id-535 #portfolio-carousel .carousel-control {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #portfolio-carousel .carousel-control,
  .page-id-535 #portfolio-carousel .carousel-control {
    margin-top: -15px;
    width: 50px;
  }

  .page-team #portfolio-carousel .carousel-control img,
  .page-id-535 #portfolio-carousel .carousel-control img {
    max-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #portfolio-carousel .carousel-control,
  .page-id-535 #portfolio-carousel .carousel-control {
    width: 75px;
  }
}

@media screen and (min-width: 1200px) {

  .page-team #portfolio-carousel .carousel-control,
  .page-id-535 #portfolio-carousel .carousel-control {
    width: 100px;
  }
}

.page-team #portfolio-carousel .carousel-caption,
.page-id-535 #portfolio-carousel .carousel-caption {
  top: 0;
  bottom: 0;
  left: 100px;
  width: 45%;
  text-align: left;
  right: inherit;
}

.page-team #portfolio-carousel .carousel-caption .pseudo-table,
.page-id-535 #portfolio-carousel .carousel-caption .pseudo-table {
  display: table;
  height: 100%;
}

.page-team #portfolio-carousel .carousel-caption .pseudo-table .pseudo-cell,
.page-id-535 #portfolio-carousel .carousel-caption .pseudo-table .pseudo-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-team #portfolio-carousel .carousel-caption.orientation-right,
.page-id-535 #portfolio-carousel .carousel-caption.orientation-right {
  right: 100px;
  width: 23%;
  left: auto;
}

.page-team #portfolio-carousel .carousel-caption.orientation-right p.desc,
.page-id-535 #portfolio-carousel .carousel-caption.orientation-right p.desc {
  width: 100%;
}

.page-team #portfolio-carousel .carousel-caption p.desc,
.page-id-535 #portfolio-carousel .carousel-caption p.desc {
  margin-bottom: 25px;
  font-size: 17px;
  text-shadow: none;
}

.page-team #portfolio-carousel .carousel-caption p.desc.ironwood,
.page-id-535 #portfolio-carousel .carousel-caption p.desc.ironwood {
  width: 58%;
}

.page-team #portfolio-carousel .carousel-caption cite,
.page-id-535 #portfolio-carousel .carousel-caption cite {
  text-shadow: none;
  color: white;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}

.page-team #portfolio-carousel .carousel-caption cite span,
.page-id-535 #portfolio-carousel .carousel-caption cite span {
  display: block;
}

.page-team #portfolio-carousel .carousel-caption cite span.name,
.page-id-535 #portfolio-carousel .carousel-caption cite span.name {
  font-weight: bold;
}

.page-team #portfolio-carousel .carousel-caption .left-quote,
.page-id-535 #portfolio-carousel .carousel-caption .left-quote {
  position: absolute;
  left: -20px;
  width: 20px;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #portfolio-carousel .carousel-caption,
  .page-id-535 #portfolio-carousel .carousel-caption {
    left: 50px;
  }

  .page-team #portfolio-carousel .carousel-caption.orientation-right,
  .page-id-535 #portfolio-carousel .carousel-caption.orientation-right {
    right: 50px;
    width: 23%;
    left: auto;
  }

  .page-team #portfolio-carousel .carousel-caption p.desc,
  .page-id-535 #portfolio-carousel .carousel-caption p.desc {
    font-size: 18px;
    line-height: 22px;
    width: 70%;
  }

  .page-team #portfolio-carousel .carousel-caption cite,
  .page-id-535 #portfolio-carousel .carousel-caption cite {
    color: white;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #portfolio-carousel .carousel-caption,
  .page-id-535 #portfolio-carousel .carousel-caption {
    left: 75px;
  }

  .page-team #portfolio-carousel .carousel-caption.orientation-right,
  .page-id-535 #portfolio-carousel .carousel-caption.orientation-right {
    right: 75px;
    width: 23%;
    left: auto;
  }

  .page-team #portfolio-carousel .carousel-caption p.desc,
  .page-id-535 #portfolio-carousel .carousel-caption p.desc {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 30px;
    width: 70%;
  }

  .page-team #portfolio-carousel .carousel-caption cite,
  .page-id-535 #portfolio-carousel .carousel-caption cite {
    line-height: 22px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {

  .page-team #portfolio-carousel .carousel-caption,
  .page-id-535 #portfolio-carousel .carousel-caption {
    left: 100px;
  }

  .page-team #portfolio-carousel .carousel-caption p.desc,
  .page-id-535 #portfolio-carousel .carousel-caption p.desc {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 45px;
    width: 71%;
  }

  .page-team #portfolio-carousel .carousel-caption cite,
  .page-id-535 #portfolio-carousel .carousel-caption cite {
    line-height: 22px;
    font-size: 17px;
  }
}

.page-team #portfolio-carousel .carousel-indicators,
.page-id-535 #portfolio-carousel .carousel-indicators {
  left: 50%;
  bottom: 5%;
  margin-bottom: 0;
  margin-left: -30%;
  width: 60%;
}

.page-team #portfolio-carousel .carousel-indicators li,
.page-id-535 #portfolio-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-width: 0;
  background-color: #fff;
  margin: 0 2px;
}

.page-team #portfolio-carousel .carousel-indicators li.active,
.page-id-535 #portfolio-carousel .carousel-indicators li.active {
  background-color: #7de6cf;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #portfolio-carousel .carousel-indicators,
  .page-id-535 #portfolio-carousel .carousel-indicators {
    left: 50px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #portfolio-carousel .carousel-indicators,
  .page-id-535 #portfolio-carousel .carousel-indicators {
    left: 75px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media (min-width: 1200px) {

  .page-team #portfolio-carousel .carousel-indicators,
  .page-id-535 #portfolio-carousel .carousel-indicators {
    left: 100px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media (max-width: 767px) {

  .page-team #portfolio-carousel .item,
  .page-id-535 #portfolio-carousel .item {
    min-height: 420px;
  }

  .page-team #portfolio-carousel .carousel-caption,
  .page-id-535 #portfolio-carousel .carousel-caption {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 25px;
    margin-top: 0;
  }

  .page-team #portfolio-carousel .carousel-caption.orientation-right,
  .page-id-535 #portfolio-carousel .carousel-caption.orientation-right {
    right: auto;
    left: 0;
    width: 100%;
  }

  .page-team #portfolio-carousel .carousel-caption .desc,
  .page-team #portfolio-carousel .carousel-caption cite,
  .page-id-535 #portfolio-carousel .carousel-caption .desc,
  .page-id-535 #portfolio-carousel .carousel-caption cite {
    color: #677c8c;
    letter-spacing: 0;
  }

  .page-team #portfolio-carousel .carousel-caption p.desc,
  .page-id-535 #portfolio-carousel .carousel-caption p.desc {
    font-family: '黑体', Calibri, Arial;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    width: 90%;
  }

  .page-team #portfolio-carousel .carousel-caption p.desc.ironwood,
  .page-id-535 #portfolio-carousel .carousel-caption p.desc.ironwood {
    width: 90%;
  }

  .page-team #portfolio-carousel .carousel-caption cite,
  .page-id-535 #portfolio-carousel .carousel-caption cite {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
  }

  .page-team #portfolio-carousel .carousel-caption cite span.name,
  .page-id-535 #portfolio-carousel .carousel-caption cite span.name {
    font-weight: normal;
  }

  .page-team #portfolio-carousel .carousel-caption .left-quote,
  .page-id-535 #portfolio-carousel .carousel-caption .left-quote {
    left: 5px;
  }

  .page-team #portfolio-carousel .carousel-indicators,
  .page-id-535 #portfolio-carousel .carousel-indicators {
    bottom: 2%;
  }

  .page-team #portfolio-carousel .carousel-indicators li,
  .page-id-535 #portfolio-carousel .carousel-indicators li {
    background: #677c8c;
  }

  .page-team #portfolio-carousel .carousel-indicators li.active,
  .page-id-535 #portfolio-carousel .carousel-indicators li.active {
    background: #b0bbc3;
  }
}

.page-team .filters-expertise a,
.page-team .filters-location a,
.page-id-535 .filters-expertise a,
.page-id-535 .filters-location a {
  display: inline-block;
  margin: 1.2em 1.2em 1.2em 0;
}

.page-team .filters-expertise a.active,
.page-team .filters-location a.active,
.page-id-535 .filters-expertise a.active,
.page-id-535 .filters-location a.active {
  color: #4882d0;
}

.page-team .filters-location,
.page-id-535 .filters-location {
  text-align: right;
}

.page-team .filters-location a,
.page-id-535 .filters-location a {
  margin-left: 1.2em;
  margin-right: 0;
}

.page-team #filters .dropdown,
.page-team #filters .filter-holder,
.page-id-535 #filters .dropdown,
.page-id-535 #filters .filter-holder {
  display: inline-block;
  margin: 0 1.7em 0 0;
}

.page-team #filters .dropdown a.drop-head,
.page-team #filters .filter-holder a.drop-head,
.page-id-535 #filters .dropdown a.drop-head,
.page-id-535 #filters .filter-holder a.drop-head {
  background: url(../img/icon-press-down.png) no-repeat right;
  padding-right: 20px;
  background-position-y: 1px;
}

.page-team #filters .dropdown .teams-dropdown a,
.page-team #filters .filter-holder .teams-dropdown a,
.page-id-535 #filters .dropdown .teams-dropdown a,
.page-id-535 #filters .filter-holder .teams-dropdown a {
  margin: 0;
}

.page-team #filters .dropdown #teams-heading,
.page-team #filters .filter-holder #teams-heading,
.page-id-535 #filters .dropdown #teams-heading,
.page-id-535 #filters .filter-holder #teams-heading {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {

  .page-team #filters .dropdown a.drop-head,
  .page-team #filters .filter-holder a.drop-head,
  .page-id-535 #filters .dropdown a.drop-head,
  .page-id-535 #filters .filter-holder a.drop-head {
    background-position-y: 1px;
    max-width: 230px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-team #filters .dropdown a#industry-show-all,
  .page-team #filters .filter-holder a#industry-show-all,
  .page-id-535 #filters .dropdown a#industry-show-all,
  .page-id-535 #filters .filter-holder a#industry-show-all {
    display: inline-block;
  }
}

.page-team #filters .dropdown.open a.drop-head,
.page-team #filters .filter-holder.open a.drop-head,
.page-id-535 #filters .dropdown.open a.drop-head,
.page-id-535 #filters .filter-holder.open a.drop-head {
  background-image: url(../img/icon-press-up.png);
}

.page-team #filters .dropdown .active,
.page-team #filters .filter-holder .active,
.page-id-535 #filters .dropdown .active,
.page-id-535 #filters .filter-holder .active {
  color: #4882d0;
}

.page-team #filters .dropdown .dropdown-menu,
.page-team #filters .filter-holder .dropdown-menu,
.page-id-535 #filters .dropdown .dropdown-menu,
.page-id-535 #filters .filter-holder .dropdown-menu {
  left: -15px;
  box-shadow: none;
  border: none;
}

.page-team #filters .dropdown .dropdown-menu>li>a,
.page-team #filters .filter-holder .dropdown-menu>li>a,
.page-id-535 #filters .dropdown .dropdown-menu>li>a,
.page-id-535 #filters .filter-holder .dropdown-menu>li>a {
  padding: 3px 15px;
}

.page-team #filters .dropdown .dropdown-menu>li>a:hover,
.page-team #filters .dropdown .dropdown-menu>li>a:focus,
.page-team #filters .filter-holder .dropdown-menu>li>a:hover,
.page-team #filters .filter-holder .dropdown-menu>li>a:focus,
.page-id-535 #filters .dropdown .dropdown-menu>li>a:hover,
.page-id-535 #filters .dropdown .dropdown-menu>li>a:focus,
.page-id-535 #filters .filter-holder .dropdown-menu>li>a:hover,
.page-id-535 #filters .filter-holder .dropdown-menu>li>a:focus {
  color: inherit;
}

.page-team #filters .container-fluid,
.page-id-535 #filters .container-fluid {
  /*
  @media (min-width: $screen-md-min) { padding: 0 83px 0 70px; }
  @media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-min) { padding: 0 18px 0 10px; }
  */
  padding: 20px 85px 11px;
  /*
  @media (min-width: $screen-lg-min) {
      padding: 20px 85px 11px;
  }
  */
}

@media screen and (max-width: 767px) {

  .page-team #filters .container-fluid,
  .page-id-535 #filters .container-fluid {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #filters .container-fluid,
  .page-id-535 #filters .container-fluid {
    padding: 10px 35px 10px;
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #filters .container-fluid,
  .page-id-535 #filters .container-fluid {
    padding: 20px 60px 11px;
    font-size: 12px;
  }
}

.page-team #filters .mobile-filters .col-xs-12,
.page-id-535 #filters .mobile-filters .col-xs-12 {
  margin: 1em 0;
  padding: 0 7px;
}

.page-team #filters .mobile-filters .col-xs-12 .dd-selected,
.page-id-535 #filters .mobile-filters .col-xs-12 .dd-selected {
  background-color: white;
  padding-bottom: 8px;
}

.page-team #team-tiles .container-fluid,
.page-id-535 #team-tiles .container-fluid {
  padding: 0 94px;
}

@media screen and (max-width: 767px) {

  .page-team #team-tiles .container-fluid,
  .page-id-535 #team-tiles .container-fluid {
    padding: 0 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #team-tiles .container-fluid,
  .page-id-535 #team-tiles .container-fluid {
    padding: 0 44px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #team-tiles .container-fluid,
  .page-id-535 #team-tiles .container-fluid {
    padding: 0 69px;
  }
}

.page-team #team-tiles .back-to-top,
.page-id-535 #team-tiles .back-to-top {
  padding-left: 7px;
}

@media (min-width: 768px) {

  .page-team #team-tiles .row-fluid,
  .page-id-535 #team-tiles .row-fluid {
    overflow: hidden;
  }
}

.page-team #team-tiles .col-sm-4,
.page-id-535 #team-tiles .col-sm-4 {
  margin: 0 0 12px;
}

@media (max-width: 767px) {

  .page-team #team-tiles .col-sm-4,
  .page-id-535 #team-tiles .col-sm-4 {
    padding: 0 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .page-team #team-tiles .col-sm-4,
  .page-id-535 #team-tiles .col-sm-4 {
    padding: 0 6px;
    /*
    &:nth-child(3n + 1) {
        padding: 0 8px 0 15px;
    }
    &:nth-child(3n + 2) {
        padding: 0 4px;
    }
    &:nth-child(3n + 3) {
        padding: 0 15px 0 8px;
    } */
  }
}

@media (min-width: 1200px) {

  .page-team #team-tiles .col-sm-4,
  .page-id-535 #team-tiles .col-sm-4 {
    margin: 0 0 15px;
    padding: 0 7.5px;
    /*
    &:nth-child(3n + 1) {
        padding: 0 5px 0 15px;
    }
    &:nth-child(3n + 2) {
        padding: 0 10px;
    }
    &:nth-child(3n + 3) {
        padding: 0 15px 0 5px;
    }
    */
  }
}

.page-team #team-tiles .tile .content,
.page-id-535 #team-tiles .tile .content {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.page-team #team-tiles .tile .content img,
.page-id-535 #team-tiles .tile .content img {
  width: 100%;
  display: block;
}

.page-team #team-tiles .tile .content .dim,
.page-id-535 #team-tiles .tile .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.page-team #team-tiles .tile .content .overlay,
.page-id-535 #team-tiles .tile .content .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 21px;
}

.page-team #team-tiles .tile .content .overlay h1,
.page-team #team-tiles .tile .content .overlay p,
.page-team #team-tiles .tile .content .overlay dl,
.page-team #team-tiles .tile .content .overlay dt,
.page-team #team-tiles .tile .content .overlay dd,
.page-id-535 #team-tiles .tile .content .overlay h1,
.page-id-535 #team-tiles .tile .content .overlay p,
.page-id-535 #team-tiles .tile .content .overlay dl,
.page-id-535 #team-tiles .tile .content .overlay dt,
.page-id-535 #team-tiles .tile .content .overlay dd {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  color: #fff;
}

@media (min-width: 1200px) {

  .page-team #team-tiles .tile .content .overlay h1,
  .page-team #team-tiles .tile .content .overlay p,
  .page-team #team-tiles .tile .content .overlay dl,
  .page-team #team-tiles .tile .content .overlay dt,
  .page-team #team-tiles .tile .content .overlay dd,
  .page-id-535 #team-tiles .tile .content .overlay h1,
  .page-id-535 #team-tiles .tile .content .overlay p,
  .page-id-535 #team-tiles .tile .content .overlay dl,
  .page-id-535 #team-tiles .tile .content .overlay dt,
  .page-id-535 #team-tiles .tile .content .overlay dd {
    font-size: 15px;
    line-height: 19px;
  }
}

.page-team #team-tiles .tile .content .overlay h1 a,
.page-team #team-tiles .tile .content .overlay p a,
.page-team #team-tiles .tile .content .overlay dl a,
.page-team #team-tiles .tile .content .overlay dt a,
.page-team #team-tiles .tile .content .overlay dd a,
.page-id-535 #team-tiles .tile .content .overlay h1 a,
.page-id-535 #team-tiles .tile .content .overlay p a,
.page-id-535 #team-tiles .tile .content .overlay dl a,
.page-id-535 #team-tiles .tile .content .overlay dt a,
.page-id-535 #team-tiles .tile .content .overlay dd a {
  color: white;
}

@media (max-width: 767px) {

  .page-team #team-tiles .tile .content .overlay h1 a,
  .page-team #team-tiles .tile .content .overlay p a,
  .page-team #team-tiles .tile .content .overlay dl a,
  .page-team #team-tiles .tile .content .overlay dt a,
  .page-team #team-tiles .tile .content .overlay dd a,
  .page-id-535 #team-tiles .tile .content .overlay h1 a,
  .page-id-535 #team-tiles .tile .content .overlay p a,
  .page-id-535 #team-tiles .tile .content .overlay dl a,
  .page-id-535 #team-tiles .tile .content .overlay dt a,
  .page-id-535 #team-tiles .tile .content .overlay dd a {
    color: #677c8c;
  }
}

.page-team #team-tiles .tile .content .overlay dt,
.page-id-535 #team-tiles .tile .content .overlay dt {
  float: left;
  clear: left;
  line-height: 15px;
  margin-right: 6px;
}

@media (min-width: 1200px) {

  .page-team #team-tiles .tile .content .overlay dt,
  .page-id-535 #team-tiles .tile .content .overlay dt {
    line-height: 19px;
  }
}

.page-team #team-tiles .tile .content .overlay dt:after,
.page-id-535 #team-tiles .tile .content .overlay dt:after {
  content: ': ';
}

.page-team #team-tiles .tile .content .overlay p,
.page-team #team-tiles .tile .content .overlay dl,
.page-id-535 #team-tiles .tile .content .overlay p,
.page-id-535 #team-tiles .tile .content .overlay dl {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {

  .page-team #team-tiles .tile .content .overlay:hover,
  .page-id-535 #team-tiles .tile .content .overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
  }

  .page-team #team-tiles .tile .content .overlay:hover p,
  .page-team #team-tiles .tile .content .overlay:hover dl,
  .page-id-535 #team-tiles .tile .content .overlay:hover p,
  .page-id-535 #team-tiles .tile .content .overlay:hover dl {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {

  .page-team #team-tiles .tile .content .overlay p,
  .page-team #team-tiles .tile .content .overlay dl,
  .page-id-535 #team-tiles .tile .content .overlay p,
  .page-id-535 #team-tiles .tile .content .overlay dl {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #team-tiles .tile .content .overlay h1,
  .page-id-535 #team-tiles .tile .content .overlay h1 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .page-team #team-tiles .tile .content .overlay,
  .page-id-535 #team-tiles .tile .content .overlay {
    position: relative;
    padding: 7.5px 0 0;
    background: #fff;
    border: none;
  }

  .page-team #team-tiles .tile .content .overlay .person-name,
  .page-id-535 #team-tiles .tile .content .overlay .person-name {
    font-size: 14px;
    font-weight: normal;
    color: #677c8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-team #team-tiles .tile .content .overlay,
  .page-id-535 #team-tiles .tile .content .overlay {
    padding: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-team #team-tiles .tile .content .overlay,
  .page-id-535 #team-tiles .tile .content .overlay {
    padding: 15px;
  }
}

@media (min-width: 1200px) {

  .page-team #team-tiles .tile .content .overlay,
  .page-id-535 #team-tiles .tile .content .overlay {
    padding: 21px;
  }
}

.page-team #team-tiles .tile.active,
.page-id-535 #team-tiles .tile.active {
  margin-bottom: 20px;
}

.page-team #team-tiles .tile.active:after,
.page-id-535 #team-tiles .tile.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-width: 20px;
  margin-left: -20px;
  z-index: 1000;
}

.page-team #team-tiles .tile.active:hover:after,
.page-id-535 #team-tiles .tile.active:hover:after {
  border-top-color: #e3e7ea;
}

.page-team #team-tiles .tile.inactive img,
.page-id-535 #team-tiles .tile.inactive img {
  filter: grey;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}

.page-team #team-tiles .company-detail,
.page-id-535 #team-tiles .company-detail {
  display: none;
  height: auto;
  position: relative;
}

.page-team #team-tiles .company-detail .col-sm-4,
.page-id-535 #team-tiles .company-detail .col-sm-4 {
  padding: 0 5px 0 15px;
}

.page-team #team-tiles .company-detail .col-sm-4+.col-sm-4,
.page-id-535 #team-tiles .company-detail .col-sm-4+.col-sm-4 {
  padding: 0 10px;
}

.page-team #team-tiles .company-detail .col-sm-4+.col-sm-4+.col-sm-4,
.page-id-535 #team-tiles .company-detail .col-sm-4+.col-sm-4+.col-sm-4 {
  padding: 0 15px 0 5px;
}

.page-team #team-tiles .company-detail #close,
.page-id-535 #team-tiles .company-detail #close {
  background-position: 0 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 7px;
  right: 15px;
}

.page-team #team-tiles .company-detail .bottom-border,
.page-team #team-tiles .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .single-investment #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles .company-detail h1,
.page-team .page-id-535 #team-tiles .company-detail h1,
.page-id-535 .page-team #team-tiles .company-detail h1,
.page-team #team-tiles .company-detail .description,
.page-team #team-tiles .company-detail dl,
.page-team .page-id-535 #team-tiles .company-detail dl,
.page-id-535 .page-team #team-tiles .company-detail dl,
.page-team #team-tiles body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers #portfolio-tiles .page-team #team-tiles .company-detail .description,
.page-team #team-tiles body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 #portfolio-tiles .page-team #team-tiles .company-detail .description,
.page-team #team-tiles body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-id-535 #team-tiles .company-detail .bottom-border,
.page-id-535 #team-tiles .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .single-investment #portfolio-tiles .company-detail h1,
.single-investment #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .single-investment #portfolio-tiles .company-detail dl,
.single-investment #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 .page-team #team-tiles .company-detail h1,
.page-team .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles .company-detail .description,
.page-id-535 .page-team #team-tiles .company-detail dl,
.page-team .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers #portfolio-tiles .page-id-535 #team-tiles .company-detail .description,
.page-id-535 #team-tiles body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 #portfolio-tiles .page-id-535 #team-tiles .company-detail .description,
.page-id-535 #team-tiles body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .page-id-535 #team-tiles .company-detail dl {
  border-bottom: 1px solid #7de6cf;
}

.page-team #team-tiles .company-detail h1,
.page-id-535 #team-tiles .company-detail h1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.page-team #team-tiles .company-detail .description,
.page-id-535 #team-tiles .company-detail .description {
  font-size: 23px;
  color: #4882d0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-team #team-tiles .company-detail dl,
.page-id-535 #team-tiles .company-detail dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-team #team-tiles .company-detail dt,
.page-id-535 #team-tiles .company-detail dt {
  float: left;
  clear: left;
  margin-right: 6px;
}

.page-team #team-tiles .company-detail dt:after,
.page-id-535 #team-tiles .company-detail dt:after {
  content: ': ';
}

.page-team #team-tiles .company-detail #tweets,
.page-id-535 #team-tiles .company-detail #tweets {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
}

.page-team #team-tiles .company-detail #tweets li,
.page-id-535 #team-tiles .company-detail #tweets li {
  margin-bottom: 1em;
}

.page-team #team-tiles .company-detail #tweets a,
.page-id-535 #team-tiles .company-detail #tweets a {
  color: #4882d0;
}

.page-team #team-tiles .company-detail img,
.page-id-535 #team-tiles .company-detail img {
  margin-bottom: 15px;
  width: 100%;
}

.page-team #team-tiles .company-detail .social a.something,
.page-id-535 #team-tiles .company-detail .social a.something {
  background-position: 0 -395px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.page-team #team-tiles .company-detail .social a.facebook,
.page-id-535 #team-tiles .company-detail .social a.facebook {
  background-position: 0 -45px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.page-team #team-tiles .company-detail .social a.twitter,
.page-id-535 #team-tiles .company-detail .social a.twitter {
  background-position: 0 -463px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.page-team #team-tiles .company-detail .social a.email,
.page-id-535 #team-tiles .company-detail .social a.email {
  background-position: 0 -21px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

#team-detail {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 55px 0 100px;
}

@media (max-width: 767px) {
  #team-detail {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #team-detail {
    padding: 30px 27px 0 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #team-detail {
    padding: 30px 55px 0 75px;
  }
}

#team-detail img.resp {
  width: 100%;
}

#team-detail .back-to-top {
  padding: 0px 25px 30px;
}

#team-detail .col-photo {
  padding: 0;
}

@media (min-width: 768px) {
  #team-detail .col-photo {
    padding-right: 10px;
  }
}

#team-detail .mobile-filters {
  margin-top: 20px;
  margin-bottom: 20px;
}

#team-detail .mobile-filters .dd-selected {
  background-color: white;
  padding-bottom: 8px;
}

#team-detail .mobile-header {
  font-size: 14px;
}

#team-detail .mobile-header dd {
  line-height: 20px;
}

#team-detail .mobile-header .contact {
  border: 1px solid #7de6cf;
  border-left-width: 0;
  border-right-width: 0;
  padding: 12px 0 8px;
}

#team-detail .col-details {
  padding-left: 10px;
}

@media (max-width: 767px) {
  #team-detail .col-details {
    padding: 25px;
  }
}

#team-detail .col-details .name {
  margin: 0 0 10px;
  color: #4882d0;
  font-size: 30px;
}

@media (max-width: 1199px) {
  #team-detail .col-details .name {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #team-detail .col-details .name {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #team-detail .col-details .name {
    font-size: 22px;
  }
}

#team-detail .col-details .name .role {
  color: inherit;
  margin-left: 5px;
  font-size: 55%;
}

#team-detail .col-details #person-nav {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #7de6cf;
}

#team-detail .col-details #person-nav a {
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
  padding-bottom: 1px;
}

#team-detail .col-details #person-nav a.active,
#team-detail .col-details #person-nav a:hover {
  border-bottom: #7de6cf 1px solid;
}

@media (max-width: 1090px) {
  #team-detail .col-details #person-nav {
    padding-right: 22%;
  }

  #team-detail .col-details #person-nav a {
    margin: 0 15px 5px 0;
  }
}

@media screen and (max-width: 1199px) {
  #team-detail .col-details #person-nav {
    font-size: 12px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  #team-detail .col-details #person-nav {
    padding-right: 30%;
  }

  #team-detail .col-details #person-nav a {
    margin: 0 15px 5px 0;
  }
}

#team-detail .col-details .contact {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #team-detail .col-details .contact {
    margin: 0 0 15px;
  }
}

#team-detail .col-details .contact .button,
#team-detail .col-details .contact .facebook,
#team-detail .col-details .contact .twitter,
#team-detail .col-details .contact .linkedin,
#team-detail .col-details .contact .email {
  display: inline-block;
  margin-right: 3px;
}

#team-detail .col-details .contact .facebook {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/facebook.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .facebook:hover,
#team-detail .col-details .contact .facebook:focus {
  background: url("../img/retinaButtons/facebook_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .twitter {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/twitter.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .twitter:hover,
#team-detail .col-details .contact .twitter:focus {
  background: url("../img/retinaButtons/twitter_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .linkedin {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/linkedin.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .linkedin:hover,
#team-detail .col-details .contact .linkedin:focus {
  background: url("../img/retinaButtons/linkedin_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .email {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/retinaButtons/email.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details .contact .email:hover,
#team-detail .col-details .contact .email:focus {
  background: url("../img/retinaButtons/email_hover.png") 50% 50% no-repeat;
  background-size: cover;
}

#team-detail .col-details section {
  display: none;
}

#team-detail .col-details .misc {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

#team-detail .col-details .misc.visible-xs {
  padding-top: 20px;
  border-top: 1px solid #7de6cf;
}

#team-detail .col-details #bio {
  display: block;
}

#team-detail .col-details #bio a {
  text-decoration: underline;
}

#team-detail .col-details #bio dl {
  border-bottom: 1px solid #7de6cf;
  padding: 10px 0 6px;
  margin-bottom: 18px;
}

#team-detail .col-details #bio dl dt {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

#team-detail .col-details #bio dl dt:after {
  content: ': ';
}

#team-detail .col-details #bio dl dd {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  #team-detail .col-details #bio {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  #team-detail .col-details #bio {
    font-size: 14px;
    line-height: 22px;
  }

  #team-detail .col-details #bio .video {
    margin: 20px 0;
    padding: 25px 0;
    border: 1px solid #7de6cf;
    border-left-width: 0;
    border-right-width: 0;
    height: 230px;
  }

  #team-detail .col-details #bio .video iframe {
    position: relative;
  }
}

#team-detail .col-details #honors ul,
#team-detail .col-details #writing ul,
#team-detail .col-details #news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#team-detail .col-details #honors li,
#team-detail .col-details #writing li,
#team-detail .col-details #news li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #7de6cf;
}

#team-detail .col-details #honors h1,
#team-detail .col-details #writing h1,
#team-detail .col-details #news h1 {
  font-size: 21px;
  margin: 0 0 6px;
  line-height: 27px;
}

@media (max-width: 1199px) {

  #team-detail .col-details #honors h1,
  #team-detail .col-details #writing h1,
  #team-detail .col-details #news h1 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {

  #team-detail .col-details #honors h1,
  #team-detail .col-details #writing h1,
  #team-detail .col-details #news h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

#team-detail .col-details #honors h1 a,
#team-detail .col-details #writing h1 a,
#team-detail .col-details #news h1 a {
  font-size: 21px;
  line-height: 27px;
  text-decoration: underline;
  color: #677c8c;
}

#team-detail .col-details #honors a,
#team-detail .col-details #writing a,
#team-detail .col-details #news a {
  font-size: 12px;
  line-height: 28px;
  color: #4882d0;
}

#team-detail .col-details #speaking ul,
#team-detail .col-details #podcast ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#team-detail .col-details #speaking li,
#team-detail .col-details #podcast li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #7de6cf;
}

#team-detail .col-details #speaking a,
#team-detail .col-details #podcast a,
#team-detail .col-details #speaking span,
#team-detail .col-details #podcast span {
  font-size: 22px;
  line-height: 27px;
}

@media (max-width: 1199px) {

  #team-detail .col-details #speaking a,
  #team-detail .col-details #podcast a,
  #team-detail .col-details #speaking span,
  #team-detail .col-details #podcast span {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {

  #team-detail .col-details #speaking a,
  #team-detail .col-details #podcast a,
  #team-detail .col-details #speaking span,
  #team-detail .col-details #podcast span {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {

  #team-detail .col-details #speaking a,
  #team-detail .col-details #podcast a,
  #team-detail .col-details #speaking span,
  #team-detail .col-details #podcast span {
    font-size: 16px;
    line-height: 22px;
  }
}

#team-detail .col-details #speaking a,
#team-detail .col-details #podcast a {
  text-decoration: underline;
}

#team-detail .col-details #testimonials p {
  margin: 20px 0 5px;
}

#team-detail .col-details #testimonials p:before,
#team-detail .col-details #testimonials p:after {
  content: '"';
}

@media screen and (max-width: 767px) {
  #team-detail .col-details #testimonials p {
    font-size: 14px;
    line-height: 22px;
  }
}

#team-detail .col-details #testimonials cite {
  color: #4882d0;
}

#team-detail .col-details #testimonials cite:before {
  content: '—  ';
}

#team-detail .col-details #blog p {
  margin: 20px 0 5px;
}

#team-detail .col-details #blog a {
  color: #4882d0;
}

@media (max-width: 767px) {
  #team-detail #portfolio-tiles {
    display: none;
  }
}

#team-detail #portfolio-tiles .row,
#team-detail #portfolio-tiles-2 .row {
  margin: 0 -7.5px;
}

#team-detail #portfolio-tiles .title,
#team-detail #portfolio-tiles-2 .title {
  margin: 10px 0 10px;
  padding: 0 7.5px;
}

#team-detail #portfolio-tiles .tile,
#team-detail #portfolio-tiles-2 .tile {
  margin: 0 0 15px;
  padding: 0 7.5px;
}

#team-detail #portfolio-tiles .tile .content,
#team-detail #portfolio-tiles-2 .tile .content {
  background: #fff;
  position: relative;
  overflow: hidden;
}

#team-detail #portfolio-tiles .tile .content img,
#team-detail #portfolio-tiles-2 .tile .content img {
  width: 50%;
  display: block;
  margin: 15% auto;
}

#team-detail #portfolio-tiles .tile .content .dim,
#team-detail #portfolio-tiles-2 .tile .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

#team-detail #portfolio-tiles .tile .content .overlay,
#team-detail #portfolio-tiles-2 .tile .content .overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e7ea;
  width: 100%;
  height: 100%;
  padding: 5%;
}

#team-detail #portfolio-tiles .tile .content .overlay h1,
#team-detail #portfolio-tiles .tile .content .overlay p,
#team-detail #portfolio-tiles-2 .tile .content .overlay h1,
#team-detail #portfolio-tiles-2 .tile .content .overlay p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

@media (max-width: 767px) {

  #team-detail #portfolio-tiles .tile .content img,
  #team-detail #portfolio-tiles-2 .tile .content img {
    width: 60%;
  }

  #team-detail #portfolio-tiles .tile .content .overlay,
  #team-detail #portfolio-tiles-2 .tile .content .overlay {
    display: block;
    position: relative;
    padding: 7.5px 0 0;
    background: #fff;
    border: none;
  }

  #team-detail #portfolio-tiles .tile .content .overlay .company-name,
  #team-detail #portfolio-tiles-2 .tile .content .overlay .company-name {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #team-detail #portfolio-tiles .tile .content .overlay p,
  #team-detail #portfolio-tiles-2 .tile .content .overlay p {
    display: none;
  }

  #team-detail #portfolio-tiles .tile .content .img-wrap,
  #team-detail #portfolio-tiles-2 .tile .content .img-wrap {
    overflow: hidden;
  }
}

#team-detail #portfolio-tiles .tile .content:hover .overlay,
#team-detail #portfolio-tiles-2 .tile .content:hover .overlay {
  display: block;
}

#team-detail #portfolio-tiles .tile.active,
#team-detail #portfolio-tiles-2 .tile.active {
  margin-bottom: 20px;
}

#team-detail #portfolio-tiles .tile.active:after,
#team-detail #portfolio-tiles-2 .tile.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-width: 20px;
  margin-left: -20px;
  z-index: 1000;
}

#team-detail #portfolio-tiles .tile.active:hover:after,
#team-detail #portfolio-tiles-2 .tile.active:hover:after {
  border-top-color: #e3e7ea;
}

#team-detail #portfolio-tiles .tile.inactive img,
#team-detail #portfolio-tiles-2 .tile.inactive img {
  filter: grey;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}

@media (max-width: 767px) {

  #team-detail #portfolio-tiles .tile,
  #team-detail #portfolio-tiles-2 .tile {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}

body.page-contact .section-grey .container-fluid,
body.page-id-524 .section-grey .container-fluid {
  background-color: #F0F4F3;
  padding: 70px 92.5px;
}

body.page-contact .section-grey .container-fluid .col-lg-4,
body.page-id-524 .section-grey .container-fluid .col-lg-4 {
  padding: 0;
}

@media screen and (max-width: 767px) {

  body.page-contact .section-grey .container-fluid,
  body.page-id-524 .section-grey .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-contact .section-grey .container-fluid,
  body.page-id-524 .section-grey .container-fluid {
    padding: 30px 50px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 1),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 6px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 2),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 2) {
    padding: 0 6px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 3),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 3) {
    padding-left: 6px;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-contact .section-grey .container-fluid,
  body.page-id-524 .section-grey .container-fluid {
    padding: 50px 75px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 1),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 6px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 2),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 2) {
    padding: 0 6px;
  }

  body.page-contact .section-grey .container-fluid .col-sm-4:nth-child(3n + 3),
  body.page-id-524 .section-grey .container-fluid .col-sm-4:nth-child(3n + 3) {
    padding-left: 6px;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {

  body.page-contact .section-grey .container-fluid .col-sm-4,
  body.page-id-524 .section-grey .container-fluid .col-sm-4 {
    padding: 0 7.5px;
  }
}

body.page-contact .section-grey .map-holder,
body.page-id-524 .section-grey .map-holder {
  background-color: white;
  margin-bottom: 15px;
}

body.page-contact .section-grey .map-holder .map,
body.page-id-524 .section-grey .map-holder .map {
  width: 100%;
  min-height: 200px;
  border-bottom: 1px solid #ededed;
}

body.page-contact .section-grey .map-holder h3,
body.page-id-524 .section-grey .map-holder h3 {
  padding-top: 20px;
  color: #4882d0;
  text-align: left;
  margin: 0 20px 20px;
}

body.page-contact .section-grey .map-holder hr,
body.page-id-524 .section-grey .map-holder hr {
  background-color: #7ddccb;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

body.page-contact .section-grey .map-holder p,
body.page-id-524 .section-grey .map-holder p {
  padding: 0 20px 20px;
  margin-bottom: 0;
}

body.page-contact .section-grey .map-holder a,
body.page-id-524 .section-grey .map-holder a {
  color: #677c8c;
}

@media screen and (max-width: 767px) {

  body.page-contact .section-grey .map-holder h3,
  body.page-id-524 .section-grey .map-holder h3 {
    margin: 0 0 33px;
    font-size: 20px;
  }

  body.page-contact .section-grey .map-holder p,
  body.page-id-524 .section-grey .map-holder p {
    padding: 0 0 20px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-contact .section-grey .map-holder h3,
  body.page-id-524 .section-grey .map-holder h3 {
    margin: 0 15px 15px;
  }

  body.page-contact .section-grey .map-holder p,
  body.page-id-524 .section-grey .map-holder p {
    padding: 0 15px 15px;
  }
}

body.page-contact .section-grey .address-holder,
body.page-id-524 .section-grey .address-holder {
  background-color: inherit;
}

body.page-contact .section-grey .address-holder h3,
body.page-id-524 .section-grey .address-holder h3 {
  padding-top: 20px;
  color: #4882d0;
  text-align: left;
  margin: 0 0px 20px !important;
}

body.page-contact .section-grey .address-holder hr,
body.page-id-524 .section-grey .address-holder hr {
  background-color: #7ddccb;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  width: 90%;
  float: left;
}

body.page-contact .section-grey .address-holder p,
body.page-id-524 .section-grey .address-holder p {
  padding: 0 0px 20px;
  margin-bottom: 0;
}

body.page-contact .section-grey .address-holder a,
body.page-id-524 .section-grey .address-holder a {
  color: #677c8c;
}

@media (max-width: 767px) {

  body.page-contact .section-grey .address-holder,
  body.page-id-524 .section-grey .address-holder {
    padding: 0;
  }

  body.page-contact .section-grey .address-holder hr,
  body.page-id-524 .section-grey .address-holder hr {
    margin-bottom: 10px;
  }

  body.page-contact .section-grey .address-holder p,
  body.page-id-524 .section-grey .address-holder p {
    padding-bottom: 10px;
    margin-top: 12px;
  }

  body.page-contact .section-grey .map-holder h3,
  body.page-id-524 .section-grey .map-holder h3 {
    font-size: 22px;
  }

  body.page-contact .section-grey .section-grey,
  body.page-id-524 .section-grey .section-grey {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  body.page-contact .section-grey .section-grey .col-sm-4,
  body.page-id-524 .section-grey .section-grey .col-sm-4 {
    padding: 0;
  }
}

body.page-insights .header-container,
body.page-id-4385 .header-container {
  position: relative;
}

body.page-insights .header-container .col-md-12,
body.page-id-4385 .header-container .col-md-12 {
  padding: 0;
}

body.page-insights .header-container .col-md-12 img,
body.page-id-4385 .header-container .col-md-12 img {
  width: 100%;
}

body.page-insights .header-container .header-caption,
body.page-id-4385 .header-container .header-caption {
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: -75px;
}

body.page-insights .header-container .header-caption h2,
body.page-id-4385 .header-container .header-caption h2 {
  margin: 0px 0px 30px;
  font-size: 50px;
  color: white;
}

body.page-insights .header-container .header-caption p,
body.page-id-4385 .header-container .header-caption p {
  color: #7de6cf;
  font-size: 22px;
  line-height: 28px;
  width: 370px;
}

@media screen and (max-width: 767px) {

  body.page-insights .header-container .header-caption,
  body.page-id-4385 .header-container .header-caption {
    position: relative;
    margin-top: 0;
    background-color: white;
    left: 0;
    padding: 45px 25px 30px;
  }

  body.page-insights .header-container .header-caption h2,
  body.page-id-4385 .header-container .header-caption h2 {
    color: #677c8c;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 35px;
  }

  body.page-insights .header-container .header-caption p,
  body.page-id-4385 .header-container .header-caption p {
    color: #677c8c;
    width: 75%;
    line-height: 25px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

  body.page-insights .header-container .header-caption,
  body.page-id-4385 .header-container .header-caption {
    margin-top: -47px;
    left: 50px;
  }

  body.page-insights .header-container .header-caption h2,
  body.page-id-4385 .header-container .header-caption h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  body.page-insights .header-container .header-caption p,
  body.page-id-4385 .header-container .header-caption p {
    font-size: 15px;
    line-height: 20px;
    width: 240px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

  body.page-insights .header-container .header-caption,
  body.page-id-4385 .header-container .header-caption {
    margin-top: -77px;
  }

  body.page-insights .header-container .header-caption h2,
  body.page-id-4385 .header-container .header-caption h2 {
    font-size: 44px;
    margin-bottom: 12px;
  }

  body.page-insights .header-container .header-caption p,
  body.page-id-4385 .header-container .header-caption p {
    font-size: 22px;
    width: 310px;
  }
}

body.page-insights .filters-sector,
body.page-insights body.page-news .filters-press,
body.page-news body.page-insights .filters-press,
body.page-insights body.page-id-520 .filters-press,
body.page-id-520 body.page-insights .filters-press,
body.page-id-4385 .filters-sector,
body.page-id-4385 body.page-news .filters-press,
body.page-news body.page-id-4385 .filters-press,
body.page-id-4385 body.page-id-520 .filters-press,
body.page-id-520 body.page-id-4385 .filters-press {
  padding-left: 0;
}

body.page-insights .filters-sector a,
body.page-insights body.page-news .filters-press a,
body.page-news body.page-insights .filters-press a,
body.page-insights body.page-id-520 .filters-press a,
body.page-id-520 body.page-insights .filters-press a,
body.page-id-4385 .filters-sector a,
body.page-id-4385 body.page-news .filters-press a,
body.page-news body.page-id-4385 .filters-press a,
body.page-id-4385 body.page-id-520 .filters-press a,
body.page-id-520 body.page-id-4385 .filters-press a {
  display: inline-block;
  margin: 1.2em 1.2em 1.2em 0;
}

body.page-insights .filters-sector a.active,
body.page-insights body.page-news .filters-press a.active,
body.page-news body.page-insights .filters-press a.active,
body.page-insights body.page-id-520 .filters-press a.active,
body.page-id-520 body.page-insights .filters-press a.active,
body.page-id-4385 .filters-sector a.active,
body.page-id-4385 body.page-news .filters-press a.active,
body.page-news body.page-id-4385 .filters-press a.active,
body.page-id-4385 body.page-id-520 .filters-press a.active,
body.page-id-520 body.page-id-4385 .filters-press a.active {
  color: #4882d0;
}

body.page-insights #filters .container-fluid,
body.page-id-4385 #filters .container-fluid {
  background: #F0F4F3;
  padding: 0 100px;
}

@media screen and (max-width: 767px) {

  body.page-insights #filters .container-fluid,
  body.page-id-4385 #filters .container-fluid {
    padding: 30px 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights #filters .container-fluid,
  body.page-id-4385 #filters .container-fluid {
    padding: 0 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights #filters .container-fluid,
  body.page-id-4385 #filters .container-fluid {
    padding: 0 75px;
  }
}

body.page-insights #filters .mobile-filters .col-xs-6,
body.page-id-4385 #filters .mobile-filters .col-xs-6 {
  padding: 0 6px 0;
}

body.page-insights #filters .mobile-filters .col-xs-6 a,
body.page-id-4385 #filters .mobile-filters .col-xs-6 a {
  padding: 5px 10px;
  border: #7de6cf 1px solid;
  width: 100%;
  display: inline-block;
  margin: 7px 0px;
}

body.page-insights #filters .mobile-filters .col-xs-6 a.active,
body.page-id-4385 #filters .mobile-filters .col-xs-6 a.active {
  background-color: #7de6cf;
  color: #677c8c;
}

body.page-insights .article-list .container-fluid,
body.page-id-4385 .article-list .container-fluid {
  background: #F0F4F3;
}

body.page-insights .article-list .article-list-wrapper .col-lg-4,
body.page-id-4385 .article-list .article-list-wrapper .col-lg-4 {
  margin-bottom: 15px;
}

body.page-insights .article-list .article-list-wrapper .load-more,
body.page-id-4385 .article-list .article-list-wrapper .load-more {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {

  body.page-insights .article-list .article-list-wrapper,
  body.page-id-4385 .article-list .article-list-wrapper {
    padding: 0 25px;
  }

  body.page-insights .article-list .article-list-wrapper .load-more,
  body.page-id-4385 .article-list .article-list-wrapper .load-more {
    margin-bottom: 20px;
  }

  body.page-insights .article-list .col-lg-4,
  body.page-id-4385 .article-list .col-lg-4 {
    padding: 0;
  }

  body.page-insights .article-list .insight-teaser,
  body.page-id-4385 .article-list .insight-teaser {
    padding-bottom: 0px;
    min-height: inherit;
    height: 280px;
  }

  body.page-insights .article-list .insight-teaser .read-more,
  body.page-id-4385 .article-list .insight-teaser .read-more {
    position: absolute;
    bottom: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights .article-list .article-list-wrapper,
  body.page-id-4385 .article-list .article-list-wrapper {
    padding: 0 50px;
  }

  body.page-insights .article-list .col-lg-4,
  body.page-id-4385 .article-list .col-lg-4 {
    padding: 0;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 1),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 10px;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 2),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 2) {
    padding: 0 2px;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 3),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights .article-list .article-list-wrapper,
  body.page-id-4385 .article-list .article-list-wrapper {
    padding: 0 75px;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 1),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 10px;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 2),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 2) {
    padding: 0 2px;
  }

  body.page-insights .article-list .col-lg-4:nth-child(3n + 3),
  body.page-id-4385 .article-list .col-lg-4:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {

  body.page-insights .article-list .article-list-wrapper,
  body.page-id-4385 .article-list .article-list-wrapper {
    padding: 0 92.5px;
  }

  body.page-insights .article-list .col-lg-4,
  body.page-id-4385 .article-list .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

body.page-news .press-documents,
body.page-id-520 .press-documents {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  list-style: none;
  background: white;
  width: calc(33% - 11px);
  max-width: 33%;
  padding: 0 20px;
}

body.page-news .press-documents li,
body.page-id-520 .press-documents li {
  border-top: 1px solid #7de6cf;
  position: relative;
  height: 143px;
  padding: 18px 0;
}

body.page-news .press-documents li h4,
body.page-id-520 .press-documents li h4 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}

body.page-news .press-documents li .download,
body.page-id-520 .press-documents li .download {
  position: absolute;
  bottom: 18px;
  width: 100%;
}

body.page-news .press-documents li .download a,
body.page-id-520 .press-documents li .download a {
  color: #4882d0;
}

body.page-news .press-documents li .download span,
body.page-id-520 .press-documents li .download span {
  float: right;
}

body.page-news .press-documents li:first-child,
body.page-id-520 .press-documents li:first-child {
  border-top-width: 0;
  height: 116px;
  padding-top: 20px;
}

body.page-news .press-documents li:first-child img.logo,
body.page-id-520 .press-documents li:first-child img.logo {
  width: 50%;
}

body.page-news .press-documents li:first-child img.close-link,
body.page-id-520 .press-documents li:first-child img.close-link {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 0px;
  max-width: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-news .press-documents,
  body.page-id-520 .press-documents {
    padding: 0 12px;
  }

  body.page-news .press-documents li,
  body.page-id-520 .press-documents li {
    padding: 12px 0;
    height: 120px;
  }

  body.page-news .press-documents li h4,
  body.page-id-520 .press-documents li h4 {
    font-size: 14px;
    line-height: 18px;
  }

  body.page-news .press-documents li .download,
  body.page-id-520 .press-documents li .download {
    font-size: 10px;
    bottom: 12px;
  }

  body.page-news .press-documents li:first-child,
  body.page-id-520 .press-documents li:first-child {
    height: 100px;
    padding-top: 12px;
  }

  body.page-news .press-documents li:first-child .download,
  body.page-id-520 .press-documents li:first-child .download {
    font-size: 10px;
  }

  body.page-news .press-documents li:first-child img.close-link,
  body.page-id-520 .press-documents li:first-child img.close-link {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 0px;
    height: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-news .press-documents,
  body.page-id-520 .press-documents {
    padding: 0 12px;
  }

  body.page-news .press-documents li,
  body.page-id-520 .press-documents li {
    padding: 12px 0;
    height: 120px;
  }

  body.page-news .press-documents li h4,
  body.page-id-520 .press-documents li h4 {
    font-size: 17px;
    line-height: 21px;
  }

  body.page-news .press-documents li .download,
  body.page-id-520 .press-documents li .download {
    font-size: 12px;
    bottom: 12px;
  }

  body.page-news .press-documents li:first-child,
  body.page-id-520 .press-documents li:first-child {
    height: 100px;
    padding-top: 12px;
  }

  body.page-news .press-documents li:first-child .download,
  body.page-id-520 .press-documents li:first-child .download {
    font-size: 15px;
  }

  body.page-news .press-documents li:first-child img.close-link,
  body.page-id-520 .press-documents li:first-child img.close-link {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 0px;
    height: 20px;
  }
}

@media (min-width: 1200px) {

  body.page-news .press-documents,
  body.page-id-520 .press-documents {
    right: 7.5px;
  }

  body.page-news .press-documents li h4,
  body.page-id-520 .press-documents li h4 {
    font-size: 22px;
    line-height: 26px;
  }

  body.page-news .press-documents li .download,
  body.page-id-520 .press-documents li .download {
    font-size: 15px;
  }
}

body.page-news .filters-sector,
body.page-news .filters-press,
body.page-id-520 .filters-sector,
body.page-id-520 .filters-press {
  padding: 0;
  /*background: #e9eaea;*/
  padding: 0 80px;
}

body.page-id-520 .filters-sector .btn-default {
  /*background-color:#e9eaea;*/
  background-color: #fff;

}

body.page-id-520 .filters-sector .btn {
  border-radius: 14px;
}

body.page-id-520 .filters-sector .dropdown-menu a {
  padding: 3px 20px;
  margin: 0px;
}

body.page-news .filters-sector a,
body.page-news .filters-press a,
body.page-id-520 .filters-sector a,
body.page-id-520 .filters-press a {
  display: inline-block;
  margin: 2em 1.2em 1.2em 0;
  color: #7C7575;
}

body.page-news .filters-sector a.active,
body.page-news .filters-press a.active,
body.page-id-520 .filters-sector a.active,
body.page-id-520 .filters-press a.active {
  color: #4882d0;
}

body.page-news .filters-press,
body.page-id-520 .filters-press {
  text-align: right;
  position: relative;
}

body.page-news .filters-press a,
body.page-id-520 .filters-press a {
  margin-left: 1.2em;
  background: url(../img/icon-press-down.png) no-repeat right;
  margin-right: 0;
  padding-right: 20px;
}

body.page-news .filters-press a img,
body.page-id-520 .filters-press a img {
  padding-left: 5px;
}

body.page-news .filters-press a img.up-arrow,
body.page-id-520 .filters-press a img.up-arrow {
  display: none;
}

body.page-news .filters-press a.down,
body.page-id-520 .filters-press a.down {
  background-image: url(../img/icon-press-up.png);
}

body.page-news #filters .container-fluid,
body.page-id-520 #filters .container-fluid {
  background: #fff;
  padding: 0 92.5px;
}

@media screen and (max-width: 767px) {

  body.page-news #filters .container-fluid,
  body.page-id-520 #filters .container-fluid {
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-news #filters .container-fluid,
  body.page-id-520 #filters .container-fluid {
    padding: 0 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-news #filters .container-fluid,
  body.page-id-520 #filters .container-fluid {
    padding: 0 75px;
  }
}

body.page-news #filters .mobile-filters .col-xs-12,
body.page-id-520 #filters .mobile-filters .col-xs-12 {
  margin: 1em 0;
  padding: 0;
}

body.page-news .article-list .news-source-name,
body.page-id-520 .article-list .news-source-name {
  width: 125px;
  height: 27px;
  display: inline;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.page-news .article-list .mask,
body.page-id-520 .article-list .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

body.page-news .article-list .container-fluid,
body.page-id-520 .article-list .container-fluid {
  /* 交易案例去背景去下边距 background: #F0F4F3;
  padding: 40px 80px;*/
  padding: 40px 80px 0;
  position: relative;
}

body.page-news .article-list .article-list-wrapper,
body.page-id-520 .article-list .article-list-wrapper {
  /* padding: 0 100px;
   交易案例换背景边距 background: #fff;*/
  padding: 0 50px;
  background: #FAF9F9;
}

body.page-news .article-list .article-list-wrapper .col-lg-4,
body.page-id-520 .article-list .article-list-wrapper .col-lg-4 {
  margin-bottom: 15px;
}

body.page-news .article-list .article-list-wrapper .load-more,
body.page-id-520 .article-list .article-list-wrapper .load-more {
  margin-bottom: 80px;
  padding-top: 2px;
}

@media screen and (max-width: 767px) {

  body.page-news .article-list .article-list-wrapper,
  body.page-id-520 .article-list .article-list-wrapper {
    padding: 0 10px;
  }

  body.page-news .article-list .article-list-wrapper .load-more,
  body.page-id-520 .article-list .article-list-wrapper .load-more {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  body.page-news .article-list .article-list-wrapper .back-to-top,
  body.page-id-520 .article-list .article-list-wrapper .back-to-top {
    margin-left: 15px;
  }

  body.page-news .article-list .article-list-wrapper .meta,
  body.page-id-520 .article-list .article-list-wrapper .meta {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-news .article-list .article-list-wrapper,
  body.page-id-520 .article-list .article-list-wrapper {
    padding: 0 50px;
  }

  body.page-news .article-list .col-lg-4,
  body.page-id-520 .article-list .col-lg-4 {
    padding: 0;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 1),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 10px;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 2),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 2) {
    padding: 0 2px;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 3),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-news .article-list .article-list-wrapper,
  body.page-id-520 .article-list .article-list-wrapper {
    padding: 0 20px;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 1),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 10px;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 2),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 2) {
    padding: 0 2px;
  }

  body.page-news .article-list .col-lg-4:nth-child(3n + 3),
  body.page-id-520 .article-list .col-lg-4:nth-child(3n + 3) {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {

  body.page-news .article-list .article-list-wrapper,
  body.page-id-520 .article-list .article-list-wrapper {
    /* 交易案例改边距 padding: 0 20px; */
    padding-bottom: 30px;
  }

  body.page-news .article-list .col-lg-4,
  body.page-id-520 .article-list .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

body.page-insights_article .article-container,
body.single-post .article-container {
  background: #F0F4F3;
  padding: 30px;
}

body.page-insights_article .article-container .article,
body.single-post .article-container .article {
  margin: 0;
  background: white;
  padding: 30px;
}

body.page-insights_article .article-container .article .header-row,
body.single-post .article-container .article .header-row {
  padding: 0;
}

body.page-insights_article .article-container .article .col-med-10,
body.single-post .article-container .article .col-med-10 {
  padding: 0;
}

body.page-insights_article .article-container .article .back-link img,
body.single-post .article-container .article .back-link img {
  max-width: 20px;
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container .article .back-link img,
  body.single-post .article-container .article .back-link img {
    width: 15px;
  }
}

body.page-insights_article .article-container .article h2,
body.single-post .article-container .article h2 {
  color: #4882d0;
  margin-bottom: 37px;
}

body.page-insights_article .article-container .article h2 a,
body.single-post .article-container .article h2 a {
  color: #4882d0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container .article h2,
  body.single-post .article-container .article h2 {
    font-size: 18px;
    line-height: 22px;
    width: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights_article .article-container .article h2,
  body.single-post .article-container .article h2 {
    width: 90%;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article h2,
  body.single-post .article-container .article h2 {
    width: 50%;
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container .article h2,
  body.single-post .article-container .article h2 {
    width: 58.3%;
    margin-top: 30px;
    font-size: 34px;
    line-height: 38px;
  }
}

body.page-insights_article .article-container .article ul.recent-articles,
body.single-post .article-container .article ul.recent-articles {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-insights_article .article-container .article ul.recent-articles li,
body.single-post .article-container .article ul.recent-articles li {
  font-size: 12px;
  padding: 8px 0 8px;
  border-bottom: 1px solid #7de6cf;
}

body.page-insights_article .article-container .article ul.recent-articles li a,
body.single-post .article-container .article ul.recent-articles li a {
  color: #677c8c;
  text-decoration: underline;
}

body.page-insights_article .article-container .article ul.recent-articles li a:hover,
body.single-post .article-container .article ul.recent-articles li a:hover {
  text-decoration: underline;
}

body.page-insights_article .article-container .article ul.recent-articles li:first-child,
body.single-post .article-container .article ul.recent-articles li:first-child {
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights_article .article-container .article ul.recent-articles li,
  body.single-post .article-container .article ul.recent-articles li {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article ul.recent-articles li,
  body.single-post .article-container .article ul.recent-articles li {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container .article ul.recent-articles li,
  body.single-post .article-container .article ul.recent-articles li {
    font-size: 15px;
  }
}

body.page-insights_article .article-container .article .featured-image,
body.single-post .article-container .article .featured-image {
  margin-bottom: 30px;
}

body.page-insights_article .article-container .article .featured-image img,
body.single-post .article-container .article .featured-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container .article .featured-image,
  body.single-post .article-container .article .featured-image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article .featured-image img,
  body.single-post .article-container .article .featured-image img {
    width: 80%;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container .article .featured-image img,
  body.single-post .article-container .article .featured-image img {
    width: 100%;
  }
}

body.page-insights_article .article-container .article .meta,
body.single-post .article-container .article .meta {
  margin-bottom: 30px;
  height: 60px;
}

body.page-insights_article .article-container .article .meta img,
body.single-post .article-container .article .meta img {
  height: 60px;
  margin-right: 20px;
  float: left;
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container .article .meta,
  body.single-post .article-container .article .meta {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  body.page-insights_article .article-container .article .meta img,
  body.single-post .article-container .article .meta img {
    height: 53px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights_article .article-container .article .meta,
  body.single-post .article-container .article .meta {
    height: 60px;
    font-size: 14px;
  }

  body.page-insights_article .article-container .article .meta img,
  body.single-post .article-container .article .meta img {
    height: 60px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article .meta,
  body.single-post .article-container .article .meta {
    height: 75px;
    font-size: 12px;
  }

  body.page-insights_article .article-container .article .meta img,
  body.single-post .article-container .article .meta img {
    height: 75px;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container .article .meta,
  body.single-post .article-container .article .meta {
    height: 75px;
  }

  body.page-insights_article .article-container .article .meta img,
  body.single-post .article-container .article .meta img {
    height: 75px;
  }
}

body.page-insights_article .article-container .article .article-body,
body.single-post .article-container .article .article-body {
  padding-bottom: 0px;
}

body.page-insights_article .article-container .article .article-body p,
body.page-insights_article .article-container .article .article-body ul,
body.page-insights_article .article-container .article .article-body li,
body.page-insights_article .article-container .article .article-body blockquote,
body.single-post .article-container .article .article-body p,
body.single-post .article-container .article .article-body ul,
body.single-post .article-container .article .article-body li,
body.single-post .article-container .article .article-body blockquote {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

body.page-insights_article .article-container .article .article-body a,
body.single-post .article-container .article .article-body a {
  text-decoration: underline;
}

body.page-insights_article .article-container .article .article-body img,
body.single-post .article-container .article .article-body img {
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights_article .article-container .article .article-body p,
  body.page-insights_article .article-container .article .article-body ul,
  body.page-insights_article .article-container .article .article-body li,
  body.page-insights_article .article-container .article .article-body blockquote,
  body.single-post .article-container .article .article-body p,
  body.single-post .article-container .article .article-body ul,
  body.single-post .article-container .article .article-body li,
  body.single-post .article-container .article .article-body blockquote {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article .article-body p,
  body.page-insights_article .article-container .article .article-body ul,
  body.page-insights_article .article-container .article .article-body li,
  body.page-insights_article .article-container .article .article-body blockquote,
  body.single-post .article-container .article .article-body p,
  body.single-post .article-container .article .article-body ul,
  body.single-post .article-container .article .article-body li,
  body.single-post .article-container .article .article-body blockquote {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container .article .article-body,
  body.single-post .article-container .article .article-body {
    border-bottom: 1px solid #7de6cf;
  }

  body.page-insights_article .article-container .article .article-body p,
  body.page-insights_article .article-container .article .article-body ul,
  body.page-insights_article .article-container .article .article-body li,
  body.page-insights_article .article-container .article .article-body blockquote,
  body.single-post .article-container .article .article-body p,
  body.single-post .article-container .article .article-body ul,
  body.single-post .article-container .article .article-body li,
  body.single-post .article-container .article .article-body blockquote {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

body.page-insights_article .article-container .article .contact,
body.single-post .article-container .article .contact {
  margin-top: 22px;
}

@media (max-width: 767px) {

  body.page-insights_article .article-container .article .contact,
  body.single-post .article-container .article .contact {
    margin: 0 0 15px;
  }
}

body.page-insights_article .article-container .article .contact .button,
body.page-insights_article .article-container .article #team-detail .col-details .contact .facebook,
#team-detail .col-details body.page-insights_article .article-container .article .contact .facebook,
body.page-insights_article .article-container .article #team-detail .col-details .contact .twitter,
#team-detail .col-details body.page-insights_article .article-container .article .contact .twitter,
body.page-insights_article .article-container .article #team-detail .col-details .contact .linkedin,
#team-detail .col-details body.page-insights_article .article-container .article .contact .linkedin,
body.page-insights_article .article-container .article #team-detail .col-details .contact .email,
#team-detail .col-details body.page-insights_article .article-container .article .contact .email,
body.page-insights_article .article-container .article .contact .facebook,
body.page-insights_article .article-container .article .contact .twitter,
body.page-insights_article .article-container .article .contact .linkedin,
body.page-insights_article .article-container .article .contact .email,
body.single-post .article-container .article .contact .button,
body.single-post .article-container .article #team-detail .col-details .contact .facebook,
#team-detail .col-details body.single-post .article-container .article .contact .facebook,
body.single-post .article-container .article #team-detail .col-details .contact .twitter,
#team-detail .col-details body.single-post .article-container .article .contact .twitter,
body.single-post .article-container .article #team-detail .col-details .contact .linkedin,
#team-detail .col-details body.single-post .article-container .article .contact .linkedin,
body.single-post .article-container .article #team-detail .col-details .contact .email,
#team-detail .col-details body.single-post .article-container .article .contact .email,
body.single-post .article-container .article .contact .facebook,
body.single-post .article-container .article .contact .twitter,
body.single-post .article-container .article .contact .linkedin,
body.single-post .article-container .article .contact .email {
  display: inline-block;
  margin-right: 3px;
}

body.page-insights_article .article-container .article .contact .facebook,
body.single-post .article-container .article .contact .facebook {
  background-position: 0 -69px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

body.page-insights_article .article-container .article .contact .facebook:hover,
body.page-insights_article .article-container .article .contact .facebook.fb-hover,
body.single-post .article-container .article .contact .facebook:hover,
body.single-post .article-container .article .contact .facebook.fb-hover {
  background-position: 0 -91px;
}

body.page-insights_article .article-container .article .contact .twitter,
body.single-post .article-container .article .contact .twitter {
  background-position: 0 -419px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

body.page-insights_article .article-container .article .contact .twitter:hover,
body.page-insights_article .article-container .article .contact .twitter.tweet-hover,
body.single-post .article-container .article .contact .twitter:hover,
body.single-post .article-container .article .contact .twitter.tweet-hover {
  background-position: 0 -441px;
}

body.page-insights_article .article-container .article .contact .linkedin,
body.single-post .article-container .article .contact .linkedin {
  background-position: 0 -113px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

body.page-insights_article .article-container .article .contact .linkedin:hover,
body.page-insights_article .article-container .article .contact .linkedin.linkedin-hover,
body.single-post .article-container .article .contact .linkedin:hover,
body.single-post .article-container .article .contact .linkedin.linkedin-hover {
  background-position: 0 -135px;
}

body.page-insights_article .article-container .article .contact .email,
body.single-post .article-container .article .contact .email {
  background-position: 0 -157px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

body.page-insights_article .article-container .article .contact .email:hover,
body.page-insights_article .article-container .article .contact .email.mail-hover,
body.single-post .article-container .article .contact .email:hover,
body.single-post .article-container .article .contact .email.mail-hover {
  background-position: 0 -180px;
}

body.page-insights_article .article-container .article .social,
body.single-post .article-container .article .social {
  margin-top: 22px;
}

body.page-insights_article .article-container .article .social a.facebook,
body.single-post .article-container .article .social a.facebook {
  background-position: 0 -45px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-insights_article .article-container .article .social a.twitter,
body.single-post .article-container .article .social a.twitter {
  background-position: 0 -463px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-insights_article .article-container .article .social a.email,
body.single-post .article-container .article .social a.email {
  background-position: 0 -21px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container .article .social,
  body.single-post .article-container .article .social {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container .article .social,
  body.single-post .article-container .article .social {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {

  body.page-insights_article .article-container,
  body.single-post .article-container {
    padding: 30px 0px;
  }

  body.page-insights_article .article-container .recent-articles-container,
  body.single-post .article-container .recent-articles-container {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-insights_article .article-container,
  body.single-post .article-container {
    padding: 30px 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-insights_article .article-container,
  body.single-post .article-container {
    padding: 50px 75px;
  }

  body.page-insights_article .article-container .col-med-6,
  body.single-post .article-container .col-med-6 {
    padding: 0;
  }
}

@media (min-width: 1200px) {

  body.page-insights_article .article-container,
  body.single-post .article-container {
    padding: 75px 100px;
  }
}

@media screen and (max-width: 768px) {

  body.page-insights_article .article-container .article,
  body.single-post .article-container .article {
    margin: 0;
    background: white;
    padding: 25px;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {

  body.page-insights_article .article-container .article .col-lg-5,
  body.single-post .article-container .article .col-lg-5 {
    padding-left: 0px;
    padding-top: 50px;
  }
}

body.page-insights_article .grey-bg,
body.single-post .grey-bg {
  background: #F0F4F3;
  padding: 25px;
}

body.page-insights_article .grey-bg .back-to-top,
body.single-post .grey-bg .back-to-top {
  padding-top: 0;
}

body.page-careers .col-xs-12,
body.page-id-4388 .col-xs-12 {
  padding: 0;
}

body.page-careers #filters a,
body.page-id-4388 #filters a {
  color: #677c8c;
}

body.page-careers #filters .container-fluid,
body.page-id-4388 #filters .container-fluid {
  background-color: white;
  padding: 33px 100px 0;
}

@media screen and (max-width: 767px) {

  body.page-careers #filters .container-fluid,
  body.page-id-4388 #filters .container-fluid {
    padding: 25px 25px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers #filters .container-fluid,
  body.page-id-4388 #filters .container-fluid {
    padding: 30px 50px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers #filters .container-fluid,
  body.page-id-4388 #filters .container-fluid {
    padding: 33px 75px 0;
  }
}

body.page-careers #filters p,
body.page-id-4388 #filters p {
  max-width: 400px;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {

  body.page-careers #filters p,
  body.page-id-4388 #filters p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers #filters p,
  body.page-id-4388 #filters p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers #filters p,
  body.page-id-4388 #filters p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) {

  body.page-careers #filters p,
  body.page-id-4388 #filters p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {

  body.page-careers #filters .col-xs-12,
  body.page-id-4388 #filters .col-xs-12 {
    margin-bottom: 17px;
  }

  body.page-careers #filters .dd-selected,
  body.page-id-4388 #filters .dd-selected {
    background: white;
    padding: 10px 10px 8px;
  }

  body.page-careers #filters input[type=text],
  body.page-id-4388 #filters input[type=text] {
    border: 1px solid #7de6cf;
    padding: 10px 10px 8px;
    width: 100%;
    font-size: 14px;
  }

  body.page-careers #filters a.career-search-button,
  body.page-careers #filters a.mobile-career-search-button,
  body.page-id-4388 #filters a.career-search-button,
  body.page-id-4388 #filters a.mobile-career-search-button {
    padding: 10px 10px 8px;
    background: #F0F4F3;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
  }
}

body.page-careers #filters a:hover,
body.page-careers #filters a:active,
body.page-id-4388 #filters a:hover,
body.page-id-4388 #filters a:active {
  color: #677c8c;
}

body.page-careers #filters .filters-main,
body.page-careers #filters .page-portfolio .filters-sub,
.page-portfolio body.page-careers #filters .filters-sub,
body.page-careers #filters .page-id-1130 .filters-sub,
.page-id-1130 body.page-careers #filters .filters-sub,
body.page-careers #filters .single-investment .filters-sub,
.single-investment body.page-careers #filters .filters-sub,
body.page-id-4388 #filters .filters-main,
body.page-id-4388 #filters .page-portfolio .filters-sub,
.page-portfolio body.page-id-4388 #filters .filters-sub,
body.page-id-4388 #filters .page-id-1130 .filters-sub,
.page-id-1130 body.page-id-4388 #filters .filters-sub,
body.page-id-4388 #filters .single-investment .filters-sub,
.single-investment body.page-id-4388 #filters .filters-sub {
  margin-bottom: 33px;
}

body.page-careers #filters .dropdown,
body.page-id-4388 #filters .dropdown {
  border: 1px solid #7de6cf;
  padding: 7px 15px;
  display: inline-block;
  float: left;
}

body.page-careers #filters .dropdown a,
body.page-id-4388 #filters .dropdown a {
  outline: none;
}

body.page-careers #filters .dropdown .up-arrow,
body.page-id-4388 #filters .dropdown .up-arrow {
  margin-left: 5px;
  display: none;
}

body.page-careers #filters .dropdown .down-arrow,
body.page-id-4388 #filters .dropdown .down-arrow {
  margin-left: 5px;
}

body.page-careers #filters .dropdown .dropdown-menu,
body.page-id-4388 #filters .dropdown .dropdown-menu {
  top: -3px;
  left: -1px;
  font-size: 15px;
  border: 1px solid #7de6cf;
  border-radius: 0px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

body.page-careers #filters .dropdown .dropdown-menu li a,
body.page-id-4388 #filters .dropdown .dropdown-menu li a {
  color: #677c8c;
  padding: 1px 15px 3px;
}

body.page-careers #filters .career-search-box,
body.page-id-4388 #filters .career-search-box {
  float: left;
  width: 330px;
  margin-left: 10px;
}

body.page-careers #filters .career-search-box input,
body.page-id-4388 #filters .career-search-box input {
  border: 1px solid #7de6cf;
  border-right-width: 0px;
  font-size: 15px;
  padding: 7px;
  width: 250px;
  outline: 0;
  height: 36px;
}

body.page-careers #filters .career-search-box a,
body.page-id-4388 #filters .career-search-box a {
  padding: 9px 13px 10px;
  border: 1px solid #7de6cf;
  border-left-width: 0px;
  outline: 0;
  background-color: #F0F4F3;
  height: 36px;
  line-height: 14px;
  position: absolute;
}

body.page-careers #portfolio-tiles .container-fluid,
body.page-id-4388 #portfolio-tiles .container-fluid {
  background-color: white;
  padding: 0 92.5px 70px;
}

@media screen and (max-width: 767px) {

  body.page-careers #portfolio-tiles .container-fluid,
  body.page-id-4388 #portfolio-tiles .container-fluid {
    padding: 0 19px 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers #portfolio-tiles .container-fluid,
  body.page-id-4388 #portfolio-tiles .container-fluid {
    padding: 0 35px 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers #portfolio-tiles .container-fluid,
  body.page-id-4388 #portfolio-tiles .container-fluid {
    padding: 0 60px 70px;
  }
}

@media (min-width: 768px) {

  body.page-careers #portfolio-tiles .row-fluid,
  body.page-id-4388 #portfolio-tiles .row-fluid {
    overflow: hidden;
  }
}

body.page-careers #portfolio-tiles .no-positions,
body.page-id-4388 #portfolio-tiles .no-positions {
  padding-left: 15px;
}

body.page-careers #portfolio-tiles .col-sm-4,
body.page-id-4388 #portfolio-tiles .col-sm-4 {
  margin: 0 0 15px;
}

@media (min-width: 768px) {

  body.page-careers #portfolio-tiles .col-sm-4,
  body.page-id-4388 #portfolio-tiles .col-sm-4 {
    padding: 0 7.5px;
    /*
    &:first-child {
        padding: 0 5px 0 15px;
    }
    &:first-child + .col-sm-4 {
        padding: 0 10px;
    }
    &:first-child + .col-sm-4 + .col-sm-4 {
        padding: 0 15px 0 5px;
    }
    */
  }
}

@media (max-width: 767px) {

  body.page-careers #portfolio-tiles .col-sm-4,
  body.page-id-4388 #portfolio-tiles .col-sm-4 {
    padding: 0 6px;
  }
}

body.page-careers #portfolio-tiles .col-xs-12.back-to-top,
body.page-id-4388 #portfolio-tiles .col-xs-12.back-to-top {
  padding-left: 6px;
  padding-top: 20px;
}

body.page-careers #portfolio-tiles .tile,
body.page-id-4388 #portfolio-tiles .tile {
  cursor: pointer;
}

body.page-careers #portfolio-tiles .tile .content,
body.page-id-4388 #portfolio-tiles .tile .content {
  background: #fff;
  position: relative;
  overflow: hidden;
}

body.page-careers #portfolio-tiles .tile .content img,
body.page-id-4388 #portfolio-tiles .tile .content img {
  width: 50%;
  display: block;
  margin: 15% auto;
}

body.page-careers #portfolio-tiles .tile .content .dim,
body.page-id-4388 #portfolio-tiles .tile .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

body.page-careers #portfolio-tiles .tile .content .overlay,
body.page-id-4388 #portfolio-tiles .tile .content .overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e7ea;
  width: 100%;
  height: 100%;
  padding: 5%;
}

body.page-careers #portfolio-tiles .tile .content .overlay h1,
body.page-careers #portfolio-tiles .tile .content .overlay p,
body.page-id-4388 #portfolio-tiles .tile .content .overlay h1,
body.page-id-4388 #portfolio-tiles .tile .content .overlay p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

@media (max-width: 767px) {

  body.page-careers #portfolio-tiles .tile .content img,
  body.page-id-4388 #portfolio-tiles .tile .content img {
    width: 60%;
  }

  body.page-careers #portfolio-tiles .tile .content .overlay,
  body.page-id-4388 #portfolio-tiles .tile .content .overlay {
    display: block;
    position: relative;
    padding: 7.5px 0 0;
    background: #fff;
    border: none;
  }

  body.page-careers #portfolio-tiles .tile .content .overlay .company-name,
  body.page-id-4388 #portfolio-tiles .tile .content .overlay .company-name {
    font-size: 14px;
    font-weight: normal;
  }

  body.page-careers #portfolio-tiles .tile .content .overlay p,
  body.page-id-4388 #portfolio-tiles .tile .content .overlay p {
    display: none;
  }
}

body.page-careers #portfolio-tiles .tile .content:hover .overlay,
body.page-id-4388 #portfolio-tiles .tile .content:hover .overlay {
  display: block;
}

body.page-careers #portfolio-tiles .tile.active,
body.page-id-4388 #portfolio-tiles .tile.active {
  margin-bottom: 20px;
}

body.page-careers #portfolio-tiles .tile.active:after,
body.page-id-4388 #portfolio-tiles .tile.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-width: 20px;
  margin-left: -20px;
  z-index: 1000;
}

body.page-careers #portfolio-tiles .tile.active:hover:after,
body.page-id-4388 #portfolio-tiles .tile.active:hover:after {
  border-top-color: #e3e7ea;
}

body.page-careers #portfolio-tiles .tile.inactive img,
body.page-id-4388 #portfolio-tiles .tile.inactive img {
  filter: grey;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}

body.page-careers #portfolio-tiles .company-detail,
body.page-id-4388 #portfolio-tiles .company-detail {
  display: none;
  height: auto;
  position: relative;
}

body.page-careers #portfolio-tiles .company-detail .col-sm-4,
body.page-id-4388 #portfolio-tiles .company-detail .col-sm-4 {
  padding: 0 5px 0 15px;
}

body.page-careers #portfolio-tiles .company-detail .col-sm-4+.col-sm-4,
body.page-id-4388 #portfolio-tiles .company-detail .col-sm-4+.col-sm-4 {
  padding: 0 10px;
}

body.page-careers #portfolio-tiles .company-detail .col-sm-4+.col-sm-4+.col-sm-4,
body.page-id-4388 #portfolio-tiles .company-detail .col-sm-4+.col-sm-4+.col-sm-4 {
  padding: 0 15px 0 5px;
}

body.page-careers #portfolio-tiles .company-detail #close,
body.page-id-4388 #portfolio-tiles .company-detail #close {
  background-position: 0 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 7px;
  right: 15px;
}

body.page-careers #portfolio-tiles .company-detail .bottom-border,
body.page-careers .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .single-investment #portfolio-tiles .company-detail h1,
.single-investment body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers .single-investment #portfolio-tiles .company-detail dl,
.single-investment body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers #portfolio-tiles .company-detail .description,
body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 body.page-careers #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .company-detail .bottom-border,
body.page-id-4388 .page-portfolio #portfolio-tiles .company-detail h1,
.page-portfolio body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .page-id-1130 #portfolio-tiles .company-detail h1,
.page-id-1130 body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .single-investment #portfolio-tiles .company-detail h1,
.single-investment body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 .page-portfolio #portfolio-tiles .company-detail dl,
.page-portfolio body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 .page-id-1130 #portfolio-tiles .company-detail dl,
.page-id-1130 body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 .single-investment #portfolio-tiles .company-detail dl,
.single-investment body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .page-team #team-tiles .company-detail h1,
.page-team #team-tiles body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .page-id-535 #team-tiles .company-detail h1,
.page-id-535 #team-tiles body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .page-team #team-tiles .company-detail dl,
.page-team #team-tiles body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .page-id-535 #team-tiles .company-detail dl,
.page-id-535 #team-tiles body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 body.page-careers #portfolio-tiles .company-detail h1,
body.page-careers body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .company-detail .description,
body.page-id-4388 body.page-careers #portfolio-tiles .company-detail dl,
body.page-careers body.page-id-4388 #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .company-detail dl {
  border-bottom: 1px solid #7de6cf;
}

body.page-careers #portfolio-tiles .company-detail h1,
body.page-id-4388 #portfolio-tiles .company-detail h1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

body.page-careers #portfolio-tiles .company-detail .description,
body.page-id-4388 #portfolio-tiles .company-detail .description {
  font-size: 23px;
  color: #4882d0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body.page-careers #portfolio-tiles .company-detail dl,
body.page-id-4388 #portfolio-tiles .company-detail dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body.page-careers #portfolio-tiles .company-detail dt,
body.page-id-4388 #portfolio-tiles .company-detail dt {
  float: left;
  clear: left;
  margin-right: 6px;
}

body.page-careers #portfolio-tiles .company-detail dt:after,
body.page-id-4388 #portfolio-tiles .company-detail dt:after {
  content: ': ';
}

body.page-careers #portfolio-tiles .company-detail #tweets,
body.page-id-4388 #portfolio-tiles .company-detail #tweets {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
}

body.page-careers #portfolio-tiles .company-detail #tweets li,
body.page-id-4388 #portfolio-tiles .company-detail #tweets li {
  margin-bottom: 1em;
}

body.page-careers #portfolio-tiles .company-detail #tweets a,
body.page-id-4388 #portfolio-tiles .company-detail #tweets a {
  color: #4882d0;
}

body.page-careers #portfolio-tiles .company-detail img,
body.page-id-4388 #portfolio-tiles .company-detail img {
  margin-bottom: 15px;
  width: 100%;
}

body.page-careers #portfolio-tiles .company-detail .social a.something,
body.page-id-4388 #portfolio-tiles .company-detail .social a.something {
  background-position: 0 -395px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-careers #portfolio-tiles .company-detail .social a.facebook,
body.page-id-4388 #portfolio-tiles .company-detail .social a.facebook {
  background-position: 0 -45px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-careers #portfolio-tiles .company-detail .social a.twitter,
body.page-id-4388 #portfolio-tiles .company-detail .social a.twitter {
  background-position: 0 -463px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-careers #portfolio-tiles .company-detail .social a.email,
body.page-id-4388 #portfolio-tiles .company-detail .social a.email {
  background-position: 0 -21px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

body.page-careers_company .careers-body,
body.page-id-4388 .careers-body {
  background-color: #fff;
  padding: 20px 25px 50px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body,
  body.page-id-4388 .careers-body {
    padding: 30px 50px 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body,
  body.page-id-4388 .careers-body {
    padding: 33px 75px 70px;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body,
  body.page-id-4388 .careers-body {
    padding: 34px 100px 70px;
  }
}

body.page-careers_company .careers-body .col-xs-12,
body.page-id-4388 .careers-body .col-xs-12 {
  padding: 0;
}

body.page-careers_company .careers-body .col-md-8,
body.page-id-4388 .careers-body .col-md-8 {
  padding-right: 15px;
}

body.page-careers_company .careers-body .back-link,
body.page-id-4388 .careers-body .back-link {
  padding-bottom: 6px;
  border-bottom: 1px solid #7de6cf;
}

body.page-careers_company .careers-body .back-link a,
body.page-id-4388 .careers-body .back-link a {
  font-size: 15px;
  background: url(../img/arrow-left.png) no-repeat;
  background-position-y: center;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {

  body.page-careers_company .careers-body .back-link a,
  body.page-id-4388 .careers-body .back-link a {
    font-size: 12px;
    background-size: auto 8px;
    background-position-y: 1px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body .back-link,
  body.page-id-4388 .careers-body .back-link {
    padding-bottom: 6px;
  }

  body.page-careers_company .careers-body .back-link a,
  body.page-id-4388 .careers-body .back-link a {
    font-size: 12px;
    background-size: auto 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body .back-link,
  body.page-id-4388 .careers-body .back-link {
    padding-bottom: 6px;
  }

  body.page-careers_company .careers-body .back-link a,
  body.page-id-4388 .careers-body .back-link a {
    font-size: 12px;
    background-size: auto 10px;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body .back-link,
  body.page-id-4388 .careers-body .back-link {
    padding-bottom: 34px;
  }
}

body.page-careers_company .careers-body .team-header,
body.page-id-4388 .careers-body .team-header {
  border-bottom: 1px solid #7de6cf;
  padding: 0 0 6px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body .team-header,
  body.page-id-4388 .careers-body .team-header {
    padding: 30px 0 6px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body .team-header,
  body.page-id-4388 .careers-body .team-header {
    padding: 0 0 6px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body .team-header,
  body.page-id-4388 .careers-body .team-header {
    padding: 28px 0 6px;
  }
}

body.page-careers_company .careers-body .team-teaser,
body.page-id-4388 .careers-body .team-teaser {
  margin-top: 15px;
}

body.page-careers_company .careers-body .meta,
body.page-id-4388 .careers-body .meta {
  height: 120px;
  line-height: 120px;
  display: block;
  border-bottom: 1px solid #7de6cf;
}

body.page-careers_company .careers-body .meta ul,
body.page-id-4388 .careers-body .meta ul {
  line-height: 20px;
  float: left;
  list-style: none;
  margin-bottom: 0;
  padding: 20px 0;
}

body.page-careers_company .careers-body .meta ul li,
body.page-id-4388 .careers-body .meta ul li {
  height: 20px;
}

body.page-careers_company .careers-body .meta .logo-container,
body.page-id-4388 .careers-body .meta .logo-container {
  width: 40%;
  float: left;
}

body.page-careers_company .careers-body .meta .logo-container img,
body.page-id-4388 .careers-body .meta .logo-container img {
  max-height: 80px;
}

@media screen and (max-width: 767px) {

  body.page-careers_company .careers-body .meta,
  body.page-id-4388 .careers-body .meta {
    height: 214px;
  }

  body.page-careers_company .careers-body .meta .logo-container,
  body.page-id-4388 .careers-body .meta .logo-container {
    width: 100%;
    line-height: 90px;
    border-bottom: 1px solid #7de6cf;
  }

  body.page-careers_company .careers-body .meta .logo-container img,
  body.page-id-4388 .careers-body .meta .logo-container img {
    max-height: 50px;
  }

  body.page-careers_company .careers-body .meta ul,
  body.page-id-4388 .careers-body .meta ul {
    font-size: 13px;
    line-height: 18px;
    padding: 25px 0 25px;
  }

  body.page-careers_company .careers-body .meta ul li,
  body.page-id-4388 .careers-body .meta ul li {
    height: 18px;
  }

  body.page-careers_company .careers-body .meta ul li .meta-label,
  body.page-id-4388 .careers-body .meta ul li .meta-label {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body .meta,
  body.page-id-4388 .careers-body .meta {
    height: 90px;
    line-height: 90px;
  }

  body.page-careers_company .careers-body .meta .logo-container img,
  body.page-id-4388 .careers-body .meta .logo-container img {
    max-height: 50px;
  }

  body.page-careers_company .careers-body .meta ul,
  body.page-id-4388 .careers-body .meta ul {
    line-height: 18px;
    font-size: 12px;
    padding: 6px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body .meta,
  body.page-id-4388 .careers-body .meta {
    height: 100px;
    line-height: 100px;
  }

  body.page-careers_company .careers-body .meta .logo-container img,
  body.page-id-4388 .careers-body .meta .logo-container img {
    max-height: 50px;
  }

  body.page-careers_company .careers-body .meta ul,
  body.page-id-4388 .careers-body .meta ul {
    line-height: 18px;
    font-size: 12px;
    padding: 11px 0;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body .meta,
  body.page-id-4388 .careers-body .meta {
    height: 120px;
    line-height: 120px;
  }
}

body.page-careers_company .careers-body .company-description,
body.page-id-4388 .careers-body .company-description {
  border-bottom: 1px solid #7de6cf;
}

body.page-careers_company .careers-body .company-description h5,
body.page-id-4388 .careers-body .company-description h5 {
  font-size: 14px;
  color: #4882d0;
  line-height: 18px;
  margin: 15px 0 15px;
}

@media screen and (max-width: 767px) {

  body.page-careers_company .careers-body .company-description h5,
  body.page-id-4388 .careers-body .company-description h5 {
    font-size: 15px;
    line-height: 22px;
    margin: 25px 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body .company-description h5,
  body.page-id-4388 .careers-body .company-description h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body .company-description h5,
  body.page-id-4388 .careers-body .company-description h5 {
    font-size: 17px;
    line-height: 22px;
    margin: 20px 0 20px;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body .company-description h5,
  body.page-id-4388 .careers-body .company-description h5 {
    font-size: 22px;
    line-height: 28px;
    margin: 24px 0 56px;
  }
}

body.page-careers_company .careers-body table,
body.page-id-4388 .careers-body table {
  width: 100%;
}

body.page-careers_company .careers-body table tr,
body.page-id-4388 .careers-body table tr {
  border-bottom: 1px solid #7de6cf;
}

body.page-careers_company .careers-body table th,
body.page-careers_company .careers-body table td,
body.page-id-4388 .careers-body table th,
body.page-id-4388 .careers-body table td {
  padding: 19px 0;
  font-weight: normal;
  vertical-align: top;
  font-size: 12px;
}

body.page-careers_company .careers-body table td.description,
body.page-id-4388 .careers-body table td.description {
  font-size: 14px;
  line-height: 18px;
}

body.page-careers_company .careers-body table th.description,
body.page-id-4388 .careers-body table th.description {
  width: 70%;
}

@media screen and (max-width: 767px) {

  body.page-careers_company .careers-body table th,
  body.page-id-4388 .careers-body table th {
    font-size: 13px;
    font-weight: bold;
  }

  body.page-careers_company .careers-body table td.description,
  body.page-id-4388 .careers-body table td.description {
    font-size: 14px;
    line-height: 21px;
  }

  body.page-careers_company .careers-body table td.description span,
  body.page-id-4388 .careers-body table td.description span {
    color: #4882d0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  body.page-careers_company .careers-body table th,
  body.page-careers_company .careers-body table td,
  body.page-id-4388 .careers-body table th,
  body.page-id-4388 .careers-body table td {
    padding: 10px 0;
    font-size: 12px;
  }

  body.page-careers_company .careers-body table td.description,
  body.page-id-4388 .careers-body table td.description {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  body.page-careers_company .careers-body table th,
  body.page-careers_company .careers-body table td,
  body.page-id-4388 .careers-body table th,
  body.page-id-4388 .careers-body table td {
    padding: 10px 0;
    font-size: 12px;
  }

  body.page-careers_company .careers-body table td.description,
  body.page-id-4388 .careers-body table td.description {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {

  body.page-careers_company .careers-body table th,
  body.page-careers_company .careers-body table td,
  body.page-id-4388 .careers-body table th,
  body.page-id-4388 .careers-body table td {
    padding: 19px 0;
    font-size: 15px;
  }

  body.page-careers_company .careers-body table td.description,
  body.page-id-4388 .careers-body table td.description {
    font-size: 22px;
    line-height: 28px;
  }
}

body.page-careers_company .careers-body .back-to-top,
body.page-id-4388 .careers-body .back-to-top {
  padding-top: 30px;
}

.page-about,
body.page-id-522 {
  color: #fff;
}

.page-about p,
.page-about h1,
body.page-id-522 p,
body.page-id-522 h1 {
  margin: 0;
}

.page-about .container-fluid,
body.page-id-522 .container-fluid {
  background: #fff;
}

.page-about .header,
body.page-id-522 .header {
  background: #4882d0 url("../img/about-header.png") 90% 50% no-repeat;
  padding: 152px 100px 140px;
  font-size: 30px;
  line-height: 38px;
  height: 495px;
  position: relative;
}

@media screen and (max-width: 767px) {

  .page-about .header,
  body.page-id-522 .header {
    background: url("../img/about-header-mobile.png") 50% 50% no-repeat;
    background-size: cover;
    padding: 85% 0 0 0;
    height: auto;
  }
}

.page-about .header p,
body.page-id-522 .header p {
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  top: 14%;
  left: 8%;
  margin-right: 8%;
}

@media screen and (min-width: 420px) {

  .page-about .header p,
  body.page-id-522 .header p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 530px) {

  .page-about .header p,
  body.page-id-522 .header p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 640px) {

  .page-about .header p,
  body.page-id-522 .header p {
    font-size: 29px;
    line-height: 35px;
  }
}

@media screen and (min-width: 768px) {

  .page-about .header p,
  body.page-id-522 .header p {
    font-size: 30px;
    line-height: 38px;
    top: 74px;
    left: 67px;
    margin-right: 67px;
  }
}

@media screen and (min-width: 992px) {

  .page-about .header p,
  body.page-id-522 .header p {
    top: 114px;
    left: 82px;
    margin-right: 82px;
  }
}

@media screen and (min-width: 1200px) {

  .page-about .header p,
  body.page-id-522 .header p {
    top: 152px;
    left: 100px;
    margin-right: 100px;
  }
}

.page-about .carousel,
body.page-id-522 .carousel {
  background: #fff;
  color: #677c8c;
}

.page-about .subheader,
body.page-id-522 .subheader {
  background: #4882d0;
  padding: 14% 8%;
}

.page-about .subheader h1,
body.page-id-522 .subheader h1 {
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {

  .page-about .subheader h1,
  body.page-id-522 .subheader h1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.page-about .subheader p,
body.page-id-522 .subheader p {
  font-size: 14px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {

  .page-about .subheader,
  body.page-id-522 .subheader {
    padding: 49px 100px 70px;
  }

  .page-about .subheader p,
  body.page-id-522 .subheader p {
    font-size: 30px;
    line-height: 38px;
  }
}

.page-about .testimonials,
body.page-id-522 .testimonials {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-about .testimonials .item,
body.page-id-522 .testimonials .item {
  margin: 0;
  padding: 10% 8%;
}

.page-about .testimonials .item h1,
.page-about .testimonials .item p,
body.page-id-522 .testimonials .item h1,
body.page-id-522 .testimonials .item p {
  margin: 0;
}

.page-about .testimonials .item.dubin,
body.page-id-522 .testimonials .item.dubin {
  background: #5396d0;
}

.page-about .testimonials .item.gilbert,
body.page-id-522 .testimonials .item.gilbert {
  background: #5daad0;
}

.page-about .testimonials .item.bailey,
body.page-id-522 .testimonials .item.bailey {
  background: #65b9cf;
}

.page-about .testimonials .item.graves,
body.page-id-522 .testimonials .item.graves {
  background: #6bc3cf;
}

.page-about .testimonials .item.tripp,
body.page-id-522 .testimonials .item.tripp {
  background: #70cdcf;
}

@media screen and (min-width: 768px) {

  .page-about .testimonials .item,
  body.page-id-522 .testimonials .item {
    padding: 93px 100px 85px;
  }
}

@media screen and (min-width: 768px) {

  .page-about .testimonials .credit,
  body.page-id-522 .testimonials .credit {
    width: 275px;
    float: left;
  }
}

.page-about .testimonials .credit .name,
body.page-id-522 .testimonials .credit .name {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (min-width: 768px) {

  .page-about .testimonials .credit .name,
  body.page-id-522 .testimonials .credit .name {
    font-size: 30px;
    line-height: 38px;
  }
}

.page-about .testimonials .credit .company,
body.page-id-522 .testimonials .credit .company {
  font-size: 13px;
  line-height: 16px;
  margin: .6em 0 1.4em;
}

@media screen and (min-width: 768px) {

  .page-about .testimonials .credit .company,
  body.page-id-522 .testimonials .credit .company {
    margin-top: 13px;
    font-size: 22px;
    line-height: 28px;
  }
}

.page-about .testimonials .quote,
body.page-id-522 .testimonials .quote {
  font-size: 14px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {

  .page-about .testimonials .quote,
  body.page-id-522 .testimonials .quote {
    padding-left: 275px;
    font-size: 22px;
    line-height: 28px;
  }
}

.page-about #carousel-container .experience,
body.page-id-522 #carousel-container .experience {
  padding: 49px 100px 0;
}

.page-about #carousel-container .experience .title,
body.page-id-522 #carousel-container .experience .title {
  text-align: center;
  margin-bottom: 44px;
  color: #4882d0;
}

@media screen and (max-width: 767px) {

  .page-about #carousel-container .experience .title,
  body.page-id-522 #carousel-container .experience .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.5em;
  }
}

.page-about #carousel-container .experience .desc,
body.page-id-522 #carousel-container .experience .desc {
  font-size: 14px;
  line-height: 19px;
  color: #677c8c;
}

@media screen and (min-width: 768px) {

  .page-about #carousel-container .experience .desc,
  body.page-id-522 #carousel-container .experience .desc {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {

  .page-about #carousel-container .experience,
  body.page-id-522 #carousel-container .experience {
    padding: 35px 25px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-about #carousel-container .experience,
  body.page-id-522 #carousel-container .experience {
    padding: 40px 50px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-about #carousel-container .experience,
  body.page-id-522 #carousel-container .experience {
    padding: 45px 75px 0;
  }
}

.page-about #about-carousel .carousel-control,
body.page-id-522 #about-carousel .carousel-control {
  top: 50%;
  width: 100px;
  margin-top: -20px;
  opacity: 1;
  background: transparent;
  filter: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

@media screen and (max-width: 767px) {

  .page-about #about-carousel .carousel-control,
  body.page-id-522 #about-carousel .carousel-control {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-about #about-carousel .carousel-control,
  body.page-id-522 #about-carousel .carousel-control {
    margin-top: -15px;
    width: 50px;
  }

  .page-about #about-carousel .carousel-control img,
  body.page-id-522 #about-carousel .carousel-control img {
    max-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-about #about-carousel .carousel-control,
  body.page-id-522 #about-carousel .carousel-control {
    width: 75px;
  }
}

@media screen and (min-width: 1200px) {

  .page-about #about-carousel .carousel-control,
  body.page-id-522 #about-carousel .carousel-control {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {

  .page-about #about-carousel:hover .carousel-control,
  body.page-id-522 #about-carousel:hover .carousel-control {
    display: block;
  }
}

.page-about #about-carousel .item,
body.page-id-522 #about-carousel .item {
  padding: 49px 8%;
  height: 324px;
}

@media screen and (min-width: 768px) {

  .page-about #about-carousel .item,
  body.page-id-522 #about-carousel .item {
    padding: 49px 100px 97px;
  }
}

.page-about #about-carousel .item .c-logo,
body.page-id-522 #about-carousel .item .c-logo {
  text-align: center;
  margin: 2em 0 1em;
}

@media screen and (max-width: 767px) {

  .page-about #about-carousel .item .c-logo,
  body.page-id-522 #about-carousel .item .c-logo {
    margin: 1.5em 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-about #about-carousel .item .c-logo img,
  body.page-id-522 #about-carousel .item .c-logo img {
    max-width: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-about #about-carousel .item .c-logo img,
  body.page-id-522 #about-carousel .item .c-logo img {
    max-width: 100px;
  }
}

@media screen and (min-width: 768px) {

  .page-about #about-carousel .item .col-sm-4,
  body.page-id-522 #about-carousel .item .col-sm-4 {
    padding-top: 2.5em;
  }
}

.page-about #about-carousel .item .company,
body.page-id-522 #about-carousel .item .company {
  display: block;
  color: #4882d0;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {

  .page-about #about-carousel .item .company,
  body.page-id-522 #about-carousel .item .company {
    text-align: center;
    font-size: 14px;
  }
}

.page-about #about-carousel .item .company-detail,
body.page-id-522 #about-carousel .item .company-detail {
  font-size: 15px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {

  .page-about #about-carousel .item .company-detail,
  body.page-id-522 #about-carousel .item .company-detail {
    font-size: 14px;
    line-height: 19px;
    margin-top: 1em;
  }
}

.page-about #about-carousel .item .blurb p,
body.page-id-522 #about-carousel .item .blurb p {
  font-size: 22px;
  line-height: 28px;
  color: #4882d0;
}

@media screen and (max-width: 767px) {

  .page-about #about-carousel .item .blurb p,
  body.page-id-522 #about-carousel .item .blurb p {
    font-size: 14px;
    line-height: 19px;
    margin: 1em 0;
  }
}

.page-about #about-carousel .carousel-indicators,
body.page-id-522 #about-carousel .carousel-indicators {
  left: 50%;
  bottom: 9%;
  margin-bottom: 0;
  margin-left: -30%;
  width: 60%;
}

.page-about #about-carousel .carousel-indicators li,
body.page-id-522 #about-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-width: 0;
  background: #677c8c;
  margin: 0 2px;
}

.page-about #about-carousel .carousel-indicators li.active,
body.page-id-522 #about-carousel .carousel-indicators li.active {
  background-color: #7de6cf;
}

@media screen and (min-width: 768px) {

  .page-about #about-carousel .carousel-indicators,
  body.page-id-522 #about-carousel .carousel-indicators {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .page-about #about-carousel .carousel-indicators,
  body.page-id-522 #about-carousel .carousel-indicators {
    left: 50px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page-about #about-carousel .carousel-indicators,
  body.page-id-522 #about-carousel .carousel-indicators {
    left: 75px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media screen and (min-width: 1200px) {

  .page-about #about-carousel .carousel-indicators,
  body.page-id-522 #about-carousel .carousel-indicators {
    left: 100px;
    margin-left: 0;
    text-align: inherit;
  }
}

@media (max-width: 767px) {

  .page-about #about-carousel .item,
  body.page-id-522 #about-carousel .item {
    min-height: 420px;
  }

  .page-about #about-carousel .carousel-indicators,
  body.page-id-522 #about-carousel .carousel-indicators {
    bottom: 2%;
  }
}

.pd-t-40 {
  /* padding: 40px 80px; */
  max-width: 1300px;
}

.footer {
  padding-top: 0px;
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  bottom: 0px;
  /*width:65%;*/
}

.footer-content {
  width: 100%;
  margin: 0 auto;
}

.footer .copuright {
  text-align: center;
  white-space: nowrap;
}


.footer-content ul {
  /* padding-top:40px; */
  text-align: center;

  /* 修改 */
  display: flex;
  justify-content: center;
}

.footer-content2 ul {
  padding-top: 40px;
  text-align: center;

}

.footer-content3 ul {
  padding-top: 40px;
  text-align: center;

}

.footer-content ul li {
  /* 修改 */
  /* display:inline; */
  padding: 10px 40px;
  list-style: none;

  /* 修改 */
  display: flex;
  float: left;
  justify-content: center;
  flex-direction: column;
  min-width: 140px;
  min-height: 93px;

}

.footer-content2 ul li {
  display: inline;
  padding: 10px 0;
  list-style: none;
}

.footer-content3 ul li {
  display: inline;
  padding: 10px 40px;
  list-style: none;
}

/* .footer-content ul li a{
color: #fff;
color: #707070;
} */

.right-nav {
  /*margin-right: 200px!important;*/
}

.top-center {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -260px;
}


.top-logo {

  /*max-width:100%;*/
  max-height: 100%;
  height: auto;
  width: auto;
  /*height: 100%;*/
  margin-left: auto;
  margin-right: auto;
  background: url("/assert/top_logo1.png") no-repeat;
}





/*关于投中
*/

@media (min-width: 1200px) {
  .about-vison-pannel-title {
    font-weight: bold;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .about-vison-pannel-title {
    font-weight: bold;
    font-size: 16px;
    /*text-align: center;*/
  }
}

/*clock 20200113 add*/
/* @font-face {
  font-family: STyuanti;
  src: url("../fonts/styuanti/styuanti_light.eot");
  src: url("../fonts/styuanti/styuanti_light.eot?#iefix") format("embedded-opentype"), url("../fonts/styuanti/styuanti_light.woff2") format("woff2"), url("../fonts/styuanti/styuanti_light.woff") format("woff"), url("../fonts/styuanti/styuanti_light.ttf") format("truetype"), url("../fonts/styuanti/styuanti_light.svg#fontawesome") format("svg");
  font-display: swap;
} */

.header-title {
  margin: 75px auto;
  text-align: center;
  font-weight: 500;
}

.header-title .title-div {
  display: inline-block;
  padding: 5px 15px 0;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}

.title-div .title {
  font-family: "STyuanti", sans-serif;
  font-size: 60px;
  margin: 0;
  color: #14142e;
}

.title-div .title-sub {
  font-size: 14px;
  color: #929292;
  margin-top: 10px;
}

.header-title.inverse .title-div .title {
  font-size: 60px;
  margin: 0;
  color: #303030;
}

.concernes-item {
  display: inline-block;
  width: 33.33%;
  padding: 15px;
  text-align: center;
}

.concernes-item .text h4 {
  color: #14142e;
  font-weight: bold;
}


.about-txt {
  margin-bottom: 40px;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9d9da1;
}

/*.about-vison-pannel-title{
  font-weigh
  t: bold;
  font-size:14px;
}*/


.about-vison-pannel {
  padding-left: 10px;
  padding-right: 10px;
}

.about-vison-pannel .thumbnail {
  background: #f3f3f3;
  height: 230px;

}

.about-vison-pannel .thumbnailv {
  /* background: #f3f3f3; */
  /* border: .5px solid #e6e7e9; */
  min-height: 140px;
  height: auto;

  /* 添加边框阴影 */
 
  /* -moz-box-shadow: 0.5px 2px 0.5px #707070;
	-webkit-box-shadow: 0.5px 2px 0.5px #707070;
	box-shadow: 0.5px 2px 0.5px #707070;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); */

  box-shadow: #c6d2e7 0px 1px 4px 0px;
  /* -webkit-box-shadow: #707070 0px 0px 3px;
  -moz-box-shadow: #707070 0px 0px 3px;
  box-shadow: #707070 0px 0px 1px 1px; */
}

.about-concerned {
  padding-bottom: 85px;
}

.about-version-container {
  padding-bottom: 60px;
}

.about-services-div {
  padding-bottom: 20px;
}


@media (min-width: 1200px) {
  .connect-map-img {
    position: absolute;
    right: 0;
  }

  .connect-map-txt-div {
    padding: 80px 0 0 60px;
    margin: 30px 0;

  }

  .connect-map-img-div {
    padding: 80px 0px;
  }

  .about-title {
    font-family: '黑体', Calibri, Arial;
    font-size: 4em;
    margin-top: 90px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 15px;
    border-top: 1px solid #9d9da1;
  }

}

@media (max-width: 1200px) {
  .connect-map-txt-div {
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
  }

  .connect-map-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title {
    font-family: '黑体', Calibri, Arial;
    font-size: 2em;
    margin-top: 90px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 15px;
    border-top: 1px solid #9d9da1;
  }
}

/*加入投中*/
.join_table>thead>tr>th {
  border-bottom: 5px solid #00255D;
  color: #14142e;
}

.join_table>thead>tr>th:nth-child(1) {
  padding-left: 15px;
  width: 50%;
}

.join_table>thead>tr>th:nth-child(2) {
  text-align: center;
  white-space: nowrap;
  padding-left: 15px;
  width: 20%;
}

.join_table>thead>tr>th:nth-child(3) {
  text-align: center;
  white-space: nowrap;
  width: 15%;
}

.join_table>thead>tr>th:nth-child(4) {
  text-align: center;
  white-space: nowrap;
  padding-left: 15px;
  width: 35%;
}

.join_table>thead>tr>th:nth-child(5) {
  text-align: center;
  white-space: nowrap;
  width: 0%;
}

.join_table>tbody>tr>th,
.join_table>tbody>tr>td {
  border-bottom: 1px solid #999;
  color: #14142e;
  /*height: 100px;*/
  padding: 30px 15px;
}


.join_table>tbody>tr>td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

.join_table>tbody>tr>td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

.join_table>tbody>tr>td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.join_table>tbody>tr>td:nth-child(5) {
  text-align: center;
  white-space: nowrap;

}

/*头部*/
@media screen and (min-width: 1200px) {

  .websit-header li {
    float: left;
  }

  .maxpng {
    width: 100% !important;
  }

  .service-text {
    word-break: break-word;
    /* padding-left: 4%; */
    /*width:100%;*/
    text-align: left !important;

    color: #333333;
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 4px 0 20px;
  }

  .tap-right-line {
    margin-right: 430px;
  }

  .header-lang {
    float: left;
    margin: -8px 5px;
  }
}


/*zdy自定义*/
/*hdp幻灯片*/
.inner-car {
  /*height: 300px;*/
  /*overflow-y:hidden; */
}

.outter-car {
  height: 640px;
  /*overflow-y:hidden; */
}

/*td团队*/
.team-post-txt {
  height: 120px !important;
  width: 200px !important;
  display: inline-table;
  color: #333333;
}

.no-border-bottom {
  border-bottom: 0px solid #e5e5e5;
}

.teamMember_previous {
  padding: 0 10px;
  width: 37px;
  height: 37px;
  /*background: url('/assert/previous.png') no-repeat left;*/
}

.teamMember_next {
  padding: 0 10px;
  width: 37px;
  /*background: url('/assert/next.png') no-repeat left;*/
}

.teamMember-container {
  /*border: 1px solid red;*/
  /*width: 820px;*/
  width: 1000px;
  overflow: hidden;
  /*font-size: 0;*/
  /*margin: 0;*/
  /*margin: 0px 100px;*/

}

.teamMember-container-aligncenter {
  text-align: center;

}

.teamMember-container ul {
  /* width: 2000px; */
  width: 1000px;
  padding: 0px;
}

.teamMember-container ul li {
  display: inline-block;
  margin: 0px 0 0px 0px;
}

/*al案例*/
.transactions-container-fluid {
  background-color: #fff !important;
}

.transactions-container-fluid .title-div {
  background-color: #fff !important;

}

.translist-div {
  padding: 15px;

}

.trans-txt-3 {
  padding: 20px 8px;

}

.trans-div {
  padding-top: 5px;
}

.trans-img {
  padding: 20px 0 20px;
  border: 0px;
  width: 100%;
}

.trans-teaser {
  padding: 10px;
  min-height: 338px;
  background-color: #fff;
}

.trans-teaser .header {
  min-height: 150px;
}

.tans-text-bold {
  font-weight: bold;
  color: #333;
  font-size: 20px !important;
}

body.page-news .filters-sector,
body.page-news .filters-press,
body.page-id-520 .filters-sector,
body.page-id-520 .filters-press {
  padding: 0;
  /*background: #e9eaea;*/
  padding: 0 0px;
}

.new_des {
  padding: 80px 0;
}

.news-teaser {
  height: 410px;
}

.pd-b-10 {
  padding: 10px 80px;

}

/*投中­­­­新闻*/
.serach_input {
  border-radius: 14px !important;
}

.newsMeta {
  max-height: 100px;
  overflow-y: hidden;
  /*margin-bottom: 5px;*/
  /*padding-bottom: 15px;*/
}

.new_list_date {
  padding-top: 10px;

}

.new_list_txt {
  padding-top: 0px;
  padding-bottom: 0px;

}

.news_close_btn {
  margin-top: 2px !important;
  margin-right: 3px;
}

.news_search_icon {
  position: absolute;
  right: 8px;
  margin-top: 20px;
  z-index: 999;
  opacity: .5;
}

.news_contanier {
  background-color: #fff;
}

#filters {
  background-color: #fff;

}

#filters .container-fluid {
  max-width: 1208px;
}

.news-modal-img {
  /*margin-top: -20px!important;*/
  padding-bottom: 20px;
  width: 100%;
}

/*弹出框*/
.modal-dialog {
  text-align: left !important;
  z-index: 1050;
}

/*.modal-header .close*/
.modal-dialog .modal-content .modal-header>button {
  opacity: 1 !important;
}

/*.modal-dialog .modal-content .modal-header{
  padding: 50px 50px;
}*/
.modal-dialog .modal-content .modal-body {
  padding: 25px 50px;
}

.modal-dialog .modal-content .modal-apply {
  padding: 0px 50px 50px;
}

.modal_title_div {
  padding: 50px 50px 10px;
}

.news_modal_title_div {
  font-weight: bold;
  color: #666;
  padding: 20px 35px 0px;
  line-height: 1.8em;
}

.modal_title_subTitle {
  font-weight: bold;
  text-align: left !important;
  margin: 0;
  line-height: 1.8em;
  color: #333333;
}

.job_des {
  text-align: left;
  color: #666 !important;
}

.job_des_text {
  text-align: left !important;
  color: #666 !important;
  font-weight: initial;
  line-height: 1.8em;
}

/*加入本我*/
.join_div {
  padding: 80px 0px;
}

.table_job_link {
  color: #14142e !important;

}

.joinTable_previous {
  width: 37px;
  height: 37px;
  /*background: url('/assert/previous.png') no-repeat left;*/
}

.joinTable_next {
  width: 37px;
  /*background: url('/assert/next.png') no-repeat left;*/
}

.join_email {
  width: 183px;
  background: url('/assert/join_email.png') no-repeat left
}

/*联系我们*/
.connect-map-title {
  font-size: 24px;
  line-height: 1.2em;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.connect-map-text {
  width: 480px;
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 0px;
}

.connect-pannel {
  padding-bottom: 85px;
  background: #fff;
  width: 85%;
  margin-bottom: 20px;
}

.connect-map-btn {
  margin-top: 40px;
  width: 68px;
  height: 38px;
  background-color: #929292;
  color: #303030;

  /* background: url('/assert/map_btn.png') no-repeat left;
    width: 76px;
    height: 26px; */
}

.about-container {
  /*background-color: #fff!important;*/
}

.about-vison-pannel-text {
  /*padding-top: 5px;*/
  font-size: 14px;
  text-align: left !important;
  line-height: 1.8em;
}

.header-lang {
  float: left;
  margin: -8px 5px;
}

.head-logo {
  margin-top: -45px
}

#global-header .top-nav.navbar-default .navbar-nav li a {
  font-family: '黑体', Calibri, Arial;
  color: #687c8b;
}

#global-header .top-nav.navbar-default .navbar-nav li.active a {
  font-weight: bold;
}

/*超大屏*/
@media screen and (min-width: 1199px) {

  /*关于投中*/
  .services_text_icon {
    position: absolute;
    margin-top: 3px;
  }

  .service-text {
    word-break: break-all;
    /* padding-left: 20px; */
    /*width:100%;*/
    text-align: left !important;
    line-height: 28px;
    color: #333333;
  }

  /*头部*/
  .left-nav {
    /*float: left!important;*/
    /*width: 1280px;*/
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 10px 0 10px;
  }

}

/*大屏*/
@media screen and (max-width: 1199px) and (min-width: 992px) {

  /*关于投中*/
  .services_text_icon {
    position: absolute;
    margin-top: 3px;
  }

  .service-text {
    word-break: break-all;
    /* padding-left: 20px; */
    /*width:100%;*/
    line-height: 28px;
    text-align: left !important;
  }

  /*头部*/
  #global-header .top-nav.navbar-default {
    /*float: left;*/
    width: 1180px;
  }

  .maxpng {
    width: 100% !important;
  }

  .websit-header li {
    /*float:left;*/
    /*position: absolute;*/
    /*width: 1120px;*/
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 10px 0 10px;
  }

  .tap-right-line {
    margin-right: 350px;
  }
  /* .business-items{
    height: 440px;
  } */
}

.websit-header {
  margin-right: 0 !important;
}

/*@media only screen and (min-device-width: 992px){
   #global-header .top-nav.navbar-default{
  float: left;
  width: 1180px;
 }
  #global-header .top-nav.navbar-default .navbar-nav li{
  padding:8px 4px 0 20px;
 }
   .maxpng{
  width: 100%!important;
  }
  .header-lang{
  float:left;
  margin: -5px 5px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
}*/

/*中屏幕*/
@media screen and (max-width: 992px) and (min-width: 768px) {

  /*关于投中*/
  .services_text_icon {
    position: absolute;
    margin-top: 3px;
  }

  .service-text {
    word-break: break-all;
    /* padding-left: 20px; */
    /*width:100%;*/
    line-height: 28px;
    text-align: left !important;
  }

  /*顶部*/
  .head-logo {
    margin-top: -45px;
    margin-left: -10px;
    margin-right: -10px;
  }

  #global-header .top-nav.navbar-default {
    /*float: left;*/
    width: 1180px;
  }

  .maxpng {
    width: 100% !important;
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 10px 0 10px;
  }

  .tap-right-line {
    margin-right: 350px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .business-items{
    height: 440px;
  } */
}

/*中小屏*/
@media screen and (max-width: 768px) {

  /*关于投中*/
  .services_text_icon {
    position: absolute;
    margin-top: 3px;
  }

  .service-text {
    word-break: break-all;
    /* padding-left: 20px; */
    /*width:100%;*/
    line-height: 28px;
    text-align: left !important;
  }

  /*顶部*/
  .navbar-nav>li>a {
    font-size: 10px !important;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 0px;
  }

  #global-header .top-nav.navbar-default .navbar-nav li {
    padding: 8px 5px 0 5px;
  }

  #global-header .top-nav.navbar-default .navbar-nav {
    /*float: left;*/
    margin-top: 10px;
    padding-right: 0px;
    width: 738px;
  }

  #global-header .top-nav.navbar-default {
    height: 60px;
    float: none;
    width: 738px;
    /*padding: 0;*/
  }

  .navbar-nav {
    float: left;
    margin: 0;

  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .navbar-nav>li>img {
    width: 200px;
    margin: -33px 0 -20px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}


.home-footer ul li {
  display: block;
  text-align: left;
}

.home-footer ul li a {
  color: white;
}


/*.home-footer .footer{
  max-width:1280px;
  margin-left: auto;
  margin-right: auto;
  height: 562px;
  bottom: 0px;
  width:65%;

}*/
.home-footer .footer-content {
  width: 100%;
  margin: 0 auto;
}

.home-footer .footer-content ul {

  padding: 40px 0;
  float: left;
}

.home-footer .footer-content ul .title {
  color: #6A6A6A;
  font-weight: bold;
  padding-bottom: 5px;
  white-space: nowrap;
  font-size: 14px;

}

.home-footer .footer-content ul .tel {
  color: white;
  font-weight: bold;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
}

.home-footer .footer-content ul .email {
  padding: 0 0 10px;
  color: #6A6A6A;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}

.home-footer .footer-content ul .social {
  margin-top: 10px;
}

.home-footer .footer-content .sn {
  width: 100px;
  height: 100px;
  background: url('.././assert/sn.jpg') no-repeat left;
}

.home-footer .footer-content .ewm-div {
  padding-top: 40px;
}

.home-footer .footer-content .sntxt {
  color: #6A6A6A;
  margin-top: 25px;

  width: 198px;
  float: right;
  text-align: center;
}

.home-footer .footer-content ul li {
  padding: 0 0 10px;
  list-style: none
}

.home-footer .footer .copuright {
  text-align: center;
  font-size: 12PX;
  bottom: 20px;
  margin-top: -25px;
  white-space: nowrap;

}

.home .home_more_div {
  margin-top: 20px;
}

.home .home_more_tran_div {
  margin-bottom: 80px;
}

.home .home_more_btn {

  opacity: .5;
  padding: 0 10px;
  width: 37px;
  height: 37px;
}

.home-map .map-list {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  width: 207px;
  height: 417px;
}

.home-map .map-list>img {
  /*position: absolute;*/
  /*margin-left:-103px;*/
}

.pd-t-home {
  padding: 40px;
  width: 1208px;
}

.pd-t-home_contats {
  padding: 20px;
  width: 1208px;
}

.mouseshowdiv {
  background-color: #000000;
  opacity: .7;
  position: absolute;
  /* margin-left:-103px; */
  z-index: 100;
  margin-left: -211px
}


/* .weixin{
  float:left;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background-image:url('.././assert/weixin.png');
  background-repeat: no-repeat;
} */
/* .linkin{
  float:left;
  width: 38px;
  height: 38px;
  background-image:url('.././assert/linkin.png') ;
  background-repeat: no-repeat;
} */

/*首页*/
.new_map_div {
  display: inline-block;
  margin-left: -8px;
  /*margin-right: -2px;*/
  width: 207px;
  height: 418px;
  position: relative;
}

.new_map_img {
  left: 0;
  position: absolute;
  width: 207px;
  height: 417px;
}

.new_home_map_detail_modal {
  background-color: #000000;
  opacity: .7;
  left: 0;
  position: absolute;
  z-index: 99;
  width: 207px;
  height: 417px;
}

.home_text_location {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
}

.home_text_txt {
  width: 180px;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
}


.prevpp {
  margin-right: 10px;
}

.nextpp {
  margin-left: 10px;
}


#demo-btn {
  width: 680px;
  padding-top: 20px;
}

/* .tcdPageCode  a, */
.tcdPageCode li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #929292;
  font-weight: 400;
}

.tcdPageCode li {
  list-style: none;
}

.tcdPageCode .thisclass {
  color: #000;
}


.tcdPageCode .prev,
.tcdPageCode .next {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.tcdPageCode .prev {
  background-image: url(../images/previous.png);
}

.tcdPageCode .next {
  background-image: url(../images/next.png);
}

/*.tcdPageCode img{
  width:25px;  
}
.tcdPageCode .nextPage{
  margin:0;
}
.tcdPageCode .prevPage{
  margin:0;
}
.tcdPageCode  span{
  display: inline-block;
}
*/
/*价值观*/
.about-value-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: -30px;
}

/*.about-value-container .container:before,.about-value-container .container:after{position: absolute;content: "";top:50%;left:50%;background: #747479;}*/
/*.about-value-container .container:before{width: 280px;height:1px;margin-left:-140px;margin-top:5px;}*/
/*.about-value-container .container:after{width: 1px;height:100px;margin-top:-50px;margin-left:2px;}*/

.about-value-container .about-vison-pannel {
  padding-top: 61px;
  margin-top: -32px;
  position: relative;
}

.about-value-container .about-vison-pannel .thumbnail {
  border: 1px solid #ddd;
  background: #fff;
}

.about-value-container .about-vison-pannel .thumbnail .caption {
  padding-top: 30px;
}

.about-value-container .about-vison-pannel .thumbnail .about-vison-pannel-title {
  text-align: center;
}

.about-value-container .about-vison-pannel .thumbnailv {
  border: 1px solid #ddd;
  background: #fff;
}

.about-value-container .about-vison-pannel .thumbnailv .caption {
  padding-top: 30px;
}

.about-value-container .about-vison-pannel .thumbnailv .about-vison-pannel-title {
  text-align: center;
}

/* .about-value-container .about-vison-pannel .icon{position:absolute;top:30px;left:50%;margin-left:-30px;width:61px;height:63px;background: url(../assert/about-value-icon.png) no-repeat;} */
.about-value-container .about-vison-pannel:nth-child(1) .icon {
  background-position: 0 0;
}

.about-value-container .about-vison-pannel:nth-child(2) .icon {
  background-position: -61px 0;
}

.about-value-container .about-vison-pannel:nth-child(3) .icon {
  background-position: 0 -61px;
}

.about-value-container .about-vison-pannel:nth-child(4) .icon {
  background-position: -61px -61px;
}

.team-bg {
  background-color: #FAF9F9;
}

/* index */
.col-lg-6 {
  width: 46%;
  /* width: 100%; */
}
.col-lg-6-2 {

  width: 100%;
}

.small-redbox {
  width: 12px;
  height: 12px;
  background: #F57170;
}

.black-font {
  color: #303030;
}

.m-t-10 {
  margin-top: 10px;
}

.justify-between {
  justify-content: space-between;
  display: flex;
}