/*
Site Name: Lucía Theme
Owner: www.threepress.es
Author: Pablo Rueda Moltó
Global Import

    * jeet
    * Axis
    * Rupture

Styl Input:

    * stylus/stylus.styl
    * stylus/login.styl
    * stylus/admin.styl
    * stylus/editor-style.styl

Css Output:

    * css/stylus.css
    * css/login.css
    * css/admin.css
    * css/editor-style.css
*/
/*
    IMPORTING PARTIALS
    These files are needed at the beginning so that we establish all
    our mixins, functions, and variables that we'll be using across
    the whole project.
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
          box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.container {
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .container {
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    width: auto;
    max-width: 730px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 770px) {
  .container {
    width: auto;
    max-width: 85%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container:after {
    content: "";
    display: block;
    clear: both;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  html,
  body {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  html,
  body {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  html,
  body {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
main {
  float: left;
  width: 100%;
  display: block;
}
section {
  float: left;
  width: 100%;
  display: block;
}
strong {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
a {
  color: #3d58bd;
  text-decoration: none;
}
.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2em;
}
p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  line-height: 1.5rem;
}
@media only screen and (max-width: 770px) {
  p {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  p {
    line-height: 1.4em;
    margin: 0 0 0.9em;
  }
}
.grecaptcha-badge {
  display: none;
}
.block_row {
  float: left;
  width: 100%;
  display: block;
}
.btn {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  display: table;
  border: 2px solid #02063a;
  text-transform: uppercase;
  padding: 0 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #02063a;
  text-align: center;
}
.btn:hover {
  background-color: #02063a;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-white {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-white:hover {
  background-color: #fff;
  color: #02063a !important;
}
.section-page {
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
  .section-page {
    padding-top: 70px;
  }
}
.section-page h1 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  max-width: 760px;
}
@media only screen and (max-width: 770px) {
  .section-page h1 {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .section-page h1 {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 420px) {
  .section-page h1 {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
.main-header-page {
  opacity: 0;
}
.main-header-page h1 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}
@media only screen and (max-width: 770px) {
  .main-header-page h1 {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .main-header-page h1 {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 420px) {
  .main-header-page h1 {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
.main-header-page h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
}
@media only screen and (max-width: 420px) {
  .main-header-page h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .main-header-page h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.main-header-page__sub {
  opacity: 0;
}
.page-template-default #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-default .main-section-page {
  float: left;
  width: 100%;
  display: block;
  padding-top: 180px;
  padding-bottom: 180px;
}
.wp-block-embed-youtube {
  margin: 1em 0;
}
#main-header {
  height: 100px;
  position: fixed;
  float: left;
  width: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 414px) and (max-width: 1200px) {
  #main-header {
    position: absolute;
  }
}
@media only screen and (max-width: 420px) {
  #main-header {
    position: absolute;
  }
}
.main-header-page .fa-chevron-down {
  position: absolute;
  bottom: 20px;
  font-size: 40px;
  left: 50%;
  margin-left: -16px;
}
#tdreply-logo {
  position: fixed;
  top: 32px;
  left: 40px;
  margin: 0;
}
#tdreply-logo a {
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/tdreply-logo.svg") no-repeat;
  width: 145px;
  height: 45px;
  background-size: 125px;
}
@media only screen and (min-width: 414px) and (max-width: 1200px) {
  #tdreply-logo {
    position: absolute;
  }
}
@media only screen and (max-width: 420px) {
  #tdreply-logo {
    position: absolute;
    top: 32px;
    left: 24px;
    margin: 0;
  }
  #tdreply-logo a {
    display: block;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("../images/tdreply-logo.svg") no-repeat;
    width: 120px;
    height: 40px;
    background-size: 100% auto;
  }
}
.menu-btn {
  display: none;
  position: absolute;
  z-index: 10;
  top: 29px;
  right: 24px;
  height: 40px;
  cursor: pointer;
  overflow: visible;
  background: 0 0;
  outline: 0;
  border: none;
}
@media only screen and (min-width: 414px) and (max-width: 1200px) {
  .menu-btn {
    display: inline-block;
    top: 27px;
  }
}
@media only screen and (max-width: 420px) {
  .menu-btn {
    display: inline-block;
    top: 27px;
  }
}
.menu-btn .burger {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}
.menu-btn .burger:before {
  top: -10px;
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-btn .burger:after {
  top: 10px;
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-btn__open .burger {
  background: 0 0;
}
.menu-btn__open .burger:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #02063a;
}
.menu-btn__open .burger:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #02063a;
}
#main-aside {
  z-index: 1;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  text-align: right;
  background-color: #fff;
  padding: 100px 240px 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
}
@media only screen and (max-width: 960px) {
  #main-aside {
    right: -140%;
    padding: 100px 70px 0px;
  }
}
@media only screen and (max-width: 770px) {
  #main-aside {
    padding: 80px 50px 0px;
  }
  #main-aside li {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 420px) {
  #main-aside {
    padding: 80px 24px 0px;
  }
}
#main-aside a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  color: #02063a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  #main-aside a {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #main-aside a {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 420px) {
  #main-aside a {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 770px) {
  #main-aside a {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
}
#main-aside a:hover {
  color: #70e9d8;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#main-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#main-aside ul > li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 770px) {
  #main-aside ul > li {
    margin-bottom: 24px;
  }
}
#main-aside .sub-menu li {
  display: inline-block;
  margin-left: 32px;
}
@media only screen and (max-width: 770px) {
  #main-aside .sub-menu li {
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
    height: 32px;
  }
}
#main-aside .sub-menu a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  #main-aside .sub-menu a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
#main-aside .main-menu-legal a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  #main-aside .main-menu-legal a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #main-aside .main-menu-legal a {
    font-size: 24px;
  }
}
.main-aside__open {
  right: 0px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 414px) and (max-width: 1200px) {
  #main-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #main-nav {
    display: none;
  }
}
#main-nav a {
  color: #fff;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #main-nav a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
#main-nav .sub-menu {
  display: none;
  position: absolute;
  top: 16px;
  background-color: #70e9d8;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px 25px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#main-nav .sub-menu li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
#main-nav .sub-menu li:last-child {
  margin-bottom: 0;
}
#main-nav .sub-menu li a {
  float: left;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #02063a;
}
#main-nav .sub-menu li:hover a {
  text-decoration: underline;
}
#main-nav .sub-menu li i {
  display: none;
}
#main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
  margin-top: 22px;
  margin-right: 40px;
}
#main-nav li {
  display: block;
  margin-right: 22px;
  float: left;
  position: relative;
  padding-bottom: 12px;
  padding: 15px 25px;
}
#main-nav li:hover {
  background: #70e9d8;
}
#main-nav li:hover a {
  color: #02063a;
}
#main-nav li i {
  font-size: 0.6em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
#main-nav li:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#main-nav li:hover .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-right: 0;
}
#main-nav .contact-btn {
  background: #70e9d8;
  margin-right: 0;
}
#main-nav .contact-btn a {
  color: #02063a;
}
#main-nav .contact-btn i {
  display: none;
}
#main-header.main-header-black {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-header.main-header-black .menu-btn .burger {
  background-color: #02063a;
}
#main-header.main-header-black .menu-btn .burger:before {
  content: "";
  background-color: #02063a;
}
#main-header.main-header-black .menu-btn .burger:after {
  content: "";
  background-color: #02063a;
}
#main-header.main-header-black .menu-btn__open .burger {
  background: 0 0;
}
.sliders-home .slider-home:first-child .slider-home__intro {
  background-color: #fff;
  background-image: url("../images/tdreply-logo.gif");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: 140px auto;
}
#main-footer {
  float: left;
  width: 100%;
  display: block;
  float: left;
  width: 100%;
  display: block;
}
#main-footer a {
  color: #fff;
}
#main-footer .bussines-career-footer {
  float: left;
  width: 100%;
  display: block;
  background-color: #70e9d8;
  padding: 120px 0 240px 0;
  color: #02063a;
}
@media only screen and (max-width: 960px) {
  #main-footer .bussines-career-footer {
    margin-top: 0;
    padding: 70px 0;
  }
}
@media only screen and (max-width: 420px) {
  #main-footer .bussines-career-footer {
    display: none !important;
  }
}
#main-footer .bussines-career-footer header {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  #main-footer .bussines-career-footer header {
    margin-bottom: 20px;
  }
}
#main-footer .bussines-career-footer header h5 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/icon-barchart.svg") no-repeat;
  width: 40px;
  height: 22px;
}
#main-footer .bussines-career-footer h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 24px;
  float: left;
  width: 100%;
  display: block;
}
#main-footer .bussines-career-footer a {
  color: #02063a;
  text-decoration: none;
}
#main-footer .bussines-career-footer p {
  line-height: 1.4em;
  font-size: 20px;
}
#main-footer .bussines-career-footer .bussines-footer-content,
#main-footer .bussines-career-footer .bussines-footer-image,
#main-footer .bussines-career-footer .career-footer-image,
#main-footer .bussines-career-footer .career-footer-content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
#main-footer .bussines-career-footer .bussines-footer-content:after,
#main-footer .bussines-career-footer .bussines-footer-image:after,
#main-footer .bussines-career-footer .career-footer-image:after,
#main-footer .bussines-career-footer .career-footer-content:after {
  content: "";
  display: block;
  clear: both;
}
#main-footer .bussines-career-footer .bussines-footer-content:nth-child(n),
#main-footer .bussines-career-footer .bussines-footer-image:nth-child(n),
#main-footer .bussines-career-footer .career-footer-image:nth-child(n),
#main-footer .bussines-career-footer .career-footer-content:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#main-footer .bussines-career-footer .bussines-footer-content:nth-child(4n),
#main-footer .bussines-career-footer .bussines-footer-image:nth-child(4n),
#main-footer .bussines-career-footer .career-footer-image:nth-child(4n),
#main-footer .bussines-career-footer .career-footer-content:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
#main-footer .bussines-career-footer .bussines-footer-content:nth-child(4n + 1),
#main-footer .bussines-career-footer .bussines-footer-image:nth-child(4n + 1),
#main-footer .bussines-career-footer .career-footer-image:nth-child(4n + 1),
#main-footer .bussines-career-footer .career-footer-content:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  #main-footer .bussines-career-footer .bussines-footer-content,
  #main-footer .bussines-career-footer .bussines-footer-image,
  #main-footer .bussines-career-footer .career-footer-image,
  #main-footer .bussines-career-footer .career-footer-content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  #main-footer .bussines-career-footer .bussines-footer-content:after,
  #main-footer .bussines-career-footer .bussines-footer-image:after,
  #main-footer .bussines-career-footer .career-footer-image:after,
  #main-footer .bussines-career-footer .career-footer-content:after {
    content: "";
    display: block;
    clear: both;
  }
  #main-footer .bussines-career-footer .bussines-footer-content:nth-child(n),
  #main-footer .bussines-career-footer .bussines-footer-image:nth-child(n),
  #main-footer .bussines-career-footer .career-footer-image:nth-child(n),
  #main-footer .bussines-career-footer .career-footer-content:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #main-footer .bussines-career-footer .bussines-footer-content:nth-child(2n),
  #main-footer .bussines-career-footer .bussines-footer-image:nth-child(2n),
  #main-footer .bussines-career-footer .career-footer-image:nth-child(2n),
  #main-footer .bussines-career-footer .career-footer-content:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #main-footer .bussines-career-footer .bussines-footer-content:nth-child(2n + 1),
  #main-footer .bussines-career-footer .bussines-footer-image:nth-child(2n + 1),
  #main-footer .bussines-career-footer .career-footer-image:nth-child(2n + 1),
  #main-footer .bussines-career-footer .career-footer-content:nth-child(2n + 1) {
    clear: both;
  }
}
#main-footer .bussines-career-footer .career-footer-image img,
#main-footer .bussines-career-footer .bussines-footer-image img {
  border: 12px solid #fff;
}
#main-footer .menu-footer {
  float: left;
  width: 100%;
  display: block;
  padding: 120px 0;
  background-color: #02063a;
}
#main-footer .menu-footer #tdreply-logo-footer {
  margin-bottom: 60px;
}
#main-footer .menu-footer #tdreply-logo-footer a {
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/tdreply-logo.svg") no-repeat;
  width: 145px;
  height: 45px;
}
#main-footer .menu-footer #footer-nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
#main-footer .menu-footer #footer-nav:after {
  content: "";
  display: block;
  clear: both;
}
#main-footer .menu-footer #footer-nav:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#main-footer .menu-footer #footer-nav:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
#main-footer .menu-footer #footer-nav:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  #main-footer .menu-footer #footer-nav {
    display: none;
  }
}
#main-footer .menu-footer #footer-nav #menu-footer-menu {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu a {
  text-decoration: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li:after {
  content: "";
  display: block;
  clear: both;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li:nth-child(5n + 1) {
  clear: both;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li .sub-menu {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.4em;
}
#main-footer .menu-footer #footer-nav #menu-footer-menu >li .sub-menu a {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 12px;
}
#main-footer .footer-social {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #main-footer .footer-social {
    text-align: left;
  }
}
#main-footer .footer-social .footer-social-icon {
  background-color: #fff;
  color: #02063a;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 6px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #main-footer .footer-social .footer-social-icon {
    margin-left: 0;
    margin-right: 12px;
  }
}
#main-footer .footer-social .footer-social-icon:hover {
  background-color: #70e9d8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-footer .footer-social .footer-social-icon i {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #02063a;
  font-size: 16px;
}
#main-footer .footer-social-copy {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
#main-footer .footer-social-copy:after {
  content: "";
  display: block;
  clear: both;
}
#main-footer .footer-social-copy:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#main-footer .footer-social-copy:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
#main-footer .footer-social-copy:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  #main-footer .footer-social-copy {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #main-footer .footer-social-copy:after {
    content: "";
    display: block;
    clear: both;
  }
  #main-footer .footer-social-copy:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #main-footer .footer-social-copy:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  #main-footer .footer-social-copy:nth-child(1n + 1) {
    clear: both;
  }
}
#main-footer .footer-social-copy .footer-copy {
  text-align: right;
  margin-top: 175px;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  #main-footer .footer-social-copy .footer-copy {
    margin-top: 50px;
    text-align: left;
  }
}
.text-align_left {
  text-align: left;
}
.text-align_center {
  text-align: center;
}
.text-align_right {
  text-align: right;
}
.align_right {
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clear-float:after {
  content: "";
  display: block;
  clear: both;
}
.opacity-1 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.crcl-full {
  border-radius: 9999px;
}
.transitions-bg {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.home #main-header {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home #main-header .menu-btn .burger {
  background-color: #fff;
}
.home #main-header .menu-btn .burger:before {
  content: "";
  background-color: #fff;
}
.home #main-header .menu-btn .burger:after {
  content: "";
  background-color: #fff;
}
.home #main-header .menu-btn__open {
  color: #ddd;
}
.home #main-header .menu-btn__open .burger {
  background: none;
}
.home #main-header .menu-btn__open .burger:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #02063a;
}
.home #main-header .menu-btn__open .burger:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #02063a;
}
.home #main-header.main-header-black {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home .header-home {
  color: #fff;
  overflow: hidden;
  max-height: 800px;
  position: relative;
}
.home .header-home .bx-wrapper {
  background-color: #02063a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.home .header-home .bx-wrapper .bx-controls {
  height: 100%;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1116px) {
  .home .header-home .bx-wrapper .bx-controls {
    position: relative;
  }
}
.home .header-home .bx-wrapper .bx-controls .bx-pager-link {
  background: rgba(255,255,255,0.5);
}
.home .header-home .bx-wrapper .bx-controls .bx-pager-link.active {
  background: #fff;
}
.home .header-home .bx-wrapper .bx-controls .bx-controls-direction {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  top: 50%;
  margin-top: -16px;
}
@media only screen and (max-width: 1116px) {
  .home .header-home .bx-wrapper .bx-controls .bx-controls-direction {
    bottom: 74px;
    top: auto;
    max-width: 730px;
    position: relative;
    margin: 0 auto;
  }
}
.home .header-home .bx-wrapper .bx-controls .bx-next,
.home .header-home .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home .header-home .bx-wrapper .bx-controls .bx-next:hover,
.home .header-home .bx-wrapper .bx-controls .bx-prev:hover {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home .header-home .bx-wrapper .bx-controls .bx-prev {
  left: 40px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/arrow-slider-left.svg") no-repeat;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1116px) {
  .home .header-home .bx-wrapper .bx-controls .bx-prev {
    left: 0;
  }
}
.home .header-home .bx-wrapper .bx-controls .bx-next {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/arrow-slider-right.svg") no-repeat;
  width: 50px;
  height: 50px;
  right: 40px;
}
@media only screen and (max-width: 1116px) {
  .home .header-home .bx-wrapper .bx-controls .bx-next {
    right: 0;
  }
}
.home .header-home .bx-wrapper .bx-controls .bx-pager {
  bottom: 20px;
}
.home .header-home .slider-home {
  z-index: 3;
  float: left;
  width: 100%;
  display: block;
}
.home .header-home .slider-home .slider-home-bg {
  float: left;
  width: 100%;
  display: block;
  height: 800px;
  background-size: auto 100%;
  background-position: center;
}
.home .header-home .slider-home .slider-home-bg .container {
  padding-top: 175px;
}
.home .header-home .slider-home .slider-home-bg .container:first-child {
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .home .header-home .slider-home .slider-home-bg {
    height: 550px;
  }
}
.home .header-home .slider-home h3 {
  text-transform: uppercase;
  max-width: 600px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}
@media only screen and (max-width: 770px) {
  .home .header-home .slider-home h3 {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .home .header-home .slider-home h3 {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 420px) {
  .home .header-home .slider-home h3 {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
.home .header-home .slider-home .slider-home-article {
  font-family: 'proxima-nova', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
}
@media only screen and (max-width: 420px) {
  .home .header-home .slider-home .slider-home-article {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .home .header-home .slider-home .slider-home-article {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.home .header-home .slider-home-1 {
  background-image: url("../images/bg-home01.jpg");
}
.home .header-home .slider-home-2 {
  background-image: url("../images/bg-home02.jpg");
}
.home .header-home .slider-home-3 {
  background-image: url("../images/bg-home03.jpg");
}
.home .header-home .slider-home-4 {
  background-image: url("../images/bg-home04.jpg");
}
.home .article-content .post-tile {
  opacity: 0;
}
.home .home-article-cases {
  float: left;
  width: 100%;
  display: block;
  padding: 120px 0;
  color: #02063a;
}
.home .home-article-cases h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  background-image: url("../images/icon-4squares.svg");
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-cases h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .home .home-article-cases {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 600px) {
  .home .home-article-cases {
    padding: 70px 0;
  }
}
.home .section-cases {
  margin-top: 70px;
  color: #fff;
}
.home .section-cases h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .home .section-cases h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.home .section-cases .case-client {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 960px) {
  .home .section-cases {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home .section-cases {
    margin: 0;
    padding: 0;
  }
}
.home .home-article-products {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 40px;
  color: #02063a;
  background-color: #f7f4f4;
}
@media only screen and (max-width: 420px) {
  .home .home-article-products {
    padding: 70px 0;
  }
}
.home .home-article-products .container {
  padding: 120px 0;
  margin-top: -60px;
  background-color: rgba(255,255,255,0.6);
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .container {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}
.home .home-article-products h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  background-image: url("../images/icon-linechart.svg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  color: #02063a;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .home .home-article-products h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.home .home-article-products .home-article-content {
  text-align: center;
}
.home .home-article-products .ipad-products {
  position: relative;
  display: inline-block;
}
.home .home-article-products .ipad-products .ipad-product {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: -4px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .ipad-products .ipad-product {
    top: 8px;
    left: 5.7%;
    right: 6.3%;
  }
}
.home .home-article-products .ipad-products .ipad-product span {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  color: #02063a;
  margin-top: 12px;
  font-size: 14px;
}
.home .home-article-products .ipad-products .ipad-product-none {
  opacity: 1;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.home .home-article-products .home-products {
  float: left;
  width: 100%;
  display: block;
  padding: 0 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 960px) {
  .home .home-article-products .home-products {
    padding: 0 40px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 770px) {
  .home .home-article-products .home-products {
    padding: 0 80px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .home .home-article-products .home-products {
    padding: 0 50px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .home-products {
    padding: 0;
    margin-top: 80px;
  }
}
.home .home-article-products .home-product {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 80px;
  padding-top: 120px;
}
.home .home-article-products .home-product:after {
  content: "";
  display: block;
  clear: both;
}
.home .home-article-products .home-product:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.home .home-article-products .home-product:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.home .home-article-products .home-product:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .home .home-article-products .home-product {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 80px;
    padding-top: 100px;
  }
  .home .home-article-products .home-product:after {
    content: "";
    display: block;
    clear: both;
  }
  .home .home-article-products .home-product:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .home .home-article-products .home-product:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .home .home-article-products .home-product:nth-child(1n + 1) {
    clear: both;
  }
  .home .home-article-products .home-product:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .home-product {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 80px;
    padding-top: 100px;
  }
  .home .home-article-products .home-product:after {
    content: "";
    display: block;
    clear: both;
  }
  .home .home-article-products .home-product:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .home .home-article-products .home-product:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .home .home-article-products .home-product:nth-child(1n + 1) {
    clear: both;
  }
  .home .home-article-products .home-product:last-child {
    margin-bottom: 0;
  }
}
.home .home-article-products .home-product h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  height: 48px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-products .home-product h4 {
    height: auto;
  }
}
.home .home-article-products .home-product p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  height: 180px;
}
@media only screen and (max-width: 770px) {
  .home .home-article-products .home-product p {
    height: auto;
  }
}
.home .home-article-products .home-product .btn {
  display: inline-block;
  float: none;
  width: 90%;
  padding: 0;
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .home-product .btn {
    text-align: center;
  }
}
.home .home-article-products .home-product-sonar {
  background-image: url("../images/logo_sonar.svg");
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .home-product-sonar {
    background-size: 70px;
  }
}
.home .home-article-products .home-product-pulse {
  background-image: url("../images/logo_pulse.svg");
}
.home .home-article-products .home-product-dcs {
  background-image: url("../images/logo_dcs.svg");
}
.home .home-article-products .home-product-cb {
  background-image: url("../images/logo_cb.svg");
}
@media only screen and (max-width: 420px) {
  .home .home-article-products .home-product-cb {
    background-size: 70px;
  }
}
.home .home-article-services {
  float: left;
  width: 100%;
  display: block;
  color: #fff;
  padding-bottom: 120px;
  background-color: #3d58bd;
}
@media only screen and (max-width: 960px) {
  .home .home-article-services {
    padding: 90px 0 120px;
  }
}
@media only screen and (max-width: 600px) {
  .home .home-article-services {
    padding: 70px 0 120px;
  }
}
@media only screen and (max-width: 420px) {
  .home .home-article-services {
    padding: 70px 0;
  }
}
.home .home-article-services .container {
  padding-top: 120px;
  background-image: url("../images/bg-home-article-services.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media only screen and (max-width: 960px) {
  .home .home-article-services .container {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home .home-article-services .container {
    background-image: none;
    padding: 0;
  }
}
.home .home-article-services h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  background-image: url("../images/icon-linechart-white.svg");
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-services h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .home .home-article-services h5 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .home .home-article-services h5 {
    margin-bottom: 30px;
  }
}
.home .home-article-services h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 440px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-services h4 {
    margin-bottom: 20px;
  }
}
.home .home-article-services .home-article-content {
  float: left;
  width: 100%;
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  max-width: 540px;
}
.home .home-article-services .btn {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-services .btn {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.home .home-article-one {
  float: left;
  width: 100%;
  display: block;
  color: #02063a;
  background-color: #f7f4f4;
  padding: 120px 0;
}
.home .home-article-one .container {
  background-image: url("../images/bg-home-article-one.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 500px;
}
@media only screen and (max-width: 420px) {
  .home .home-article-one .container {
    background-image: none;
  }
}
.home .home-article-one h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../images/icon-one.svg") no-repeat;
  width: 60px;
  height: 42px;
  max-width: 60px;
  height: 44px;
  padding-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .home .home-article-one h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .home .home-article-one h5 {
    margin-bottom: 20px;
  }
}
.home .home-article-one h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 440px;
}
.home .home-article-one .home-article-content {
  float: left;
  width: 100%;
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  max-width: 540px;
}
.home .home-article-one .btn {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 420px) {
  .home .home-article-one .btn {
    margin-bottom: 0;
  }
}
.home-article-posts {
  float: left;
  width: 100%;
  display: block;
  padding: 120px 0;
}
@media only screen and (max-width: 770px) {
  .home-article-posts {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 600px) {
  .home-article-posts {
    padding: 70px 0;
  }
}
.home-article-subscription {
  background: #3d58bd;
  float: left;
  width: 100%;
  padding: 120px 0;
  color: #fff;
}
.home-article-subscription h5 {
  font-size: 50px;
  color: #fff;
  width: 100%;
}
.home-article-subscription__content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.home-article-subscription__content:after {
  content: "";
  display: block;
  clear: both;
}
.home-article-subscription__content:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.home-article-subscription__content:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.home-article-subscription__content:nth-child(2n + 1) {
  clear: both;
}
.home-article-subscription__content p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 80%;
}
.home-article-subscription__form {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.home-article-subscription__form:after {
  content: "";
  display: block;
  clear: both;
}
.home-article-subscription__form:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.home-article-subscription__form:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.home-article-subscription__form:nth-child(2n + 1) {
  clear: both;
}
.home-article-subscription__form p {
  margin: 0;
  margin-bottom: 20px;
}
.home-article-subscription__form input[type="email"],
.home-article-subscription__form input[type="text"] {
  background: transparent;
  padding: 20px 20px 7px 0;
  color: #ddd;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 7px;
}
.home-article-subscription__form input[type="email"]:focus,
.home-article-subscription__form input[type="text"]:focus {
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
.home-article-subscription__form input[type="email"]:focus::-webkit-input-placeholder,
.home-article-subscription__form input[type="text"]:focus::-webkit-input-placeholder {
  color: #fff;
}
.home-article-subscription__form input[type="email"]:focus:-ms-input-placeholder,
.home-article-subscription__form input[type="text"]:focus:-ms-input-placeholder {
  color: #fff;
}
.home-article-subscription__form input[type="email"]:focus::placeholder,
.home-article-subscription__form input[type="text"]:focus::placeholder {
  color: #fff;
}
.home-article-subscription__form input[type="email"] {
  width: 100%;
}
.home-article-subscription__form input[type="email"]::-webkit-input-placeholder,
.home-article-subscription__form input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
.home-article-subscription__form input[type="email"]:-ms-input-placeholder,
.home-article-subscription__form input[type="text"]:-ms-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
.home-article-subscription__form input[type="email"]::placeholder,
.home-article-subscription__form input[type="text"]::placeholder {
  color: #ddd;
  font-size: 15px;
}
.home-article-subscription__form .mc4wp-response {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page-template-page-solutions .main-header-page {
  background-image: url("../images/bg-solutions.jpg");
  background-position: top center;
  background-size: auto 100%;
  height: 800px;
  padding-top: 240px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .page-template-page-solutions .main-header-page {
    padding: 175px 0 10px;
    height: auto;
  }
}
.solutions-services,
.solutions-products {
  float: left;
  width: 100%;
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  .solutions-services,
  .solutions-products {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 420px) {
  .solutions-services {
    margin-bottom: 80px;
  }
}
.solutions-products .solution-service {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  height: 390px;
  background-color: #02063a;
  color: #fff;
  height: 290px;
  margin-bottom: 60px;
  position: relative;
  padding: 40px 40px 0px 40px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .solutions-products .solution-service {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.solutions-products .solution-service:hover {
  color: #fff;
  text-decoration: none !important;
  background-color: #3d58bd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solutions-products .solution-service .solution-service-content {
  position: absolute;
  bottom: 12px;
}
@media only screen and (max-width: 420px) {
  .solutions-products .solution-service .solution-service-content {
    width: 80%;
  }
}
.solutions-products .solution-service h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 90px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  padding-top: 120px;
  background-size: auto 100px;
}
@media only screen and (max-width: 420px) {
  .solutions-products .solution-service h3 {
    font-size: 16px;
    padding-right: 20px;
  }
}
.solutions-products .solution-service h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  font-size: 18px;
  max-width: 440px;
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .solutions-products .solution-service h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-products .solution-service h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .solutions-products .solution-service h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.solutions-products .solution-service .solution-service-image {
  position: absolute;
  right: 40px;
  bottom: -40px;
}
@media only screen and (max-width: 960px) {
  .solutions-products .solution-service .solution-service-image {
    width: 300px;
  }
}
@media only screen and (max-width: 770px) {
  .solutions-products .solution-service .solution-service-image {
    display: none;
  }
}
.solutions-products .solution-service-sonar-trends-radar h3 {
  background-image: url("../images/logo_sonar_blue.svg");
}
.solutions-products .solution-service-pulse-dashboard h3 {
  background-image: url("../images/logo_pulse.svg");
}
.solutions-products .solution-service-data-creativity-score h3 {
  background-image: url("../images/logo_dcs_black.svg");
}
.solutions-products .solution-service-china-beats h3 {
  background-image: url("../images/logo_cb_white.svg");
}
.solutions-services .solution-service-data-ecosystem {
  background-image: url("../images/bg-service-dataecosystem.svg");
}
.solutions-services .solution-service-data-ecosystem:hover {
  background-image: url("../images/bg-service-dataecosystem_hover.svg");
}
.solutions-services .solution-service-data-thinking {
  background-image: url("../images/bg-service-datathinking.svg");
}
.solutions-services .solution-service-data-thinking:hover {
  background-image: url("../images/bg-service-datathinking_hover.svg");
}
.solutions-services .solution-service-business-incubation {
  background-image: url("../images/bg-service-bussinesincubation.svg");
  background-size: 200px auto !important;
}
.solutions-services .solution-service-business-incubation:hover {
  background-image: url("../images/bg-service-bussinesincubation_hover.svg");
}
.solutions-services .solution-service-creative-strategy {
  background-image: url("../images/bg-service-creativeexploration.png");
}
.solutions-services .solution-service-creative-strategy:hover {
  background-image: url("../images/bg-service-creativeexploration_hover.png");
}
.solutions-services .solution-service-trend-exploration,
.solutions-services .solution-service-trends-innovation {
  background-image: url("../images/bg-service-trendexploration.svg");
}
.solutions-services .solution-service-trend-exploration:hover,
.solutions-services .solution-service-trends-innovation:hover {
  background-image: url("../images/bg-service-trendexploration_hover.svg");
}
.solutions-services .solution-service-advanced-analytics {
  background-image: url("../images/bg-service-adanceanalitics.svg");
}
.solutions-services .solution-service-advanced-analytics:hover {
  background-image: url("../images/bg-service-adanceanalitics_hover.svg");
}
.solutions-services .solution-service {
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: auto 200px;
  float: left;
  width: 100%;
  display: block;
  min-height: 280px;
  border: 1px #3d58bd solid;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  color: #3d58bd;
  height: 180px;
  margin-top: 20px;
  position: relative;
  padding: 20px;
  text-decoration: none;
  background-position: top 20px right 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solutions-services .solution-service:after {
  content: "";
  display: block;
  clear: both;
}
.solutions-services .solution-service:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.solutions-services .solution-service:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.solutions-services .solution-service:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .solutions-services .solution-service {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .solutions-services .solution-service:after {
    content: "";
    display: block;
    clear: both;
  }
  .solutions-services .solution-service:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .solutions-services .solution-service:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .solutions-services .solution-service:nth-child(1n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .solutions-services .solution-service {
    background-size: auto 100px;
  }
}
.solutions-services .solution-service h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 90px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 100px;
  max-width: 250px;
}
.solutions-services .solution-service h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  font-size: 18px;
  max-width: 440px;
  margin-bottom: 0;
  max-width: 250px;
}
@media only screen and (max-width: 770px) {
  .solutions-services .solution-service h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-services .solution-service h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .solutions-services .solution-service h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.solutions-services .solution-service:hover {
  color: #fff;
  text-decoration: none !important;
  background-color: #3d58bd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-about,
.page-template-page-about-career,
.page-template-page-offices,
.page-template-page-team {
  color: #02063a;
}
.page-template-page-about #main-header > .container,
.page-template-page-about-career #main-header > .container,
.page-template-page-offices #main-header > .container,
.page-template-page-team #main-header > .container {
  float: left;
  width: 100%;
  display: block;
}
.page-template-page-about #main-header .template-submenu .page_item a,
.page-template-page-about-career #main-header .template-submenu .page_item a,
.page-template-page-offices #main-header .template-submenu .page_item a,
.page-template-page-team #main-header .template-submenu .page_item a {
  color: #fff;
  border-top: 3px solid #fff;
}
.page-template-page-about #main-header.main-header-black > .container,
.page-template-page-about-career #main-header.main-header-black > .container,
.page-template-page-offices #main-header.main-header-black > .container,
.page-template-page-team #main-header.main-header-black > .container {
  float: left;
  width: 100%;
  display: block;
}
.page-template-page-about #main-header.main-header-black .template-submenu .page_item a,
.page-template-page-about-career #main-header.main-header-black .template-submenu .page_item a,
.page-template-page-offices #main-header.main-header-black .template-submenu .page_item a,
.page-template-page-team #main-header.main-header-black .template-submenu .page_item a {
  color: #02063a;
  border-top: 3px solid #02063a;
}
.page-template-page-about .main-header-page,
.page-template-page-about-career .main-header-page,
.page-template-page-offices .main-header-page,
.page-template-page-team .main-header-page {
  height: 800px;
  background-image: url("../images/bg_about.jpg");
  background-position: top center;
  color: #fff;
  padding-top: 175px;
}
@media only screen and (max-width: 960px) {
  .page-template-page-about .main-header-page,
  .page-template-page-about-career .main-header-page,
  .page-template-page-offices .main-header-page,
  .page-template-page-team .main-header-page {
    height: auto;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-about .main-header-page,
  .page-template-page-about-career .main-header-page,
  .page-template-page-offices .main-header-page,
  .page-template-page-team .main-header-page {
    height: auto;
    padding-bottom: 30px;
  }
}
.page-template-page-about .main-header-page a,
.page-template-page-about-career .main-header-page a,
.page-template-page-offices .main-header-page a,
.page-template-page-team .main-header-page a {
  color: #fff;
}
.page-template-page-about .about-clients,
.page-template-page-about-career .about-clients,
.page-template-page-offices .about-clients,
.page-template-page-team .about-clients {
  float: left;
  width: 100%;
  display: block;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .page-template-page-about .about-clients,
  .page-template-page-about-career .about-clients,
  .page-template-page-offices .about-clients,
  .page-template-page-team .about-clients {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-about .about-clients,
  .page-template-page-about-career .about-clients,
  .page-template-page-offices .about-clients,
  .page-template-page-team .about-clients {
    margin-top: 0;
    margin-bottom: 70px;
  }
}
.page-template-page-about .about-client-logo,
.page-template-page-about-career .about-client-logo,
.page-template-page-offices .about-client-logo,
.page-template-page-team .about-client-logo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.page-template-page-about .about-client-logo:after,
.page-template-page-about-career .about-client-logo:after,
.page-template-page-offices .about-client-logo:after,
.page-template-page-team .about-client-logo:after {
  content: "";
  display: block;
  clear: both;
}
.page-template-page-about .about-client-logo:nth-child(n),
.page-template-page-about-career .about-client-logo:nth-child(n),
.page-template-page-offices .about-client-logo:nth-child(n),
.page-template-page-team .about-client-logo:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.page-template-page-about .about-client-logo:nth-child(5n),
.page-template-page-about-career .about-client-logo:nth-child(5n),
.page-template-page-offices .about-client-logo:nth-child(5n),
.page-template-page-team .about-client-logo:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.page-template-page-about .about-client-logo:nth-child(5n + 1),
.page-template-page-about-career .about-client-logo:nth-child(5n + 1),
.page-template-page-offices .about-client-logo:nth-child(5n + 1),
.page-template-page-team .about-client-logo:nth-child(5n + 1) {
  clear: both;
}
.page-template-page-about .section-page-03,
.page-template-page-about-career .section-page-03,
.page-template-page-offices .section-page-03,
.page-template-page-team .section-page-03 {
  border-top: 1px solid #979797;
}
.page-template-page-about .section-page-03 .container,
.page-template-page-about-career .section-page-03 .container,
.page-template-page-offices .section-page-03 .container,
.page-template-page-team .section-page-03 .container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .page-template-page-about .section-page-03 .container,
  .page-template-page-about-career .section-page-03 .container,
  .page-template-page-offices .section-page-03 .container,
  .page-template-page-team .section-page-03 .container {
    padding-bottom: 70px;
  }
}
.page-template-page-about .section-page-03 img,
.page-template-page-about-career .section-page-03 img,
.page-template-page-offices .section-page-03 img,
.page-template-page-team .section-page-03 img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
.page-template-page-about .section-page,
.page-template-page-about-career .section-page,
.page-template-page-offices .section-page,
.page-template-page-team .section-page {
  background: #fff;
}
.page-template-page-about .section-page-01,
.page-template-page-about-career .section-page-01,
.page-template-page-offices .section-page-01,
.page-template-page-team .section-page-01,
.page-template-page-about .section-page-02,
.page-template-page-about-career .section-page-02,
.page-template-page-offices .section-page-02,
.page-template-page-team .section-page-02 {
  background-color: #f7f4f4;
}
#tdlife .tdlife-header {
  margin-bottom: 150px;
}
#tdlife .tdlife-header h4 {
  float: left;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: #02063a;
  font-size: 32px;
  text-align: center;
}
#tdlife .tdlife-header-icon {
  height: auto;
  width: 70px;
  margin-bottom: 15px;
}
#tdlife .container {
  background-repeat: no-repeat;
  background-image: url("../images/backgrounds/tdlife-path.svg");
  padding-bottom: 200px;
  background-position: left 40px top 0px;
}
#tdlife .container .tdlife1999 {
  height: 250px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#tdlife .container .tdlife1999 header {
  margin-top: 0;
}
#tdlife .container .tdlife2008 {
  height: 310px;
}
#tdlife .container .tdlife2012 .tdlife-header-icon {
  width: 65px;
}
#tdlife .container .tdlife2015 {
  height: 312px;
}
#tdlife .container .tdlife2015 .tdlife-header-icon {
  width: 65px;
}
#tdlife .container .tdlife2016 .tdlife-header-icon {
  width: 60px;
}
#tdlife .container .tdlife2018 {
  height: 315px;
}
#tdlife .container .tdlife2018 .tdlife-header-icon {
  width: 45px;
}
#tdlife .container h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 32px;
  display: block;
  line-height: 32px;
  margin-bottom: 0;
  color: #02063a;
}
#tdlife .container h5 strong {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
#tdlife .container article {
  height: 305px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tdlife .container header {
  position: absolute;
  left: 200px;
  float: left;
  width: 150px;
  height: auto;
}
#tdlife .container .article-content {
  position: absolute;
  left: 440px;
  width: 440px;
  float: left;
}
#tdlife .container .article-content p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
#tdlife .container .tdlife-even header {
  left: 740px;
}
#tdlife .container .tdlife-even .article-content {
  left: 80px;
}
@media only screen and (max-width: 960px) {
  #tdlife .tdlife-header {
    margin-bottom: 120px;
  }
  #tdlife .tdlife-header h4 {
    font-size: 25px;
  }
  #tdlife .container {
    background-image: url("../images/tdlife-path-mobile.svg");
    background-size: 100% auto;
    padding-bottom: 60px;
    padding-top: 10px;
    background-position: 0 0;
    max-width: 740px;
    width: 740px;
  }
  #tdlife .container .article-content {
    left: 380px;
    width: 290px;
  }
  #tdlife .container .article-content p {
    font-size: 19px;
    line-height: 1.2em;
  }
  #tdlife .container h5 {
    font-size: 30px;
    display: block;
    line-height: 1em;
  }
  #tdlife .container h5 strong {
    height: auto;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
  }
  #tdlife .container article {
    height: 292px;
  }
  #tdlife .container article header .tdlife-header-icon img {
    width: 60px;
  }
  #tdlife .container .tdlife-even header {
    left: auto;
    right: 150px;
  }
  #tdlife .container .tdlife1999 {
    height: 210px;
  }
  #tdlife .container .tdlife2001,
  #tdlife .container .tdlife2008,
  #tdlife .container .tdlife2015,
  #tdlife .container .tdlife2018,
  #tdlife .container .tdlife2019 {
    height: 292px;
  }
  #tdlife .container .tdlife2010 {
    height: 295px;
  }
  #tdlife .container .tdlife2019 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 770px) {
  #tdlife .tdlife-header {
    margin-bottom: 120px;
  }
  #tdlife .tdlife-header h4 {
    font-size: 25px;
  }
  #tdlife .container {
    background-image: url("../images/tdlife-path-mobile.svg");
    background-size: 100% auto;
    padding-bottom: 60px;
    padding-top: 10px;
    background-position: 0 0;
    max-width: 550px;
    width: 550px;
  }
  #tdlife .container h5 {
    font-size: 25px;
    display: block;
    line-height: 1em;
  }
  #tdlife .container h5 strong {
    height: auto;
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 1em;
  }
  #tdlife .container article {
    height: 215px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: top 90px left 135px;
  }
  #tdlife .container header {
    position: relative;
    float: left;
    height: auto;
    width: auto;
    left: 0;
    margin-left: 270px;
    padding-top: 6px;
    margin-top: 0;
  }
  #tdlife .container .article-content {
    display: none;
  }
  #tdlife .container .tdlife-even {
    background-position: top 90px left 30px;
  }
  #tdlife .container .tdlife-even header {
    left: 0px;
    margin-left: 145px;
    margin-right: 0;
  }
  #tdlife .container .tdlife-header-icon {
    display: none;
  }
  #tdlife .container .tdlife1999 {
    background-image: url("../images/ico-1999.svg");
    height: 155px;
    background-position: top 0 left 135px;
  }
  #tdlife .container .tdlife2001 {
    height: 215px;
    background-image: url("../images/ico-2001.svg");
  }
  #tdlife .container .tdlife2004 {
    height: 215px;
    background-image: url("../images/ico-2004.svg");
  }
  #tdlife .container .tdlife2008 {
    background-image: url("../images/ico-2008.svg");
    height: 222px;
  }
  #tdlife .container .tdlife2010 {
    background-image: url("../images/ico-2010.svg");
    height: 218px;
  }
  #tdlife .container .tdlife2012 {
    height: 215px;
    background-image: url("../images/ico-2012.svg");
    background-position: top 83px left 30px;
  }
  #tdlife .container .tdlife2014 {
    background-image: url("../images/ico-2014.svg");
    height: 218px;
    background-position: top 83px left 135px;
  }
  #tdlife .container .tdlife2015 {
    background-image: url("../images/ico-2015.svg");
    height: 215px;
  }
  #tdlife .container .tdlife2016 {
    background-image: url("../images/ico-2016.svg");
    height: 215px;
  }
  #tdlife .container .tdlife2018 {
    background-image: url("../images/ico-2018.svg");
    height: 218px;
  }
  #tdlife .container .tdlife2019 {
    background-image: url("../images/ico-2019.svg");
    height: 225px;
  }
}
@media only screen and (max-width: 600px) {
  #tdlife .tdlife-header {
    margin-bottom: 100px;
  }
  #tdlife .tdlife-header h4 {
    font-size: 20px;
  }
  #tdlife .container {
    background-image: url("../images/tdlife-path-mobile.svg");
    background-size: 100% auto;
    padding-bottom: 60px;
    padding-top: 10px;
    background-position: 0 0;
    max-width: 320px;
    width: 320px;
  }
  #tdlife .container h5 {
    font-size: 20px;
    display: block;
    line-height: 1em;
  }
  #tdlife .container h5 strong {
    height: auto;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
  }
  #tdlife .container article {
    height: 123px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: top 45px left 80px;
  }
  #tdlife .container header {
    position: relative;
    float: left;
    height: auto;
    width: auto;
    left: 0;
    margin-left: 150px;
    padding-top: 6px;
    margin-top: 0;
  }
  #tdlife .container .article-content {
    display: none;
  }
  #tdlife .container .tdlife-even {
    background-position: top 45px left 30px;
  }
  #tdlife .container .tdlife-even header {
    left: 0px;
    margin-left: 100px;
    margin-right: 80px;
  }
  #tdlife .container .tdlife-header-icon {
    display: none;
  }
  #tdlife .container .tdlife1999 {
    height: 87px;
    background-position: top 0 left 80px;
  }
  #tdlife .container .tdlife2001 {
    height: 128px;
  }
  #tdlife .container .tdlife2004 {
    height: 125px;
  }
  #tdlife .container .tdlife2008 {
    height: 127px;
  }
  #tdlife .container .tdlife2010 {
    height: 128px;
  }
  #tdlife .container .tdlife2012 {
    height: 121px;
  }
  #tdlife .container .tdlife2014 {
    height: 128px;
    background-position: top 45px left 80px;
  }
  #tdlife .container .tdlife2015 {
    height: 125px;
  }
  #tdlife .container .tdlife2016 {
    height: 128px;
  }
  #tdlife .container .tdlife2018 {
    height: 125px;
  }
  #tdlife .container .tdlife2019 {
    height: 127px;
  }
}
.page-template-page-library {
  background-color: #f9f9f9;
}
.page-template-page-library #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-library .menu-btn__open .burger {
  background: 0 0;
}
.page-template-page-library .main-header-page {
  background-image: url("../images/bg-library.jpg");
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 240px;
  color: #02063a;
}
.page-template-page-library .main-header-page h1,
.page-template-page-library .main-header-page h3 {
  max-width: 760px;
}
.page-template-page-library .links-library {
  margin-top: 75px;
}
.page-template-page-library .links-library a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .page-template-page-library .links-library a {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .page-template-page-library .links-library a {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    line-height: 60px;
    margin-bottom: 12px;
    text-align: center;
  }
  .page-template-page-library .links-library a:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-template-page-library .links-library a:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .page-template-page-library .links-library a:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .page-template-page-library .links-library a:nth-child(1n + 1) {
    clear: both;
  }
}
.page-template-page-library .section-page {
  margin-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .page-template-page-library .section-page .wp-block-columns {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .page-template-page-library .section-page {
    margin-bottom: 90px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-library .section-page {
    margin-bottom: 70px;
    padding-top: 40px;
  }
}
.cooperations-logos {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .cooperations-logos {
    margin-bottom: 10px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .cooperations-logos {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
.tdreply-btn-probono {
  width: auto !important;
}
.probono-banner {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.libray-article-posts {
  margin-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .libray-article-posts {
    margin-bottom: 70px;
  }
}
.category,
.tag,
.blog {
  background-color: #f9f9f9;
}
.category #main-header,
.tag #main-header,
.blog #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category .menu-btn__open .burger,
.tag .menu-btn__open .burger,
.blog .menu-btn__open .burger {
  background: 0 0;
}
.category .main-header-page,
.tag .main-header-page,
.blog .main-header-page {
  background-image: url("../images/bg-library.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 240px;
  color: #02063a;
}
.category .main-header-page h1,
.tag .main-header-page h1,
.blog .main-header-page h1,
.category .main-header-page h3,
.tag .main-header-page h3,
.blog .main-header-page h3 {
  max-width: 760px;
}
.category .section-page,
.tag .section-page,
.blog .section-page {
  padding-top: 0;
}
.category .post-article,
.tag .post-article,
.blog .post-article {
  float: left;
  width: 100%;
  display: block;
  width: 790px;
  color: #02063a;
  font-family: $roboto;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 420px) {
  .category .post-article,
  .tag .post-article,
  .blog .post-article {
    width: 100%;
    margin-top: 24px;
  }
}
.category .post-article:hover,
.tag .post-article:hover,
.blog .post-article:hover {
  color: #02063a;
}
.category .post-article .post_thumbnail,
.tag .post-article .post_thumbnail,
.blog .post-article .post_thumbnail,
.category .post-article .post_tale,
.tag .post-article .post_tale,
.blog .post-article .post_tale {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.category .post-article .post_thumbnail:after,
.tag .post-article .post_thumbnail:after,
.blog .post-article .post_thumbnail:after,
.category .post-article .post_tale:after,
.tag .post-article .post_tale:after,
.blog .post-article .post_tale:after {
  content: "";
  display: block;
  clear: both;
}
.category .post-article .post_thumbnail:nth-child(n),
.tag .post-article .post_thumbnail:nth-child(n),
.blog .post-article .post_thumbnail:nth-child(n),
.category .post-article .post_tale:nth-child(n),
.tag .post-article .post_tale:nth-child(n),
.blog .post-article .post_tale:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.category .post-article .post_thumbnail:nth-child(2n),
.tag .post-article .post_thumbnail:nth-child(2n),
.blog .post-article .post_thumbnail:nth-child(2n),
.category .post-article .post_tale:nth-child(2n),
.tag .post-article .post_tale:nth-child(2n),
.blog .post-article .post_tale:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.category .post-article .post_thumbnail:nth-child(2n + 1),
.tag .post-article .post_thumbnail:nth-child(2n + 1),
.blog .post-article .post_thumbnail:nth-child(2n + 1),
.category .post-article .post_tale:nth-child(2n + 1),
.tag .post-article .post_tale:nth-child(2n + 1),
.blog .post-article .post_tale:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .category .post-article .post_thumbnail,
  .tag .post-article .post_thumbnail,
  .blog .post-article .post_thumbnail,
  .category .post-article .post_tale,
  .tag .post-article .post_tale,
  .blog .post-article .post_tale {
    margin-bottom: 12px;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .category .post-article .post_thumbnail:after,
  .tag .post-article .post_thumbnail:after,
  .blog .post-article .post_thumbnail:after,
  .category .post-article .post_tale:after,
  .tag .post-article .post_tale:after,
  .blog .post-article .post_tale:after {
    content: "";
    display: block;
    clear: both;
  }
  .category .post-article .post_thumbnail:nth-child(n),
  .tag .post-article .post_thumbnail:nth-child(n),
  .blog .post-article .post_thumbnail:nth-child(n),
  .category .post-article .post_tale:nth-child(n),
  .tag .post-article .post_tale:nth-child(n),
  .blog .post-article .post_tale:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .category .post-article .post_thumbnail:nth-child(1n),
  .tag .post-article .post_thumbnail:nth-child(1n),
  .blog .post-article .post_thumbnail:nth-child(1n),
  .category .post-article .post_tale:nth-child(1n),
  .tag .post-article .post_tale:nth-child(1n),
  .blog .post-article .post_tale:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .category .post-article .post_thumbnail:nth-child(1n + 1),
  .tag .post-article .post_thumbnail:nth-child(1n + 1),
  .blog .post-article .post_thumbnail:nth-child(1n + 1),
  .category .post-article .post_tale:nth-child(1n + 1),
  .tag .post-article .post_tale:nth-child(1n + 1),
  .blog .post-article .post_tale:nth-child(1n + 1) {
    clear: both;
  }
}
.category .post-article .post_tags,
.tag .post-article .post_tags,
.blog .post-article .post_tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.category .post-article .post_tags li,
.tag .post-article .post_tags li,
.blog .post-article .post_tags li {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
  color: #3d58bd;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.category .post-article h3,
.tag .post-article h3,
.blog .post-article h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .category .post-article h3,
  .tag .post-article h3,
  .blog .post-article h3 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .category .post-article h3,
  .tag .post-article h3,
  .blog .post-article h3 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.category .post-article .post-excerpt,
.tag .post-article .post-excerpt,
.blog .post-article .post-excerpt {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
}
@media only screen and (max-width: 420px) {
  .category .post-article .post-excerpt,
  .tag .post-article .post-excerpt,
  .blog .post-article .post-excerpt {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .category .post-article .post-excerpt,
  .tag .post-article .post-excerpt,
  .blog .post-article .post-excerpt {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
.category .post-article .post-footer,
.tag .post-article .post-footer,
.blog .post-article .post-footer {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  position: absolute;
  bottom: 3px;
}
@media only screen and (max-width: 420px) {
  .category .post-article .post-footer,
  .tag .post-article .post-footer,
  .blog .post-article .post-footer {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .category .post-article .post-footer,
  .tag .post-article .post-footer,
  .blog .post-article .post-footer {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .category .post-article .post-footer,
  .tag .post-article .post-footer,
  .blog .post-article .post-footer {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    margin-top: 12px;
  }
}
.insight-list-categories {
  margin-top: 40px;
  margin-bottom: 80px;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 960px) {
  .insight-list-categories {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .insight-list-categories {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.insight-list-categories a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  text-decoration: none;
  margin-right: 12px;
  color: #02063a;
}
.insight-list-categories a:hover {
  color: #3d58bd;
}
@media only screen and (max-width: 420px) {
  .insight-list-categories a {
    float: left;
    width: 100%;
    display: block;
    line-height: 24px;
  }
}
.post-insights__content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.083333333333336%;
  margin-left: 0%;
  margin-right: 3%;
}
.post-insights__content:after {
  content: "";
  display: block;
  clear: both;
}
.post-insights__content:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.post-insights__content:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.post-insights__content:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .post-insights__content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .post-insights__content:after {
    content: "";
    display: block;
    clear: both;
  }
  .post-insights__content:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .post-insights__content:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .post-insights__content:nth-child(1n + 1) {
    clear: both;
  }
}
.post-insights__content p {
  margin-bottom: 40px;
}
.post-insights__thumbnail {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.post-insights__thumbnail:after {
  content: "";
  display: block;
  clear: both;
}
.post-insights__thumbnail:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.post-insights__thumbnail:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.post-insights__thumbnail:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .post-insights__thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .post-insights__thumbnail:after {
    content: "";
    display: block;
    clear: both;
  }
  .post-insights__thumbnail:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .post-insights__thumbnail:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .post-insights__thumbnail:nth-child(1n + 1) {
    clear: both;
  }
}
.post-insights__article {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  display: block;
}
.post-insights__category {
  font-size: 16px;
  color: #3d58bd;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.post-insights__title {
  margin-bottom: 8px;
}
.post-insights__title a {
  color: #02063a;
  text-decoration: none;
}
.posts-insight {
  margin-top: 32px;
  margin-bottom: 32px;
}
.post-insights__footer {
  font-size: 16px;
}
.post-insights__footer_tags {
  font-size: 0;
  line-height: 1;
}
.post-insights__footer_tags a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.posts-insight--featured {
  margin-bottom: 64px;
  margin-top: 64px;
}
.post-insights__navigation {
  text-align: center;
}
.post-insights__navigation a,
.post-insights__navigation .current {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
}
.post-insights__navigation .current {
  color: #3d58bd;
}
.post-insights__navigation a {
  color: #02063a;
}
.single-post #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post .main-header-page {
  height: auto;
  padding-top: 180px;
}
.single-post .main-header-page .insights-back {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  background: url("../images/insight-arrow.svg") no-repeat;
  background-position: left center;
  padding-left: 40px;
  line-height: 1em;
  margin-bottom: 10px;
  color: #050727;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
@media only screen and (max-width: 770px) {
  .single-post .main-header-page .insights-back {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .main-header-page .insights-back {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-post .main-header-page .insights-back {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.single-post .main-header-page .insights-back:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #70e9d8;
}
.single-post .single-post-header {
  color: #050727;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  .single-post .single-post-header {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .single-post-header {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-post .single-post-header {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-post .single-post-header {
    margin-bottom: 12px;
  }
}
.single-post .section-article {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  padding-bottom: 48px;
}
@media only screen and (max-width: 770px) {
  .single-post .section-article {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .section-article {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-post .section-article {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-post .section-article {
    padding-bottom: 0;
  }
}
.single-post .post_tags {
  color: #70e9d8;
}
.single-post .post-featured-image {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 48px;
}
.single-post .main-section-page {
  padding-bottom: 120px;
}
.post-author {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.post-author h5 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.post-author img {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  border: 3px solid #3d58bd;
}
.post-author img:after {
  content: "";
  display: block;
  clear: both;
}
.post-author img:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.post-author img:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.post-author img:nth-child(3n + 1) {
  clear: both;
}
.post-author .post-author-content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: 16px;
}
.post-author .post-author-content:after {
  content: "";
  display: block;
  clear: both;
}
.post-author .post-author-content:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.post-author .post-author-content:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.post-author .post-author-content:nth-child(3n + 1) {
  clear: both;
}
.post-author .post-author-content h4 {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.post-author .post-author-content h6 {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.post-author .post-author-content p {
  font-size: 16px;
}
.post-author .post-author-content a {
  color: #70e9d8;
  text-decoration: none;
}
.post-author .post-author-content .author_phone {
  float: left;
  width: 100%;
  display: block;
}
.single-article-content {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cecece;
}
.single-article-content p {
  color: rgba(5,7,39,0.761);
}
.single-article-content p:last-child {
  margin-bottom: 40px;
}
.single-post-article-container .container {
  max-width: 800px;
}
@media only screen and (max-width: 820px) {
  .single-post-article-container .container {
    max-width: 730px;
  }
}
@media only screen and (max-width: 770px) {
  .single-post-article-container .container {
    width: 85%;
  }
}
.article-products {
  width: 100%;
  margin-bottom: 80px;
}
.article-products > h5 {
  text-transform: uppercase;
}
.article-products__product {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  background: #e0f7f4;
  padding: 30px 0;
  color: #02063a;
}
.article-products__product:after {
  content: "";
  display: block;
  clear: both;
}
.article-products__product:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.article-products__product:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.article-products__product:nth-child(4n + 1) {
  clear: both;
}
.article-products__product:hover {
  background: rgba(61,88,189,0.149);
}
@media only screen and (max-width: 770px) {
  .article-products__product {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .article-products__product:after {
    content: "";
    display: block;
    clear: both;
  }
  .article-products__product:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .article-products__product:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .article-products__product:nth-child(2n + 1) {
    clear: both;
  }
}
.article-products__product img {
  height: 50px;
  margin-bottom: 25px;
}
.article-products__product h5 {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.wp-block-image {
  margin: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.wp-block-image img {
  height: auto;
}
figure {
  margin: 0;
}
figcaption {
  font-size: 16px;
  color: #9e9e9e;
  font-style: italic;
  text-align: right;
}
.single-job_type #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-job_type .main-header-page {
  height: auto;
  padding-top: 180px;
}
.single-job_type .main-header-page .career-back {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  background: url("../images/insight-arrow.svg") no-repeat;
  background-position: left center;
  padding-left: 40px;
  line-height: 1em;
  margin: 0;
  color: #02063a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 770px) {
  .single-job_type .main-header-page .career-back {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-job_type .main-header-page .career-back {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-job_type .main-header-page .career-back {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.single-job_type .main-header-page .career-back:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #70e9d8;
}
.single-job_type .section-article {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  .single-job_type .section-article {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-job_type .section-article {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-job_type .section-article {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.single-job_type .section-article a {
  color: #70e9d8;
  text-decoration: none;
}
.single-job_type .section-article a:hover {
  text-decoration: underline;
}
.single-job_type .section-article ul,
.single-job_type .section-article ol,
.single-job_type .section-article p {
  max-width: 800px;
}
.single-job_type .section-article iframe {
  width: 100% !important;
}
.single-job_type #main-footer {
  background: url("../images/bg-library.jpg") no-repeat;
  background-attachment: fixed;
  background-repeat: repeat;
  color: #fff;
}
.single-job_type #main-footer h3 {
  color: #fff !important;
}
.get_in_touch_career {
  margin-bottom: 200px;
  float: left;
  width: 100%;
  display: block;
}
.get_in_touch_career .get_in_touch_career-img {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.get_in_touch_career .get_in_touch_career-img:after {
  content: "";
  display: block;
  clear: both;
}
.get_in_touch_career .get_in_touch_career-img:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.get_in_touch_career .get_in_touch_career-img:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.get_in_touch_career .get_in_touch_career-img:nth-child(4n + 1) {
  clear: both;
}
.get_in_touch_career .get_in_touch_career-content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.get_in_touch_career .get_in_touch_career-content:after {
  content: "";
  display: block;
  clear: both;
}
.get_in_touch_career .get_in_touch_career-content:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.get_in_touch_career .get_in_touch_career-content:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.get_in_touch_career .get_in_touch_career-content:nth-child(4n + 1) {
  clear: both;
}
.get_in_touch_career .get_in_touch_career-content p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .get_in_touch_career .get_in_touch_career-content p {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .get_in_touch_career .get_in_touch_career-content p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .get_in_touch_career .get_in_touch_career-content p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.get_in_touch_career .get_in_touch_career-content .tdreply-btn-black {
  width: 240px;
}
@media only screen and (max-width: 420px) {
  .get_in_touch_career {
    margin-bottom: 40px;
  }
  .get_in_touch_career .get_in_touch_career-img {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .get_in_touch_career .get_in_touch_career-img:after {
    content: "";
    display: block;
    clear: both;
  }
  .get_in_touch_career .get_in_touch_career-img:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .get_in_touch_career .get_in_touch_career-img:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .get_in_touch_career .get_in_touch_career-img:nth-child(2n + 1) {
    clear: both;
  }
  .get_in_touch_career .get_in_touch_career-content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66666666666666%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .get_in_touch_career .get_in_touch_career-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .get_in_touch_career .get_in_touch_career-content:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .get_in_touch_career .get_in_touch_career-content:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .get_in_touch_career .get_in_touch_career-content:nth-child(2n + 1) {
    clear: both;
  }
  .get_in_touch_career .tdreply-btn-grey {
    padding: 0 20px;
    line-height: 45px;
  }
}
.member_grid {
  float: left;
  width: 100%;
  display: block;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .member_grid {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .member_grid {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.member_grid .persona_grid {
  margin-bottom: 12px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 19%;
  margin-left: 0%;
  margin-right: 8%;
}
.member_grid .persona_grid:after {
  content: "";
  display: block;
  clear: both;
}
.member_grid .persona_grid:nth-child(n) {
  margin-right: 8%;
  float: left;
  clear: none;
}
.member_grid .persona_grid:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.member_grid .persona_grid:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .member_grid .persona_grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .member_grid .persona_grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .member_grid .persona_grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .member_grid .persona_grid:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .member_grid .persona_grid:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .member_grid .persona_grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .member_grid .persona_grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .member_grid .persona_grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .member_grid .persona_grid:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .member_grid .persona_grid:nth-child(2n + 1) {
    clear: both;
  }
}
.member_grid .persona_grid .persona_grid_name {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .member_grid .persona_grid .persona_grid_name {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .member_grid .persona_grid .persona_grid_name {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
.member_grid .persona_grid h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 420px) {
  .member_grid .persona_grid h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .member_grid .persona_grid h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
.partners_grid {
  float: left;
  width: 100%;
  display: block;
  max-width: 790px;
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 770px) {
  .partners_grid {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .partners_grid {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .partners_grid {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .partners_grid {
    margin-top: 0;
    margin-bottom: 70px;
  }
}
.partners_grid .persona_grid {
  float: left;
  width: 100%;
  display: block;
  margin-top: 1em;
}
.partners_grid .persona_grid_image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.partners_grid .persona_grid_image:after {
  content: "";
  display: block;
  clear: both;
}
.partners_grid .persona_grid_image:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.partners_grid .persona_grid_image:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.partners_grid .persona_grid_image:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .partners_grid .persona_grid_image {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .partners_grid .persona_grid_image:after {
    content: "";
    display: block;
    clear: both;
  }
  .partners_grid .persona_grid_image:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .partners_grid .persona_grid_image:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .partners_grid .persona_grid_image:nth-child(1n + 1) {
    clear: both;
  }
}
.partners_grid .persona_grid_data {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.partners_grid .persona_grid_data:after {
  content: "";
  display: block;
  clear: both;
}
.partners_grid .persona_grid_data:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.partners_grid .persona_grid_data:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.partners_grid .persona_grid_data:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .partners_grid .persona_grid_data {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .partners_grid .persona_grid_data:after {
    content: "";
    display: block;
    clear: both;
  }
  .partners_grid .persona_grid_data:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .partners_grid .persona_grid_data:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .partners_grid .persona_grid_data:nth-child(1n + 1) {
    clear: both;
  }
}
.partners_grid .persona_grid_name {
  font-family: 'proxima-nova', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 420px) {
  .partners_grid .persona_grid_name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .partners_grid .persona_grid_name {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.partners_grid .persona_grid_position {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .partners_grid .persona_grid_position {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .partners_grid .persona_grid_position {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .partners_grid .persona_grid_position {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.partners_grid .persona_grid_content p {
  font-size: 18px;
}
.founder {
  float: left;
  width: 100%;
  display: block;
  max-width: 790px;
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 770px) {
  .founder {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .founder {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .founder {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .founder {
    margin-top: 0;
  }
}
.founder .persona_grid {
  float: left;
  width: 100%;
  display: block;
  margin-top: 1em;
}
.founder .persona_grid_image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.founder .persona_grid_image:after {
  content: "";
  display: block;
  clear: both;
}
.founder .persona_grid_image:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.founder .persona_grid_image:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.founder .persona_grid_image:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .founder .persona_grid_image {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .founder .persona_grid_image:after {
    content: "";
    display: block;
    clear: both;
  }
  .founder .persona_grid_image:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .founder .persona_grid_image:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .founder .persona_grid_image:nth-child(1n + 1) {
    clear: both;
  }
}
.founder .persona_grid_data {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.founder .persona_grid_data:after {
  content: "";
  display: block;
  clear: both;
}
.founder .persona_grid_data:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.founder .persona_grid_data:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.founder .persona_grid_data:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .founder .persona_grid_data {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .founder .persona_grid_data:after {
    content: "";
    display: block;
    clear: both;
  }
  .founder .persona_grid_data:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .founder .persona_grid_data:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .founder .persona_grid_data:nth-child(1n + 1) {
    clear: both;
  }
}
.founder .persona_grid_name {
  font-family: 'proxima-nova', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 420px) {
  .founder .persona_grid_name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .founder .persona_grid_name {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.founder .persona_grid_position {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .founder .persona_grid_position {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .founder .persona_grid_position {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .founder .persona_grid_position {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.founder .persona_grid_content p {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .persona_grid {
    border-top: 3px solid #02063a;
    padding-top: 24px;
  }
  .persona_grid img {
    width: 100%;
  }
}
.page-template-page-about-career .section-page {
  padding-top: 0;
}
.jobs_list {
  color: #02063a;
}
.jobs_list .container {
  padding-bottom: 120px;
}
.jobs_list a {
  color: #02063a;
}
.job_categories_tabs {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 120px;
  list-style-type: none;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  .job_categories_tabs {
    text-align: center;
    margin-top: 70px;
  }
}
.job_categories_tabs li {
  cursor: pointer;
  display: inline-block;
  margin-right: 60px;
  text-transform: uppercase;
  padding-top: 12px;
}
@media only screen and (max-width: 600px) {
  .job_categories_tabs li {
    margin-top: 12px;
    font-size: 24px;
    margin-right: 8px;
    margin-left: 8px;
  }
}
.job_categories_tabs li:hover {
  color: #70e9d8;
}
.job_categories_tabs .job_categories_tabs_active {
  color: #3d58bd;
  border-top: 3px solid #3d58bd;
}
.job_categories_list {
  float: left;
  width: 100%;
  display: block;
  margin-top: 40px !important;
  font-weight: 400;
  padding: 0 0;
}
.job_category_list {
  float: left;
  width: 100%;
  display: block;
  display: none !important;
  text-transform: uppercase;
  font-size: 32px;
}
.job_category_list a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  float: left;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 2em;
  font-size: 26px;
}
@media only screen and (max-width: 420px) {
  .job_category_list a {
    font-size: 22px;
    line-height: 1.2em;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.job_category_list a:hover {
  color: #3d58bd;
}
.job_categories_list .job_categories_list_active {
  display: block !important;
}
.work-with-us {
  float: left;
  width: 100%;
  display: block;
}
.work-with-us a {
  color: $td-dark;
  text-decoration: none;
}
.work-with-us__info {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.work-with-us__info:after {
  content: "";
  display: block;
  clear: both;
}
.work-with-us__info:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.work-with-us__info:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.work-with-us__info:nth-child(2n + 1) {
  clear: both;
}
.work-with-us__recruter {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.work-with-us__recruter:after {
  content: "";
  display: block;
  clear: both;
}
.work-with-us__recruter:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.work-with-us__recruter:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.work-with-us__recruter:nth-child(2n + 1) {
  clear: both;
}
.offices_list {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .offices_list {
    margin-bottom: 70px;
  }
}
.offices_list .container {
  padding-bottom: 0;
}
.offices_list h3 {
  padding-bottom: 0;
  padding-top: 120px;
  margin-top: 0 !important;
}
.office_tabs {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 120px;
  list-style-type: none;
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  .office_tabs {
    text-align: center;
  }
}
.office_tabs li {
  cursor: pointer;
  display: inline-block;
  margin-right: 60px;
  text-transform: uppercase;
  padding-top: 12px;
}
@media only screen and (max-width: 600px) {
  .office_tabs li {
    margin-top: 12px;
    font-size: 24px;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .office_tabs li:after {
    content: "";
    display: block;
    clear: both;
  }
  .office_tabs li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .office_tabs li:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .office_tabs li:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .office_tabs li {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .office_tabs li:after {
    content: "";
    display: block;
    clear: both;
  }
  .office_tabs li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .office_tabs li:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .office_tabs li:nth-child(1n + 1) {
    clear: both;
  }
}
.office_tabs li:hover {
  color: #70e9d8;
}
.office_tabs .office_active {
  color: #3d58bd;
  border-top: 3px solid #3d58bd;
}
.offices_content_list {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px !important;
  font-weight: 400;
}
.office_content_item {
  float: left;
  width: 100%;
  display: block;
  display: none !important;
}
.office_content_item p:first-child {
  margin-top: 0;
}
.office_content_item .office_content_image,
.office_content_item .office_content,
.office_content_item .office_content_iframe {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.office_content_item .office_content_image iframe,
.office_content_item .office_content iframe,
.office_content_item .office_content_iframe iframe {
  max-width: 100%;
  width: 100%;
}
.office_content_item .office_content_image:after,
.office_content_item .office_content:after,
.office_content_item .office_content_iframe:after {
  content: "";
  display: block;
  clear: both;
}
.office_content_item .office_content_image:nth-child(n),
.office_content_item .office_content:nth-child(n),
.office_content_item .office_content_iframe:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.office_content_item .office_content_image:nth-child(2n),
.office_content_item .office_content:nth-child(2n),
.office_content_item .office_content_iframe:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.office_content_item .office_content_image:nth-child(2n + 1),
.office_content_item .office_content:nth-child(2n + 1),
.office_content_item .office_content_iframe:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .office_content_item .office_content_image,
  .office_content_item .office_content,
  .office_content_item .office_content_iframe {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .office_content_item .office_content_image:after,
  .office_content_item .office_content:after,
  .office_content_item .office_content_iframe:after {
    content: "";
    display: block;
    clear: both;
  }
  .office_content_item .office_content_image:nth-child(n),
  .office_content_item .office_content:nth-child(n),
  .office_content_item .office_content_iframe:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .office_content_item .office_content_image:nth-child(1n),
  .office_content_item .office_content:nth-child(1n),
  .office_content_item .office_content_iframe:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .office_content_item .office_content_image:nth-child(1n + 1),
  .office_content_item .office_content:nth-child(1n + 1),
  .office_content_item .office_content_iframe:nth-child(1n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .office_content_item .office_content_image,
  .office_content_item .office_content,
  .office_content_item .office_content_iframe {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .office_content_item .office_content_image:after,
  .office_content_item .office_content:after,
  .office_content_item .office_content_iframe:after {
    content: "";
    display: block;
    clear: both;
  }
  .office_content_item .office_content_image:nth-child(n),
  .office_content_item .office_content:nth-child(n),
  .office_content_item .office_content_iframe:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .office_content_item .office_content_image:nth-child(1n),
  .office_content_item .office_content:nth-child(1n),
  .office_content_item .office_content_iframe:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .office_content_item .office_content_image:nth-child(1n + 1),
  .office_content_item .office_content:nth-child(1n + 1),
  .office_content_item .office_content_iframe:nth-child(1n + 1) {
    clear: both;
  }
}
.office_content_item .office_content_iframe {
  border: 10px solid #fff;
}
@media only screen and (max-width: 960px) {
  .office_content_item .office_content {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .office_content_item .office_content {
    font-size: 20px;
    margin-top: 1em;
  }
}
.offices_content_list .office_active {
  display: block !important;
}
.section-page-getintouch {
  background-color: #fff;
  padding-top: 100px !important;
}
@media only screen and (max-width: 600px) {
  .section-page-getintouch {
    padding-top: 70px !important;
  }
}
.contact-form-offices {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 120px;
  margin-top: 120px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .contact-form-offices {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.contact-form-offices label {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.contact-form-offices label:after {
  content: "";
  display: block;
  clear: both;
}
.contact-form-offices label:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.contact-form-offices label:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-form-offices label:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .contact-form-offices label {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact-form-offices label:after {
    content: "";
    display: block;
    clear: both;
  }
  .contact-form-offices label:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .contact-form-offices label:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .contact-form-offices label:nth-child(1n + 1) {
    clear: both;
  }
}
.contact-form-offices label input {
  border: none;
  border-bottom: 1px solid #02063a;
  margin-bottom: 8px;
  width: 100%;
}
.contact-form-offices label input:focus {
  border-bottom: 1px solid #70e9d8;
  outline: none;
  color: #70e9d8;
}
.contact-form-offices .contact-form-offices-textarea {
  margin-top: 40px;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.contact-form-offices .contact-form-offices-textarea textarea {
  margin-top: 8px;
  border: 1px solid #02063a;
  height: 200px;
  float: left;
  width: 100%;
  display: block;
}
.contact-form-offices .contact-form-offices-textarea textarea:focus {
  border: 1px solid #70e9d8;
  outline: none;
  color: #70e9d8;
}
.contact-form-offices .contact-form-offices-row {
  float: left;
  width: 100%;
  display: block;
}
.contact-form-offices .contact-form-offices-row a {
  color: #70e9d8;
  text-decoration: none;
}
.contact-form-offices .contact-form-offices-row a:hover r {
  text-decoration: underline;
}
.contact-form-offices .contact-form-offices-row input {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.contact-form-offices .contact-form-offices-row input:after {
  content: "";
  display: block;
  clear: both;
}
.contact-form-offices .contact-form-offices-row input:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.contact-form-offices .contact-form-offices-row input:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-form-offices .contact-form-offices-row input:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .contact-form-offices .contact-form-offices-row input {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .contact-form-offices .contact-form-offices-row input {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact-form-offices .contact-form-offices-row input:after {
    content: "";
    display: block;
    clear: both;
  }
  .contact-form-offices .contact-form-offices-row input:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .contact-form-offices .contact-form-offices-row input:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .contact-form-offices .contact-form-offices-row input:nth-child(1n + 1) {
    clear: both;
  }
}
.contact-form-offices .contact-form-offices-row .privacy-policy {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.083333333333336%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: 16px;
}
.contact-form-offices .contact-form-offices-row .privacy-policy:after {
  content: "";
  display: block;
  clear: both;
}
.contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .contact-form-offices .contact-form-offices-row .privacy-policy {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .contact-form-offices .contact-form-offices-row .privacy-policy:after {
    content: "";
    display: block;
    clear: both;
  }
  .contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .contact-form-offices .contact-form-offices-row .privacy-policy:nth-child(1n + 1) {
    clear: both;
  }
}
.contact-form-offices .contact-form-offices-row input {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  display: block;
  text-align: center;
  float: left;
  border: 1px solid #02063a;
  text-transform: uppercase;
  padding: 0 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #02063a;
  background: #fff;
}
.contact-form-offices .contact-form-offices-row input:hover {
  background-color: #02063a;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7-response-output {
  float: left;
  width: 100%;
  line-height: 90px;
}
.offices-get-in-touch {
  margin-bottom: 80px;
}
.page-template-page-services {
  background-color: #fff;
  color: #02063a;
}
.main-header-service-page {
  height: 800px;
  background-image: url("../images/services_bg.jpg");
  background-position: top center;
}
.main-header-service-page .bx-wrapper {
  background-color: rgba(255,255,255,0);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-header-service-page .bx-wrapper .bx-next {
  right: -32px;
  background: url("../images/arrow-right.svg") no-repeat;
  width: 40px;
  height: 40px;
}
.main-header-service-page .bx-wrapper .bx-prev {
  left: -32px;
  background: url("../images/arrow-left.svg") no-repeat;
  width: 40px;
  height: 40px;
}
.main-header-service-page .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
}
.main-header-service-page .bx-wrapper .bx-pager .bx-pager-item a {
  background-color: rgba(255,255,255,0.7);
}
.main-header-service-page .bx-wrapper .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
.main-header-service-page-mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
  .main-header-service-page-mobile {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .main-header-service-page {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .section-page-services-intro {
    margin-bottom: 70px;
  }
}
.services-area,
.services-products-products {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .services-area,
  .services-products-products {
    margin-bottom: 70px;
    padding: 0;
  }
}
.services-area h3,
.services-products-products h3 {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 24px;
  background-image: url("../images/icon-barchart.svg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 50px;
  margin-top: 120px;
}
@media only screen and (max-width: 600px) {
  .services-area h3,
  .services-products-products h3 {
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.services-area .service-product,
.services-products-products .service-product {
  float: left;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: top right 50px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 770px) {
  .services-area .service-product,
  .services-products-products .service-product {
    background-position: top center;
    background-size: 220px auto;
    margin-bottom: 70px;
    padding-top: 200px;
    background-size: auto 150px;
  }
}
@media only screen and (max-width: 600px) {
  .services-area .service-product,
  .services-products-products .service-product {
    background-position: top center;
    background-size: 190px auto;
    margin-bottom: 50px;
    padding-top: 180px;
    background-size: auto 130px;
  }
}
.services-area .service-product .service-subservices,
.services-products-products .service-product .service-subservices,
.services-area .service-product .service-product-content,
.services-products-products .service-product .service-product-content,
.services-area .service-product header,
.services-products-products .service-product header {
  padding-right: 400px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
@media only screen and (max-width: 770px) {
  .services-area .service-product .service-subservices,
  .services-products-products .service-product .service-subservices,
  .services-area .service-product .service-product-content,
  .services-products-products .service-product .service-product-content,
  .services-area .service-product header,
  .services-products-products .service-product header {
    padding: 0;
  }
}
.services-area .service-product .service-subservices,
.services-products-products .service-product .service-subservices {
  color: #3d58bd;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width: 600px) {
  .services-area .service-product .service-subservices,
  .services-products-products .service-product .service-subservices {
    font-size: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 770px) {
  .services-area .service-product .service-product-content,
  .services-products-products .service-product .service-product-content {
    padding-right: 0;
  }
}
.services-area .service-product .service-product-content blockquote,
.services-products-products .service-product .service-product-content blockquote {
  margin: 0;
  font-size: 20px;
  margin-bottom: 24px;
}
.services-area .service-product .service-product-content blockquote p,
.services-products-products .service-product .service-product-content blockquote p {
  font-weight: 700;
}
.services-area .data-ecosystem,
.services-products-products .data-ecosystem {
  background-image: url("../images/bg-service-dataecosystem.svg");
}
.services-area .data-thinking,
.services-products-products .data-thinking {
  background-image: url("../images/bg-service-datathinking_a.svg");
  background-position: top left;
}
@media only screen and (max-width: 770px) {
  .services-area .data-thinking,
  .services-products-products .data-thinking {
    background-position: top center;
  }
}
.services-area .data-thinking .service-subservices,
.services-products-products .data-thinking .service-subservices,
.services-area .data-thinking .service-product-content,
.services-products-products .data-thinking .service-product-content,
.services-area .data-thinking header,
.services-products-products .data-thinking header {
  padding-left: 400px;
  padding-right: 0;
}
@media only screen and (max-width: 770px) {
  .services-area .data-thinking .service-subservices,
  .services-products-products .data-thinking .service-subservices,
  .services-area .data-thinking .service-product-content,
  .services-products-products .data-thinking .service-product-content,
  .services-area .data-thinking header,
  .services-products-products .data-thinking header {
    padding: 0;
  }
}
.services-area .data-thinking .service-subservices,
.services-products-products .data-thinking .service-subservices,
.services-area .data-thinking header,
.services-products-products .data-thinking header,
.services-area .data-thinking background-position: center left 50px,
.services-products-products .data-thinking background-position: center left 50px,
.services-area .data-thinking +below(770px),
.services-products-products .data-thinking +below(770px) {
  background-position: top center;
  padding-top: 160px;
  margin-bottom: 0;
}
.services-area .creative-strategy,
.services-products-products .creative-strategy {
  background-image: url("../images/bg-service-creativeexploration.png");
  background-position: center left 25px;
}
.services-area .creative-strategy .service-subservices,
.services-products-products .creative-strategy .service-subservices,
.services-area .creative-strategy .service-product-content,
.services-products-products .creative-strategy .service-product-content,
.services-area .creative-strategy header,
.services-products-products .creative-strategy header {
  padding-left: 400px;
  padding-right: 0;
}
@media only screen and (max-width: 770px) {
  .services-area .creative-strategy .service-subservices,
  .services-products-products .creative-strategy .service-subservices,
  .services-area .creative-strategy .service-product-content,
  .services-products-products .creative-strategy .service-product-content,
  .services-area .creative-strategy header,
  .services-products-products .creative-strategy header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 770px) {
  .services-area .creative-strategy,
  .services-products-products .creative-strategy {
    background-position: top center;
    margin-bottom: 0;
  }
}
.services-area .business-incubation,
.services-products-products .business-incubation {
  background-image: url("../images/bg-service-bussinesincubation_a.svg");
  background-position: center right;
}
@media only screen and (max-width: 760px) {
  .services-area .business-incubation,
  .services-products-products .business-incubation {
    background-position: top center;
  }
}
.services-area .trend-exploration,
.services-products-products .trend-exploration,
.services-area .trends-innovation,
.services-products-products .trends-innovation {
  background-image: url("../images/bg-service-trendexploration_a.svg");
}
.services-area .advanced-analytics,
.services-products-products .advanced-analytics {
  background-image: url("../images/bg-service-adanceanalitics_a.svg");
  background-position: top left;
}
@media only screen and (max-width: 770px) {
  .services-area .advanced-analytics,
  .services-products-products .advanced-analytics {
    background-position: top center;
  }
}
.services-area .advanced-analytics .service-subservices,
.services-products-products .advanced-analytics .service-subservices,
.services-area .advanced-analytics .service-product-content,
.services-products-products .advanced-analytics .service-product-content,
.services-area .advanced-analytics header,
.services-products-products .advanced-analytics header {
  padding-left: 400px;
  padding-right: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 770px) {
  .services-area .advanced-analytics .service-subservices,
  .services-products-products .advanced-analytics .service-subservices,
  .services-area .advanced-analytics .service-product-content,
  .services-products-products .advanced-analytics .service-product-content,
  .services-area .advanced-analytics header,
  .services-products-products .advanced-analytics header {
    padding-left: 0 !important;
  }
}
.services-area .advanced-analytics .service-subservices,
.services-products-products .advanced-analytics .service-subservices,
.services-area .advanced-analytics header,
.services-products-products .advanced-analytics header,
.services-area .advanced-analytics background-position: center left 50px,
.services-products-products .advanced-analytics background-position: center left 50px,
.services-area .advanced-analytics +below(760px),
.services-products-products .advanced-analytics +below(760px) {
  background-position: top center;
}
.services-area .pulse-dashboard,
.services-products-products .pulse-dashboard {
  float: left;
  width: 100%;
  display: block;
  background-image: url("../images/bg-product-pulse.png");
  background-position: center right;
}
@media only screen and (max-width: 770px) {
  .services-area .pulse-dashboard,
  .services-products-products .pulse-dashboard {
    background-image: none;
    padding-top: 80px;
  }
}
.services-area .pulse-dashboard header,
.services-products-products .pulse-dashboard header {
  background-image: url("../images/logo_pulse.svg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .services-area .pulse-dashboard header,
  .services-products-products .pulse-dashboard header {
    padding-top: 85px;
  }
}
.services-area .sonar-trends-radar,
.services-products-products .sonar-trends-radar {
  float: left;
  width: 100%;
  display: block;
  background-image: url("../images/bg-product-sonar.png");
  background-position: center left;
  margin-top: 100px;
}
@media only screen and (max-width: 770px) {
  .services-area .sonar-trends-radar,
  .services-products-products .sonar-trends-radar {
    background-image: none;
    padding: 0;
  }
}
.services-area .sonar-trends-radar .service-subservices,
.services-products-products .sonar-trends-radar .service-subservices,
.services-area .sonar-trends-radar .service-product-content,
.services-products-products .sonar-trends-radar .service-product-content,
.services-area .sonar-trends-radar header,
.services-products-products .sonar-trends-radar header {
  padding-left: 400px;
  padding-right: 0;
}
@media only screen and (max-width: 770px) {
  .services-area .sonar-trends-radar .service-subservices,
  .services-products-products .sonar-trends-radar .service-subservices,
  .services-area .sonar-trends-radar .service-product-content,
  .services-products-products .sonar-trends-radar .service-product-content,
  .services-area .sonar-trends-radar header,
  .services-products-products .sonar-trends-radar header {
    padding: 0;
  }
}
.services-area .sonar-trends-radar header,
.services-products-products .sonar-trends-radar header {
  background-image: url("../images/logo_sonar.svg");
  background-repeat: no-repeat;
  background-position: top left 400px;
  padding-top: 85px;
}
@media only screen and (max-width: 770px) {
  .services-area .sonar-trends-radar header,
  .services-products-products .sonar-trends-radar header {
    background-position: top left;
  }
}
.services-area .data-creativity-score,
.services-products-products .data-creativity-score {
  float: left;
  width: 100%;
  display: block;
  background-image: url("../images/bg-product-dcs.jpg");
  background-position: center left;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .services-area .data-creativity-score,
  .services-products-products .data-creativity-score {
    background-image: none;
    padding: 0;
  }
}
.services-area .data-creativity-score .service-subservices,
.services-products-products .data-creativity-score .service-subservices,
.services-area .data-creativity-score .service-product-content,
.services-products-products .data-creativity-score .service-product-content,
.services-area .data-creativity-score header,
.services-products-products .data-creativity-score header {
  padding-left: 400px;
  padding-right: 0;
}
@media only screen and (max-width: 770px) {
  .services-area .data-creativity-score .service-subservices,
  .services-products-products .data-creativity-score .service-subservices,
  .services-area .data-creativity-score .service-product-content,
  .services-products-products .data-creativity-score .service-product-content,
  .services-area .data-creativity-score header,
  .services-products-products .data-creativity-score header {
    padding: 0;
  }
}
.services-area .data-creativity-score header,
.services-products-products .data-creativity-score header {
  background-image: url("../images/logo_dcs.svg");
  background-repeat: no-repeat;
  background-position: top left 400px;
  padding-top: 85px;
}
@media only screen and (max-width: 600x) {
  .services-area .data-creativity-score header,
  .services-products-products .data-creativity-score header {
    background-position: top left;
  }
}
.services-area .china-beats,
.services-products-products .china-beats {
  float: left;
  width: 100%;
  display: block;
  background-image: url("../images/bg-product-cb.jpg");
  background-position: center right;
  margin-top: 100px;
}
@media only screen and (max-width: 770px) {
  .services-area .china-beats,
  .services-products-products .china-beats {
    background-image: none;
    padding: 0;
  }
}
.services-area .china-beats header,
.services-products-products .china-beats header {
  background-image: url("../images/logo_cb.svg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 95px;
}
.services-area .btn,
.services-products-products .btn {
  margin-top: 1em;
}
.services-scout {
  background-color: #02063a;
  color: #fff;
}
@media only screen and (max-width: 620px) {
  .services-scout {
    padding-top: 70px;
  }
}
.services-scout h3 {
  background-image: url("../images/icon-linechart-white.svg");
}
.services-scout .service-product .service-subservices {
  color: #3eedef;
}
.services-anchor {
  float: left;
  width: 100%;
  display: block;
  height: 25px;
}
@media only screen and (max-width: 600px) {
  .services-anchor {
    height: 10px;
  }
}
.services-products-products {
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .services-products-products {
    margin-bottom: 0;
  }
}
.services-products-products .service-product {
  margin-bottom: 0px;
}
@media only screen and (max-width: 960px) {
  .services-products-products .service-product {
    padding-top: 270px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .services-products-products .service-product {
    padding-top: 270px;
    margin-bottom: 70px;
  }
}
#services-svg {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
#services-svg .hide-element {
  opacity: 0.2;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#services-svg .show-disc {
  opacity: 1 !important;
  -webkit-transform: translatey(-25px);
          transform: translatey(-25px);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
#services-svg .hide-title {
  opacity: 0 !important;
  -webkit-transform: translatey(-10px);
          transform: translatey(-10px);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#services-svg .disc {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#services-svg #ENABLER,
#services-svg #SCOUT,
#services-svg #AGENT {
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
#services-svg .title {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#services-svg .darken-circle {
  fill-opacity: 0.7;
}
#services-svg #main-enabler,
#services-svg #main-scout,
#services-svg #main-agent {
  cursor: pointer;
}
#services-svg .main-circle {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 960px) {
  .page-template-page-products .services-products-products .service-product {
    padding-top: 0;
    margin-top: 0;
  }
}
.page-template-page-products .services-products-products .pulse-dashboard header {
  margin-top: 0;
}
#main-header-products-page {
  background-image: url("../images/products_bg.png");
  background-size: cover;
  padding-top: 175px;
  color: #fff;
  height: 550px;
}
@media only screen and (max-width: 600px) {
  #main-header-products-page {
    background-position: top center;
    background-size: auto 400px;
    padding-top: 200px;
    margin-bottom: 20px;
    height: 400px;
  }
}
@media only screen and (max-width: 960px) {
  #main-header-products-page {
    background-position: top center;
    background-size: auto 400px;
    padding-top: 200px;
    margin-bottom: 20px;
    height: 400px;
  }
}
.error404 #main-header {
  background-color: rgba(2,6,58,0.8);
}
.error404 .section-404 {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 120px;
}
.error404 .section-404 h3 {
  margin: 0;
  margin-top: 200px;
  font-family: $roboto;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
}
.error404 .section-404 p {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  max-width: 400px;
}
.error404 .section-404 li {
  display: block;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0;
}
.error404 .section-404 li a {
  display: inline-block;
  font-size: 24px;
  margin-top: 6px;
}
.error404 .section-404 li a:hover {
  text-decoration: none;
}
.single-project_type #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-project_type .main-header-project {
  padding-top: 250px;
  color: #02063a;
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  .single-project_type .main-header-project {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-project_type .main-header-project {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project {
    height: auto;
    padding: 125px 24px 45px !important;
  }
}
.single-project_type .main-header-project h1 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  margin: 0;
  margin-bottom: 60px;
  padding-right: 100px;
}
@media only screen and (max-width: 770px) {
  .single-project_type .main-header-project h1 {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .single-project_type .main-header-project h1 {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project h1 {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project h1 {
    padding-right: 0px;
  }
}
.single-project_type .main-header-project .projects-categories {
  list-style: none;
  padding: 0;
}
.single-project_type .main-header-project .projects-categories li {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project .projects-categories li {
    font-size: 12px;
    line-height: 1.2em;
    display: block;
  }
}
.single-project_type .main-header-project .projects-categories li a {
  text-decoration: none;
  color: #2ab2e1;
}
.single-project_type .main-header-project .projects-categories li:before {
  content: "|";
  padding: 0 6px;
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-header-project .projects-categories li:before {
    content: "";
    padding: 0;
  }
}
.single-project_type .main-header-project .projects-categories li:first-child:before {
  content: "";
  padding: 0;
}
.single-project_type .main-section-project {
  color: #02063a;
  margin-top: 75px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-section-project {
    margin-top: 10px;
  }
  .single-project_type .main-section-project h5 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 770px) {
  .single-project_type .main-section-project {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-project_type .main-section-project {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .single-project_type .main-section-project {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
.single-project_type .main-section-project h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-project_type .main-section-project .project-summary {
  background-color: #3d58bd;
  color: #fff;
  padding: 25px 0 40px 0;
  margin-bottom: 75px;
  padding-bottom: 75px;
}
.single-project_type .main-section-project li {
  margin-bottom: 24px;
}
.single-project_type .main-section-project .project-featured-image {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #02063a;
  position: relative;
  height: 510px;
  widht: 100%;
  overflow: hidden;
}
.single-project_type .main-section-project .project-featured-image img {
  max-width: inherit;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  widht: 100%;
  margin: 0;
  padding: 0;
}
.single-project_type .main-section-project .section-article {
  float: left;
  width: 100%;
  display: block;
}
.single-project_type .project-footer {
  background-color: #02063a;
  color: #fff;
  padding: 150px 0;
  margin-top: 125px;
  float: left;
  width: 100%;
  display: block;
}
.single-project_type .project-footer h4 {
  margin-bottom: 1em;
}
.single-project_type .project-footer .project-footer-column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.single-project_type .project-footer .project-footer-column:after {
  content: "";
  display: block;
  clear: both;
}
.single-project_type .project-footer .project-footer-column:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.single-project_type .project-footer .project-footer-column:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.single-project_type .project-footer .project-footer-column:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  .single-project_type .project-footer .project-footer-column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-project_type .project-footer .project-footer-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .single-project_type .project-footer .project-footer-column:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .single-project_type .project-footer .project-footer-column:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .single-project_type .project-footer .project-footer-column:nth-child(1n + 1) {
    clear: both;
  }
}
.single-project_type .project-footer .project-footer-column a {
  color: #3eedef;
  text-decoration: none;
  font-weight: 700;
}
.single-project_type .project-footer .project-footer-column a:hover {
  text-decoration: underline;
}
.single-project_type .project-footer .project-footer-column .image-author {
  widht: 200px;
  height: 200px;
  float: left;
  margin-right: 12px;
}
.single-project_type .project-footer .project-footer-column span {
  display: block;
  margin-bottom: 12px;
}
.page-template-page-cases {
  background-color: #f9f9f9;
}
.page-template-page-cases #main-header {
  background-color: rgba(2,6,58,0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-cases #main-header .menu-btn .burger {
  background-color: #fff;
}
.page-template-page-cases #main-header .menu-btn .burger:before {
  content: "";
  background-color: #fff;
}
.page-template-page-cases #main-header .menu-btn .burger:after {
  content: "";
  background-color: #fff;
}
.page-template-page-cases .menu-btn__open .burger {
  background: 0 0;
}
.page-template-page-cases .main-header-page {
  background-image: url("../images/bg-cases-header.jpg");
  background-position: top center;
  background-size: auto 100%;
  height: 800px;
  padding-top: 240px;
  color: #02063a;
}
.page-template-page-cases .main-header-page h1,
.page-template-page-cases .main-header-page h3 {
  max-width: 760px;
}
@media only screen and (max-width: 600px) {
  .page-template-page-cases .main-header-page {
    height: 460px;
  }
}
.cases_testimonials {
  float: left;
  width: 100%;
  display: block;
  background-color: #02063a;
  color: #fff;
  padding: 120px 0;
}
@media only screen and (max-width: 600px) {
  .cases_testimonials {
    padding: 70px 0;
  }
}
.cases_testimonials h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.cases_testimonials .testimonials {
  float: left;
  width: 100%;
  display: block;
}
.cases_testimonials .testimonials .testimonial {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  height: 550px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.999999999999996%;
  margin-left: 0%;
  margin-right: 5%;
}
.cases_testimonials .testimonials .testimonial:after {
  content: "";
  display: block;
  clear: both;
}
.cases_testimonials .testimonials .testimonial:nth-child(n) {
  margin-right: 5%;
  float: left;
  clear: none;
}
.cases_testimonials .testimonials .testimonial:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.cases_testimonials .testimonials .testimonial:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .cases_testimonials .testimonials .testimonial {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
    height: auto;
    margin-bottom: 30px;
    margin-bottom: 70px;
  }
  .cases_testimonials .testimonials .testimonial:after {
    content: "";
    display: block;
    clear: both;
  }
  .cases_testimonials .testimonials .testimonial:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .cases_testimonials .testimonials .testimonial:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .cases_testimonials .testimonials .testimonial:nth-child(1n + 1) {
    clear: both;
  }
}
.cases_testimonials .testimonials .testimonial .testimonial-image {
  border-radius: 100%;
  margin-bottom: 50px;
  max-width: 70%;
  margin-right: 15%;
  margin-left: 15%;
}
@media only screen and (max-width: 770px) {
  .cases_testimonials .testimonials .testimonial .testimonial-image {
    width: 170px;
    margin-bottom: 30px;
  }
}
.cases_testimonials .testimonials .testimonial .testimonial-txt {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-top: 0;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 770px) {
  .cases_testimonials .testimonials .testimonial .testimonial-txt {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cases_testimonials .testimonials .testimonial .testimonial-txt {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .cases_testimonials .testimonials .testimonial .testimonial-txt {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 770px) {
  .cases_testimonials .testimonials .testimonial .testimonial-txt {
    margin-bottom: 20px;
  }
}
.cases_testimonials .testimonials .testimonial h6 {
  font-weight: 700;
  font-size: 18px;
  color: #3eedef;
  margin-bottom: 0;
}
.cases_testimonials .testimonials .testimonial .testimonial-footer {
  height: 100px;
  float: left;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .cases_testimonials .testimonials .testimonial .testimonial-footer {
    position: relative;
    height: auto;
  }
}
.clients-images {
  padding: 120px 0;
}
.section-cases {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 60px;
}
@media only screen and (max-width: 770px) {
  .section-cases {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .section-cases {
    padding-bottom: 70px;
  }
}
.section-cases h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .section-cases h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.section-cases .cases {
  float: left;
  width: 100%;
  display: block;
}
.section-cases .case {
  color: #fff;
  text-decoration: none;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  height: 210px;
  padding: 24px;
  font-size: 18px;
  background-size: auto 100%;
  background-position: center center;
  margin-bottom: 20px;
}
.section-cases .case:after {
  content: "";
  display: block;
  clear: both;
}
.section-cases .case:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.section-cases .case:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.section-cases .case:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .section-cases .case {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .section-cases .case:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-cases .case:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .section-cases .case:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .section-cases .case:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .section-cases .case {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .section-cases .case:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-cases .case:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .section-cases .case:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .section-cases .case:nth-child(1n + 1) {
    clear: both;
  }
}
.section-cases .case-client {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-cases-filter {
  margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .section-cases-filter {
    display: none;
  }
}
.section-cases-filter .cases-filter {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.section-cases-filter .cases-filter .fa {
  margin-left: 12px;
}
.section-cases-filter .cases-filter:hover .cases-filter-dropdown {
  display: block;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  top: 52px;
}
.section-cases-filter .cases-filter .cases-filter-dropdown {
  width: 180px;
  display: none;
  opacity: 0;
  position: absolute;
  top: -200px;
  background-color: #fff;
  border: 2px solid #02063a;
  padding: 12px 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.section-cases-filter .cases-filter .cases-filter-dropdown a {
  float: left;
  width: 100%;
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #02063a;
  padding-left: 12px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.section-cases-filter .cases-filter .cases-filter-dropdown a:hover {
  background-color: #02063a;
  color: #fff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.section-cases-filter .cases-filter-services .cases-filter-dropdown {
  width: 260px;
}
.post-tile {
  background-size: cover;
  text-decoration: none;
  background-position: center center;
  margin-bottom: 20px;
  position: relative;
}
.post-tile * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-tile *:hover {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.post-tile:hover .post-tile-content {
  height: 100%;
}
.post-tile .post-tile-content {
  float: left;
  width: 100%;
  display: block;
  height: 180px;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.post-tile .post-tile-content h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.post-tile .post-tile-content h3 {
  margin-bottom: 6px;
  font-size: 30px;
}
.post-tile .post-tile-content .post-tile-excerpt {
  margin: 0;
}
header .post-tile {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  height: 555px;
  background-color: #fff;
  color: #02063a;
}
header .post-tile:after {
  content: "";
  display: block;
  clear: both;
}
header .post-tile:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
header .post-tile:nth-child(1n) {
  margin-right: 0%;
  float: right;
}
header .post-tile:nth-child(1n + 1) {
  clear: both;
}
@media only screen and (max-width: 420px) {
  header .post-tile {
    height: 290px;
  }
}
@media only screen and (max-width: 600px) {
  header .post-tile {
    height: 320px;
  }
}
header .post-tile .post-tile-content {
  background-color: #fff;
  color: #02063a;
  padding: 24px;
  width: 95%;
  bottom: 5%;
  margin-left: 2.5%;
}
@media only screen and (max-width: 770px) {
  header .post-tile .post-tile-content {
    height: auto;
  }
  header .post-tile .post-tile-content .post-tile-excerpt {
    opacity: 0;
  }
  header .post-tile .post-tile-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  header .post-tile .post-tile-content {
    height: 150px;
  }
  header .post-tile .post-tile-content .post-tile-excerpt {
    opacity: 0;
  }
  header .post-tile .post-tile-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  header .post-tile .post-tile-content {
    height: 120px;
  }
  header .post-tile .post-tile-content .post-tile-excerpt {
    opacity: 0;
  }
  header .post-tile .post-tile-content h3 {
    font-size: 18px;
  }
}
header .post-tile h5 {
  color: #3d58bd;
}
header .post-tile:hover .post-tile-content {
  height: 65%;
}
header .post-tile:hover .post-tile-content h5 {
  margin-bottom: 48px;
}
header .post-tile:hover .post-tile-content h3 {
  margin-bottom: 48px;
}
.article-content .post-tile {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  height: 290px;
}
.article-content .post-tile:after {
  content: "";
  display: block;
  clear: both;
}
.article-content .post-tile:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.article-content .post-tile:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.article-content .post-tile:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .article-content .post-tile {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .article-content .post-tile:after {
    content: "";
    display: block;
    clear: both;
  }
  .article-content .post-tile:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .article-content .post-tile:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .article-content .post-tile:nth-child(1n + 1) {
    clear: both;
  }
}
.article-content .post-tile:hover .post-tile-content {
  height: 90%;
}
.article-content .post-tile:hover .post-tile-content .post-tile-excerpt {
  opacity: 1;
}
.article-content .post-tile .post-tile-content {
  width: 95%;
  bottom: 5%;
  margin-left: 2.5%;
  padding: 24px;
  height: 120px;
  background: #fff;
  color: #02063a;
}
.article-content .post-tile .post-tile-content h3 {
  font-size: 20px;
}
.article-content .post-tile .post-tile-content .post-tile-excerpt {
  opacity: 0;
}
@media only screen and (max-width: 770px) {
  .article-content .post-tile .post-tile-content {
    height: 155px;
  }
}
@media only screen and (max-width: 420px) {
  .article-content .post-tile .post-tile-content h3 {
    font-size: 18px;
  }
}
header,
.post-tile.post-tile-press-release,
.article-big a {
  padding: 0;
}
header h5,
.post-tile.post-tile-press-release h5,
.article-big a h5 {
  color: #fff;
}
header .post-tile-content,
.post-tile.post-tile-press-release .post-tile-content,
.article-big a .post-tile-content {
  width: 100%;
  bottom: 0%;
  background: #3d58bd;
  color: #fff;
  margin: 0;
}
header:hover .post-tile-content,
.post-tile.post-tile-press-release:hover .post-tile-content,
.article-big a:hover .post-tile-content {
  height: 50%;
}
header:hover .post-tile-content h5,
.post-tile.post-tile-press-release:hover .post-tile-content h5,
.article-big a:hover .post-tile-content h5 {
  margin-bottom: 12px;
}
header:hover .post-tile-content h3,
.post-tile.post-tile-press-release:hover .post-tile-content h3,
.article-big a:hover .post-tile-content h3 {
  margin-bottom: 12px;
}
.article-content .post-tile.post-tile-press-release {
  background-image: none !important;
}
.article-content .post-tile.post-tile-press-release h5 {
  color: #3d58bd;
}
.article-content .post-tile.post-tile-press-release .post-tile-content {
  margin: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: rgba(112,233,216,0.3);
  color: #02063a;
}
.article-content .post-tile.post-tile-press-release .post-tile-content .post-tile-excerpt {
  opacity: 1;
}
.article-content .post-tile.post-tile-press-release:hover .post-tile-content {
  background: #70e9d8;
}
header .post-tile.post-tile-pro-bono {
  padding: 0;
}
header .post-tile.post-tile-pro-bono h5 {
  color: #fff;
}
header .post-tile.post-tile-pro-bono .post-tile-content {
  background: rgba(42,164,103,0.8);
  color: #fff;
}
.article-content .post-tile.post-tile-pro-bono {
  background-image: none !important;
}
.article-content .post-tile.post-tile-pro-bono h5 {
  color: #fff;
}
.article-content .post-tile.post-tile-pro-bono .post-tile-content {
  margin: 0;
  height: 100%;
  width: 100%;
  bottom: 0%;
  background: #34cd81;
  color: #fff;
}
.article-content .post-tile.post-tile-pro-bono .post-tile-content .post-tile-excerpt {
  opacity: 1;
}
@media only screen and (max-width: 770px) {
  .article-content .post-tile.post-tile-pro-bono .post-tile-content .post-tile-excerpt {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .article-content .post-tile.post-tile-pro-bono .post-tile-content .post-tile-excerpt {
    display: none;
  }
}
.article-content .post-tile.post-tile-pro-bono:hover .post-tile-content {
  background: rgba(42,164,103,0.8);
}
header .post-tile.post-tile-event {
  padding: 0;
}
header .post-tile.post-tile-event h5 {
  color: #fff;
}
header .post-tile.post-tile-event .post-tile-content {
  width: 100%;
  background: #3d58bd;
  color: #fff;
  bottom: 0;
  margin: 0;
}
header .post-tile.post-tile-event .post-tile-content:hover {
  height: 70%;
}
header .post-tile.post-tile-event .post-tile-content:hover h5 {
  margin-bottom: 24px;
}
header .post-tile.post-tile-event .post-tile-content:hover h3 {
  margin-bottom: 24px;
}
.article-content .post-tile.post-tile-event h5 {
  color: #fff;
}
.article-content .post-tile.post-tile-event .post-tile-content {
  margin: 0;
  bottom: 0;
  width: 100%;
  background-color: #3d58bd;
  color: #fff;
}
.article-content .post-tile.post-tile-event .post-tile-content:hover {
  height: 100%;
}
.page-template-page-press {
  background-image: none;
  background-color: #fff;
  color: #02063a;
}
.page-template-page-press #main-header {
  background-color: rgba(2,6,58,0.8);
}
.page-template-page-press .main-section-page {
  padding-top: 180px;
}
.page-template-page-press .section-article {
  position: relative;
  overflow: hidden;
}
.page-template-page-press .section-article h3,
.page-template-page-press .section-article h4 {
  margin-bottom: 0;
}
.page-template-page-press .section-article .phone-link,
.page-template-page-press .section-article .mail-link,
.page-template-page-press .section-article .linkedin-link {
  text-decoration: none;
  color: #70e9d8;
}
.page-template-page-press .section-article .press_material {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #dbdbdb;
  width: 230px;
}
.page-template-page-press .section-article .press_material header {
  background-color: #dbdbdb;
  color: #fff;
  line-height: 1.5em;
  padding: 0 20px;
}
.page-template-page-press .section-article .press_material ul {
  margin: 0;
  padding: 20px;
}
.page-template-page-press .section-article .press_material ul li {
  list-style: none;
}
.page-template-page-press .section-article .press_material ul li a {
  text-decoration: none;
  color: #02063a;
}
.press_links {
  float: left;
  width: 100%;
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 6px solid #02063a;
}
.press_links ul {
  margin: 0;
  padding: 0;
}
.press_links ul li {
  float: left;
  width: 100%;
  display: block;
  margin-top: 60px;
  border-bottom: 1px solid #dadada;
}
.press_links ul .link_content {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.press_links ul .link_content > div {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.press_links ul .link_content > div:after {
  content: "";
  display: block;
  clear: both;
}
.press_links ul .link_content > div:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.press_links ul .link_content > div:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.press_links ul .link_content > div:nth-child(2n + 1) {
  clear: both;
}
.press_links ul .link_content > img {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  height: 150px;
}
.press_links ul .link_content > img:after {
  content: "";
  display: block;
  clear: both;
}
.press_links ul .link_content > img:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.press_links ul .link_content > img:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.press_links ul .link_content > img:nth-child(2n + 1) {
  clear: both;
}
.press_links ul .link_content header {
  font-size: 16px;
}
.press_links ul .link_content header .link_date:after,
.press_links ul .link_content header .link_source:after {
  content: " |";
  color: #02063a;
}
.press_links ul .link_content header .link_source {
  color: #3d58bd;
  font-weight: 700;
}
.press_links ul .link_content .link_link {
  display: block;
  text-decoration: none;
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  color: #02063a;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .wp-block-column {
    margin-bottom: 0;
  }
}
/*
    PRINT STYLESHEET
    Feel free to customize this. Remember to add things that won't make
    sense to print at the bottom. Things like nav, ads, and forms should
    be set to display none.
*/
@media print {
  * {
    background: transparent !important;
    color: #02063a !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */