@import url(https://fonts.googleapis.com/css?family=Montserrat:400|Poppins:400,600);@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #9C9C9C;
  background-color: #F4F4F4;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #FBC210;
  text-decoration: none;
}

a:hover, a:focus {
  color: #bb8f03;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

.col-xs-1 {
  width: 8.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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.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-pull-0 {
    right: auto;
  }
  .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-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .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-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .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%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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-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-pull-12 {
    right: 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-push-12 {
    left: 100%;
  }
  .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%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.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-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-pull-12 {
    right: 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-push-12 {
    left: 100%;
  }
  .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%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #F4F4F4;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  color: #9C9C9C;
}

p strong {
  color: #808080;
}

a {
  color: #FBC210;
  text-decoration: none;
}

a:hover {
  color: #FBC210;
  text-decoration: underline;
}

.jobs li a {
  color: #424E5A;
}

.jobs li a:hover {
  color: #FBC210;
  text-decoration: none;
}

.h-top {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #424E5A;
  letter-spacing: 2.13px;
  line-height: 15px;
  display: block;
  text-transform: uppercase;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  color: #FBC210;
  margin-top: 20px;
  margin-bottom: 50px;
}

h1 span.dark {
  color: #434343;
  font-weight: 600;
  display: block;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #424E5A;
  letter-spacing: 2.13px;
  margin-top: 32px;
}

h3 {
  font-family: 'Poppins';
}

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

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

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

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

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

.tb {
  display: table;
  height: 100%;
}

.tb .tc {
  display: table-cell;
  vertical-align: middle;
}

.img-80 {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .img-80 {
    width: 100%;
    height: auto;
  }
}

label {
  display: block;
  color: #434343;
  line-height: 15px;
  margin-bottom: 5px;
}

.optional {
  font-size: 13px;
  color: #A4A4A4;
  line-height: 22px;
  display: block;
  margin-top: -5px;
}

input, textarea {
  border: 0;
  outline: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0 12px 24px 0 rgba(235, 235, 235, 0.36);
          box-shadow: 0 12px 24px 0 rgba(235, 235, 235, 0.36);
  width: 100%;
}

textarea {
  vertical-align: top;
}

.form-group {
  margin-bottom: 20px;
}

.inputwrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}

.inputwrap:after {
  content: "";
  position: absolute;
  background: #FBC210;
  margin: auto;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  -webkit-transition: bottom 150ms ease-out;
  transition: bottom 150ms ease-out;
}

.form-group.has-error .inputwrap:after {
  background: #D0021B;
  bottom: 0px;
}

.inputwrap.focus:after {
  margin: auto;
  bottom: 0px;
}

input {
  padding: 0 20px;
  height: 50px;
}

textarea {
  padding: 20px;
  resize: vertical;
  height: 200px;
}

.form-error {
  font-size: 9px;
  color: #D0021B;
}

/* Individual Controls
 ------------------------------------------------------------- */
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer {
  border: 3px solid #FFF;
}

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #FFF;
}

.radio .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 2px 9px 10px 10px;
  border: 3px solid #FFF;
  border-radius: 50%;
  background-color: #6772E5;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0;
}

