html, body {
  font: 100% "AkzidenGrotesq", sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #7ECDC3;
  /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #7ECDC3;
  /* Gecko Browsers */
  color: white;
}

@media all and (min-width: 1367px) {
  .container {
    width: 85%;
  }
}
/**
* HELPER CLASSES AND MIXIN
**/
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.table-cell.top-align {
  vertical-align: top;
}

.table-cell.middle-align {
  vertical-align: middle;
}

.table-cell.bottom-align {
  vertical-align: bottom;
}

.title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
  margin: 0;
  font-size: 45px;
  letter-spacing: 4px;
  line-height: 54px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}

.subtitle, .newsletter h2, #footer .message-container h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 55px;
  color: #FFFFFF;
  /*text-transform: capitalize;*/
}

.button {
  /*font-size: 20px;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 6px;
  /*line-height: 24px;*/
  line-height: 22px;
  text-transform: uppercase;
  /*padding: 21px 50px 19px;*/
  padding: 15px 35px 13px;
  border: 3px solid #1E4164;
  color: #1E4164;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.button::before {
  position: absolute;
  content: '';
  left: -100%;
  width: 100%;
  background: #1E4164;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}

.button.in {
  color: #FFFFFF;
}

.button.in::before {
  opacity: 1;
  left: 0;
}

.button.out::before {
  opacity: 1;
  left: 100%;
}

.button2, .services-container .item a {
  padding: 14px 15px 12px;
  background-color: transparent;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #1E4164;
  text-transform: uppercase;
  border: 1px solid #1E4164;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.button2 span, .services-container .item a span {
  margin-left: 20px;
}

.button2::before, .services-container .item a::before {
  position: absolute;
  content: '';
  left: -100%;
  width: 100%;
  background: #1E4164;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}

.button2:hover, .services-container .item a:hover {
  text-decoration: none;
}

.button2.in, .services-container .item a.in {
  color: #FFFFFF;
}

.button2.in::before, .services-container .item a.in::before {
  opacity: 1;
  left: 0;
}

.button2.out::before, .services-container .item a.out::before {
  opacity: 1;
  left: 100%;
}

.italic-h3 {
  font-size: 45px;
  font-style: italic;
  line-height: 74px;
  text-align: center;
  color: #000000;
}

.sub-text, .services h4, .about h4, .blog h4 {
  color: #717275;
  font-size: 20px;
  line-height: 40px;
  margin-top: 35px;
  font-weight: 400;
}

.common-banner {
  z-index: 2;
  background: white;
  position: relative;
  height: calc(100% - 93px);
  margin-top: 93px;
}
.common-banner .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.common-banner h1 {
  color: #1E4164;
  margin: 0;
  font-size: 89px;
  letter-spacing: 3px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: 700;
}
.common-banner h2 {
  color: #717275;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 44px;
}
.common-banner p {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  color: #717275;
}

.common-form .form-group {
  margin-bottom: 40px;
  position: relative;
}
.common-form input {
  width: 100%;
  border: 0;
  height: 48px;
  background: transparent;
  border-bottom: 2px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  color: #717275;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.common-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form input:focus {
  outline: none;
  border-color: #7ECDC3;
}
.common-form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.common-form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.common-form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.common-form input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.common-form textarea {
  width: 100%;
  resize: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.common-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
.common-form textarea:focus {
  outline: none;
  border-color: #7ECDC3;
}
.common-form textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.common-form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.common-form textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.common-form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.common-form .button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 15px 65px;
  background: transparent;
}

.form-input-helper {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 20px;
  color: #1E4164;
}

.magento-certified-logo {
  max-height: 100px;
}

/**
* END HELPER CLASSES
**/
#navigation-bar {
  color: #FFFFFF;
  /*padding-top: 32px;
  padding-bottom: 22px;
  padding-top: 42px;
  padding-bottom: 42px;*/
  padding-top: 30px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#navigation-bar img {
  max-width: 100px;
  display: inline-block;
}
#navigation-bar .replaced-svg {
  max-width: 100px;
  display: inline-block;
}
#navigation-bar .hamburger:hover {
  opacity: 1;
}
#navigation-bar .mobile-menu {
  display: none;
  float: right;
  font-size: 34px;
  padding: 0;
}
#navigation-bar .mobile-menu .hamburger-inner, #navigation-bar .mobile-menu .hamburger-inner:after, #navigation-bar .mobile-menu .hamburger-inner:before {
  background-color: white;
  border-radius: 0;
}
#navigation-bar .mobile-menu.is-active .hamburger-inner, #navigation-bar .mobile-menu.is-active .hamburger-inner:after, #navigation-bar .mobile-menu.is-active .hamburger-inner:before {
  background-color: white;
}
#navigation-bar > div > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  float: right;
  padding-top: 5px;
}
#navigation-bar > div > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8.5px 12.5px;
  text-transform: uppercase;
  overflow: hidden;
}
#navigation-bar > div > ul > li > a {
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#navigation-bar > div > ul > li > a:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  opacity: 0;
}
#navigation-bar > div > ul > li > a.in:after {
  left: 0;
  opacity: 1;
}
#navigation-bar > div > ul > li > a.out:after {
  left: 100%;
  opacity: 1;
}
#navigation-bar > div > ul > li > a:hover {
  text-decoration: none;
}
#navigation-bar > div > ul > li > a:hover:after {
  width: 100%;
}
#navigation-bar > div > ul > li.active a {
  text-decoration: line-through;
}
#navigation-bar > div > ul > li.train-effect {
  padding: 0;
  position: relative;
  border: 1px solid white;
}
#navigation-bar > div > ul > li.train-effect > a {
  padding: 8.5px 12.5px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#navigation-bar > div > ul > li.train-effect.active #navigation-bar > div > ul > li.train-effect > a {
  text-decoration: none;
}
#navigation-bar > div > ul > li.train-effect:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  opacity: 0;
}
#navigation-bar > div > ul > li.train-effect.in:before {
  left: 0;
  color: #1E4164;
  opacity: 1;
}
#navigation-bar > div > ul > li.train-effect.out:before {
  left: 100%;
  opacity: 1;
}
#navigation-bar > div > ul > li.train-effect:hover {
  /*
  &:before{
    width: 100%;
  }
  */
}
#navigation-bar > div > ul > li.train-effect:hover > a {
  color: #1E4164;
  /*
  &:after{
    width: 0;
  }
  */
}
#navigation-bar > div > ul > li.languages {
  padding: 0;
  position: relative;
  overflow: unset;
}
#navigation-bar > div > ul > li.languages > span {
  display: block;
  padding: 8.5px 15.5px 8.5px 11.5px;
  position: relative;
  cursor: pointer;
}
#navigation-bar > div > ul > li.languages > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
#navigation-bar > div > ul > li.languages > ul {
  position: absolute;
  width: 100%;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
}
#navigation-bar > div > ul > li.languages > ul > li > a {
  padding: 8.5px 0;
  display: block;
  text-align: center;
  color: white;
}
#navigation-bar > div > ul > li.languages.open > span:after {
  border-top: 0;
  border-bottom: 5px solid #fff;
}
#navigation-bar > div > ul > li.languages.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
}
#navigation-bar .info-nav {
  display: none;
}

#navigation-bar.backgrounded {
  background: #FFFFFF;
  box-shadow: 0 1px 0 0 rgba(113, 114, 117, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(113, 114, 117, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(113, 114, 117, 0.1);
}
#navigation-bar.backgrounded .replaced-svg path {
  fill: #1E4164;
}
#navigation-bar.backgrounded .mobile-menu {
  /*color: $second-color;*/
}
#navigation-bar.backgrounded .mobile-menu .hamburger-inner, #navigation-bar.backgrounded .mobile-menu .hamburger-inner:after, #navigation-bar.backgrounded .mobile-menu .hamburger-inner:before {
  background-color: #1E4164;
}
#navigation-bar.backgrounded a {
  color: #1E4164;
}
#navigation-bar.backgrounded a:after {
  background: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.train-effect {
  border: 1px solid #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.train-effect:before {
  background: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.train-effect:hover > a {
  color: #FFFFFF;
}
#navigation-bar.backgrounded > div > ul > li.train-effect:hover > a:after {
  width: 0;
}
#navigation-bar.backgrounded > div > ul > li.train-effect:hover:before {
  width: 100%;
}
#navigation-bar.backgrounded > div > ul > li.languages > span {
  color: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.languages > span:after {
  border-top-color: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.languages > ul > li > a {
  color: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.languages.open > span:after {
  border-bottom-color: #1E4164;
}
#navigation-bar.backgrounded > div > ul > li.languages.open > ul {
  background: white;
}

#navigation-bar.nav-up {
  top: -150px;
}

#navigation-bar.nav-down {
  top: 0px;
}

#navigation-bar.open-mobile .replaced-svg path {
  fill: #ffffff;
}
#navigation-bar.open-mobile .mobile-menu .hamburger-inner, #navigation-bar.open-mobile .mobile-menu .hamburger-inner:after, #navigation-bar.open-mobile .mobile-menu .hamburger-inner:before {
  background-color: white;
}
#navigation-bar.open-mobile a:after {
  background: #FFFFFF;
}
#navigation-bar.open-mobile > div > ul > li.train-effect > a:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  opacity: 0;
}
#navigation-bar.open-mobile > div > ul > li.train-effect.in > a:after {
  width: 100%;
  left: 0 !important;
  opacity: 1;
}
#navigation-bar.open-mobile > div > ul > li.train-effect.out > a:after {
  left: 100%;
  opacity: 1;
}

.main-content {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.13);
}

body.cms-careers .main-content {
  -webkit-box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 40px 75px 40px rgba(0, 0, 0, 0.08);
}

#home-video {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 2;
  background: #1E4164;
  height: 100vh;
}
#home-video .background-mobile-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#home-video .background-mobile-img .focuspoint {
  height: 100%;
}
#home-video .img-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-video .video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scale(1.15052, 1.15052);
}
#home-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E4164;
  opacity: 0.4;
}
#home-video h1 {
  margin: 0;
  font-size: 89.41px;
  line-height: 90px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #FFFFFF;
}
#home-video h2 {
  font-size: 30px;
  line-height: 55px;
  font-weight: 300;
  text-transform: initial;
}
#home-video h2 svg:first-child {
  margin-right: 25px;
}
#home-video .scroll-down-container {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: initial;
}
#home-video .scroll-down-container .scroll-down {
  display: inline-block;
}
#home-video .scroll-down-container .scroll-down .outer {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  padding: 5px;
  background: rgba(126, 205, 195, 0.2);
  font-size: 8px;
  margin-left: 10px;
}
#home-video .scroll-down-container .scroll-down .outer .inner {
  background-color: rgba(126, 205, 195, 0.5);
  border-radius: 50%;
  display: block;
}

