/*!
 * Glance Digital CSS Framework
 * lance@glance.ca
 * 
 * Based on Bootstrap v3.0.0
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.icon-font {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share-twitter:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
}
.icon-share-linkedin:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
}
.icon-share-mail:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e608";
}
.txt-col-2 {
  -moz-column-count: 2;
  -moz-column-gap: 27.7777777777778px;
  -webkit-column-count: 2;
  -webkit-column-gap: 27.7777777777778px;
  column-count: 2;
  column-gap: 27.7777777777778px;
}
.txt-col-3 {
  -moz-column-count: 3;
  -moz-column-gap: 27.7777777777778px;
  -webkit-column-count: 3;
  -webkit-column-gap: 27.7777777777778px;
  column-count: 3;
  column-gap: 27.7777777777778px;
}
@media (max-width: 1199px) {
  .txt-col-2 {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  .txt-col-3 {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
.screen-reader {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 100%;
  overflow: hidden;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  #social,
  #footer-nav,
  .job-actions,
  #primaryNav {
    display: none;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
  a[href]:after {
    content: " (" attr(href) ")";
  }
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height: 100%;
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
  color: #4f5c67;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #1965ff;
  text-decoration: underline;
}
a:hover {
  color: #7c8a95;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #f0f2f4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@font-face {
  font-family: 'glober';
  src: url('http://mindfieldgroupjobs.com/system/production/assets/23386/original/2BE8D0_2_0.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'glober';
  src: url('http://mindfieldgroupjobs.com/system/production/assets/23385/original/2BE8D0_1_0.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'glober';
  src: url('http://mindfieldgroupjobs.com/system/production/assets/23384/original/2BE8D0_0_0.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('http://mindfieldgroupjobs.com/system/production/assets/23383/original/DINWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('http://mindfieldgroupjobs.com/system/production/assets/23382/original/DINWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
p {
  margin: 0 0 12px;
}
p.lead {
  font-size: 20px;
}
strong {
  font-weight: 700;
}
small {
  font-size: 13.86666667px;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #7c8a95;
}
.text-primary {
  color: #1965ff;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 1em;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 48px;
  color: #1965ff;
}
h2,
.h2 {
  font-size: 30px;
  margin-bottom: .3em;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 21px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1.2em;
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
}
.underline:after {
  content: "";
  display: block;
  width: 30%;
  margin-left: 35%;
  height: 0;
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #7c8a95;
}
ul,
ol {
  margin: 0 0 12px 20px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
li {
  margin-bottom: 8px;
}
.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-col-two {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-col-two > li {
  display: inline-block;
  width: 50%;
}
dl {
  margin-bottom: 12px;
}
dt,
dd {
  line-height: 1.4;
}
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: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7c8a95;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0;
  margin: 12px 0;
}
blockquote p {
  font-weight: bold;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote em {
  display: block;
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
}
blockquote footer:before,
blockquote small:before,
blockquote em:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  line-height: 1.4;
}
pre,
code {
  display: block;
  background: #f0f2f4;
  font-size: .85em;
  padding: 1.5em;
  margin: 1.5em 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1360px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 15px;
  font-size: 24px;
  line-height: inherit;
  color: #2b2e30;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
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;
  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: none;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #2b2e30;
}
.form-control {
  display: block;
  width: 100%;
  height: 36.25px;
  padding: 9px 12px 4.5px;
  font-size: 16px;
  line-height: 1.4;
  color: #2b2e30;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbd1d6;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #4f5c67;
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #4f5c67;
}
.form-control::-moz-placeholder {
  color: #4f5c67;
}
.form-control:-ms-input-placeholder {
  color: #4f5c67;
}
.form-control::-webkit-input-placeholder {
  color: #4f5c67;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f0f2f4;
  opacity: 1;
}
.form-control textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 29px;
  line-height: 1.4 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 220px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 322px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 220px;
  padding: 5px 10px;
  font-size: 13.86666667px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 220px;
  line-height: 220px;
}
textarea.input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 322px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 322px;
  line-height: 322px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 36.25px;
}
.form-control-feedback {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 322px;
  height: 322px;
  line-height: 322px;
}
.input-sm + .form-control-feedback {
  width: 220px;
  height: 220px;
  line-height: 220px;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8e9ca8;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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: 22px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.gform_wrapper {
  margin: 0 auto;
}
.gform_wrapper br {
  display: none;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul li {
  margin: 0;
  list-style: none;
}
.gform_wrapper .gsection {
  text-indent: -20px;
  border-top: 1px solid #cbd1d6;
  padding-top: 30px;
  margin-top: 50px !important;
}
.gform_wrapper .gsection:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.gform_wrapper .gfield {
  margin: 1.875em 0 0 0;
}
.gform_wrapper label {
  font-size: 1em;
  line-height: 2.1;
  margin-bottom: 0;
}
.gform_wrapper span label {
  font-size: 0.85em;
  color: #7c8a95;
}
.gform_wrapper .ginput_container label {
  font-weight: normal;
}
.gform_wrapper .ginput_container .ginput_full,
.gform_wrapper .ginput_container .ginput_left,
.gform_wrapper .ginput_container .ginput_right {
  display: inline-block;
}
.gform_wrapper .ginput_full {
  width: 100%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 46%;
  margin-right: 4%;
  display: inline-block;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .gfield_checkbox {
  line-height: 1em;
}
.gform_wrapper .gfield_checkbox label {
  display: inline;
  margin: 0;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: inline;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
.gform_wrapper .gform_button {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  text-transform: none;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: -0.05em;
  margin: 40px 20px;
  color: #ffffff;
  background-color: #1965ff;
  border-color: #1965ff;
}
.gform_wrapper .gform_button:focus {
  outline: none;
  outline-offset: -2px;
}
.gform_wrapper .gform_button:hover {
  color: inherit;
  text-decoration: none;
}
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.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);
}
.gform_wrapper .gform_button.disabled,
.gform_wrapper .gform_button[disabled],
fieldset[disabled] .gform_wrapper .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.active,
.open .dropdown-toggle.gform_wrapper .gform_button {
  color: #ffffff;
  background-color: #0043cc;
  border-color: #0043cc;
}
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.active,
.open .dropdown-toggle.gform_wrapper .gform_button {
  background-image: none;
}
.gform_wrapper .gform_button.disabled,
.gform_wrapper .gform_button[disabled],
fieldset[disabled] .gform_wrapper .gform_button,
.gform_wrapper .gform_button.disabled:hover,
.gform_wrapper .gform_button[disabled]:hover,
fieldset[disabled] .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button.disabled:active,
.gform_wrapper .gform_button[disabled]:active,
fieldset[disabled] .gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.disabled.active,
.gform_wrapper .gform_button[disabled].active,
fieldset[disabled] .gform_wrapper .gform_button.active {
  background-color: #1965ff;
  border-color: #1965ff;
}
.gform_wrapper .gform_button .badge {
  color: #1965ff;
  background-color: #fff;
}
.gform_wrapper .gfield_required {
  margin-left: .25em;
  color: #cbd1d6;
}
.gform_wrapper .validation_message,
.gform_wrapper .validation_error {
  color: #b94a48;
}
nav {
  /* vertical navigation */
  /* horizontal navigation */
}
nav:before,
nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
nav:after {
  clear: both;
}
nav:before,
nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
nav:after {
  clear: both;
}
nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
nav li {
  margin: 0;
  padding: 0;
  background: none;
}
nav a {
  display: block;
  text-decoration: none;
}
nav .horizontal li {
  display: inline;
}
nav .horizontal a {
  display: inline-block;
  margin: 0 .75em;
}
nav .horizontal li:first-child a {
  margin-left: 0;
}
nav .horizontal li:last-child a {
  margin-right: 0;
}
nav .alignleft {
  display: inline;
  float: left;
}
nav .alignright {
  display: inline;
  float: right;
  text-align: right;
}
nav .aligncenter {
  float: none;
  text-align: center;
}
nav .aligncenter li:first-child a {
  margin-left: .75em;
}
nav .aligncenter li:last-child a {
  margin-right: .75em;
}
.nav-horizontal {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-horizontal li {
  display: inline;
}
.nav-horizontal a {
  display: inline-block;
  margin: 0 .75em;
}
.nav-horizontal li:first-child a {
  margin-left: 0;
}
.nav-horizontal li:last-child a {
  margin-right: 0;
}
.nav-alignleft {
  display: inline;
  float: left;
}
.nav-alignright {
  display: inline;
  float: right;
  text-align: right;
}
.nav-aligncenter {
  float: none;
  text-align: center;
}
.btn {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  text-transform: none;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: -0.05em;
}
.btn:focus {
  outline: none;
  outline-offset: -2px;
}
.btn:hover {
  color: inherit;
  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: inherit;
  background-color: #ffffff;
  border-color: #cbd1d6;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: inherit;
  background-color: #d9d9d9;
  border-color: #a0abb4;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cbd1d6;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #1965ff;
  border-color: #1965ff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0043cc;
  border-color: #0043cc;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1965ff;
  border-color: #1965ff;
}
.btn-primary .badge {
  color: #1965ff;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffd257;
  border-color: #ffd257;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffbe0b;
  border-color: #ffbe0b;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffd257;
  border-color: #ffd257;
}
.btn-warning .badge {
  color: #ffd257;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fb0000;
  border-color: #fb0000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff4949;
  border-color: #ff4949;
}
.btn-danger .badge {
  color: #ff4949;
  background-color: #fff;
}
.btn-success {
  color: #4f5c67;
  background-color: transparent;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #4f5c67;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-success .badge {
  color: transparent;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #28a1c5;
  border-color: #28a1c5;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #1965ff;
  font-weight: 300;
  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:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #7c8a95;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover {
  color: #cbd1d6;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 0.825em;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
@media (min-width: 768px) {
  .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: 1px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #7c8a95;
    border-radius: 0;
    -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 > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #4f5c67;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #4f5c67;
    background-color: #f0f2f4;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #1965ff;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #cbd1d6;
  }
  .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-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.83333333333333em;
    line-height: 1.4;
    color: #4f5c67;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
#wrapper {
  margin: 0 auto;
}
#main {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: auto;
}
#bottom {
  z-index: 1;
  position: relative;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    min-height: 100%;
  }
  #main {
    padding: 0 0 220px;
  }
  #bottom {
    margin: -220px 0 0;
    height: 220px;
  }
  .container {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 1360px) {
  .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1800px) {
  .container {
    padding-left: 13%;
    padding-right: 13%;
  }
}
::selection {
  background: #1965ff;
  color: #fff;
}
.panel {
  padding: 10px 0;
  text-align: center;
}
.row .panel {
  text-align: left;
}
.panel .twoColumn {
  text-align: left;
}
.panel .twoColumn *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .panel {
    padding: 20px 0;
  }
  .col-sm-6 .panel {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .panel {
    padding: 30px 10%;
  }
  .panel .twoColumn {
    -moz-column-count: 2;
    -moz-column-gap: 27.7777777777778px;
    -webkit-column-count: 2;
    -webkit-column-gap: 27.7777777777778px;
    column-count: 2;
    column-gap: 27.7777777777778px;
    margin-bottom: 40px;
  }
  .panel .twoColumn p,
  .panel .twoColumn li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
  }
  #main > .panel:first-child {
    border-top: 80px solid #4f5c67;
  }
  article.panel h1 + h3:before {
    content: "";
    display: block;
    width: 30%;
    margin-left: 35%;
    height: 0;
    margin-top: 40px;
    margin-bottom: 50px;
    border-top: 1px solid #7c8a95;
  }
}
.collapse-btm {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.collapse-btm + section header:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fullscreen-background {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7c8a95 scroll no-repeat center;
  background-size: cover;
}
.patternOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(../../img/pattern-banner.svg) fixed no-repeat 0 0;
  background-size: 100% auto;
  opacity: .8;
}
.patternOverlay.reverse {
  background-image: url(../../img/pattern-banner-reverse.svg);
}
.screenOverlay,
.solidOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 73, 255, 0.8);
}
.screenOverlay {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), 0%, rgba(0, 0, 0, 0.4), 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#66000000', GradientType=0);
}
.thumb {
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #f0f2f4 no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background: #4f5c67 no-repeat center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.banner.narrow:not(.flexible) {
  padding-top: 45%;
}
.banner.flexible {
  height: auto;
  padding-top: 0;
}
.banner.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}
.banner:not(.stickypost) .panel {
  position: relative;
}
.banner:not(.stickypost) .panel h6 {
  font-weight: 300;
  font-size: 18px;
}
.banner:not(.stickypost) .panel h1 {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  margin: .25em;
  color: #fff;
}
.banner:not(.stickypost) .panel p {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.0625em;
  line-height: 1.4;
}
.banner:not(.stickypost) .panel .btn-default {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner:not(.stickypost) .panel .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.33);
}
.banner .panel {
  padding: 40px 0;
}
/*
body.home,
#main.page-customers {
    .banner .panel {
        h6,
        h1 {color: @brand-primary;}
    }
}
*/
@media (min-width: 768px) {
  .banner:not(.stickypost) .panel {
    padding: 100px 0 20px;
    top: 0;
  }
  .banner:not(.stickypost) .panel h1 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .banner:not(.stickypost) .panel p {
    font-size: 26px;
  }
  .banner.overlay .panel {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .banner.flexible {
    height: 0;
    padding-top: 60%;
  }
  .banner.narrow,
  .banner.flexible.narrow {
    padding-top: 45%;
  }
  .banner:not(.stickypost) .panel {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 10% 20px;
    width: 100%;
  }
  .banner:not(.stickypost) .panel h1 {
    font-size: 110px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .banner:not(.stickypost) .panel p {
    font-size: 26px;
    margin: 0 15%;
  }
}
@media (min-width: 1333.33333333px) {
  .banner.flexible,
  .banner {
    height: 800px;
    padding-top: 0;
  }
  .banner.narrow:not(.flexible),
  .banner.flexible.narrow {
    height: 600px;
    padding-top: 0;
  }
}
.slideshow {
  position: relative;
}
.slideshow .container {
  z-index: 2;
  position: relative;
}
.slideshow .slides {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.slideshow .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.slideshow .slide.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}
.player {
  display: none;
  position: absolute;
  z-index: 100;
  left: 5%;
  top: 10%;
  width: 90%;
  height: 0;
  padding-bottom: 50.625%;
  /* 56.25% = 16:9 */
  overflow: hidden;
  border: 5px solid #000;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.touchDevice .banner.parallax,
body.touchDevice .slideshow .slide.parallax {
  background-attachment: scroll;
  background-position: center;
}
/** {-webkit-font-smoothing: antialiased;}*/
nav ul {
  margin-bottom: 0;
}
.btn {
  margin: 40px 20px;
}
@media (max-width: 480px) {
  .btn {
    margin: 20px 0;
    display: block;
  }
}
h1 + .btn {
  margin-top: 0;
}
.collapse-btm .btn:last-child {
  margin-bottom: 0;
}
.icon-arrow-right {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -30px;
  padding: 5px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 50px;
  text-decoration: none;
}
.icon-arrow-right:hover {
  color: #fff;
  opacity: .8;
}
@media (min-width: 768px) {
  .icon-arrow-right {
    display: block;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .icon-arrow-right {
    right: 7%;
  }
}
@media (min-width: 1360px) {
  .icon-arrow-right {
    right: 10%;
  }
}
@media (min-width: 1800px) {
  .icon-arrow-right {
    right: 13%;
  }
}
#main section h1 {
  color: inherit;
}
.dropdown {
  position: relative;
}
@media (max-width: 767px) {
  .dropdown-label {
    display: none;
  }
  .dropdown-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .dropdown-menu li {
    display: inline;
  }
  .dropdown-menu a {
    display: inline-block;
    margin: 0 .75em;
  }
  .dropdown-menu li:first-child a {
    margin-left: 0;
  }
  .dropdown-menu li:last-child a {
    margin-right: 0;
  }
  .dropdown-menu strong {
    margin-right: .5em;
    color: #4f5c67;
  }
  .dropdown-menu a {
    margin: 0;
    color: #4f5c67;
  }
  .dropdown-menu li:not(:last-child) a:after {
    content: "/";
    margin: 0 .5em;
    color: #7c8a95;
  }
}
@media (min-width: 768px) {
  .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -14px;
    margin-left: -21px;
    border-color: #cbd1d6;
  }
  .dropdown-menu a {
    font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.05em;
    -webkit-font-smoothing: antialiased;
    margin: 1.2em 0 .8em;
    font-size: 26px;
    margin: 0;
    font-weight: 300 !important;
  }
  .dropdown-menu a small {
    font-size: 1em;
    color: inherit;
  }
  .dropdown-menu a a {
    color: inherit;
  }
  .dropdown-menu a strong {
    font-weight: 400;
  }
  .dropdown-menu a.current-link {
    font-weight: 400 !important;
    color: #1965ff;
  }
  .dropdown-menu a.current-link strong {
    color: #4f5c67;
  }
  .dropdown-menu li:not(:first-child) a {
    padding-left: 80px;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 36.25px;
  padding: 9px 12px 4.5px;
  font-size: 16px;
  line-height: 1.4;
  color: #2b2e30;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbd1d6;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #4f5c67;
  outline: 0;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #4f5c67;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #4f5c67;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #4f5c67;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #4f5c67;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #f0f2f4;
  opacity: 1;
}
select textarea,
textarea textarea,
input[type="text"] textarea,
input[type="password"] textarea,
input[type="datetime"] textarea,
input[type="datetime-local"] textarea,
input[type="date"] textarea,
input[type="month"] textarea,
input[type="time"] textarea,
input[type="week"] textarea,
input[type="number"] textarea,
input[type="email"] textarea,
input[type="url"] textarea,
input[type="search"] textarea,
input[type="tel"] textarea,
input[type="color"] textarea {
  height: auto;
}
input[type="file"] {
  line-height: 1em;
  margin-top: 1em;
}
textarea {
  height: auto;
}
.popupForm {
  display: none;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
}
.popupForm.open {
  display: block;
}
.popupForm h3 {
  color: #1965ff;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 .5em;
}
.popupForm h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: 23px;
  background: transparent url(../../img/icon.svg) no-repeat center;
}
.popupForm form {
  margin-bottom: 0;
}
.popupForm form:before,
.popupForm form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.popupForm form:after {
  clear: both;
}
.popupForm form:before,
.popupForm form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.popupForm form:after {
  clear: both;
}
.popupForm .gform_heading {
  margin: 0 0 30px;
}
.popupForm .gform_description {
  font-style: 18px;
  font-weight: 700;
}
.popupForm .button {
  margin-bottom: 0;
}
.popupForm .validation_message,
.popupForm .validation_error {
  color: #ff4949;
}
@media (min-width: 768px) {
  .popupForm {
    width: 540px;
    padding: 45px 70px;
    left: 50%;
    margin-left: -270px;
  }
}
#popupBg {
  display: none;
  cursor: pointer;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 48, 0.75);
}
#popupBg:before {
  right: 30px;
  top: 30px;
  z-index: 2;
  position: absolute;
  color: #fff;
  text-decoration: none;
}
#employerLogin {
  position: relative;
}
#employerLogin h3:before {
  background-image: url(../../img/mindfield-onwhite.svg);
}
#employerLogin .btn-set {
  margin: 40px 0;
}
#employerLogin .btn-set .btn {
  display: inline-block;
  margin: 0;
}
#employerLogin .btn-set .btn-link {
  color: inherit;
}
#employerLogin h6 {
  margin: 0;
}
#employerLogin h6 a {
  text-decoration: none;
  padding: 0 .75em;
}
@media (min-height: 540px) {
  #employerLogin {
    height: 540px;
    top: 50%;
    margin-top: -270px;
  }
}
#logCase {
  position: relative !important;
}
#logCase h3:before {
  background-image: url(../../img/mindfield-onwhite.svg);
}
#logCase .btn-set {
  margin: 40px 0;
}
#logCase .btn-set .btn {
  display: inline-block;
  margin: 0;
}
#logCase .btn-set .btn-link {
  color: inherit;
}
#logCase h6 {
  margin: 0;
}
#logCase h6 a {
  text-decoration: none;
  padding: 0 .75em;
}
.ctas {
  background-color: #2b2e30;
}
.ctas a {
  display: block;
  text-decoration: none;
  padding: 5% 10%;
  background: #2f91ff url(../../img/pattern-box.svg) repeat-y center;
  background-size: 100% auto;
  text-align: center;
}
.ctas a:nth-child(even) {
  background-image: url(../../img/pattern-box-dark.svg);
}
.ctas a:hover {
  opacity: .9;
}
.ctas a * {
  color: #fff;
}
.ctas a h2 {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin: .25em 0;
}
@media (min-width: 768px) {
  .ctas {
    display: table;
  }
  .ctas a {
    display: table-cell;
    width: 50%;
  }
  .ctas a h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #values h3 {
    text-align: center;
  }
}
[class^="figure-"],
[class*=" figure-"] {
  display: block;
  height: 120px;
  max-width: 100%;
  background: transparent no-repeat center;
  background-size: contain;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  [class^="figure-"],
  [class*=" figure-"] {
    width: 160px;
  }
}
.figure-growth {
  background-image: url(../../img/figure-growth.svg);
}
.figure-innovation {
  background-image: url(../../img/figure-innovation.svg);
}
.figure-fit {
  background-image: url(../../img/figure-fit.svg);
}
.figure-experience {
  background-image: url(../../img/figure-experience.svg);
}
#main section header {
  padding-top: 45px;
  padding-bottom: 35px;
}
#main section header h1 {
  margin-top: .25em;
  text-align: center;
}
#main section header h2,
#main section header h3,
#main section header h4 {
  margin: 0;
}
#main section header h2 a,
#main section header h3 a,
#main section header h4 a {
  color: #1965ff;
}
#main section header h4 {
  font-weight: 300;
}
#main section header h4 strong {
  font-weight: 400;
}
#main section header a {
  text-decoration: none;
}
#main section header nav {
  text-align: center;
}
#main section header nav:before {
  content: "";
  display: block;
  width: 30%;
  margin-left: 35%;
  height: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  border-top: 1px solid #7c8a95;
}
#main section header nav a {
  display: inline-block;
  color: inherit;
}
#main section header nav a:not(:last-child):after {
  content: " / ";
  padding-left: 5px;
  padding-right: 5px;
}
#main section header nav a.active {
  font-weight: bold;
  color: #1965ff;
}
#main section header nav a.active:after {
  color: #4f5c67;
  font-weight: 400;
}
#main section header .row > div {
  text-align: center;
}
@media (max-width: 767px) {
  #main section header .row > div:first-child {
    padding-bottom: 12px;
  }
  #main section header h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #main section header .row > div:first-child {
    text-align: left;
  }
  #main section header .row > div:last-child {
    text-align: right;
  }
}
.postList:before,
.postList:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.postList:after {
  clear: both;
}
.postList:before,
.postList:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.postList:after {
  clear: both;
}
.postList .post {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.postList .post .panel {
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  padding: 0 20px 30px;
}
.postList .post .panel p:not(.excerpt) {
  font-size: 13.86666667px;
}
.postList .post:hover {
  background-color: #2b2e30;
}
.postList .post:hover .thumb {
  opacity: .8;
}
.postList .post:hover .panel {
  background-color: #f0f2f4;
}
.postList .post:hover .panel h2 {
  color: #1965ff;
}
@media (max-width: 1199px) {
  .postList .post .panel h2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .postList .post {
    float: left;
    width: 33.33333333333333%;
    vertical-align: top;
  }
  .postList .post .thumb {
    padding-top: 45%;
  }
  .postList .post .panel {
    height: 200px;
    padding: 0 10%;
  }
  .caseStudies .post {
    width: 50%;
  }
  .caseStudies .post .thumb {
    padding-top: 33%;
  }
  .caseStudies .post .panel {
    height: 330px;
  }
}
.stickypost .panel h1 {
  color: #fff;
  margin: 15px 0;
}
.stickypost .panel h1 a {
  text-decoration: none;
}
.stickypost .panel h1 a:hover {
  color: #fff;
}
.stickypost .panel a {
  color: #fff;
}
.stickypost .icon-arrow-right {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .banner.stickypost .panel {
    padding: 100px 0 20px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .banner.stickypost .panel {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 10% 20px;
    width: 100%;
    text-align: left;
  }
}
.singlepost {
  position: relative;
  padding: 10px 0 35px;
  border-bottom: 1px solid #cbd1d6;
}
.singlepost h1 {
  color: inherit;
  margin-bottom: 0;
}
.singlepost h1 + h3 {
  margin-top: .25em;
}
.sidebar aside {
  margin: 30px 0;
  border-bottom: 1px solid #cbd1d6;
}
.sidebar aside p:last-child {
  margin-bottom: 30px;
}
.sidebar aside a {
  color: inherit;
  text-decoration: none;
}
.sidebar aside a:hover {
  color: #1965ff;
}
.sidebar .btn {
  margin: 20px 0;
}
.sidebar .author {
  display: block;
  margin: 30px 0;
  border-bottom: 1px solid #cbd1d6;
  text-decoration: none;
  color: inherit;
}
.sidebar .author:before,
.sidebar .author:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar .author:after {
  clear: both;
}
.sidebar .author:before,
.sidebar .author:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar .author:after {
  clear: both;
}
.sidebar .author:hover {
  color: #1965ff;
}
.sidebar .author img {
  float: left;
  width: 33%;
  margin: 0 16px 24px 0;
}
.sidebar .author p {
  overflow: hidden;
  padding-top: 16px;
}
.sidebar .statistic {
  text-align: center;
  color: #1965ff;
}
.sidebar .statistic h2 {
  font-size: 120px;
  font-weight: 100;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.075em;
}
.sidebar .statistic p {
  font-size: 13.86666667px;
}
.sidebar .sharethis nav {
  margin: 30px 0;
}
.sidebar .sharethis nav span {
  padding: .25em .5em .25em 0;
  margin: 0 .5em 0 0;
}
.sidebar .sharethis nav span:not(:last-child) {
  border-right: 1px solid #cbd1d6;
}
.sidebar .st_twitter_custom,
.sidebar .st_linkedin_custom,
.sidebar .st_email_custom {
  dislay: inline-block;
  margin: 0 0 0 2.5px;
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
  color: #2b2e30;
}
.sidebar .st_twitter_custom:hover,
.sidebar .st_linkedin_custom:hover,
.sidebar .st_email_custom:hover {
  color: #1965ff;
}
@media (min-width: 768px) {
  .sidebar .author,
  .sidebar aside {
    margin: 30px 10%;
  }
  .sidebar .btn {
    margin: 10px 0 10px 10%;
    width: 80%;
  }
}
body.single-c_casestudy .singlepost .patternOverlayScroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(../../img/pattern-panel-top.svg) no-repeat 0 0;
  background-size: 100% auto;
}
body.single-post .sidebar .sharethis {
  border-bottom: 0;
}
body.single-post .singlepost .patternOverlayScroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(../../img/pattern-panel-bottom.svg) no-repeat bottom right;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .singlepost {
    padding: 20px 0 45px;
  }
  body.single-c_casestudy .sidebar {
    padding-top: 120px;
  }
  body.single-post .sidebar {
    padding-bottom: 120px;
  }
  body.single-post .caseStudies .panel {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .singlepost {
    padding: 30px 0 65px;
  }
}
.clientList {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.clientList:before,
.clientList:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clientList:after {
  clear: both;
}
.clientList:before,
.clientList:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clientList:after {
  clear: both;
}
.clientList li {
  display: block;
  float: left;
  width: 25%;
  height: 0;
  padding-top: 25%;
  margin: 0;
  background: transparent no-repeat center;
  background-size: 50%;
  overflow: hidden;
}
.clientList li.odd {
  background-color: #f0f2f4;
}
@media (min-width: 768px) {
  .clientList li {
    width: 12.5%;
    padding-top: 12.5%;
  }
}
.bio {
  position: relative;
  background: #1965ff;
  color: #fff;
  padding: 20px 0;
}
.bio * {
  color: #fff;
}
.bio h1 {
  margin-bottom: 0;
}
.bio h1 + h3 {
  margin-top: .25em;
}
@media (min-width: 768px) {
  .bio {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .bio {
    padding: 40px 0;
  }
  #main > .bio:first-child {
    border-top: 80px solid #4f5c67;
  }
}
.page-solutions h1 {
  color: inherit;
}
#page_sections {
  text-align: center;
  padding-top: 45px;
}
#page_sections a {
  display: block;
  color: inherit;
  padding: 6.25px 0;
}
#page_sections a.active {
  font-weight: bold;
  color: #1965ff;
}
@media (min-width: 768px) {
  .page-solutions .caseStudies .panel {
    height: 170px;
  }
  #page_sections a {
    display: inline-block;
    padding: 0;
  }
  #page_sections a:not(:last-child):after {
    content: " / ";
    padding-left: 5px;
    padding-right: 5px;
  }
}
.connect a {
  font-size: 20px;
  display: inline-block;
  padding: 5px 0;
  margin: 10px 0;
}
.connect a:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #2f91ff;
}
.map {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 270px;
}
#mindfield {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .map {
    height: 600px;
  }
}
#mixitup article {
  font-size: 0;
}
#mixitup article .post {
  display: none;
  float: none;
}
#mixitup article .post .panel {
  font-size: 15px;
}
#top {
  z-index: 3;
  position: relative;
  top: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #4f5c67;
  text-align: center;
}
#top * {
  color: #fff;
}
#top nav {
  font-size: 13.86666667px;
}
#top nav a:hover {
  color: #cbd1d6;
}
#top #follow {
  display: none;
}
#logo {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin: 7px 0;
  width: 155px;
  height: 46px;
  overflow: hidden;
}
#logo a {
  display: block;
  width: 155px;
  height: 46px;
  background: url(../../img/mindfield.svg) no-repeat left;
}
#logo a:hover {
  opacity: .7;
}
#primaryNav {
  font-weight: 700;
  text-transform: uppercase;
}
#auxiliaryNav .follow {
  position: relative;
}
#auxiliaryNav .follow #menu-social-follow-menu:before,
#auxiliaryNav .follow #menu-social-follow-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#auxiliaryNav .follow #menu-social-follow-menu:after {
  clear: both;
}
#auxiliaryNav .follow #menu-social-follow-menu:before,
#auxiliaryNav .follow #menu-social-follow-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#auxiliaryNav .follow #menu-social-follow-menu:after {
  clear: both;
}
#auxiliaryNav .follow #menu-social-follow-menu li {
  position: relative;
  display: block;
  float: left;
  font-size: 25px;
  background-color: #2b2e30;
}
#auxiliaryNav .follow #menu-social-follow-menu li:before {
  vertical-align: middle;
  position: relative;
  top: .25em;
}
#auxiliaryNav .follow #menu-social-follow-menu a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#auxiliaryNav .follow #menu-social-follow-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#auxiliaryNav .popupLink a {
  color: #2f91ff;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #logo {
    position: absolute;
    left: 20px;
  }
  #primaryDropdown {
    margin: 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  #primaryDropdown a {
    position: absolute;
    right: 20px;
    text-decoration: none;
    color: #2f91ff;
  }
  #primaryDropdown .icon-close,
  #primaryDropdown .icon-menu {
    font-size: 24px;
    position: relative;
    top: 4px;
    color: #2f91ff;
  }
  #primaryDropdown .icon-close {
    display: none;
    font-size: 20px;
  }
  #primaryNav {
    display: none;
    width: 100%;
  }
  #primaryNav a {
    padding: 12.5px 0;
    background-color: #5e6e7b;
    margin-bottom: 1px;
  }
  #primaryNav .current-menu-item a {
    background-color: #cbd1d6;
    color: #4f5c67;
  }
  #auxiliaryNav {
    display: none;
  }
  #auxiliaryNav ul {
    padding: 6.25px 0 12.5px;
  }
  #auxiliaryNav a {
    padding: 6.25px 0;
  }
  #auxiliaryNav .follow > a {
    display: none;
  }
  #auxiliaryNav .follow #menu-social-follow-menu {
    padding: 12.5px 0;
  }
  #auxiliaryNav .follow #menu-social-follow-menu li {
    width: 16.66666666666667%;
    height: 44px;
    color: #2f91ff;
    background-color: #4f5c67;
  }
  .open #primaryDropdown a,
  .open #primaryDropdown .icon-close {
    color: #6a7b8a;
  }
  .open #primaryDropdown .icon-close {
    display: inline;
  }
  .open #primaryDropdown .icon-menu {
    display: none;
  }
  .open #primaryNav {
    display: block;
  }
  .open #auxiliaryNav {
    display: block;
  }
}
@media (min-width: 768px) {
  #top {
    position: fixed;
    background: rgba(43, 46, 48, 0.75);
  }
  #top nav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 30px;
  }
  #top nav li {
    display: inline;
  }
  #top nav a {
    display: inline-block;
    margin: 0 .75em;
  }
  #top nav li:first-child a {
    margin-left: 0;
  }
  #top nav li:last-child a {
    margin-right: 0;
  }
  #logo {
    float: left;
  }
  #primaryDropdown {
    display: none;
  }
  #primaryNav {
    position: relative;
    float: right;
    top: 30px;
  }
  #auxiliaryNav {
    position: absolute;
    right: 5%;
  }
  #auxiliaryNav a {
    color: #cbd1d6;
  }
  #auxiliaryNav .follow {
    position: relative;
  }
  #auxiliaryNav .follow #menu-social-follow-menu {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100px;
    left: 0;
    margin-left: -5px;
  }
  #auxiliaryNav .follow #menu-social-follow-menu li {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #top nav {
    line-height: 60px;
  }
  #logo {
    margin-right: 27px;
  }
  #primaryNav {
    float: left;
    top: 0;
  }
  #auxiliaryNav {
    float: right;
    position: relative;
    right: auto;
  }
  #auxiliaryNav a {
    color: #fff;
  }
  #auxiliaryNav .popupLink:before {
    content: "|";
    display: inline-block;
    margin: 0 .75em;
  }
  #auxiliaryNav .follow #menu-social-follow-menu {
    padding-top: 10px;
  }
  #auxiliaryNav .follow #menu-social-follow-menu li {
    background-color: rgba(43, 46, 48, 0.75);
  }
}
@media (min-width: 1360px) {
  #logo {
    margin-right: 36px;
  }
}
#bottom {
  background: #4f5c67;
  padding: 10px 0;
  font-size: 13.86666667px;
  text-align: center;
  color: #fff;
}
#bottom a {
  color: #fff;
}
#bottom a:hover {
  color: #cbd1d6;
}
#latest-tweet {
  padding-top: 20px;
}
#latest-tweet h6 {
  display: none;
}
#latest-tweet .latest-tweets li {
  margin: 12px 0;
}
#latest-tweet .icon-share-twitter {
  font-size: 28px;
  color: #2f91ff;
}
#latest-tweet .tweet-text {
  margin-bottom: 0;
}
#latest-tweet .tweet-details a {
  color: #7c8a95;
  text-decoration: none;
}
#latest-tweet ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#footer-nav {
  margin: 12px 0;
}
#footer-nav li {
  padding: 6.25px 0;
}
#legal {
  color: #7c8a95;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #bottom {
    text-align: left;
    padding: 40px 0;
  }
  #latest-tweet {
    position: relative;
    margin-left: 48px;
    padding-top: 0;
  }
  #latest-tweet h6 {
    display: block;
  }
  #latest-tweet .latest-tweets li {
    margin: 24px 20px 24px 0;
  }
  #latest-tweet .icon-share-twitter {
    position: absolute;
    left: -48px;
  }
  #footer-nav {
    margin: 24px 0;
  }
  #footer-nav:before,
  #footer-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #footer-nav:after {
    clear: both;
  }
  #footer-nav:before,
  #footer-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #footer-nav:after {
    clear: both;
  }
  #footer-nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: inline;
    float: right;
    text-align: right;
  }
  #footer-nav ul li {
    display: inline;
  }
  #footer-nav ul a {
    display: inline-block;
    margin: 0 .75em;
  }
  #footer-nav ul li:first-child a {
    margin-left: 0;
  }
  #footer-nav ul li:last-child a {
    margin-right: 0;
  }
  #footer-nav ul a {
    margin: 0 .5em 0 0;
  }
  #footer-nav ul a:after {
    content: "|";
    margin-left: .75em;
  }
  #footer-nav ul li {
    padding: 0;
  }
  #footer-nav ul li:last-child a:after {
    display: none;
  }
  #legal {
    text-align: right;
    color: inherit;
    margin-bottom: 0;
  }
  #legal div {
    display: inline;
  }
}
.career-template #top {
  background-color: #1965ff;
}
.career-template #top nav {
  font-weight: bold;
  font-size: 16px;
}
.career-template #top nav a {
  margin-right: 0;
}
.career-template #logo a {
  display: none;
  background-image: url(../../img/mindfield-reverse.svg);
}
.career-template #bottom {
  text-align: center !important;
}
.career-template #footer-nav {
  text-align: center !important;
}
.career-template #footer-nav ul {
  float: none !important;
  float: none;
  text-align: center;
}
.career-template #footer-nav ul#menu-footer-menu-1st li:last-child a:after {
  display: inline !important;
}
.career-template #legal {
  text-align: center !important;
}
@media (min-width: 768px) {
  .career-template #top nav {
    float: right;
  }
  .career-template #logo a {
    display: block;
  }
}
.jobList {
  background-color: #1965ff;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.cs_widget_name_jobs .cs_header {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.cs_widget_name_jobs .cs_header small {
  font-size: 1em;
  color: inherit;
}
.cs_widget_name_jobs .cs_header a {
  color: inherit;
}
.cs_widget_name_jobs .cs_item {
  border-bottom: 1px solid #2f91ff;
  padding: 1em 0 2em;
}
.cs_widget_name_jobs .cs_item:before,
.cs_widget_name_jobs .cs_item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cs_widget_name_jobs .cs_item:after {
  clear: both;
}
.cs_widget_name_jobs .cs_item:before,
.cs_widget_name_jobs .cs_item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cs_widget_name_jobs .cs_item:after {
  clear: both;
}
.cs_widget_name_jobs .cs_item * {
  color: #fff;
}
.cs_widget_name_jobs .cs_item h3 {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
}
.cs_widget_name_jobs .cs_item h3 small {
  font-size: 1em;
  color: inherit;
}
.cs_widget_name_jobs .cs_item h3 a {
  color: inherit;
}
.cs_widget_name_jobs .cs_item .cs_item_text {
  display: none;
}
.cs_widget_name_jobs .cs_item a:hover {
  color: #2b2e30;
}
.cs_widget_name_jobs .cs_items_more a {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  text-transform: none;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: -0.05em;
  margin: 40px 20px;
  color: #1965ff;
  font-weight: 300;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
}
.cs_widget_name_jobs .cs_items_more a:focus {
  outline: none;
  outline-offset: -2px;
}
.cs_widget_name_jobs .cs_items_more a:hover {
  color: inherit;
  text-decoration: none;
}
.cs_widget_name_jobs .cs_items_more a:active,
.cs_widget_name_jobs .cs_items_more a.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);
}
.cs_widget_name_jobs .cs_items_more a.disabled,
.cs_widget_name_jobs .cs_items_more a[disabled],
fieldset[disabled] .cs_widget_name_jobs .cs_items_more a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cs_widget_name_jobs .cs_items_more a,
.cs_widget_name_jobs .cs_items_more a:active,
.cs_widget_name_jobs .cs_items_more a[disabled],
fieldset[disabled] .cs_widget_name_jobs .cs_items_more a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cs_widget_name_jobs .cs_items_more a,
.cs_widget_name_jobs .cs_items_more a:hover,
.cs_widget_name_jobs .cs_items_more a:active {
  border-color: transparent;
}
.cs_widget_name_jobs .cs_items_more a:hover {
  color: #7c8a95;
  text-decoration: underline;
  background-color: transparent;
}
.cs_widget_name_jobs .cs_items_more a[disabled]:hover,
fieldset[disabled] .cs_widget_name_jobs .cs_items_more a:hover {
  color: #cbd1d6;
  text-decoration: none;
}
.cs_widget_name_jobs .cs_items_more a:hover {
  color: #2b2e30;
}
.jobs_table {
  margin: 2em 0;
  text-align: left;
  width: 100%;
}
.jobs_table th {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.jobs_table th small {
  font-size: 1em;
  color: inherit;
}
.jobs_table th a {
  color: inherit;
}
.jobs_table th:last-child {
  text-align: right;
}
.jobs_table .jobs_table_description {
  display: none;
}
.jobs_table td {
  border-bottom: 1px solid #2f91ff;
  padding: 2.25em 0 2em;
}
.jobs_table td:before,
.jobs_table td:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.jobs_table td:after {
  clear: both;
}
.jobs_table td:before,
.jobs_table td:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.jobs_table td:after {
  clear: both;
}
.jobs_table td:first-child {
  padding-right: 1em;
}
.jobs_table a {
  color: inherit;
  text-decoration: none;
}
.jobs_table a:hover {
  color: #2b2e30 !important;
}
.jobs_table .jobs_table_item_title {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1.2em;
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  margin: 0 0 .5em;
  font-weight: bold;
}
.jobs_table .jobs_table_item_title small {
  font-size: 1em;
  color: inherit;
}
.jobs_table .jobs_table_item_title a {
  color: inherit;
}
.jobs_table .jobs_table_item_location {
  text-align: right;
}
@media (max-width: 767px) {
  .jobs_table tr:last-child td {
    border-bottom: 0;
  }
}
.cs_template_notice {
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
  margin: 2em 0 0;
}
.cs_template_notice small {
  font-size: 1em;
  color: inherit;
}
.cs_template_notice a {
  color: inherit;
}
.pagination {
  font-size: 1.125em;
}
.pagination span {
  padding: 0 .25em;
}
.pagination a {
  padding: 0 .25em;
  text-decoration: none;
  color: #fff;
}
.pagination a:hover {
  color: #2b2e30;
}
.pagination .disabled {
  color: #2f91ff;
}
.pagination .current {
  font-weight: bold;
}
@media (max-width: 767px) {
  .pagination {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
  .pagination a,
  .pagination span {
    padding: .5em;
  }
}
.career-template .share {
  float: none;
}
.career-template .share:after {
  content: "";
  display: block;
  width: 30%;
  margin-left: 35%;
  height: 0;
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #7c8a95;
}
.career-template .share .cs_share_text {
  float: none !important;
  text-align: center !important;
}
.career-template .share .cs_share_email,
.career-template .share .cs_share_linkedin,
.career-template .share .cs_share_twitter {
  float: none !important;
  overflow: visible !important;
  display: inline-block;
  margin: 0 17.5px 20px 2.5px !important;
  padding: 10px;
  width: 22px !important;
  height: 22px !important;
}
.career-template .share .cs_share_email a,
.career-template .share .cs_share_linkedin a,
.career-template .share .cs_share_twitter a {
  background: none !important;
  color: #2b2e30;
  overflow: visible !important;
}
.career-template .share .cs_share_email a:before,
.career-template .share .cs_share_linkedin a:before,
.career-template .share .cs_share_twitter a:before {
  font-size: 22px;
  border-right: 1px solid #cbd1d6;
  padding-right: 12.5px;
}
.career-template .share .cs_share_email a:hover,
.career-template .share .cs_share_linkedin a:hover,
.career-template .share .cs_share_twitter a:hover {
  color: #7c8a95;
}
.career-template .share .cs_share_email .cs_share_label,
.career-template .share .cs_share_linkedin .cs_share_label,
.career-template .share .cs_share_twitter .cs_share_label {
  font-size: 0;
  background: none;
}
.career-template .share .cs_share_email a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e608";
}
.career-template .share .cs_share_email a:before {
  border-right: 0;
}
.career-template .share .cs_share_linkedin a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
}
.career-template .share .cs_share_twitter a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
}
.career-template .meta_info {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'glober', 'gesta', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 1.2em 0 .8em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.career-template .meta_info small {
  font-size: 1em;
  color: inherit;
}
.career-template .meta_info a {
  color: inherit;
}
.career-template .post {
  text-align: left;
}
.cs_item_apply_notice {
  margin: 2em 0;
  color: #ff4949;
}
.cs_item_apply_button {
  display: inline !important;
  border: 0 !important;
}
.cs_item_apply_button .cs_item_apply_button_link {
  font-family: 'din', 'gesta', Helvetica, Arial, sans-serif;
  text-transform: none;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: -0.05em;
  margin: 40px 20px;
  color: #ffffff;
  background-color: #1965ff;
  border-color: #1965ff;
}
.cs_item_apply_button .cs_item_apply_button_link:focus {
  outline: none;
  outline-offset: -2px;
}
.cs_item_apply_button .cs_item_apply_button_link:hover {
  color: inherit;
  text-decoration: none;
}
.cs_item_apply_button .cs_item_apply_button_link:active,
.cs_item_apply_button .cs_item_apply_button_link.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);
}
.cs_item_apply_button .cs_item_apply_button_link.disabled,
.cs_item_apply_button .cs_item_apply_button_link[disabled],
fieldset[disabled] .cs_item_apply_button .cs_item_apply_button_link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cs_item_apply_button .cs_item_apply_button_link:hover,
.cs_item_apply_button .cs_item_apply_button_link:active,
.cs_item_apply_button .cs_item_apply_button_link.active,
.open .dropdown-toggle.cs_item_apply_button .cs_item_apply_button_link {
  color: #ffffff;
  background-color: #0043cc;
  border-color: #0043cc;
}
.cs_item_apply_button .cs_item_apply_button_link:active,
.cs_item_apply_button .cs_item_apply_button_link.active,
.open .dropdown-toggle.cs_item_apply_button .cs_item_apply_button_link {
  background-image: none;
}
.cs_item_apply_button .cs_item_apply_button_link.disabled,
.cs_item_apply_button .cs_item_apply_button_link[disabled],
fieldset[disabled] .cs_item_apply_button .cs_item_apply_button_link,
.cs_item_apply_button .cs_item_apply_button_link.disabled:hover,
.cs_item_apply_button .cs_item_apply_button_link[disabled]:hover,
fieldset[disabled] .cs_item_apply_button .cs_item_apply_button_link:hover,
.cs_item_apply_button .cs_item_apply_button_link.disabled:active,
.cs_item_apply_button .cs_item_apply_button_link[disabled]:active,
fieldset[disabled] .cs_item_apply_button .cs_item_apply_button_link:active,
.cs_item_apply_button .cs_item_apply_button_link.disabled.active,
.cs_item_apply_button .cs_item_apply_button_link[disabled].active,
fieldset[disabled] .cs_item_apply_button .cs_item_apply_button_link.active {
  background-color: #1965ff;
  border-color: #1965ff;
}
.cs_item_apply_button .cs_item_apply_button_link .badge {
  color: #1965ff;
  background-color: #fff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1360px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1360px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1360px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1360px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}