.btn {
  border: 0;
  border-radius: 30px;
  line-height: 60px;
  display: inline-block;
  padding: 0 30px;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.88px;
  -webkit-transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn.purple {
  background: #6772E5;
  color: #FFF;
}

.btn.purple:hover {
  background: #FFF;
  color: #6772E5;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
  text-decoration: none;
}

.btn.white {
  background: #FFF;
  color: #6772E5;
}

.btn.white:hover {
  background: #6772E5;
  color: #FFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
  text-decoration: none;
}

.btn.purple:active, .btn.white:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover, .btn:active {
  text-decoration: none;
}

table {
  width: 100%;
}

table td, table th {
  text-align: left;
}

.table-markup {
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
}

.table-markup thead {
  background: #FFF;
  border-bottom: 2px solid #D6D6D6;
}

.table-markup thead th {
  height: 60px;
  vertical-align: middle;
  text-transform: uppercase;
}

.table-markup th, .table-markup td {
  padding: 0 20px;
  color: #424E5A;
}

.table-markup tbody td {
  height: 75px;
  text-align: middle;
}

.table-markup tbody td span.address {
  color: #9C9C9C;
  display: block;
}

.table-markup tbody tr {
  border-bottom: 1px solid #E6E6E6;
}

.table-markup tbody tr:last-of-type {
  border-bottom: 0;
}

.table-markup tbody tr:nth-child(odd) {
  background: #FAFAFA;
}

.table-markup tbody tr:nth-child(even) {
  background: #FFF;
}

.table-markup tbody img.hotspot {
  width: 30px;
  height: auto;
}

.table-markup tbody img.loco {
  width: 20px;
  height: auto;
}

.table-markup tbody img.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

::-moz-selection {
  background: #6772E5;
  /* WebKit/Blink Browsers */
  color: #FFF;
}

::selection {
  background: #6772E5;
  /* WebKit/Blink Browsers */
  color: #FFF;
}

::-moz-selection {
  background: #6772E5;
  /* Gecko Browsers */
  color: #FFF;
}

nav {
  position: relative;
  background: #FFF;
  z-index: 9999;
}

nav .dropdown {
  visibility: hidden;
  opacity: 0;
}

nav .top {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

nav .top .jobs {
  margin-left: 15px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #6772E5;
  width: auto;
  height: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

nav .top .jobs .jobs-count {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #FFF;
  color: #6772E5;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  font-size: 7px;
  text-align: center;
  line-height: 9px;
}

nav .top .jobs a {
  font-size: 13px;
  color: #FFF;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  -webkit-transition: color 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 500ms cubic-bezier(0.86, 0, 0.07, 1);
  text-decoration: none;
}

nav .top .jobs:after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  -webkit-transition: left 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

nav .top .jobs:hover:after {
  left: 100%;
}

nav .top .trainings {
  margin-left: 15px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #FBC210;
  width: auto;
  height: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 15;
}

nav .top .trainings .trainings-count {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #FFF;
  color: #6772E5;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  font-size: 7px;
  text-align: center;
  line-height: 9px;
}

nav .top .trainings a {
  font-size: 13px;
  color: #FFF;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  -webkit-transition: color 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 500ms cubic-bezier(0.86, 0, 0.07, 1);
  text-decoration: none;
}

nav .top .trainings:after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  -webkit-transition: left 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

nav .top .trainings:hover:after {
  left: 100%;
}

nav .top a {
  color: #7D7D7D;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 10px;
}

nav .top a.active, nav .top a:hover {
  color: #434343;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

nav .top a.active:after, nav .top a:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #D7D7D7;
  position: absolute;
  bottom: -2px;
  left: 2px;
}

nav .main {
  position: relative;
}

nav .main .logo {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  height: 100%;
  padding: 25px 15px;
  background: #FBC210;
}

nav .main .logo a {
  height: 20px;
  position: relative;
  z-index: 11;
}

nav .main .logo svg {
  height: 20px;
  width: auto;
}

nav .main .logo:before {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #FBC210;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-box-shadow: 2px 0 4px 0 #E3E3E3;
          box-shadow: 2px 0 4px 0 #E3E3E3;
}

nav .main ul {
  list-style-type: none;
}

nav .main > .navwrap > ul {
  padding-left: 0;
  background: #F4F4F4;
  position: relative;
  height: 70px;
  margin: 0;
}

nav .main > .navwrap > ul > li {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  vertical-align: top;
  color: #7D7D7D;
}

nav .main > .navwrap > ul > li a {
  padding-left: 20px;
  padding-right: 20px;
  color: #7D7D7D;
}

nav .main > .navwrap > ul > li a:hover {
  text-decoration: none;
  color: #FBC210;
}

nav .main > .navwrap > ul > li ul.dropdown {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background: #EBEBEB;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  line-height: 24px;
  -webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

nav .main > .navwrap > ul > li ul.dropdown > li {
  float: left;
  text-align: left;
  vertical-align: top;
  line-height: normal;
  padding-left: 20px;
  padding-right: 10px;
  width: auto;
}

nav .main > .navwrap > ul > li ul.dropdown > li a {
  color: #808080;
  display: block;
}

nav .main > .navwrap > ul > li ul.dropdown > li a:hover {
  color: #FBC210;
  text-decoration: none;
}

nav .main > .navwrap > ul > li ul.dropdown > li ul {
  padding-left: 0;
  vertical-align: top;
}

nav .main > .navwrap > ul > li ul.dropdown > li ul li {
  line-height: 18px;
  height: auto;
}

nav .main > .navwrap > ul > li ul.dropdown > li ul a {
  font-size: 14px;
  padding: 0 10px 0 0;
  line-height: 24px;
  color: #9C9C9C;
}

nav .main > .navwrap > ul > li ul.dropdown > li a {
  padding: 0 20px;
}

nav .main > .navwrap > ul > li ul.dropdown:after {
  content: "";
  display: table;
  clear: both;
}

nav .main > .navwrap > ul > li:hover {
  color: #FBC210;
}

nav .main > .navwrap > ul > li:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
}

nav .main > .navwrap > ul > li.no-link {
  line-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
}

#intro h2 {
  margin-top: 0;
}

#intro .btn {
  margin-top: 20px;
}

.content {
  padding-top: 50px;
}

.content img {
  margin: 0 auto;
}

.content .row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content .row:first-of-type {
  padding-top: 0;
}

.content .equalheight .eq {
  display: table;
}

.content .equalheight .eq .td {
  display: table-cell;
  vertical-align: middle;
}

.content-sidebar .wrap {
  background: #FFF;
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
  padding: 30px;
}

.content-sidebar .wrap h2:first-child {
  margin-top: 0;
}

.content-sidebar .formwrap {
  background: #6772E5;
  padding: 30px;
}

.content-sidebar .formwrap h2 {
  margin-top: 0;
}

.content-sidebar .formwrap h2, .content-sidebar .formwrap p, .content-sidebar .formwrap label {
  color: #FFF;
}

.content-sidebar a.pdf {
  font-size: 15px;
  color: #808080;
  line-height: 21px;
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.content-sidebar a.pdf:hover {
  text-decoration: none;
}

.content-sidebar a.pdf:before {
  content: "";
  background: url("../svg/pdf.svg");
  background-size: 15px 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 20px;
}

#news .newsitem {
  border-bottom: 1px solid #D7D7D7;
  padding: 10px 0;
}

#news .newsitem p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #434343;
}