.work-item {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 67.5%;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.work-item .focuspoint {
  padding-bottom: 67.5%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.work-item img {
  position: absolute;
}

.work-item:after {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 96%;
  left: 2%;
  height: 10px;
  background: transparent;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.work-item-info {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(9, 47, 135, 0.9);
  z-index: 2;
}
.work-item-info h3 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 52px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.work-item-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.work-item-info ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 16px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  color: #ffffff;
}

.work-item:hover {
  /*
  @include box-shadow(0px,10px,30px,0px,#000000,0.3);
  */
}
.work-item:hover:after {
  opacity: 1;
}
.work-item:hover .work-item-info {
  opacity: 1;
}

.presentation {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F8F9FA;
}
.presentation h1 {
  color: #1E4164;
  margin-bottom: 50px;
}
.presentation .button {
  margin-top: 25px;
  /*font-size: 20px;*/
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  /*line-height: 24px;*/
  line-height: 22px;
  text-transform: uppercase;
  /*padding: 21px 50px 19px;*/
  padding: 10px 30px 10px;
  border: 2px solid #1E4164;
  color: #1E4164;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.presentation .button.in {
  color: #ffffff;
}
.presentation .italic-h3 {
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: "Droid-Serif", arial;
  font-size: 45px;
  font-style: italic;
  line-height: 60px;
  color: #1E4164;
}
.presentation .phrase-signature {
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  color: #666666;
}

.services {
  padding-top: 120px;
  padding-bottom: 120px;
}
.services h1 {
  color: #1E4164;
}

.services-fluid .service-item:first-child {
  border: 0;
}
.services-fluid .service-item {
  height: 650px;
  overflow: hidden;
  border-left: 1px solid white;
}
.services-fluid .service-item .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.services-fluid .service-item .bg-grey {
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 65, 100, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.services-fluid .service-item .bg-blue {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 65, 100, 0.9);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.services-fluid .service-item h3 {
  margin: 0;
  margin-bottom: 65px;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 35px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.services-fluid .service-item .service-item-info {
  position: absolute;
  left: 0;
  top: 445px;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 105px 30px 65px 30px;
}
.services-fluid .service-item .service-item-info h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 35px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.services-fluid .service-item .service-item-info .text {
  margin-top: 100px;
  margin-bottom: 80px;
  height: 205px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.services-fluid .service-item .service-item-info .text p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.services-fluid .service-item .service-item-info .button2, .services-fluid .service-item .service-item-info .services-container .item a, .services-container .item .services-fluid .service-item .service-item-info a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.services-fluid .service-item .service-item-info .button2::before, .services-fluid .service-item .service-item-info .services-container .item a::before, .services-container .item .services-fluid .service-item .service-item-info a::before {
  background: #FFFFFF;
}
.services-fluid .service-item .service-item-info .button2.in, .services-fluid .service-item .service-item-info .services-container .item a.in, .services-container .item .services-fluid .service-item .service-item-info a.in {
  color: #1E4164;
}
.services-fluid .service-item:hover .bg-grey {
  opacity: 0;
}
.services-fluid .service-item:hover .bg-blue {
  opacity: 1;
}
.services-fluid .service-item:hover .service-item-info {
  top: 0;
}

.clients {
  padding-top: 120px;
  padding-bottom: 120px;
}
.clients ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.clients ul li {
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
  display: inline-block;
  width: 25%;
  float: left;
}
.clients ul li div {
  position: relative;
}
.clients ul li a {
  position: relative;
  display: block;
}
.clients ul li img {
  opacity: 0.4;
  /*filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);*/
}

.about {
  background: #F8F9FA;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}
.about img {
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  max-width: 50%;
  z-index: 1;
}
.about h1 {
  color: #1E4164;
}
.about .button2, .about .services-container .item a, .services-container .item .about a {
  margin-top: 30px;
  font-size: 14px;
  padding: 17px 45px 16px;
}
.about .separator {
  height: 2px;
  opacity: 0.1;
  background: #7ECDC3;
  margin-top: 30px;
}

.blog {
  padding-top: 230px;
  padding-bottom: 170px;
}
.blog .upper-row {
  margin-bottom: 60px;
}
.blog .input-group span:not(.admin-editable) {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background: #717275;
  display: inline-block;
  position: relative;
  top: 20px;
}
.blog .input-group-addon {
  border: 0;
  background: transparent;
  padding: 0;
}
.blog .input-group-addon h1 {
  color: #1E4164;
  padding-right: 15px;
}
.blog .input-group-addon a {
  color: #1E4164;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 15px;
}
.blog .blog-entry {
  padding: 30px;
  min-height: 300px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}
.blog .blog-entry a:hover, .blog .blog-entry a:focus, .blog .blog-entry a:active, .blog .blog-entry a:visited {
  text-decoration: none;
}
.blog .blog-entry .blog-entry-title {
  flex-grow: 1;
}
.blog .blog-entry h1 {
  color: #1E4164;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
.blog .blog-entry .date {
  color: #717275;
  font-size: 12px;
  font-weight: 300;
  line-height: 43px;
}
.blog .blog-entry .button2, .blog .blog-entry .services-container .item a, .services-container .item .blog .blog-entry a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.blog .blog-entry .button2::before, .blog .blog-entry .services-container .item a::before, .services-container .item .blog .blog-entry a::before {
  background: #FFFFFF;
}
.blog .blog-entry .button2.in, .blog .blog-entry .services-container .item a.in, .services-container .item .blog .blog-entry a.in {
  color: #7ECDC3;
}
.blog .blog-entry::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #7ECDC3;
  z-index: -1;
  opacity: 0;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.blog .blog-entry.in h1 {
  color: #FFFFFF;
}
.blog .blog-entry.in::before {
  opacity: 1;
  left: 0;
}
.blog .blog-entry.out::before {
  opacity: 1;
  left: 100%;
}

.newsletter {
  text-align: center;
  background-color: rgba(113, 114, 117, 0.2);
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.newsletter .newsletter-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.newsletter h1 {
  color: #1E4164;
}
.newsletter h2 {
  color: #717275;
}
.newsletter #NewsletterForm {
  margin-top: 55px;
}
.newsletter #NewsletterForm input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  height: 66px;
  padding-left: 44px;
  padding-right: 44px;
  color: #000000;
}
.newsletter #NewsletterForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter #NewsletterForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter #NewsletterForm input:-ms-input-placeholder {
  /* IE 10+ */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter #NewsletterForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter #NewsletterForm .input-group-addon {
  border: 0;
  padding: 0;
  background: transparent;
}
.newsletter #NewsletterForm .input-group-addon button {
  background-color: #7ECDC3;
  height: 66px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  min-width: 247px;
  text-transform: uppercase;
  padding: 0 15px;
  border: 0;
  outline: none;
}
.newsletter .hbspt-form {
  margin-top: 55px;
}
.newsletter .hbspt-form .submitted-message {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  color: #1E4164;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}
.newsletter .hbspt-form .submitted-message p {
  font-size: 26px;
  line-height: 32px;
  color: #1E4164;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}
.newsletter .hbspt-form form {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.newsletter .hbspt-form form .hs_error_rollup {
  display: none;
}
.newsletter .hbspt-form form .hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.newsletter .hbspt-form form .hs-error-msgs li label {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
}
.newsletter .hbspt-form form .hs_email, .newsletter .hbspt-form form .hs_submit {
  display: table-cell;
  padding: 0;
}
.newsletter .hbspt-form form .hs_email > label {
  display: none;
}
.newsletter .hbspt-form form .hs_email .hs-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  height: 66px;
  padding-left: 44px;
  padding-right: 44px;
  color: #000000;
  width: 100%;
  max-width: 100%;
}
.newsletter .hbspt-form form .hs_email .hs-input:focus {
  outline: none;
}
.newsletter .hbspt-form form .hs_email .hs-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter .hbspt-form form .hs_email .hs-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter .hbspt-form form .hs_email .hs-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter .hbspt-form form .hs_email .hs-input:-moz-placeholder {
  /* Firefox 18- */
  color: #717275;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.newsletter .hbspt-form form .hs_submit {
  width: 1%;
  white-space: nowrap;
}
.newsletter .hbspt-form form .hs_submit .hs-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #7ECDC3;
  height: 66px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  min-width: 247px;
  text-transform: uppercase;
  padding: 0 15px;
  border: 0;
  outline: none;
}

.footer-spacer {
  width: 100%;
  z-index: -1;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: #1E4164;
  padding-bottom: 52px;
}
#footer.spontaneous {
  background-color: #7ECDC3;
}
#footer .border-left, #footer .border-right {
  top: 0;
  width: 0;
  position: absolute;
  height: 100%;
  background: white;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
#footer .border-left {
  left: 0;
}
#footer .border-right {
  right: 0;
}
#footer .border-bottom {
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
#footer:hover .border-left, #footer:hover .border-right {
  width: 15px;
}
#footer:hover .border-bottom {
  height: 15px;
}
#footer .message-container {
  height: 400px;
  cursor: pointer;
}
#footer .separator {
  height: 2px;
  background-color: #FFFFFF;
  opacity: 0.3;
  margin-bottom: 25px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#footer ul li {
  display: inline-block;
  margin: 0 7px;
}
#footer ul li:first-child {
  margin-left: 0;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer ul li a {
  color: #FFFFFF;
}
#footer .info-bar a {
  margin-right: 15px;
}

#lets-talk, #SpontaneousSubmission {
  display: none;
  position: fixed;
  background: #1E4164;
  color: #FFFFFF;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#lets-talk .file, #SpontaneousSubmission .file {
  display: block;
  width: 100%;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