#news .newsitem .date {
  color: #9C9C9C;
}

#news .newsitem .url, #news .newsitem .date {
  font-size: 12px;
}

#news .newsitem .row {
  padding-bottom: 0;
}

#news .newsitem:first-of-type {
  border-top: 1px solid #D7D7D7;
}

.bigones {
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
}

.bigones .head {
  background-image: linear-gradient(-45deg, #FAB92D 49%, #FBC210 100%, #FBC210 100%);
  padding: 30px;
  text-align: center;
}

.bigones .head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  color: #FFF;
  letter-spacing: 0.84px;
  line-height: 54px;
  font-weight: 300;
  text-transform: none;
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.bigones .head svg {
  width: 50px;
  height: auto;
  position: relative;
  top: 10px;
}

.bigones .head svg, .bigones .head h2 {
  display: inline-block;
}

.bigones .txt {
  background: #FFF;
  text-align: center;
  padding: 30px;
}

.bigones .txt p {
  margin-top: 0;
}

.bigones .txt .btn {
  margin-top: 20px;
}

#slider {
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
}

#slider .slider-slides {
  overflow: hidden;
}

#slider .slider-slides .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  z-index: 1;
}

#slider .slider-slides .slide .textwrap {
  height: 100%;
  width: 100%;
  display: table;
}

#slider .slider-slides .slide .textwrap div {
  padding: 10%;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}

#slider .slider-slides .slide .textwrap h2, #slider .slider-slides .slide .textwrap h3, #slider .slider-slides .slide .textwrap p, #slider .slider-slides .slide .textwrap a {
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-transition: left 300ms ease-out, opacity 300ms ease-out;
  transition: left 300ms ease-out, opacity 300ms ease-out;
}

#slider .slider-slides .slide .textwrap a.btn {
  -webkit-transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, opacity 300ms ease-out, left 300ms ease-out;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 300ms ease-out, left 300ms ease-out, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 300ms ease-out, left 300ms ease-out, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, opacity 300ms ease-out, left 300ms ease-out;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, opacity 300ms ease-out, left 300ms ease-out, -webkit-box-shadow 0.3s ease;
}

#slider .slider-slides .slide h2, #slider .slider-slides .slide h3, #slider .slider-slides .slide p {
  color: #FFF;
  margin: 0;
}

#slider .slider-slides .slide h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  color: #FFF;
  letter-spacing: 0.84px;
  text-transform: none;
  font-weight: 300;
  line-height: 58px;
}

#slider .slider-slides .slide h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #FFF;
  letter-spacing: 0.4px;
  font-weight: 300;
  margin-bottom: 30px;
}

#slider .slider-slides .slide p {
  margin-bottom: 30px;
}

#slider .slider-slides .slide .btn {
  margin-bottom: 10px;
}

#slider .slider-slides .slide.intro .textwrap h2, #slider .slider-slides .slide.intro .textwrap h3, #slider .slider-slides .slide.intro .textwrap p, #slider .slider-slides .slide.intro .textwrap a {
  position: relative;
  left: 0px;
  opacity: 1;
}

#slider .slider-slides .slide.outro .textwrap h2, #slider .slider-slides .slide.outro .textwrap h3, #slider .slider-slides .slide.outro .textwrap p, #slider .slider-slides .slide.outro .textwrap a {
  position: relative;
  left: 50px;
  opacity: 0;
}

#slider .slider-slides .slide.active {
  z-index: 2;
}

#slider .slider-slides .slide.new {
  z-index: 3;
}

#slider .slider-slides .slide.leisure {
  background: url("../img/slider/leisure.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-slides .slide.expo {
  background: url("../img/slider/expo.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-slides .slide.government {
  background: url("../img/slider/government.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-slides .slide.retail {
  background: url("../img/slider/retail.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-slides .slide.enterprise {
  background: url("../img/slider/enterprise.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-slides .slide.custom-solutions {
  background: url("../img/slider/custom-solutions.jpg") no-repeat center center;
  background-size: cover;
}

#slider .slider-controls {
  background: #FFF;
  padding: 0px 30px 20px 30px;
}

#slider .slider-controls h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #FBC210;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  text-transform: none;
}

#slider .slider-controls ul {
  list-style-type: none;
  padding: 0;
}

#slider .slider-controls ul li {
  padding: 15px 0px;
  -webkit-transition: background 300ms ease, padding-left 300ms ease;
  transition: background 300ms ease, padding-left 300ms ease;
  cursor: pointer;
}

#slider .slider-controls ul li a, #slider .slider-controls ul li a:hover {
  text-decoration: none;
}

#slider .slider-controls ul li h3, #slider .slider-controls ul li p {
  margin: 0;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

#slider .slider-controls ul li h3 {
  font-size: 16px;
  color: #424E5A;
  letter-spacing: 2.13px;
  text-transform: uppercase;
}