#lets-talk .file .attach-button, #SpontaneousSubmission .file .attach-button {
  position: absolute;
  top: 40px;
  right: 4px;
  float: none;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  z-index: 10;
}
#lets-talk .file .attach-button svg, #SpontaneousSubmission .file .attach-button svg {
  max-height: 45px;
}
#lets-talk .file .attach-button svg path, #SpontaneousSubmission .file .attach-button svg path {
  stroke: #7ECDC3;
  fill: #7ECDC3;
}
#lets-talk .file .gui-file, #SpontaneousSubmission .file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}
#lets-talk .file .gui-input, #SpontaneousSubmission .file .gui-input {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
  -webkit-border-radius: 0px;
  border-radius: 0px;
  */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include border-radius(0);*/
  outline: none;
  /*padding: 10px;*/
  position: relative;
  vertical-align: top;
  /*border: 1px solid #DDD;*/
  display: -moz-inline-stack;
  display: inline-block;
  /*color: #626262;*/
  outline: none;
  /*height: 42px;*/
  width: 100%;
}
#lets-talk .close-talk, #lets-talk .close-spontaneous-submission, #SpontaneousSubmission .close-talk, #SpontaneousSubmission .close-spontaneous-submission {
  display: none;
}
#lets-talk .close-talk .hamburger-inner, #lets-talk .close-talk .hamburger-inner:after, #lets-talk .close-talk .hamburger-inner:before, #lets-talk .close-spontaneous-submission .hamburger-inner, #lets-talk .close-spontaneous-submission .hamburger-inner:after, #lets-talk .close-spontaneous-submission .hamburger-inner:before, #SpontaneousSubmission .close-talk .hamburger-inner, #SpontaneousSubmission .close-talk .hamburger-inner:after, #SpontaneousSubmission .close-talk .hamburger-inner:before, #SpontaneousSubmission .close-spontaneous-submission .hamburger-inner, #SpontaneousSubmission .close-spontaneous-submission .hamburger-inner:after, #SpontaneousSubmission .close-spontaneous-submission .hamburger-inner:before {
  background-color: white;
}
#lets-talk .success-container, #SpontaneousSubmission .success-container {
  display: none;
  background: white;
  width: 100%;
  height: 100%;
}
#lets-talk .success-container h1, #SpontaneousSubmission .success-container h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 42px;
  color: #1E4164;
  margin-bottom: 80px;
}
#lets-talk .success-container .close-success, #lets-talk .success-container .spontaneous_submission-close-success, #SpontaneousSubmission .success-container .close-success, #SpontaneousSubmission .success-container .spontaneous_submission-close-success {
  cursor: pointer;
  margin: 0 auto;
  display: inline-block;
  color: #7ECDC3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 23px;
  text-transform: uppercase;
}
#lets-talk .form-container, #SpontaneousSubmission .form-container {
  width: 100%;
  height: 100%;
}
#lets-talk .form-container .display-table, #SpontaneousSubmission .form-container .display-table {
  padding-top: 100px;
  padding-bottom: 100px;
}
#lets-talk .form-container .to-close, #SpontaneousSubmission .form-container .to-close {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
#lets-talk .form-container .to-close span, #SpontaneousSubmission .form-container .to-close span {
  font-size: 40px;
  cursor: pointer;
}
#lets-talk .form-container h1, #SpontaneousSubmission .form-container h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 79px;
  text-align: center;
}
#lets-talk .form-container .part-container, #SpontaneousSubmission .form-container .part-container {
  display: none;
  margin-bottom: 50px;
  text-align: center;
}
#lets-talk .form-container .part-container span, #SpontaneousSubmission .form-container .part-container span {
  display: inline-block;
}
#lets-talk .form-container .part-container span label, #SpontaneousSubmission .form-container .part-container span label {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 50px 15px;
  opacity: 0.6;
}
#lets-talk .form-container .part-container span input, #SpontaneousSubmission .form-container .part-container span input {
  /* display: none; */
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
}
#lets-talk .form-container .part-container span input:checked + label, #SpontaneousSubmission .form-container .part-container span input:checked + label {
  opacity: 1;
}
#lets-talk .form-container .part-container span.help-block, #SpontaneousSubmission .form-container .part-container span.help-block {
  background: transparent;
  font-weight: 400;
  color: #f93f3f;
  text-align: center;
  display: block;
  /*
  background: #f93f3f;
  color: #fff;
  font-weight: 600;
  */
  padding: 5px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#lets-talk .form-container .part-container.active, #SpontaneousSubmission .form-container .part-container.active {
  display: block;
}
#lets-talk .form-container input, #SpontaneousSubmission .form-container input {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  border: 0;
  height: 45px;
  background: transparent;
  color: white;
  font-size: 35px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6 linear;
  -moz-transition: all 0.6 linear;
  -o-transition: all 0.6 linear;
  transition: all 0.6 linear;
}
#lets-talk .form-container input:focus, #SpontaneousSubmission .form-container input:focus {
  outline: none;
  border-color: #FFF;
}
#lets-talk .form-container input.help-block, #SpontaneousSubmission .form-container input.help-block {
  border-color: #f93f3f;
}
#lets-talk .form-container textarea, #SpontaneousSubmission .form-container textarea {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  border: 0;
  height: auto;
  min-height: 45px;
  resize: vertical;
  background: transparent;
  color: white;
  font-size: 35px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6 linear;
  -moz-transition: all 0.6 linear;
  -o-transition: all 0.6 linear;
  transition: all 0.6 linear;
}
#lets-talk .form-container textarea:focus, #SpontaneousSubmission .form-container textarea:focus {
  outline: none;
  border-color: #FFF;
}
#lets-talk .form-container .scroll-textarea, #SpontaneousSubmission .form-container .scroll-textarea {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
  height: auto;
  min-height: 45px;
  max-height: 100px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6 linear;
  -moz-transition: all 0.6 linear;
  -o-transition: all 0.6 linear;
  transition: all 0.6 linear;
}
#lets-talk .form-container .scroll-textarea:focus, #SpontaneousSubmission .form-container .scroll-textarea:focus {
  border-color: #FFF;
}
#lets-talk .form-container .back, #lets-talk .form-container .next, #SpontaneousSubmission .form-container .back, #SpontaneousSubmission .form-container .next {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 23px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 20px;
  display: inline-block;
}
#lets-talk .form-container .back .fa, #lets-talk .form-container .next .fa, #SpontaneousSubmission .form-container .back .fa, #SpontaneousSubmission .form-container .next .fa {
  color: #7ECDC3;
  font-size: 14px;
  top: -2px;
  position: relative;
}
#lets-talk .form-container .back.disabled, #lets-talk .form-container .next.disabled, #SpontaneousSubmission .form-container .back.disabled, #SpontaneousSubmission .form-container .next.disabled {
  opacity: 0.5;
  cursor: default;
}
#lets-talk .form-container .tabs, #SpontaneousSubmission .form-container .tabs {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}
#lets-talk .form-container .tabs ul, #SpontaneousSubmission .form-container .tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#lets-talk .form-container .tabs ul li:first-child, #SpontaneousSubmission .form-container .tabs ul li:first-child {
  margin-left: 0;
}
#lets-talk .form-container .tabs ul li:before, #SpontaneousSubmission .form-container .tabs ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #717275;
  top: 0;
  left: 0;
}
#lets-talk .form-container .tabs ul li, #SpontaneousSubmission .form-container .tabs ul li {
  position: relative;
  padding-top: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 11px;
  text-align: center;
  width: calc(20% - 10px);
  float: left;
  text-transform: uppercase;
  color: #717275;
}
#lets-talk .form-container .tabs ul li.active, #SpontaneousSubmission .form-container .tabs ul li.active {
  color: #FFFFFF;
}
#lets-talk .form-container .tabs ul li.active:before, #SpontaneousSubmission .form-container .tabs ul li.active:before {
  background: white;
}
#lets-talk .form-container .tabs ul li:last-child, #SpontaneousSubmission .form-container .tabs ul li:last-child {
  margin-right: 0;
}

#SpontaneousSubmission .form-container .tabs ul {
  display: flex;
  width: auto;
}

.WizardSliderValueWrapper {
  margin-top: 50px;
}

#WizardSlider {
  max-width: 980px;
  margin: 10px auto 0;
}
#WizardSlider .noUi-connect {
  background: #7ECDC3;
}

#arbitration-center, #privacy-policy {
  margin-top: 93px;
  padding-top: 120px;
  padding-bottom: 120px;
}
#arbitration-center .divider, #privacy-policy .divider {
  background-color: #D8D8D8;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
}
#arbitration-center h3, #privacy-policy h3 {
  color: #1E4164;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#arbitration-center p, #privacy-policy p {
  color: #666;
  font-size: 20px;
}
#arbitration-center p.little, #arbitration-center p .little, #privacy-policy p.little, #privacy-policy p .little {
  font-size: 14px;
}
#arbitration-center .info-area h3, #privacy-policy .info-area h3 {
  margin-top: 0;
  color: #666;
  font-weight: 500;
}
#arbitration-center .info-area h4, #privacy-policy .info-area h4 {
  margin-top: 0;
  color: #666;
  font-weight: 500;
  font-size: 16px;
}
#arbitration-center .info-area img, #privacy-policy .info-area img {
  margin-bottom: 35px;
}

#privacy-policy h2 {
  color: #1E4164;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#privacy-policy .info-area h3 {
  margin-bottom: 10px;
}
#privacy-policy .info-area p {
  font-size: 18px;
}
#privacy-policy .info-area p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .sub-text, .services h4, .about h4, .blog h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .common-banner h1 {
    font-size: 66px;
    line-height: 68px;
  }
  .common-banner p {
    font-size: 18px;
    line-height: 36px;
  }

  #home-video h1 {
    font-size: 66px;
    line-height: 68px;
  }

  .work-item-info h3 {
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 36px;
  }

  .presentation .italic-h3 {
    font-size: 34px;
    line-height: 54px;
  }
  .presentation .phrase-signature {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }

  .services-fluid .service-item .service-item-info h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
  }
  .services-fluid .service-item .service-item-info .text p {
    font-size: 18px;
    line-height: 33px;
  }

  .clients ul {
    /*
    svg.logo_color{
      width: calc(100% - 50px);
    }
    */
  }
  .clients ul li {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog .blog-entry {
    min-height: 250px;
  }
  .blog .blog-entry h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .newsletter h2,
  #footer .message-container h2 {
    font-size: 26px;
    line-height: 55px;
  }
}
@media (max-width: 1366px) {
  .title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .sub-text, .services h4, .about h4, .blog h4 {
    font-size: 18px;
    line-height: 36px;
  }

  #home-video h1 {
    font-size: 55px;
    line-height: 58px;
  }

  .common-banner h1 {
    font-size: 56px;
    line-height: 58px;
  }
  .common-banner p {
    font-size: 18px;
    line-height: 32px;
  }

  .presentation .italic-h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .presentation .phrase-signature {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }

  .services-fluid .service-item {
    height: 500px;
  }
  .services-fluid .service-item .bg-grey {
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 65, 100, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .services-fluid .service-item .bg-blue {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 65, 100, 0.9);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .services-fluid .service-item h3 {
    margin: 0;
    margin-bottom: 65px;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 35px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
  }
  .services-fluid .service-item .service-item-info {
    top: 350px;
    padding: 65px 30px 65px 30px;
  }
  .services-fluid .service-item .service-item-info .text {
    height: 155px;
    -webkit-line-clamp: 6;
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .newsletter h2,
  #footer .message-container h2 {
    font-size: 24px;
    line-height: 53px;
  }

  .newsletter #NewsletterForm input {
    height: 54px;
  }
  .newsletter #NewsletterForm .input-group-addon button {
    height: 54px;
  }
  .newsletter .hbspt-form form .hs_email .hs-input {
    height: 54px;
  }
  .newsletter .hbspt-form form .hs_submit .hs-button {
    height: 54px;
  }
}
@media (max-width: 992px) {
  .common-banner {
    height: calc(100% - 65px);
    margin-top: 65px;
  }
  .common-banner h1 {
    font-size: 46px;
    line-height: 48px;
  }
  .common-banner p {
    font-size: 18px;
    line-height: 24px;
  }

  #navigation-bar {
    padding-top: 20px;
    padding-bottom: 15px;
    height: 65px;
    overflow: hidden;
  }
  #navigation-bar img, #navigation-bar .replaced-svg {
    max-width: 67px;
  }
  #navigation-bar .mobile-menu {
    display: block;
  }
  #navigation-bar > div > ul {
    opacity: 0;
    width: 100%;
    margin-top: 45px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  #navigation-bar > div > ul > li {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #navigation-bar > div > ul > li > a {
    font-size: 22px;
    font-weight: 600;
  }
  #navigation-bar > div > ul > li.train-effect {
    border: 0;
  }
  #navigation-bar > div > ul > li.train-effect > a {
    padding-left: 0;
    padding-right: 0;
  }
  #navigation-bar > div > ul > li.train-effect:before {
    background: #1E4164;
  }
  #navigation-bar > div > ul > li.train-effect:hover > a {
    color: white;
  }
  #navigation-bar > div > ul > li.languages > span {
    display: inline-block;
    background: white;
    color: #1e4164;
    padding: 8.5px 12.5px;
  }
  #navigation-bar > div > ul > li.languages > span:after {
    display: none;
  }
  #navigation-bar > div > ul > li.languages > ul {
    position: relative;
    display: inline-block;
    width: auto;
    opacity: 1;
    visibility: visible;
  }
  #navigation-bar > div > ul > li.languages > ul > li > a {
    padding: 8.5px 12.5px;
  }
  #navigation-bar.open-mobile {
    height: 100%;
    background: #1E4164;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  #navigation-bar.open-mobile .mobile-menu {
    color: #FFFFFF;
  }
  #navigation-bar.open-mobile > div > ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #navigation-bar.open-mobile > div > ul > li > a {
    color: #FFFFFF;
  }
  #navigation-bar.open-mobile .info-nav {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  #navigation-bar .info-nav {
    display: block;
    clear: both;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
  }
  #navigation-bar .info-nav a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #FFFFFF;
    display: block;
  }
  #navigation-bar .info-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    transform: none;
  }
  #navigation-bar .info-nav ul li {
    display: inline-block;
    width: auto;
  }
  #navigation-bar .hamburger-box {
    width: 35px;
    height: 23px;
    top: -5px;
  }
  #navigation-bar .hamburger-box .hamburger-inner, #navigation-bar .hamburger-box .hamburger-inner:after, #navigation-bar .hamburger-box .hamburger-inner:before {
    width: 35px;
    height: 3px;
  }

  #navigation-bar.backgrounded > div > ul > li.train-effect {
    border: 0;
  }

  #home-video h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #home-video h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .presentation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .presentation .work-item-info {
    opacity: 1;
    background: rgba(37, 34, 34, 0.5) !important;
  }
  .presentation .work-item-info h3 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 32px;
  }
  .presentation .work-item-info ul li {
    font-size: 18px;
    line-height: 21px;
  }
  .presentation .italic-h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 50px;
  }

  #footer .message-container h1 {
    margin-bottom: 15px;
  }
  #footer .message-container h2 {
    font-size: 20px;
    line-height: 25px;
  }

  #footer {
    padding-bottom: 25px;
  }
  #footer .info-bar, #footer .social-bar {
    text-align: center;
  }
  #footer .social-bar {
    margin-top: 25px;
  }

  #arbitration-center {
    margin-top: 65px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  #navigation-bar > div > ul > li {
    padding: 0;
  }
  #navigation-bar > div > ul > li > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
  #navigation-bar > div > ul > li.train-effect > a {
    padding: 0;
  }

  .common-banner {
    /*
    height: calc(100% - 100px);
    margin-top: 100px;
    */
  }
  .common-banner h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .common-banner p {
    font-size: 20px;
    line-height: 40px;
  }

  .title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 47px;
    text-align: center;
  }

  .sub-text, .services h4, .about h4, .blog h4 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }

  .services-fluid .service-item {
    height: 270px;
    /*
    .bg-blue{
      opacity: 1;
    }
    */
  }
  .services-fluid .service-item .service-item-info {
    padding: 25px 25px;
    top: 105px;
    text-align: center;
  }
  .services-fluid .service-item .service-item-info .table-cell {
    vertical-align: middle;
    text-align: center;
  }
  .services-fluid .service-item .service-item-info .button2, .services-fluid .service-item .service-item-info .services-container .item a, .services-container .item .services-fluid .service-item .service-item-info a {
    position: relative;
    margin: 0 auto;
    bottom: -75px;
  }
  .services-fluid .service-item .service-item-info .text {
    display: none;
    opacity: 0;
    height: 90px;
    margin-top: 15px;
    margin-bottom: 50px;
    -webkit-line-clamp: 3;
  }

  .clients ul li {
    width: 50%;
  }

  .about {
    padding-top: 0px;
    text-align: center;
  }
  .about img {
    position: relative;
    max-width: 100%;
    top: 0;
    margin-bottom: 50px;
  }
  .about .separator {
    display: none;
  }

  .blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blog .upper-row {
    margin-bottom: 0;
  }
  .blog .input-group .input-group-addon h1 {
    padding-right: 0;
  }
  .blog .input-group span, .blog .input-group .input-group-addon:last-child {
    display: none !important;
  }
  .blog .blog-entry {
    margin: 15px 0;
    min-height: 0;
  }
  .blog .blog-entry h1 {
    /*color: $primary-color*/
    margin-bottom: 30px;
  }
  .blog .blog-entry .button2, .blog .blog-entry .services-container .item a, .services-container .item .blog .blog-entry a {
    color: #1E4164;
    border: 1px solid #1E4164;
  }
  .blog .blog-entry::before {
    background: white;
    opacity: 0;
    left: 0;
  }
  .blog .blog-entry:first-child::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1E4164;
    opacity: 0.2;
    position: relative;
    top: 30px;
  }
  .blog .blog-entry.out::before {
    opacity: 0;
    left: 0;
  }
  .blog .blog-entry.in h1 {
    color: #1E4164;
  }

  .newsletter h1 {
    margin-bottom: 15px;
  }
  .newsletter h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .newsletter .hbspt-form form .hs_email, .newsletter .hbspt-form form .hs_submit {
    display: inline-block;
    width: 100%;
  }
  .newsletter .hbspt-form form .hs_email .hs-input {
    text-align: center;
  }
  .newsletter .hbspt-form form .hs_email .hs-input::-webkit-input-placeholder {
    text-align: center;
  }
  .newsletter .hbspt-form form .hs_email .hs-input::-moz-placeholder {
    text-align: center;
  }
  .newsletter .hbspt-form form .hs_email .hs-input:-ms-input-placeholder {
    text-align: center;
  }
  .newsletter .hbspt-form form .hs_email .hs-input:-moz-placeholder {
    text-align: center;
  }
  .newsletter .hbspt-form form .hs_submit .hs-button {
    width: 100%;
  }
  .newsletter .input-group {
    display: inline-block;
    width: 100%;
  }
  .newsletter .input-group .input-group-addon {
    width: 100%;
    display: inline-block;
  }
  .newsletter .input-group .input-group-addon button {
    width: 100%;
  }

  #NewsletterForm input {
    text-align: center;
  }
  #NewsletterForm input::-webkit-input-placeholder {
    text-align: center;
  }
  #NewsletterForm input::-moz-placeholder {
    text-align: center;
  }
  #NewsletterForm input:-ms-input-placeholder {
    text-align: center;
  }
  #NewsletterForm input:-moz-placeholder {
    text-align: center;
  }

  #lets-talk .form-container h1, #SpontaneousSubmission .form-container h1 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 36px;
  }
  #lets-talk .form-container input, #SpontaneousSubmission .form-container input {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  #lets-talk .form-container textarea, #SpontaneousSubmission .form-container textarea {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  #lets-talk .form-container .scroll-textarea, #SpontaneousSubmission .form-container .scroll-textarea {
    max-height: 150px;
  }
  #lets-talk .form-container .part-container span, #SpontaneousSubmission .form-container .part-container span {
    width: 100%;
  }
  #lets-talk .form-container .part-container span input, #SpontaneousSubmission .form-container .part-container span input {
    margin-top: 5px;
  }
  #lets-talk .form-container .part-container span label, #SpontaneousSubmission .form-container .part-container span label {
    margin: 15px 0;
  }
  #lets-talk .form-container .part-container span:first-child label, #SpontaneousSubmission .form-container .part-container span:first-child label {
    margin-top: 35px;
  }
  #lets-talk .form-container .part-container span:last-child label, #SpontaneousSubmission .form-container .part-container span:last-child label {
    margin-bottom: 35px;
  }
  #lets-talk .form-container .tabs, #SpontaneousSubmission .form-container .tabs {
    bottom: 15px;
  }
  #lets-talk .form-container .tabs .np, #SpontaneousSubmission .form-container .tabs .np {
    padding: 0;
  }
  #lets-talk .form-container .tabs ul li, #SpontaneousSubmission .form-container .tabs ul li {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    /*text-align: right;*/
    text-align: center;
  }
  #lets-talk .form-container .tabs ul li::before, #SpontaneousSubmission .form-container .tabs ul li::before {
    top: initial;
    bottom: -10px;
  }
  #lets-talk .form-container .tabs ul li:last-child, #SpontaneousSubmission .form-container .tabs ul li:last-child {
    /*text-align: left;*/
    text-align: center;
  }

  #footer .info-bar a {
    display: block;
    margin-right: 0px;
    margin-bottom: 7px;
  }

  #arbitration-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #home-video .video-background {
    display: none;
  }
  #home-video .background-mobile-img {
    display: block;
  }

  .services-fluid .service-item {
    border: 0;
    border-bottom: 1px solid white;
  }

  .work-item {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0px;
  }

  .sub-text, .services h4, .about h4, .blog h4 {
    font-size: 18px;
    line-height: 32px;
  }

  #home-video h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  #home-video h2 svg {
    max-width: 125px;
  }
  #home-video .scroll-down-container {
    display: none;
  }

  .presentation {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .common-banner h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .common-banner h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }
  .common-banner p {
    font-size: 14px;
    line-height: 18px;
  }

  .presentation .italic-h3 {
    margin-top: 90px;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 36px;
  }

  .services, .clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog .blog-entry h1 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .newsletter h2,
  #footer .message-container h2 {
    font-size: 18px;
    line-height: 22px;
  }

  #lets-talk .form-container .tabs ul, #SpontaneousSubmission .form-container .tabs ul {
    display: none;
  }
  #lets-talk .form-container .back, #SpontaneousSubmission .form-container .back {
    margin-bottom: 25px;
  }
}
/**
  iPhone >6 and High-Res Screens
 */
/*
@media
  (min-resolution: 192dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #navigation-bar > div > ul > li {
    padding: 8.5px 0px;
  }

  #navigation-bar > div > ul > li {
    font-size: 22px;
    font-weight: 600;
  }

  .common-banner h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .common-banner p {
    font-size: 20px;
    line-height: 28px;
  }

  #home-video h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
  #home-video h2 svg:last-child {
    max-width: 110px;
  }

  .work-item {
    /*margin-bottom: 0px;*/
  }
  .work-item .work-item-info h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .work-item .work-item-info ul li {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    opacity: 1;
  }

  .presentation .italic-h3 {
    font-size: 28px;
    line-height: 42px;
  }
  .presentation .phrase-signature {
    font-size: 18px;
    line-height: 21px;
  }

  .title, .presentation h1, .services h1, .about h1, .blog .input-group-addon h1, .newsletter h1, #footer .message-container h1, #about .clients h1, #about .presentation h1, .services-container .item h1, #work-view .case-study h1, #careers .open-positions h1, #careers .what-we-offer h1, #job-offer .job-apply h1, #contacts .offices h1, #contacts .drop-a-line h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
  }

  .sub-text, .services h4, .about h4, .blog h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .newsletter h2, #footer .message-container h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
/**
  iPhone <6
 */
@media (max-width: 350px) {
  #home-video h1 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0;
  }
  #home-video h2 svg {
    max-width: 90px;
  }

  .work-item {
    padding-bottom: 75%;
    margin-bottom: 0;
  }
  .work-item .focuspoint {
    padding-bottom: 75%;
  }
  .work-item .work-item-info {
    text-align: center;
  }
  .work-item .work-item-info h3 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .work-item .work-item-info ul li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    opacity: 1;
  }
  .work-item .work-item-info ul li:nth-child(even) {
    display: none;
  }

  #navigation-bar > div > ul {
    padding-top: 0px;
  }
  #navigation-bar > div > ul > li {
    padding: 3px 0px;
  }
  #navigation-bar > div > ul > li > a {
    font-size: 18px;
  }
}
#about-banner {
  z-index: 2;
  background: white;
  position: relative;
}
#about-banner .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}
#about-banner h1 {
  color: #1E4164;
  margin: 0;
  font-size: 90px;
  letter-spacing: 3px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: 700;
}
#about-banner h2 {
  color: #717275;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 44px;
}
#about-banner p {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
}

.about-presentation {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F8F9FA;
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
.about-presentation p {
  margin-bottom: 25px;
}
.about-presentation p:last-child {
  margin-bottom: 0;
}

.about-images {
  padding: 0;
  height: 1080px;
  /*span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    @include coverBackground;
  }*/
}
.about-images .row {
  margin: 0;
}
.about-images .left {
  height: 1080px;
  padding: 0;
}
.about-images .left-wrapper {
  padding: 0;
}
.about-images .right-wrapper {
  padding: 0;
}
.about-images .right {
  height: 540px;
  padding: 0;
}
.about-images .focuspoint .grid-images-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about-images .focuspoint .grid-images-overlay.grid-images-title {
  color: #FFFFFF;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 48px;
  text-transform: uppercase;
}
.about-images .focuspoint .grid-images-overlay.grid-images-sub-title {
  opacity: 0;
  background: rgba(30, 65, 100, 0.9);
  color: #FFFFFF;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
}
.about-images .focuspoint:hover .grid-images-overlay.grid-images-title {
  opacity: 0;
}
.about-images .focuspoint:hover .grid-images-overlay.grid-images-sub-title {
  opacity: 1;
}

#about .clients {
  padding-top: 105px;
  padding-bottom: 105px;
}
#about .clients h1 {
  color: #1E4164;
}
#about .clients h3 {
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
#about .clients ul li img {
  filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