#slider .slider-controls ul li p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
}

#slider .slider-controls ul li:hover, #slider .slider-controls ul li.active {
  background: #6772E5;
  padding-left: 15px;
}

#slider .slider-controls ul li:hover h3, #slider .slider-controls ul li:hover p, #slider .slider-controls ul li.active h3, #slider .slider-controls ul li.active p {
  color: #FFF;
}

.home-services {
  padding-top: 60px;
}

.home-services h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #FBC210;
  font-weight: 300;
  text-transform: none;
  line-height: 50px;
  margin-top: 30px;
}

.home-services .services-item {
  margin-bottom: 30px;
}

.home-services .services-item img {
  margin-top: 30px;
  -webkit-transition: margin-top 300ms ease;
  transition: margin-top 300ms ease;
}

.home-services .services-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #434343;
  letter-spacing: 0.48px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 0;
}

.home-services .services-item p {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.home-services .services-item a {
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-services .services-item .wrap {
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
  padding-top: 100%;
  background: #FFF;
  position: relative;
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}

.home-services .services-item .wrap .inner {
  height: 100%;
}

.home-services .services-item .wrap .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-services .services-item .wrap .td {
  display: table;
  height: 100%;
  width: 100%;
}

.home-services .services-item .wrap .td .tc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 30px;
}

.home-services .services-item:hover img {
  margin-top: 0px;
}

.home-services .services-item:hover .wrap {
  -webkit-box-shadow: 0 22px 24px 0 #E3E3E3;
          box-shadow: 0 22px 24px 0 #E3E3E3;
}

.home-services .services-item:hover p {
  opacity: 1;
}

.filters {
  margin-top: 60px;
  background: #FFF;
  padding: 15px 0;
}

.filters p {
  margin: 0;
  line-height: 50px;
}

.filters .filter .wrap {
  background: #6772E5;
  position: relative;
  cursor: pointer;
}

.filters .filter .wrap p {
  color: #FFF;
  padding: 0 20px;
  cursor: pointer;
}

.filters .filter .wrap form {
  position: absolute;
  top: 60px;
  left: 0;
  border: 1px solid #C9C9C9;
  background: #FFF;
  width: 100%;
  z-index: 5;
  padding: 15px;
}

.filters .filter .wrap form ul {
  width: 100%;
  padding: 0;
  max-height: 200px;
  overflow-y: scroll;
}

.filters .filter .wrap form ul li {
  padding: 5px 0;
}

.filters .filter .wrap form ul label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.filters .filter .wrap form ul input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0 0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  *overflow: hidden;
}

#cases {
  padding-top: 60px;
  padding-bottom: 60px;
}

#cases h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  color: #FBC210;
  margin-top: 20px;
  margin-bottom: 50px;
  text-transform: none;
}

#cases h2 span.dark {
  color: #434343;
  font-weight: 600;
  display: block;
}

#cases h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #FBC210;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 5px;
}

#cases h4 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424E5A;
  letter-spacing: 0;
  text-transform: uppercase;
}

#cases .cases {
  padding-top: 0;
}

.quote {
  background: #FFF;
  border-left: 6px solid #FBC210;
  padding: 50px 30px;
  position: relative;
}

.quote p {
  font-style: italic;
}

.quote:before {
  content: "\201C";
  color: #FBC210;
  font-size: 100px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  left: 33px;
  top: 30px;
}

.quote:after {
  content: "\201D";
  color: #FBC210;
  font-size: 100px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 33px;
  bottom: 0px;
}

#title-noimg, #title-img {
  padding-top: 60px;
  background: #FFF;
}

.featured-img {
  position: relative;
}

.featured-img img {
  position: absolute;
}

.featured-img.multiple img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
  z-index: 1;
}

.featured-img.multiple img.newactive {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}

.featured-img.multiple img.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.featured-map {
  position: relative;
}