#about .presentation h1 {
  color: #1E4164;
  margin-bottom: 50px;
}
#about .careers {
  background: #7ECDC3;
  color: #FFFFFF;
}
#about .careers h3 {
  font-family: "Droid-Serif", arial;
  font-size: 30px;
  font-style: italic;
  line-height: 35px;
}
#about .careers h1 {
  font-size: 66px;
  line-height: 77px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
#about .careers a {
  position: relative;
  display: block;
  padding-top: 230px;
  padding-bottom: 230px;
  color: inherit;
}
#about .careers a .hover {
  display: none;
}
#about .careers a:hover {
  text-decoration: none;
  /*
  .init{
    display: none;
  }
  .hover{
    display: block;
  }
  */
}
#about .careers a:before {
  position: absolute;
  content: '';
  left: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
#about .careers a.in::before {
  opacity: 1;
  left: 0;
}
#about .careers a.out::before {
  opacity: 1;
  left: 100%;
}

.team .team-title {
  display: none;
}
.team .team-element:hover .team-element-container .table-cell {
  opacity: 1;
}
.team .team-element.active {
  z-index: 2;
}
.team .team-element {
  text-align: center;
  position: relative;
  padding-top: 25%;
  /* 1:1 Aspect Ratio */
  color: #FFFFFF;
  text-transform: uppercase;
}
.team .team-element .bg-face {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team .team-element .team-element-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.team .team-element .team-element-container .display-table {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.team .team-element .team-element-container .table-cell {
  background-color: rgba(30, 65, 100, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team .team-element .team-element-container h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 35px;
}
.team .team-element .team-element-container h5 {
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
}
.team .team-element .team-element-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-top: 25px;
}
.team .team-element .team-element-container ul li {
  display: inline-block;
  margin: 0 7px;
}
.team .team-element .team-element-container ul li a {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
}
.team .team-element .team-element-container ul li a:hover {
  text-decoration: none;
}

@media (max-width: 1440px) {
  .about-images .focuspoint .grid-images-overlay.grid-images-title {
    font-size: 35px;
  }
  .about-images .focuspoint .grid-images-overlay.grid-images-sub-title {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  #about .careers a {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  #about-banner h1 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 50px;
  }
  #about-banner h2 {
    font-size: 25px;
    line-height: 30px;
  }
  #about-banner p {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about-images .right {
    height: 360px;
  }

  .about-images .focuspoint .grid-images-overlay.grid-images-title {
    font-size: 20px;
  }
  .about-images .focuspoint .grid-images-overlay.grid-images-sub-title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .about-images {
    height: auto;
  }

  .about-images .left {
    height: 360px;
  }
}
@media (max-width: 768px) {
  #about .clients {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #about .clients h1 {
    text-align: left;
  }
  #about .careers {
    /*
    padding-top: 75px;
    padding-bottom: 75px;
    */
  }
  #about .careers h3 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 35px;
  }
  #about .careers h1 {
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 48px;
  }
  #about .careers a {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-images .focuspoint:hover .grid-images-overlay.grid-images-title {
    opacity: 1;
  }

  .team .team-title {
    display: block;
  }
  .team .team-title h1 {
    color: #1E4164;
    margin-bottom: 35px;
    text-align: left;
  }
  .team .team-element {
    padding-top: 50%;
  }
  .team .team-element .team-element-container .table-cell {
    opacity: 1;
  }
  .team .team-element .team-element-container h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
  }
  .team .team-element .team-element-container h5 {
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
  }

  .about-presentation {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-images .right {
    height: 320px;
  }

  .about-images .focuspoint .grid-images-overlay.grid-images-title {
    background: rgba(0, 0, 0, 0.2);
  }
  .about-images .focuspoint .grid-images-overlay.grid-images-sub-title {
    opacity: 1;
    background: transparent;
    padding-top: 160px;
  }
}
@media (max-width: 500px) {
  #about .careers {
    /*
    h1{
      font-size: 60px;
      letter-spacing: 3px;
      line-height: 68px;
    }
    */
  }
  #about .careers a {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }

  .about-presentation p {
    font-size: 18px;
    line-height: 32px;
  }

  #about .clients h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }

  .team .team-element .team-element-container h4 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .team .team-element .team-element-container h5 {
    font-size: 12px;
    line-height: 14px;
  }
}
/*
@media
  (min-resolution: 192dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .about-presentation p {
    font-size: 18px;
    line-height: 32px;
  }

  #about .clients h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
}
@media (max-width: 320px) {
  .about-images .focuspoint .grid-images-overlay.grid-images-sub-title {
    font-size: 10px;
  }

  .team .team-element .team-element-container h4 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
  }
  .team .team-element .team-element-container h5 {
    font-size: 10px;
    line-height: 12px;
  }
}
/*
.cms-services-view .common-banner h1 {
  font-family: "Akzidenz-Grotesk BQ";
}
*/
body.cms-services-view .common-banner {
  height: 70%;
}

.cms-services-view .blog {
  padding-bottom: 0;
}

.cms-services-view .blog-line {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background: #717275;
  display: inline-block;
  position: relative;
  margin-top: 80px;
}

.cms-services-view .common-banner p {
  margin-top: 12%;
}

.cms-services-view .presentation {
  background: transparent;
}

.services-container {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F8F9FA;
}
.services-container .item h1 {
  color: #1E4164;
  font-size: 30px;
  line-height: 35px;
  margin-top: 35px;
}
.services-container .item .text {
  margin-top: 45px;
  margin-bottom: 80px;
}
.services-container .item .text p {
  margin: 0;
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
.services-container .item a {
  font-size: 14px;
  padding: 17px 45px 16px;
}
.services-container .divider {
  /*background-color: #D8D8D8;*/
  background-color: transparent;
  height: 1px;
  margin: 60px 0;
}

.services-text-container, .services-process-container {
  padding-top: 140px;
  padding-bottom: 140px;
}
.services-text-container p, .services-process-container p {
  color: #717275;
  font-size: 18px;
  line-height: 36px;
}
.services-text-container table, .services-process-container table {
  color: #717275;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}
.services-text-container table td, .services-process-container table td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  padding-bottom: 15px;
}

.services-text-container h2 {
  color: #1E4164;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}

.services-process-container {
  background-color: #F8F9FA;
}
.services-process-container h2 {
  color: #1E4164;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
}
.services-process-container .process-block {
  height: 195px;
  border: 1px solid #7ECDC3;
  opacity: 0.35;
  color: #1E4164;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.services-process-container .process-block:hover {
  opacity: 1;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.09);
}

.services-container .item .focuspoint {
  padding-top: 68.5%;
}

#services .presentation {
  background: #FFFFFF;
}