.featured-map #map {
  padding-top: 100%;
  background: #FBC210;
  position: relative;
}

.featured-map .text {
  margin-top: 40px;
}

.square-map #map {
  padding-top: 100%;
  background: #FBC210;
}

.cases {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cases .case {
  margin-bottom: 30px;
}

.cases .case .inner {
  background: #FFF;
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
}

.cases .case .inner .txt {
  padding: 20px;
}

.cases .case .inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #FBC210;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: 0;
}

.cases .case .inner h3 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424E5A;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cases .case .inner .btn {
  margin-top: 20px;
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.news .newsitem {
  margin-bottom: 30px;
}

.news .newsitem .inner {
  background: #FFF;
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
}

.news .newsitem .inner .txt {
  padding: 20px;
}

.news .newsitem .inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #FBC210;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: 5px;
}

.news .newsitem .inner span.date {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #424E5A;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news .newsitem .inner .btn {
  margin-top: 20px;
}

#references h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  color: #FBC210;
  margin-top: 20px;
  margin-bottom: 50px;
  text-transform: none;
}

#references h2 span.dark {
  color: #434343;
  font-weight: 600;
  display: block;
}

#references a {
  line-height: 100%;
}

#references .reference {
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}

#references .reference .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#references .reference a img {
  display: block;
}

#management .members .member {
  margin-bottom: 30px;
}

#management .members .member h2 {
  margin-bottom: 0;
  margin-top: 0;
}

#management .members .member h3 {
  margin-top: 0;
}

.socialIcons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.socialIcons a svg circle, .socialIcons a svg #linkedin-bg {
  transition: 200ms;
  transition-timing-function: ease;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease;
}

.socialIcons a:hover svg circle, .socialIcons a:hover svg #linkedin-bg {
  fill: #FBC210;
}

.press-sub {
  background: #6772E5;
  padding: 30px;
}

.press-sub h2 {
  margin-top: 0;
}

.press-sub h2, .press-sub p, .press-sub label {
  color: #FFF;
}

.footer-cta-wrap {
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-cta-wrap .footer-cta {
  background-image: linear-gradient(-45deg, #FAB92D 49%, #FBC210 100%, #FBC210 100%);
  -webkit-box-shadow: 0 12px 24px 0 #E3E3E3;
          box-shadow: 0 12px 24px 0 #E3E3E3;
  padding: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.footer-cta-wrap .footer-cta p {
  font-size: 50px;
  color: #FFF;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.footer-cta-wrap .footer-cta p.small {
  font-size: 15px;
  margin-top: 10px;
}

.footer-cta-wrap:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
  height: 33%;
}

.footer-cta-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
  height: 60px;
}

#footer {
  background: #FFF;
  padding: 20px 0;
}

#footer .logo {
  padding-top: 20px;
}

#footer .logo svg {
  max-width: 250px;
  height: auto;
}

#footer ul {
  list-style-type: none;
  padding-left: 0;
}

#footer ul li a {
  font-size: 16px;
  color: #434343;
  line-height: 29px;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #FBC210;
}

#footer .footer-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#footer .footer-social a svg circle, #footer .footer-social a svg #linkedin-bg {
  transition: 200ms;
  transition-timing-function: ease;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease;
}

#footer .footer-social a:hover svg circle, #footer .footer-social a:hover svg #linkedin-bg {
  fill: #FBC210;
}

#footer .footer-social a:last-type-of {
  margin-right: 0;
}

#footer .footer-copy {
  margin-top: 20px;
}

#footer .footer-copy p {
  color: #C9C9C9;
  font-size: 14px;
}

#footer .footer-copy p a:first-of-type {
  margin-right: 20px;
}

#footer .footer-copy p a {
  margin-left: 20px;
  color: #C9C9C9;
}

#viernulvier {
  padding-top: 60px;
  padding-bottom: 60px;
}

ul.jobs {
  list-style-type: none;
  padding: 0;
}

ul.jobs li {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 6px 0px #E3E3E3;
  box-shadow: 0px 2px 6px 0px #E3E3E3;
  position: relative;
  padding: 30px 15% 30px 20px;
  margin-bottom: 20px;
}

ul.jobs li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

ul.jobs li h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #434343;
  letter-spacing: 0;
}

ul.jobs li:after {
  content: "";
  background: url("../svg/arrow_forward_yellow.svg");
  background-size: 30px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 30px;
  height: 30px;
  -webkit-transition: right 200ms ease;
  transition: right 200ms ease;
}

ul.jobs li:hover:after {
  right: 30px;
}

.content .insp {
  padding-top: 0;
}

.intern .wrap, .spontaneous .wrap {
  padding: 30px 20px;
  -webkit-box-shadow: 0px 2px 6px 0px #E3E3E3;
  box-shadow: 0px 2px 6px 0px #E3E3E3;
}

.intern h2, .spontaneous h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #FFF;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 50px;
}

.intern p, .spontaneous p {
  margin-top: 0;
  color: #FFF;
  margin-bottom: 30px;
}

.intern .wrap {
  background-image: linear-gradient(-45deg, #FAB92D 49%, #FBC210 100%, #FBC210 100%);
}

.spontaneous .wrap {
  background-image: linear-gradient(-45deg, #6772E5 49%, #6572FF 96%, #6572FF 100%);
}

.training h2 {
  margin-bottom: 0;
}

.training h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  #footer {
    text-align: center;
  }
  .equalheight .eq {
    width: 100%;
  }
  .equalheight .eq .td {
    width: 100%;
  }
  .intern {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px), (max-width: 1200px) {
  nav .main > .navwrap > ul > li ul.dropdown.services > li {
    width: 14.27%;
  }
  nav .main > .navwrap > ul > li ul.dropdown.markets > li {
    width: 16.66%;
  }
  nav .main > .navwrap > ul > li ul.dropdown.company > li {
    width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  #mobile-menu {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 19px;
    cursor: pointer;
  }
  .bar,
  .bar:after,
  .bar:before {
    width: 30px;
    height: 3px;
  }
  .bar {
    position: relative;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    background: #FBC210;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
  }
  .bar.animate {
    background: #FFF;
  }
  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #FBC210;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #FBC210;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  nav .container {
    width: 100%;
  }
  nav {
    position: relative;
    background: #FFF;
    z-index: 9999;
  }
  nav .dropdown {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  nav .main {
    position: relative;
    height: 50px;
  }
  nav .main .logo {
    left: 15px;
    padding: 15px;
  }
  nav .main .logo:before {
    content: "";
    right: -16px;
    width: 20px;
  }
  nav .main ul {
    display: block;
  }
  nav .main .navwrap {
    height: 50px;
    background: #FFF;
    position: relative;
  }
  nav .main .navwrap > ul {
    padding-left: 0;
    position: relative;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 6px 0px #E3E3E3;
    box-shadow: 0px 2px 6px 0px #E3E3E3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top 300ms ease, opacity 300ms ease, visibility 300ms ease;
    transition: top 300ms ease, opacity 300ms ease, visibility 300ms ease;
  }
  nav .main .navwrap > ul > li {
    height: 50px;
    line-height: 50px;
    display: block;
    vertical-align: top;
    color: #7D7D7D;
    text-align: center;
    position: relative;
  }
  nav .main .navwrap > ul > li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #7D7D7D;
  }
  nav .main .navwrap > ul > li a:hover {
    text-decoration: none;
    color: #FBC210;
  }
  nav .main .navwrap > ul > li ul.dropdown {
    display: none;
    position: static;
    width: 100%;
    background: #EBEBEB;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 24px;
  }
  nav .main .navwrap > ul > li ul.dropdown > li {
    float: none;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  nav .main .navwrap > ul > li ul.dropdown > li a {
    color: #808080;
    display: block;
    line-height: 18px;
  }
  nav .main .navwrap > ul > li ul.dropdown > li a:hover {
    color: #FBC210;
    text-decoration: none;
  }
  nav .main .navwrap > ul > li ul.dropdown > li ul {
    padding-left: 0;
    vertical-align: top;
    text-align: center;
  }
  nav .main .navwrap > ul > li ul.dropdown > li ul li {
    line-height: 18px;
    height: auto;
  }
  nav .main .navwrap > ul > li ul.dropdown > li ul a {
    font-size: 14px;
    padding: 0 10px 0 0;
    line-height: 24px;
  }
  nav .main .navwrap > ul > li ul.dropdown > li a {
    padding: 10px 20px;
  }
  nav .main .navwrap > ul > li ul.dropdown.markets > li, nav .main .navwrap > ul > li ul.dropdown.services > li, nav .main .navwrap > ul > li ul.dropdown.company > li {
    width: 100%;
  }
  nav .main .navwrap > ul > li.open {
    background: #7D7D7D;
    color: #FBC210;
    height: auto;
  }
  nav .main .navwrap > ul > li.open ul.dropdown {
    display: block;
  }
  nav .main .navwrap > ul > li:hover {
    background: none;
    color: #7D7D7D;
    cursor: pointer;
  }
  nav .main .navwrap > ul > li:hover ul.dropdown {
    display: none;
  }
  nav .main .navwrap > ul > li:hover a {
    color: #FBC210;
    display: block;
    line-height: 50px;
  }
  nav .main .navwrap > ul > li.no-link {
    height: auto;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  nav .main .navwrap > ul > li.no-link a {
    line-height: 14px;
  }
  nav .main .navwrap > ul > li.no-link.open {
    background: #E3E3E3;
    color: #FBC210;
  }
  nav .main .navwrap > ul > li.no-link.open ul.dropdown {
    display: block;
  }
  nav .main .navwrap > ul > li.no-link.open:after {
    top: 23px;
    bottom: auto;
    border-top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FBC210;
  }
  nav .main .navwrap > ul > li.no-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 4px;
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #808080;
  }
  nav .main .navwrap > ul.open {
    visibility: visible;
    opacity: 1;
    top: 50px;
  }
  .content .equalheight .eq {
    height: auto !important;
  }
  .footer-cta-wrap .footer-cta {
    padding: 30px;
  }
  .footer-cta-wrap .footer-cta p {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .featured-map, .featured-img:not(.multiple) {
    position: static;
    margin-top: 40px;
    margin-bottom: 0;
    height: auto !important;
  }
  .featured-map img, .featured-img:not(.multiple) img {
    position: static;
  }
  .featured-img.multiple {
    margin-top: 40px;
    position: relative;
    height: auto !important;
    padding: 0;
  }
  .featured-img.multiple img:first-child {
    position: relative;
  }
  .featured-img.multiple img {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .bigones {
    margin-bottom: 60px;
  }
  .bigones .txt .eq {
    height: auto !important;
  }
  #slider .slider-slides {
    display: none !important;
  }
  #slider .slider-controls {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #references h2, #cases h2, .home-services h2, #slider .slider-controls h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .content .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-services .services-item img {
    margin-top: 0;
  }
  .home-services .services-item p {
    opacity: 1;
  }
  #management .members .member h2 {
    margin-bottom: 0;
    margin-top: 20px;
  }
  #management .members .member:last-of-type {
    margin-bottom: 0;
  }
  .footer-cta-wrap {
    padding-top: 0;
    padding-bottom: 60px;
  }
  #footer .footer-copy a {
    display: block;
  }
  ul.jobs li {
    padding: 30px 20px 50px 20px;
  }
  ul.jobs li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
  }
  ul.jobs li:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  ul.jobs li:hover:after {
    left: 30px;
    right: auto;
  }
}