@media (max-width: 1440px) {
  .services-container .item h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 33px;
  }
  .services-container .item .text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .services-container .item .text p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 1366px) {
  .services-text-container table, .services-process-container table {
    display: block;
  }
  .services-text-container table tr, .services-process-container table tr {
    display: block;
  }
  .services-text-container table td, .services-process-container table td {
    display: block;
    line-height: 1.5;
  }
  .services-text-container table td:before, .services-process-container table td:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #7ECDC3;
    margin-right: 40px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .services-container .item {
    text-align: center;
  }
  .services-container .item h1 {
    margin-top: 25px;
    font-size: 26px;
    line-height: 31px;
  }
  .services-container .item .text p {
    font-size: 20px;
    line-height: 28px;
  }
  .services-container .divider {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .services-container, .services-text-container, .services-process-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
/**
  iPhone >6 and High-Res Screens
 */
/*
@media
  (min-resolution: 192dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .services-container .item {
    text-align: center;
  }
  .services-container .item h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .services-container .item .text p {
    font-size: 18px;
    line-height: 32px;
  }

  .services-text-container h2 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0px;
  }
}
@media (max-width: 500px) {
  .services-container .item {
    text-align: center;
  }
  .services-container .item h1 {
    margin-top: 25px;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0;
  }
  .services-container .item .text p {
    font-size: 18px;
    line-height: 32px;
  }

  .services-text-container h2, .services-process-container h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .services-text-container p, .services-process-container p {
    font-size: 18px;
    line-height: 32px;
  }

  .services-text-container table, .services-process-container table {
    font-size: 18px;
    line-height: 32px;
  }

  .services-text-container table td:before, .services-process-container table td:before {
    margin-right: 25px;
  }
}
/**
  HELPER CLASSES FOR THE WORK VIEW
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.col-xs-mt150 {
  margin-top: 150px !important;
}

.col-xs-mb150 {
  margin-bottom: 150px !important;
}

.col-xs-mt145 {
  margin-top: 145px !important;
}

.col-xs-mb145 {
  margin-bottom: 145px !important;
}

.col-xs-mt140 {
  margin-top: 140px !important;
}

.col-xs-mb140 {
  margin-bottom: 140px !important;
}

.col-xs-mt135 {
  margin-top: 135px !important;
}

.col-xs-mb135 {
  margin-bottom: 135px !important;
}

.col-xs-mt130 {
  margin-top: 130px !important;
}

.col-xs-mb130 {
  margin-bottom: 130px !important;
}

.col-xs-mt125 {
  margin-top: 125px !important;
}

.col-xs-mb125 {
  margin-bottom: 125px !important;
}

.col-xs-mt120 {
  margin-top: 120px !important;
}

.col-xs-mb120 {
  margin-bottom: 120px !important;
}

.col-xs-mt115 {
  margin-top: 115px !important;
}

.col-xs-mb115 {
  margin-bottom: 115px !important;
}

.col-xs-mt110 {
  margin-top: 110px !important;
}

.col-xs-mb110 {
  margin-bottom: 110px !important;
}

.col-xs-mt105 {
  margin-top: 105px !important;
}

.col-xs-mb105 {
  margin-bottom: 105px !important;
}

.col-xs-mt100 {
  margin-top: 100px !important;
}

.col-xs-mb100 {
  margin-bottom: 100px !important;
}

.col-xs-mt95 {
  margin-top: 95px !important;
}

.col-xs-mb95 {
  margin-bottom: 95px !important;
}

.col-xs-mt90 {
  margin-top: 90px !important;
}

.col-xs-mb90 {
  margin-bottom: 90px !important;
}

.col-xs-mt85 {
  margin-top: 85px !important;
}

.col-xs-mb85 {
  margin-bottom: 85px !important;
}

.col-xs-mt80 {
  margin-top: 80px !important;
}

.col-xs-mb80 {
  margin-bottom: 80px !important;
}

.col-xs-mt75 {
  margin-top: 75px !important;
}

.col-xs-mb75 {
  margin-bottom: 75px !important;
}

.col-xs-mt70 {
  margin-top: 70px !important;
}

.col-xs-mb70 {
  margin-bottom: 70px !important;
}

.col-xs-mt65 {
  margin-top: 65px !important;
}

.col-xs-mb65 {
  margin-bottom: 65px !important;
}

.col-xs-mt60 {
  margin-top: 60px !important;
}

.col-xs-mb60 {
  margin-bottom: 60px !important;
}

.col-xs-mt55 {
  margin-top: 55px !important;
}

.col-xs-mb55 {
  margin-bottom: 55px !important;
}

.col-xs-mt50 {
  margin-top: 50px !important;
}

.col-xs-mb50 {
  margin-bottom: 50px !important;
}

.col-xs-mt45 {
  margin-top: 45px !important;
}

.col-xs-mb45 {
  margin-bottom: 45px !important;
}

.col-xs-mt40 {
  margin-top: 40px !important;
}

.col-xs-mb40 {
  margin-bottom: 40px !important;
}

.col-xs-mt35 {
  margin-top: 35px !important;
}

.col-xs-mb35 {
  margin-bottom: 35px !important;
}

.col-xs-mt30 {
  margin-top: 30px !important;
}

.col-xs-mb30 {
  margin-bottom: 30px !important;
}

.col-xs-mt25 {
  margin-top: 25px !important;
}

.col-xs-mb25 {
  margin-bottom: 25px !important;
}

.col-xs-mt20 {
  margin-top: 20px !important;
}

.col-xs-mb20 {
  margin-bottom: 20px !important;
}

.col-xs-mt15 {
  margin-top: 15px !important;
}

.col-xs-mb15 {
  margin-bottom: 15px !important;
}

.col-xs-mt10 {
  margin-top: 10px !important;
}

.col-xs-mb10 {
  margin-bottom: 10px !important;
}

.col-xs-mt5 {
  margin-top: 5px !important;
}

.col-xs-mb5 {
  margin-bottom: 5px !important;
}

.col-xs-mt0 {
  margin-top: 0px !important;
}

.col-xs-mb0 {
  margin-bottom: 0px !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-sm-mt150 {
    margin-top: 150px !important;
  }

  .col-sm-mb150 {
    margin-bottom: 150px !important;
  }

  .col-sm-mt145 {
    margin-top: 145px !important;
  }

  .col-sm-mb145 {
    margin-bottom: 145px !important;
  }

  .col-sm-mt140 {
    margin-top: 140px !important;
  }

  .col-sm-mb140 {
    margin-bottom: 140px !important;
  }

  .col-sm-mt135 {
    margin-top: 135px !important;
  }

  .col-sm-mb135 {
    margin-bottom: 135px !important;
  }

  .col-sm-mt130 {
    margin-top: 130px !important;
  }

  .col-sm-mb130 {
    margin-bottom: 130px !important;
  }

  .col-sm-mt125 {
    margin-top: 125px !important;
  }

  .col-sm-mb125 {
    margin-bottom: 125px !important;
  }

  .col-sm-mt120 {
    margin-top: 120px !important;
  }

  .col-sm-mb120 {
    margin-bottom: 120px !important;
  }

  .col-sm-mt115 {
    margin-top: 115px !important;
  }

  .col-sm-mb115 {
    margin-bottom: 115px !important;
  }

  .col-sm-mt110 {
    margin-top: 110px !important;
  }

  .col-sm-mb110 {
    margin-bottom: 110px !important;
  }

  .col-sm-mt105 {
    margin-top: 105px !important;
  }

  .col-sm-mb105 {
    margin-bottom: 105px !important;
  }

  .col-sm-mt100 {
    margin-top: 100px !important;
  }

  .col-sm-mb100 {
    margin-bottom: 100px !important;
  }

  .col-sm-mt95 {
    margin-top: 95px !important;
  }

  .col-sm-mb95 {
    margin-bottom: 95px !important;
  }

  .col-sm-mt90 {
    margin-top: 90px !important;
  }

  .col-sm-mb90 {
    margin-bottom: 90px !important;
  }

  .col-sm-mt85 {
    margin-top: 85px !important;
  }

  .col-sm-mb85 {
    margin-bottom: 85px !important;
  }

  .col-sm-mt80 {
    margin-top: 80px !important;
  }

  .col-sm-mb80 {
    margin-bottom: 80px !important;
  }

  .col-sm-mt75 {
    margin-top: 75px !important;
  }

  .col-sm-mb75 {
    margin-bottom: 75px !important;
  }

  .col-sm-mt70 {
    margin-top: 70px !important;
  }

  .col-sm-mb70 {
    margin-bottom: 70px !important;
  }

  .col-sm-mt65 {
    margin-top: 65px !important;
  }

  .col-sm-mb65 {
    margin-bottom: 65px !important;
  }

  .col-sm-mt60 {
    margin-top: 60px !important;
  }

  .col-sm-mb60 {
    margin-bottom: 60px !important;
  }

  .col-sm-mt55 {
    margin-top: 55px !important;
  }

  .col-sm-mb55 {
    margin-bottom: 55px !important;
  }

  .col-sm-mt50 {
    margin-top: 50px !important;
  }

  .col-sm-mb50 {
    margin-bottom: 50px !important;
  }

  .col-sm-mt45 {
    margin-top: 45px !important;
  }

  .col-sm-mb45 {
    margin-bottom: 45px !important;
  }

  .col-sm-mt40 {
    margin-top: 40px !important;
  }

  .col-sm-mb40 {
    margin-bottom: 40px !important;
  }

  .col-sm-mt35 {
    margin-top: 35px !important;
  }

  .col-sm-mb35 {
    margin-bottom: 35px !important;
  }

  .col-sm-mt30 {
    margin-top: 30px !important;
  }

  .col-sm-mb30 {
    margin-bottom: 30px !important;
  }

  .col-sm-mt25 {
    margin-top: 25px !important;
  }

  .col-sm-mb25 {
    margin-bottom: 25px !important;
  }

  .col-sm-mt20 {
    margin-top: 20px !important;
  }

  .col-sm-mb20 {
    margin-bottom: 20px !important;
  }

  .col-sm-mt15 {
    margin-top: 15px !important;
  }

  .col-sm-mb15 {
    margin-bottom: 15px !important;
  }

  .col-sm-mt10 {
    margin-top: 10px !important;
  }

  .col-sm-mb10 {
    margin-bottom: 10px !important;
  }

  .col-sm-mt5 {
    margin-top: 5px !important;
  }

  .col-sm-mb5 {
    margin-bottom: 5px !important;
  }

  .col-sm-mt0 {
    margin-top: 0px !important;
  }

  .col-sm-mb0 {
    margin-bottom: 0px !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-md-mt150 {
    margin-top: 150px !important;
  }

  .col-md-mb150 {
    margin-bottom: 150px !important;
  }

  .col-md-mt145 {
    margin-top: 145px !important;
  }

  .col-md-mb145 {
    margin-bottom: 145px !important;
  }

  .col-md-mt140 {
    margin-top: 140px !important;
  }

  .col-md-mb140 {
    margin-bottom: 140px !important;
  }

  .col-md-mt135 {
    margin-top: 135px !important;
  }

  .col-md-mb135 {
    margin-bottom: 135px !important;
  }

  .col-md-mt130 {
    margin-top: 130px !important;
  }

  .col-md-mb130 {
    margin-bottom: 130px !important;
  }

  .col-md-mt125 {
    margin-top: 125px !important;
  }

  .col-md-mb125 {
    margin-bottom: 125px !important;
  }

  .col-md-mt120 {
    margin-top: 120px !important;
  }

  .col-md-mb120 {
    margin-bottom: 120px !important;
  }

  .col-md-mt115 {
    margin-top: 115px !important;
  }

  .col-md-mb115 {
    margin-bottom: 115px !important;
  }

  .col-md-mt110 {
    margin-top: 110px !important;
  }

  .col-md-mb110 {
    margin-bottom: 110px !important;
  }

  .col-md-mt105 {
    margin-top: 105px !important;
  }

  .col-md-mb105 {
    margin-bottom: 105px !important;
  }

  .col-md-mt100 {
    margin-top: 100px !important;
  }

  .col-md-mb100 {
    margin-bottom: 100px !important;
  }

  .col-md-mt95 {
    margin-top: 95px !important;
  }

  .col-md-mb95 {
    margin-bottom: 95px !important;
  }

  .col-md-mt90 {
    margin-top: 90px !important;
  }

  .col-md-mb90 {
    margin-bottom: 90px !important;
  }

  .col-md-mt85 {
    margin-top: 85px !important;
  }

  .col-md-mb85 {
    margin-bottom: 85px !important;
  }

  .col-md-mt80 {
    margin-top: 80px !important;
  }

  .col-md-mb80 {
    margin-bottom: 80px !important;
  }

  .col-md-mt75 {
    margin-top: 75px !important;
  }

  .col-md-mb75 {
    margin-bottom: 75px !important;
  }

  .col-md-mt70 {
    margin-top: 70px !important;
  }

  .col-md-mb70 {
    margin-bottom: 70px !important;
  }

  .col-md-mt65 {
    margin-top: 65px !important;
  }

  .col-md-mb65 {
    margin-bottom: 65px !important;
  }

  .col-md-mt60 {
    margin-top: 60px !important;
  }

  .col-md-mb60 {
    margin-bottom: 60px !important;
  }

  .col-md-mt55 {
    margin-top: 55px !important;
  }

  .col-md-mb55 {
    margin-bottom: 55px !important;
  }

  .col-md-mt50 {
    margin-top: 50px !important;
  }

  .col-md-mb50 {
    margin-bottom: 50px !important;
  }

  .col-md-mt45 {
    margin-top: 45px !important;
  }

  .col-md-mb45 {
    margin-bottom: 45px !important;
  }

  .col-md-mt40 {
    margin-top: 40px !important;
  }

  .col-md-mb40 {
    margin-bottom: 40px !important;
  }

  .col-md-mt35 {
    margin-top: 35px !important;
  }

  .col-md-mb35 {
    margin-bottom: 35px !important;
  }

  .col-md-mt30 {
    margin-top: 30px !important;
  }

  .col-md-mb30 {
    margin-bottom: 30px !important;
  }

  .col-md-mt25 {
    margin-top: 25px !important;
  }

  .col-md-mb25 {
    margin-bottom: 25px !important;
  }

  .col-md-mt20 {
    margin-top: 20px !important;
  }

  .col-md-mb20 {
    margin-bottom: 20px !important;
  }

  .col-md-mt15 {
    margin-top: 15px !important;
  }

  .col-md-mb15 {
    margin-bottom: 15px !important;
  }

  .col-md-mt10 {
    margin-top: 10px !important;
  }

  .col-md-mb10 {
    margin-bottom: 10px !important;
  }

  .col-md-mt5 {
    margin-top: 5px !important;
  }

  .col-md-mb5 {
    margin-bottom: 5px !important;
  }

  .col-md-mt0 {
    margin-top: 0px !important;
  }

  .col-md-mb0 {
    margin-bottom: 0px !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-mt150 {
    margin-top: 150px !important;
  }

  .col-lg-mb150 {
    margin-bottom: 150px !important;
  }

  .col-lg-mt145 {
    margin-top: 145px !important;
  }

  .col-lg-mb145 {
    margin-bottom: 145px !important;
  }

  .col-lg-mt140 {
    margin-top: 140px !important;
  }

  .col-lg-mb140 {
    margin-bottom: 140px !important;
  }

  .col-lg-mt135 {
    margin-top: 135px !important;
  }

  .col-lg-mb135 {
    margin-bottom: 135px !important;
  }

  .col-lg-mt130 {
    margin-top: 130px !important;
  }

  .col-lg-mb130 {
    margin-bottom: 130px !important;
  }

  .col-lg-mt125 {
    margin-top: 125px !important;
  }

  .col-lg-mb125 {
    margin-bottom: 125px !important;
  }

  .col-lg-mt120 {
    margin-top: 120px !important;
  }

  .col-lg-mb120 {
    margin-bottom: 120px !important;
  }

  .col-lg-mt115 {
    margin-top: 115px !important;
  }

  .col-lg-mb115 {
    margin-bottom: 115px !important;
  }

  .col-lg-mt110 {
    margin-top: 110px !important;
  }

  .col-lg-mb110 {
    margin-bottom: 110px !important;
  }

  .col-lg-mt105 {
    margin-top: 105px !important;
  }

  .col-lg-mb105 {
    margin-bottom: 105px !important;
  }

  .col-lg-mt100 {
    margin-top: 100px !important;
  }

  .col-lg-mb100 {
    margin-bottom: 100px !important;
  }

  .col-lg-mt95 {
    margin-top: 95px !important;
  }

  .col-lg-mb95 {
    margin-bottom: 95px !important;
  }

  .col-lg-mt90 {
    margin-top: 90px !important;
  }

  .col-lg-mb90 {
    margin-bottom: 90px !important;
  }

  .col-lg-mt85 {
    margin-top: 85px !important;
  }

  .col-lg-mb85 {
    margin-bottom: 85px !important;
  }

  .col-lg-mt80 {
    margin-top: 80px !important;
  }

  .col-lg-mb80 {
    margin-bottom: 80px !important;
  }

  .col-lg-mt75 {
    margin-top: 75px !important;
  }

  .col-lg-mb75 {
    margin-bottom: 75px !important;
  }

  .col-lg-mt70 {
    margin-top: 70px !important;
  }

  .col-lg-mb70 {
    margin-bottom: 70px !important;
  }

  .col-lg-mt65 {
    margin-top: 65px !important;
  }

  .col-lg-mb65 {
    margin-bottom: 65px !important;
  }

  .col-lg-mt60 {
    margin-top: 60px !important;
  }

  .col-lg-mb60 {
    margin-bottom: 60px !important;
  }

  .col-lg-mt55 {
    margin-top: 55px !important;
  }

  .col-lg-mb55 {
    margin-bottom: 55px !important;
  }

  .col-lg-mt50 {
    margin-top: 50px !important;
  }

  .col-lg-mb50 {
    margin-bottom: 50px !important;
  }

  .col-lg-mt45 {
    margin-top: 45px !important;
  }

  .col-lg-mb45 {
    margin-bottom: 45px !important;
  }

  .col-lg-mt40 {
    margin-top: 40px !important;
  }

  .col-lg-mb40 {
    margin-bottom: 40px !important;
  }

  .col-lg-mt35 {
    margin-top: 35px !important;
  }

  .col-lg-mb35 {
    margin-bottom: 35px !important;
  }

  .col-lg-mt30 {
    margin-top: 30px !important;
  }

  .col-lg-mb30 {
    margin-bottom: 30px !important;
  }

  .col-lg-mt25 {
    margin-top: 25px !important;
  }

  .col-lg-mb25 {
    margin-bottom: 25px !important;
  }

  .col-lg-mt20 {
    margin-top: 20px !important;
  }

  .col-lg-mb20 {
    margin-bottom: 20px !important;
  }

  .col-lg-mt15 {
    margin-top: 15px !important;
  }

  .col-lg-mb15 {
    margin-bottom: 15px !important;
  }

  .col-lg-mt10 {
    margin-top: 10px !important;
  }

  .col-lg-mb10 {
    margin-bottom: 10px !important;
  }

  .col-lg-mt5 {
    margin-top: 5px !important;
  }

  .col-lg-mb5 {
    margin-bottom: 5px !important;
  }

  .col-lg-mt0 {
    margin-top: 0px !important;
  }

  .col-lg-mb0 {
    margin-bottom: 0px !important;
  }
}
.color-cube {
  padding-top: 98.98%;
  position: relative;
  border: 1px solid;
  margin-bottom: 30px;
}
.color-cube span {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  text-align: right;
}

.work-view-divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}

.case-study.graybg {
  background-color: #FAFAFA;
}

.case-study h2 {
  color: #1E4164;
}

.img-always-full {
  display: block;
  width: 100%;
}

.case-study-video {
  margin: 60px auto 0;
}

.case-study-video.case-study-video-1280 {
  max-width: 1280px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
}

/*****************/
body.cms-work-index .common-banner {
  height: 70%;
}
body.cms-work-index .common-banner h1 {
  margin-bottom: 60px;
}
body.cms-work-index .common-banner .bg-image {
  opacity: 1;
}
body.cms-work-index .common-banner .bg-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body.cms-work-view .common-banner .bg-image {
  opacity: 1;
}

#work .works-filter-container {
  text-align: center;
}
#work .works-filter-container .works-filter-container-inner {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  position: relative;
}
#work .works-filter-container .works-filter-container-inner .under-effect {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #7ECDC3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#work .works-filter-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  display: inline-block;
  position: relative;
}
#work .works-filter-container ul li {
  text-transform: uppercase;
  padding: 8px 15px;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  /*line-height: 33px;*/
  color: #717275;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#work .works-filter-container ul li.active {
  color: #FFFFFF;
  background: #7ECDC3;
}
#work .presentation {
  background: #FFFFFF;
}
#work .presentation .type-container {
  display: none;
}
#work .presentation .type-container.active {
  display: initial;
}

.cms-work-view .work-banner {
  height: 100% !important;
  margin-top: 0 !important;
}
.cms-work-view .work-banner .bg-mask {
  padding: 80px 0;
  /*background-color: rgba(30,65,100,0.3);*/
  height: 100%;
}
.cms-work-view .work-banner h1 {
  color: #FFFFFF;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 89.41px;
  letter-spacing: 3px;
  line-height: 90px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.cms-work-view .work-banner h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 30px;
  margin-bottom: 0;
}
.cms-work-view .work-banner p {
  color: #FFFFFF;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 30px;
}

.project-team {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Droid Serif";
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
}
.project-team p {
  margin-bottom: 0;
}
.project-team strong, .project-team b {
  color: #717275;
  /*font-family: "Akzidenz-Grotesk BQ";*/
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

#work-view .info {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #F8F9FA;
}
#work-view .info h5 {
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #717275;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
}
#work-view .info h4 {
  margin: 0;
  text-transform: uppercase;
  color: #717275;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
}
#work-view .info h4 span {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
}
#work-view .case-study {
  padding-top: 105px;
  padding-bottom: 105px;
}
#work-view .case-study h1 {
  color: #1E4164;
}
#work-view .case-study p {
  color: #717275;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 35px;
}
#work-view .case-study img {
  margin-top: 55px;
  margin-bottom: 85px;
}

@media (max-width: 1440px) {
  #work-view .case-study h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  #work .works-filter-container .works-filter-container-inner {
    width: 100%;
  }
  #work .works-filter-container .under-effect {
    display: none;
  }
  #work .works-filter-container ul {
    width: 100%;
  }
  #work .works-filter-container ul li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  .cms-work-view .work-banner h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 47px;
  }
  .cms-work-view .work-banner h2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
  }
  .cms-work-view .work-banner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
  }

  #work-view .case-study {
    padding-top: 75px;
    padding-botom: 75px;
  }
  #work-view .case-study h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  #work-view .case-study p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  #work-view .case-study h1 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0px;
  }
}
/**
  iPhone >6 and High-Res Screens
 */
/*
@media
  (min-resolution: 192dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #work-view .case-study h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
  }
}
/**
  iPhone <6
 */
@media (max-width: 350px) {
  .cms-work-view .work-banner h1 {
    font-size: 28px;
    line-height: 29px;
  }
}
#careers .fancy-title, #careers .what-we-offer h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #1E4164;
  margin: 0;
  margin-bottom: 20px;
}
#careers .fancy-title:after, #careers .what-we-offer h5:after {
  display: none;
  content: '';
  position: absolute;
  left: 15px;
  bottom: 9px;
  height: 2px;
  width: 40px;
  background: #7ECDC3;
}
#careers .open-positions {
  padding-top: 120px;
  padding-bottom: 120px;
}
#careers .open-positions h1 {
  color: #1E4164;
  margin-bottom: 110px;
}
#careers .open-positions .open-positions-container .row div:nth-child(-n+2) a {
  border-top: 1px solid #D8D8D8;
}
#careers .open-positions a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 40px 20px;
  color: #1E4164;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#careers .open-positions a:hover {
  text-decoration: none;
  background: #7ECDC3;
  color: white !important;
}
#careers .open-positions a:hover span {
  color: white;
  transform: rotateZ(360deg);
}
#careers .open-positions a span {
  float: right;
  color: #7ECDC3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#careers .open-positions p {
  margin: 0;
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
#careers .what-we-offer {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F8F9FA;
}
#careers .what-we-offer h1 {
  color: #1E4164;
  margin-bottom: 90px;
}
#careers .what-we-offer p {
  margin: 0;
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
#careers .what-we-offer .images-1 img:first-child {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
#careers .what-we-offer .images-1 img:last-child {
  position: absolute;
  right: 0;
  top: 250px;
}
#careers .what-we-offer .after-images-1 h5 {
  margin-top: 290px;
}
#careers .what-we-offer .before-images-2 {
  margin-top: 230px;
  margin-bottom: 170px;
}
#careers .what-we-offer .images-2 img:last-child {
  position: absolute;
  right: 15px;
  top: 100px;
}
#careers .what-we-offer .after-images-2 {
  margin-top: 205px;
}
#careers .what-we-offer .text-row {
  margin-bottom: 110px;
}
#careers .what-we-offer .images-3 {
  margin-bottom: 180px;
}
#careers .what-we-offer .images-3 img:first-child {
  position: absolute;
  top: -150px;
  left: 0;
}
#careers .what-we-offer .images-3 img:last-child {
  float: right;
}

.job-offer.common-banner {
  height: 60%;
}

#job-offer .image {
  position: relative;
  height: 800px;
}
#job-offer .image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#job-offer .job-info {
  padding-top: 120px;
  padding-bottom: 120px;
}
#job-offer .job-info .info-block {
  margin-bottom: 80px;
}
#job-offer .job-info .info-block h4 {
  margin: 0;
  margin-bottom: 20px;
  color: #1E4164;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
#job-offer .job-info .info-block p {
  margin: 0;
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
#job-offer .job-info .info-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#job-offer .job-info .info-block ul li {
  color: #717275;
  font-size: 20px;
  line-height: 40px;
}
#job-offer .job-info .info-block ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #7ECDC3;
  margin-right: 40px;
  font-size: 10px;
}
#job-offer .job-apply {
  background: #F8F9FA;
  padding-top: 120px;
  padding-bottom: 120px;
}
#job-offer .job-apply h1 {
  color: #1E4164;
}
#job-offer .job-apply #JobApplyFrom {
  margin-top: 75px;
}
#job-offer .job-apply #JobApplyFrom .file-input {
  width: 100%;
  background-color: #f3f3f4;
  border-bottom: 2px solid #f3f3f4;
  color: #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#job-offer .job-apply #JobApplyFrom .file-input:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #7ECDC3;
}
#job-offer .job-apply #JobApplyFrom .file-input input {
  display: none;
}

@media (max-width: 1440px) {
  #careers .what-we-offer .images-1 img:last-child {
    top: 390px;
    right: 50px;
  }
  #careers .what-we-offer .after-images-1 h5 {
    margin-top: 110px;
  }
  #careers .what-we-offer .before-images-2 {
    margin-top: 275px;
  }
  #careers .what-we-offer .images-2 img:last-child {
    top: 270px;
    left: 335px;
  }
  #careers .what-we-offer .after-images-2 {
    margin-top: 0;
  }
  #careers .what-we-offer .images-3 {
    margin-bottom: 0px;
  }
  #careers .what-we-offer .images-3 img:first-child {
    left: 0;
    top: -330px;
    width: 31.5%;
  }
  #careers .what-we-offer .images-3 img:last-child {
    width: 73%;
  }
}
@media (max-width: 991px) {
  #job-offer .image {
    height: 450px;
  }

  #careers .what-we-offer .images-1 {
    margin-top: 30%;
  }
  #careers .what-we-offer .images-1 img:first-child {
    max-width: 45%;
    top: -35%;
  }
  #careers .what-we-offer .images-1 img:last-child {
    position: relative;
    top: 0;
    max-width: 85%;
    right: 0;
  }
  #careers .what-we-offer .after-images-1 h5 {
    margin-top: 100px;
  }
  #careers .what-we-offer .before-images-2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #careers .what-we-offer .images-2 img:first-child {
    max-width: 45%;
  }
  #careers .what-we-offer .images-2 img:last-child {
    max-width: 65%;
    top: 15%;
    left: initial;
    right: 0;
  }
  #careers .what-we-offer .after-images-2 {
    margin-top: 100px;
  }
  #careers .what-we-offer .text-row {
    margin-bottom: 0;
  }
  #careers .what-we-offer .inner {
    margin-bottom: 100px;
  }
  #careers .what-we-offer .images-3 {
    margin-bottom: 100px;
    margin-top: 20%;
  }
  #careers .what-we-offer .images-3 img:first-child {
    max-width: 30%;
    left: 15px;
    top: -55%;
  }
  #careers .what-we-offer .images-3 img:last-child {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .open-positions p {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }

  #job-offer .job-info .info-block h4 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 47px;
  }
  #job-offer .job-info .info-block p {
    font-size: 20px;
    line-height: 40px;
  }
  #job-offer .job-info .info-block ul li {
    font-size: 20px;
    line-height: 40px;
  }
  #job-offer .job-info .info-block ul li:before {
    margin-right: 15px;
  }

  #careers .what-we-offer .before-images-1, #careers .what-we-offer .before-images-2 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  #careers .what-we-offer .images-1 {
    margin-top: 70px;
  }
  #careers .what-we-offer .images-1 img:first-child {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    top: 0;
    margin-bottom: 35px;
    width: auto;
  }
  #careers .what-we-offer .images-1 img:last-child {
    max-width: 100%;
    margin: 0 auto;
  }
  #careers .what-we-offer .images-2 img:first-child {
    width: auto;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  #careers .what-we-offer .images-2 img:last-child {
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  #careers .what-we-offer .images-3 {
    margin-top: 0;
  }
  #careers .what-we-offer .images-3 img:first-child {
    position: relative;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-bottom: 35px;
    left: 0px;
    top: 0;
  }
  #careers .what-we-offer .images-3 img:last-child {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }

  .what-we-offer {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .open-positions p {
    font-size: 18px;
    line-height: 32px;
  }

  #careers .what-we-offer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #careers .what-we-offer h1 {
    margin-bottom: 35px;
  }
  #careers .what-we-offer p {
    font-size: 18px;
    line-height: 32px;
  }
  #careers .what-we-offer .after-images-1 h5 {
    margin-top: 50px;
  }
  #careers .what-we-offer .after-images-2 {
    margin-top: 50px;
  }
  #careers .what-we-offer .before-images-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #careers .what-we-offer .inner {
    margin-bottom: 50px;
  }
  #careers .what-we-offer .images-3 {
    margin-bottom: 0;
  }
  #careers .open-positions {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #careers .open-positions h1 {
    margin-bottom: 35px;
  }
  #careers .open-positions a {
    padding: 25px 15px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
  }

  #job-offer .job-info {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #job-offer .job-info .info-block h4 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0px;
  }
  #job-offer .job-info .info-block p {
    font-size: 18px;
    line-height: 32px;
  }
  #job-offer .job-info .info-block ul li {
    font-size: 18px;
    line-height: 32px;
  }
}
/**
  iPhone >6 and High-Res Screens
 */
/*
@media
  (min-resolution: 192dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #job-offer .job-info .info-block h4 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
  }
  #job-offer .job-info .info-block p {
    font-size: 18px;
    line-height: 32px;
  }
  #job-offer .job-info .info-block ul li {
    font-size: 18px;
    line-height: 32px;
  }
}
#ContactForm label.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

#ContactForm input.error,
#ContactForm textarea.error {
  border-color: red;
}

.contacts.common-banner {
  /*height: 80%;*/
  height: 45%;
}
.contacts.common-banner .images {
  /*
  img:last-child{
    position: absolute;
    bottom: -615px;
    right: 85px;
  }
  */
}
.contacts.common-banner .images img:first-child {
  position: absolute;
  right: 0;
  top: -100px;
}

#contacts .location {
  margin-bottom: 100px;
}
#contacts .location h5 {
  margin: 0;
  margin-bottom: 20px;
  color: #1E4164;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}
#contacts .location p {
  color: #717275;
  font-size: 20px;
  line-height: 30px;
}
#contacts .offices {
  /*padding-top: 250px;*/
  /*padding-bottom: 120px;*/
  padding-top: 120px;
  background-color: #F8F9FA;
}
#contacts .offices .location.contact h5 {
  visibility: hidden;
}
#contacts .offices .location.contact p {
  margin-bottom: 0;
}
#contacts .offices h1 {
  color: #1E4164;
  margin-bottom: 50px;
}
#contacts .offices p {
  color: #717275;
  font-size: 20px;
  line-height: 30px;
}
#contacts .offices .images {
  /*
  img:last-child{
    position: absolute;
    bottom: -700px;
    right: 300px;
    z-index: 0;
  }
  */
}
#contacts .offices .images img:first-child {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
}
#contacts .drop-a-line {
  padding-top: 120px;
  padding-bottom: 120px;
}
#contacts .drop-a-line .new-images-container img {
  margin-bottom: 35px;
}
#contacts .drop-a-line h1 {
  /*margin-top: 120px;*/
  /*margin-top: 250px;*/
  margin-top: 75px;
  color: #1E4164;
}
#contacts .drop-a-line h4 {
  margin: 0;
  margin-top: 30px;
  font-size: 20px;
  line-height: 40px;
  color: #717275;
}
#contacts .drop-a-line .hbspt-form {
  margin-top: 80px;
}
#contacts .drop-a-line .hbspt-form .submitted-message {
  text-align: center;
}
#contacts .drop-a-line .hbspt-form .submitted-message p {
  font-size: 26px;
  line-height: 32px;
  color: #1E4164;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}
#contacts .drop-a-line form .hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#contacts .drop-a-line form .hs-error-msgs li label {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
}
#contacts .drop-a-line form .hs-form-field {
  padding: 0 15px;
  margin-bottom: 40px;
}
#contacts .drop-a-line form .hs_recaptcha .grecaptcha-badge {
  margin: 0 auto;
  max-width: 100%;
}
#contacts .drop-a-line form fieldset {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0em;
  -webkit-padding-start: 0em;
  -webkit-padding-end: 0em;
  -webkit-padding-after: 0em;
}
#contacts .drop-a-line form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}
#contacts .drop-a-line form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
}
#contacts .drop-a-line form fieldset.form-columns-3 .hs-form-field {
  width: 33.333333%;
}
#contacts .drop-a-line form fieldset .hs-form-field > label {
  display: none;
}
#contacts .drop-a-line form fieldset .hs-form-field .input {
  margin: 0;
}
#contacts .drop-a-line form fieldset .hs-input {
  width: 100%;
  max-width: 100%;
  border: 0;
  height: 48px;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 2px solid #D8D8D8;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  color: #717275;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contacts .drop-a-line form fieldset .hs-input.error {
  border-color: #ff0000;
}
#contacts .drop-a-line form fieldset .hs-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
#contacts .drop-a-line form fieldset .hs-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
#contacts .drop-a-line form fieldset .hs-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
#contacts .drop-a-line form fieldset .hs-input:-moz-placeholder {
  /* Firefox 18- */
  color: #717275;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  opacity: 0.7;
}
#contacts .drop-a-line form fieldset .hs-input:focus {
  outline: none;
  border-color: #7ECDC3;
}
#contacts .drop-a-line form fieldset .hs-input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
#contacts .drop-a-line form fieldset .hs-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
#contacts .drop-a-line form fieldset .hs-input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
#contacts .drop-a-line form fieldset .hs-input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
#contacts .drop-a-line form textarea {
  width: 100%;
  height: 125px !important;
  resize: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#contacts .drop-a-line form .hs_submit {
  padding: 0 15px;
  margin-bottom: 40px;
}
#contacts .drop-a-line form .hs_submit .actions {
  text-align: center;
}
#contacts .drop-a-line form .hs_submit .hs-button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 15px 65px;
  background: transparent;
  text-transform: uppercase;
  border: 3px solid #1E4164;
  color: #1E4164;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#contacts .drop-a-line form .hs_submit .hs-button:hover {
  background-color: #1E4164;
  color: white;
}

@media (max-width: 1440px) {
  #contacts .offices p {
    font-size: 18px;
  }
  #contacts .offices .images {
    /*
    img:last-child{
      display: none;
    }
    */
  }
  #contacts .location h5 {
    font-size: 18px;
    line-height: 21px;
  }
  #contacts .location p {
    font-size: 18px;
  }
  #contacts .drop-a-line h1 {
    margin-top: 120px;
  }
  #contacts .drop-a-line h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .contacts.common-banner {
    display: block;
    height: auto;
    padding-top: 25%;
  }
  .contacts.common-banner .table-cell {
    width: 100%;
    height: auto;
    display: block;
  }
  .contacts.common-banner .images {
    margin-top: 40%;
    margin-bottom: 75px;
    /*
    img:last-child{
      max-width: 75%;
      position: relative;
      top: initial;
      bottom: initial;
      right: initial;
    }
    */
  }
  .contacts.common-banner .images img:first-child {
    /*
    top: -80%;
    max-width: 45%;
    */
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
  }

  #contacts .offices {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #contacts .offices .images {
    /*
    img:last-child{
      bottom: -25%;
      right: 0;
      left: 0;
      max-width: 65%;
    }
    */
  }
  #contacts .offices .images img:first-child {
    position: relative;
    float: right;
    max-width: 65%;
  }
  #contacts .offices .location.contact h5 {
    display: none;
  }
  #contacts .location {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #contacts .drop-a-line {
    padding-top: 180px;
  }

  #ContactForm .button {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .contacts.common-banner {
    padding-top: 50px;
  }
  .contacts.common-banner .images {
    margin-top: 40px;
    /*
    img:last-child{
      margin: 0 auto;
      width: 100%;
    }
    */
  }

  #contacts .drop-a-line {
    text-align: center;
    padding-top: 100px;
  }
  #contacts .drop-a-line h1 {
    margin-top: 35px;
  }
  #contacts .offices {
    text-align: center;
  }
  #contacts .offices .images img:first-child {
    position: relative;
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  #contacts .location {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #contacts .location h5 {
    font-size: 26px;
    line-height: 32px;
  }
  #contacts .location p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  #contacts .drop-a-line form fieldset.form-columns-1 .hs-form-field {
    width: 100%;
  }
  #contacts .drop-a-line form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  #contacts .drop-a-line form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #contacts .offices {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #contacts .drop-a-line {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#cookie-bg {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
#cookie-bg #cookie-bar {
  position: absolute;
  background-color: #000;
  display: flex;
  align-items: center;
  bottom: 50px;
  right: 50px;
  padding: 15px 20px;
}
#cookie-bg #cookie-bar p {
  color: #FFF;
  font-family: "AkzidenGrotesq", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
#cookie-bg #cookie-bar p a {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
#cookie-bg #cookie-bar p a:hover, #cookie-bg #cookie-bar p a:focus {
  outline: 0;
}
#cookie-bg #cookie-bar p a:hover {
  color: #7ECDC3;
}
#cookie-bg #cookie-bar #cookie-accept {
  margin-left: 20px;
}
#cookie-bg #cookie-bar .button {
  color: #FFF;
  border: 2px solid #FFF;
  font-size: 14px;
  padding: 10px 25px 9px;
  letter-spacing: 4px;
}
#cookie-bg #cookie-bar .button:hover {
  color: #1E4164;
}
#cookie-bg #cookie-bar .button:before {
  background-color: #FFF;
}

@media (max-width: 767px) {
  #cookie-bg {
    padding: 0;
  }
  #cookie-bg #cookie-bar {
    display: block;
    padding: 25px 15px 17px;
    text-align: center;
  }
  #cookie-bg #cookie-bar a:not(#cookie-accept) {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.cms-index-privacy-policy #cookie-bg {
  background-color: #000;
  top: auto;
}

/*# sourceMappingURL=style.css.map */
