/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

body,
html {
    font-family: 'Circular Std';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #212121;
    line-height: 28px;
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong {
    font-weight: 600;
}
i,
em {
    font-style: italic;
}
.wrapper {
    max-width: 1280px;
    min-width: 1280px;
    width: 1280px;
    padding: 0px 50px;
    margin: 0 auto;
}
.container {
    padding: 0px 50px;
}
button,
input {
    outline: none !important;
}
.clear {
    clear: both;
}
.bg-white {
    background: #fff !important;
}
.bg-pink,
.bg-pink .btn:before {
    background: #FDF5EA !important;
}
.bg-grey,
.bg-grey .btn:before {
    background: #E1EAEA !important;
}
.bg-black,
.bg-black .btn:before {
    background: #212121 !important;
}
.bg-blue,
.bg-blue .btn:before {
    background: #D9DDEC !important;
}
.bg-blue-light,
.bg-blue-light .btn:before {
    background: #F6F9FB !important;
}
.bg-green,
.bg-green .btn:before {
    background: #F8FaF7 !important;
}
.bg-green-dark,
.bg-green-dark .btn:before {
    background: #E7F1E3 !important;
}
.bg-yellow,
.bg-yellow .btn:before {
    background: #FFFBE2 !important;
}

.nomargintop {
    padding-top: 0px !important;
}
.nomarginbottom {
    padding-bottom: 0px !important;
}

/** TRANSITIONS **/
.gfield label {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.block {
    padding: 30px 0px;
}

.btn {
    background: #212121;
    color: white;
    text-align: center;
    line-height: 30px;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 0px;
    cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A1C0A1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.title {
    font-size: 35px;
    color: #212121;
    line-height: 58px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
}
.date,
.author {
    font-size: 13px;
    color: #A6C4A6;
    letter-spacing: 0.35px;
    line-height: 16px;
    font-weight: bold;
}
.author {
    color: #212121;
}
.author img,
.date img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    height: 47px;
    margin-left: 40px;
        background: #f0f0f0;
}
.latest-item-left,
.job-left .title {
    font-size: 32px;
    color: #212121;
    line-height: 40px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
}
a {
    text-decoration: none;
}
p,
.job-left p {
    font-size: 16px;
    color: #212121;
    line-height: 28px;
}
.intro p {
    font-size: 19px;
    line-height: 31px;
    font-weight: bold;
}
span.category {
    font-family: 'Circular Std';
    background: #000;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    padding: 0px 10px 0px 13px;
    vertical-align: middle;
    top: -2px;
    position: relative;
    margin-right: 7px;
}
.scrollto {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 80px 0px;
    cursor: pointer;
}
.scrollto i {
    position: relative;
    top: 0;
    -webkit-transition: top 200ms ease;
    -moz-transition: top 200ms ease;
    -ms-transition: top 200ms ease;
    -o-transition: top 200ms ease;
    transition: top 200ms ease;
}
.scrollto:hover i {
    top: 11px;
}
.breadcrumbs {
    font-size: 14px;
    color: #212121;
    line-height: 14px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.breadcrumbs i {
    margin: 0px 15px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.3;
}
.breadcrumbs a {
    color: inherit !important;
    opacity: 0.3;
}
.inline-link {
    font-size: 18px;
    color: #212121;
    line-height: 32px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
}
.inline-link span {
    position:relative;
}
.inline-link span:after {
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
    background: #212121;
    width: 0px;
    left: 0px;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -ms-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
.block.block-content {
    z-index: 1;
    position:relative;
}
.inline-link.active span:after {
    width: 100%;
}
.links.links-sticky.fixed .links-in {
    position: fixed;
    top: 115px;
}
.inline-link i {
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 0px;
    vertical-align: middle;
    -webkit-transition: left 200ms ease;
    -moz-transition: left 200ms ease;
    -ms-transition: left 200ms ease;
    -o-transition: left 200ms ease;
    transition: left 200ms ease;
}
.quote p{
    font-family: 'Tiempos Headline';
    font-weight: bold;
    font-size: 30px;
    color: #212121;
    line-height: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.video {
    cursor: pointer;
}
.video img {
    max-width: 100%;
}
.video-play-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    color: #212121;
    font-size: 30px;
    line-height: 100px;
    margin-bottom: 10px;
}
.video-play-icon i {
    top: 5px;
    position: relative;
    left: 4px;
}
.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}
.video .video-source {
    display: none;
}
.video.playing .video-placeholder {
    display: none;
}
.video.playing .video-source {
    display: block;
    min-height: 500px;
    background: transparent;
}
.video-source {
    display: block;
    background: #eee;
    min-height: 150px;
    line-height: 150px;
    text-align: center;
    color: #999;
}
.pager {
    width: 100%;
    font-family: 'Tiempos Headline';
    font-size: 15px;
    text-align: center;
    color: #212121;
}
.pager span {
    font-weight: 700;
    font-size: 25px;
}
.arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.arrow.hidden {
    opacity: 0 !important;
}
.arrow:hover {
    background-color: #212121;
}
.arrow:hover i {
    color: #FFF;
}
.arrow i {
    font-size: 21px;
    position: relative;
    top: 19px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.arrow-left {
    left: -30px;
}
.arrow-right {
    right: -30px;
}
.jqcloud {
    line-height: normal;
    overflow: visible;
    position: relative;
    font-size: 10px;
}
.jqcloud-word {
    margin: 0;
    padding: 0;
    font-family: 'Tiempos Headline';
}
.jqcloud-word.w1 {
    color: rgba(33, 33, 33, 0.1);
    font-size: 200%;
}
.jqcloud-word.w2 {
    color: rgba(33, 33, 33, 0.2);
    font-size: 200%;
}
.jqcloud-word.w3 {
    color: rgba(33, 33, 33, 0.3);
    font-size: 200%;
}
.jqcloud-word.w4 {
    color: rgba(33, 33, 33, 0.4);
    font-size: 250%;
}
.jqcloud-word.w5 {
    color: rgba(33, 33, 33, 0.5);
    font-size: 300%;
}
.jqcloud-word.w6 {
    color: rgba(33, 33, 33, 0.6);
    font-size: 350%;
}
.jqcloud-word.w7 {
    color: rgba(33, 33, 33, 0.7);
    font-size: 400%;
}
.jqcloud-word.w8 {
    color: rgba(33, 33, 33, 0.8);
    font-size: 450%;
}
.jqcloud-word.w9 {
    color: rgba(33, 33, 33, 0.9);
    font-size: 500%;
}
.jqcloud-word.w10 {
    color: rgba(33, 33, 33, 1);
    font-size: 550%;
}
.jqcloud-word a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    position:relative;

    -webkit-transition: color 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: color 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: color 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: color 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: color 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.jqcloud-word a:after {
    position: absolute;
    height: 2px;
    background: #212121;
    width: 0px;
    left: 0px;
    bottom: 0px;
    content: "";
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.jqcloud-word a:hover {
    color: #212121 !important;
}
.jqcloud-word a:hover:after {
    width: 100%;
}
.btn-inline {
    font-family: 'Circular Std';
    font-size: 12px;
    color: #A1C0A1;
    letter-spacing: 1.3px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
    overflow:hidden;
}
.btn-inline:after,
.btn-inline:before {
    height: 2px;
    width: 100%;
    background: #212121;
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0px;
    -webkit-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.btn-inline:before{
    left: -130%;
}
.btn-inline:hover:before {
    left: 0px;
}
.btn-inline:hover:after {
    left: 130%;
}

header {
    position: fixed;
    background: white;
    z-index: 5;
    left: 0px;
    right: 0px;
    width: 100%;
}
.main-container {
	position:fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: scroll;
}
.blocks {
    padding-top: 115px;
}
.header-in {
    display: table;
    width: 100%;
    line-height: 115px;
}
.header-left {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.header-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.header-right a,
.header-right .language span {
    font-family: 'Tiempos Text';
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.2px;
    line-height: 23px;
    text-decoration: none;
    margin: 0px 13px;
    display: inline-block;
    height: 113px;
    line-height: 113px;
    vertical-align: middle;
    padding: 0px;
}
.header-right ul li:last-child a {
    margin-right: 0px;
}
.header-right a.active {
    font-weight: bold;
}
.header-left a img {
    max-height: 48px;
    vertical-align: middle;
}
.mobile-toggle {
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
.mobile-toggle-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.mobile-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.header-right li {
    display: inline-block;
}
.header-right ul li .submenu {
    position: absolute;
    background: #000;
    width: 100%;
    max-height: 500px;
    left: 0px;
    top: 115px;
    overflow-y: auto;
    left: 0px;
    right: 0px;
    z-index: 0;
    display: none;
}

.has-topbar .header-right ul li .submenu {
    top: 169px;
}


@media (max-width: 768px) {
    .has-topbar .header-right {
        top: 114px;
    }
}

.header-right ul li .submenu ul {
    padding: 25px 0px;
    position: relative;
    left: 0px;
    text-align: left;
    line-height: 35px;
    top: 0px;
    display: block !important;
    width: 350px;
}
.header-right ul li ul li {
    text-align: left;
    white-space: nowrap;
    display: block;
    height: 35px;
}
.header-right ul li a {
    position:relative;
    color: black;
}
.header-right ul li a span {
    position:relative;
    overflow:hidden !important;
    display:inline-block;
    line-height: 20px;
}
.header-right ul li a span:after,
.header-right ul li ul li a span:after {
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    content: "";
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    left: -100%;
}
.header-right ul li a span:after {
    background: #212121;
}
.header-right ul li ul li a.active span:after,
.header-right ul li ul li a:hover span:after,
.header-right ul li a:hover span:after {
    left: 0px;
}
.header-right ul li.has-sub-menu:hover a:before {
        content: "\69";
        font-family: "hocker";
        position: absolute;
        bottom: -6px;
        height: 10px;
        font-size: 28px;
        color: #fff;
        z-index: 10;
        left: 50%;
        width: 50px;
        text-align: center;
        margin-left: -25px;
        line-height: 12px;
}
.header-right ul li ul li:hover a:before {
    display: none !important;
}
.header-right ul li ul li a {
    color: #fff;
    position: relative;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}
.header-right ul li .submenu .submenu-bg {
}
.mobile-toggle-inner,
.mobile-toggle-inner::before,
.mobile-toggle-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.mobile-toggle-inner::before,
.mobile-toggle-inner::after {
    content: "";
    display: block;
}
.mobile-toggle-inner::before {
    top: -10px;
}
.mobile-toggle-inner::after {
    bottom: -10px;
}
.mobile-toggle .mobile-toggle-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.mobile-toggle .mobile-toggle-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-toggle .mobile-toggle-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.menuopen .mobile-toggle .mobile-toggle-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}
body.menuopen .mobile-toggle .mobile-toggle-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
body.menuopen .mobile-toggle .mobile-toggle-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.block-latest .title {
    text-align: center;
    padding-bottom: 0px;
}
.block-latest .date {
    margin-bottom: 15px;
}
.latest-item-left {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.latest-item {
    display: table;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}
.latest-item-right {
    width: 270px;
    display: table-cell;
    vertical-align: middle;
}
.latest-item-right .btn {
    width: 100%;
}
.latest-item-left-in {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cta-content {
    padding: 76px 200px 88px;
    font-family: 'Tiempos Headline';
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
}
.block {
    position:relative;
    z-index: 1;
}
.block.block-cta {
    position:relative;
    z-index: 0;
}
.block-cta-team .cta-content {
    text-align:center;
}
.block-cta .title {
    font-size: 30px;
    padding-bottom: 24px;
}
.block-cta p{
    font-size: 16px;
    font-family: 'Circular Std';
    padding-bottom: 5px;
}
.block-cta-team .btn {
    background: #212121;
    color: #fff;
}
.block-cta-team .btn:before {
    background:#fff !important;
}
.block-cta-team .btn:hover {
    color: #212121 !Important;
}
.cta-container {
    position: relative;
    padding-bottom: 27px;
}
.cta-container:last-child {
    padding-bottom: 0px;
}
.cta-btn-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 50px;
}
.cta-btn {
    font-family: 'Circular Std';
    font-weight: 700;
    background-color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #212121;
    letter-spacing: 1.33px;
    line-height: 32px;
}
.content-in {
    display: table;
    width: 100%;
}
.content-in ul, .content-in ol {
    list-style: disc;
    padding-left: 20px;
}
.content-left {
    display: table-cell;
    vertical-align: top;
    padding: 90px 100px 50px;
}
.content-right {
    display: table-cell;
    vertical-align: top;
    width: 325px;
    padding-left: 40px;
}
.content-right .links a:hover i {
    left: 7px;
}
.content-right.vertical-align-bottom {
    vertical-align: bottom;
}
.content-left .title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 25px;
}
.content-left .subtitle {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
}
.content-left .author {
    margin-bottom: 20px;
}
.content-left p,
.content-left ul,
.content-left .form {
    margin-bottom: 25px;
}
.content-left .team-link {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
}
.content-right .team-members .title {
    font-size: 14px;
    color: #212121;
    line-height: 32px;
    font-family: 'Circular Std';
    font-weight: normal;
    margin-bottom: 30px;
}
.block-large-link .team-info.bottom {
  display: none;
}
.content-right .team-members img,
.content-right .team-info img,
.block-large-link .team-info img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 100px;
    background: #f0f0f0;
}
.content-right .team-info img,
.block-large-link .team-info img,
.content-right .company-info-image {
    margin-bottom: 30px;
}
.content-right .team-members a {
    display: inline-block;
    margin: 0px 15px 12px 0px;
    width: 100px;
}
.content-right .share,
.content-right .team-info,
.block-large-link .team-info,
.content-right .company-info,
.content-right .cta,
.content-right .contact-data {
    margin-top: 25px;
}
.content-right .links-in {
    padding-top: 25px;
}
.content-right .share .title,
.content-right .team-info .title,
.block-large-link .team-info .title,
.content-right .company-info .title,
.content-right .cta .title {
    font-size: 17px;
    line-height: 27px;
}
.content-right .share .title {
    padding-bottom: 29px;
}
.content-right .team-info .title,
.block-large-link .team-info .title,
.content-right .company-info .title,
.content-right .cta .title {
    margin-bottom: 12px;
}
.content-right .share .inline-link,
.content-right .cta .inline-link {
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
}
.featured-half-left .btn-inline:hover i,
.content-right .share .inline-link:hover i {
    left: 7px;
}
.content-right .team-info p,
.block-large-link .team-info p,
.content-right .company-info p,
.content-right .cta p {
    font-size: 15px;
    line-height: 24px;
}
.content-right .share .inline-link i,
.content-right .cta .inline-link i {
    font-size: 12px;
    top: 2px;
}
.content-right .share .inline-link i,
.featured-half-left .btn-inline i {
    -webkit-transition: left 200ms ease;
    -moz-transition: left 200ms ease;
    -ms-transition: left 200ms ease;
    -o-transition: left 200ms ease;
    transition: left 200ms ease;
}
.content-right .cta .inline-link {
    margin-top: 20px;
}
.content-right .company-info-image {
    width: 155px;
    height: 95px;
    border: 1px solid #ddd;
    position: relative;
}
.content-right .company-info-image img {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}
.content-left .form-in {
    max-width: 440px;
}
.form-in ul {
    list-style: none;
    padding-left: 0;
}
.gfield,.gform_footer {
    height: auto;
    background: rgba(246, 249, 251, 0.5);
    margin-bottom: 10px;
    position: relative;
}
.gform_footer{
    background: none !important;
}
.gfield.gfield_error {
    background: #FFE4E4;
}
.validation_message,.validation_error{
    display: none;
}

.gfield input,
.gfield textarea {
    left: 0px;
    padding: 24px 30px 6px;
    line-height: 30px;
    border: 0px;
    width: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.gfield label,
.gfield input,
.gfield textarea {
    font-size: 17px;
    color: #212121;
    line-height: 35px;
}
.gfield label {
    position: absolute;
    line-height: 30px;
    top: 17px;
    left: 30px;
}
.gfield.focus label {
    top: 5px;
    font-size: 12px;
}
.gfield textarea {
    max-width: 100%;
    height: 110px;
}
.gform_footer {
    margin-top: 20px;
    text-align: right;
}
.contact-data-item {
    display: table;
    width: 100%;
    font-size: 18px;
    color: #212121;
    line-height: 28px;
}
.contact-data-item-left {
    display: table-cell;
    vertical-align: top;
    width: 50px;
    font-weight: bold;
}
.contact-data-item-right {
    display: table-cell;
}
.contact-data-item-right a {
    color: inherit !important;
}

.contact-data .title {
    font-family: 'Circular Std';
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    margin-bottom: 12px;
}
.block-content-split .title {
    font-size: 30px;
    padding: 0px 50px;
}
.content-split-in {
    display: table;
    width: 100%;
    margin: 10px 0px;
}
.content-split-in-column {
    display: table-cell;
    vertical-align: top;
    padding: 0px 50px;
}
.content-split-bottom {
    padding: 60px 50px 0px;
    text-align: center;
}
.content-split-bottom .btn {
    display: inline-block;
}
.extended-navigation-top {
    padding: 88px 0 0 100px;
    padding-bottom: 88px;
}
.extended-navigation-in {
    padding-right: 75px;
}
.block-extended-navigation .title {
    font-size: 40px;
    line-height: 58px;
    padding-bottom: 43px;
}
.navigation-items {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.navigation-items-left,
.navigation-items-center,
.navigation-items-right {
    display: table-cell;
}
.navigation-item {
    padding-bottom: 33px;
}
.navigation-item:hover a.nav-title i {
    left: 7px;
}
.navigation-item a {
    display: block;
    font-family: 'Circular Std';
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    line-height: 32px;
    text-decoration: none;
}
.navigation-item a.nav-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
}
.navigation-item a.nav-title i {
    position: absolute;
    display: inline-block;
    left: 0px;
    font-size: 13px;
    -webkit-transition: left 200ms ease;
    -moz-transition: left 200ms ease;
    -ms-transition: left 200ms ease;
    -o-transition: left 200ms ease;
    transition: left 200ms ease;
}
.navigation-item a.sub {
    font-size: 12px;
    font-weight: 300;
    color: #212121;
    line-height: 22px;
    padding-left: 60px;
}
.navigation-items img {
    max-width: 779px;
    margin-bottom: -120px;
    margin-top: 0px;
    position: absolute;
    margin-left: -350px;
}
.job:last-child {
    margin-bottom: 0px !important;
}
.block-jobs {
    padding-bottom: 0px !important;
}
.job-in {
    display: table;
    width: 100%;
}
.job-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
}
.job-right {
    display: table-cell;
    vertical-align: bottom;
    width: 270px;
}
.job-right .btn:hover {
    color: #212121;
}
.job {
    padding: 35px 100px;
    margin-bottom: 20px;
}
.jobs-in {
    padding: 50px 0px 30px;
}
.job-right .btn {
    display: block;
}
.job-left .subtitle {
    font-size: 16px;
    color: #212121;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.job-left .author {
    margin-bottom: 12px;
}
.job-left .title {
    margin-bottom: 10px;
}
.large-link-in {
    display: table;
    width: 100%;
    background: #212121;
    color: #FFFFFF;
    table-layout: fixed;
}
.large-link-item {
    display: table-cell;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    padding: 70px 100px 70px 150px;
    font-size: 16px;
    line-height: 27px;
    position:relative;
}
.large-link-item-right:hover i {
    right: 111px;
}
.large-link-item-left:hover i {
    left: 111px;
}
.large-link-item-right {
    padding-left: 100px;
    padding-right: 150px;
}
.large-link-in .title {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 3px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.large-link-item .title i {
    font-size: 18px;
}
.large-link-item-left .title i {
    position: absolute;
    left: -37px;
    top: 4px;
}
.large-link-item-right .title i {
    display: inline-block;
    margin-left: 15px;
}
.logos-top {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 150px 0px 40px;
}
.logos-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 90px;
    padding-left: 90px;
}
.logos-right {
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
}
.logos-bottom .scroller-in {
    padding: 40px 0px 80px;
}
.logos-left .title {
    font-size: 48px;
    color: #212121;
    line-height: 58px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
    margin-bottom: 30px;
}
.logos-left p {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
}
.logos-right .logo {
    width: 33.33%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
}
.logos-right .logo img {
    max-width: 80%;
    mix-blend-mode: multiply;
    max-height: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    top: 7px;
    position: relative;
}
.logo-in {
    border: 1px solid #ddd;
    padding: 10px;
    height: 95px;
    position: relative;
    text-align:center;
    -webkit-transition: border 250ms ease-in-out;
    -moz-transition: border 250ms ease-in-out;
    -o-transition: border 250ms ease-in-out;
    transition: border 250ms ease-in-out;
}
.logo-in:hover {
    border-color: #212121;
}
.block-logos-carousel .title {
    font-size: 20px;
    color: #212121;
    line-height: 28px;
    font-family: 'Circular Std';
    font-weight: normal;
}
.logos-carousel-in {
    display: table;
    width: 100%;
}
.logos-carousel-left {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    position: relative;
}
.logos-carousel-left:after {
    content: "";
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    right: -100px;
    top: 0px;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
    z-index: 2;
}
.logos-carousel-right {
    display: table-cell;
    vertical-align: middle;
    overflow: auto;
    position:relative;
}
.block-logos-carousel .arrow {

    opacity: 0;
}
.block-logos-carousel:hover .arrow {

    opacity: 1;
}
.logos-carousel-right .arrow-left {
    left: 15px;
}
.logos-carousel-right .arrow-right {
    right: 15px;
}
.logos-carousel-right-in a {
    font-size: 16px;
    color: #212121;
    line-height: 28px;
    display: inline-block;
    padding: 30px;
}
.logos-carousel-right-in {

    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.logos-carousel-right-in a {
    position: relative;
    text-align: center;
}
.logos-carousel-right-in a span {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.logos-carousel-right-in a:hover span {
    opacity: 1;
}
.logo-carousel-item-top {
    width: 150px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.logo-carousel-item-top img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: filter 200ms ease;
    -moz-transition: filter 200ms ease;
    -ms-transition: filter 200ms ease;
    -o-transition: filter 200ms ease;
    transition: filter 200ms ease;

    -webkit-filter: none;
    filter: none;
}
.logo-carousel-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.block-media {
    padding: 50px 0px;
}
.block-media img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.media-grid-in {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.media-grid-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}
.media-grid-left img {
    max-width: 100%;
    display: block;
}
.media-grid-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    position: relative;
}
.media-grid-right-row {
    position: absolute;
    height: 50%;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid white;
}
.media-grid-right-row-bottom {
    border-bottom: 0px;
    border-top: 5px solid white;
    top: 50%;
}
.news-item {
    float: left;
}
.news-archive-top {
    margin-bottom: 20px;
}
.news-archive-top .news-item {
    width: 50%;
    padding: 95px 74px 95px 95px;
    box-sizing: border-box;
}
.news-archive-bottom .news-item {
    width: 33.333%;
    padding: 28px 34px 31px 36px;
    box-sizing: border-box;
}
.news-item .btn-inline {
    margin-top: 24px;
    display: inline-block;
    font-family: 'Circular Std';
    font-weight: 700;
    font-size: 12px;
    color: #212121;
    letter-spacing: 1.3px;
    line-height: 25px;
    text-transform: uppercase;
}
.news-archive-top .news-item .title {
    font-size: 32px;
    line-height: 1.3;
    color: #212121;
    padding-bottom: 30px;
}
.news-archive-bottom .news-item .title {
    font-size: 25px;
    color: #212121;
    line-height: 32px;
    padding-bottom: 16px;
}
.news-archive-bottom .news-item p {
    font-size: 15px;
    line-height: 26px;
}
.news-archive-top .news-item .author {
    padding-bottom: 14px;
}
.news-archive-bottom .news-item .author {
    padding-bottom: 27px;
}
.news-archive-bottom .news-item .author img {
    margin-left: 31px;
}
.posts-carousel-top {
    text-align: center;
    padding-bottom: 50px;
}
.posts-carousel-in {
    display: table;
    width: 100%;
}
.post-carousel-left {
    display: table-cell;
    vertical-align: middle;
    background: white;
    padding: 70px 70px 70px 100px;
}
.post-carousel-right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 75px;
    width: 375px;
}
.block-posts-carousel {
    background: rgba(225, 234, 225, 0.3);
}
.posts-carousel-item .title {
    font-family: 'Circular Std';
    font-size: 27px;
    color: #212121;
    line-height: 35px;
    font-weight: normal;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 2px solid transparent;
    display:inline;
}
.posts-carousel-item {
    padding-left: 75px;
    padding: 30px 0px;
    display:block;
}
.post-carousel-left .author {
    color: #A1C0A1;
}
.post-carousel-left .title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px;
}
.block-carousel-user .post-carousel-left .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.posts-carousel-item {
    cursor: pointer;
}
.posts-carousel-item.active .title,
.posts-carousel-item:hover .title {
    border-color: #212121;
}
.post-carousel-left .btn-inline {
    margin-top: 30px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.post-carousel-left .btn-inline:hover {
    color: #212121;
}
.post-carousel-left .btn-inline:after,
.post-carousel-left .btn-inline:before,
.tag-cloud-bottom .btn-inline:after,
.tag-cloud-bottom .btn-inline:before {
    background-color: #A1C0A1;
}
.post-carousel-left .btn-inline:hover:after,
.post-carousel-left .btn-inline:hover:before,
.tag-cloud-bottom .btn-inline:hover:after,
.tag-cloud-bottom .btn-inline:hover:before  {
    background-color: #212121;
}
.posts-carousel-item .info {
    font-weight: bold;
    font-size: 11px;
    color: #A1C0A1;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-bottom: 10px;
}
.post-carousel-right .btn-inline {
    color: #212121;
}
.post-carousel-right .btn-inline:after {
    background: #212121;
}
.block-carousel-user .posts-carousel-top {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
}
.posts-carousel-item-content {
    display: none;
}
.posts-carousel-item-content.active {
    display: block;
}
.featured-top {
    display: table;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.featured-top-left {
    display: table-cell;
    padding: 0px 50px 0px 100px;
}
.featured-top-right {
    display: table-cell;
    vertical-align: top;
    width: 380px;
}
.block-featured .title {
    font-size: 48px;
    color: #212121;
    line-height: 58px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
}
.featured-top-right a.featured-link {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
    display: block;
}
.featured-top-right a.featured-link i {
    margin-right: 20px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 2px;
    -webkit-transition: left 200ms ease;
    -moz-transition: left 200ms ease;
    -ms-transition: left 200ms ease;
    -o-transition: left 200ms ease;
    transition: left 200ms ease;
}

.featured-top-right a.featured-link:hover i {
    left: 8px;
}
.featured-top-right a.btn-inline {
    color: #212121;
}
.featured-top-right.featured-top-right-button {
    text-align: right;
    padding-right: 75px;
    padding-bottom: 50px;
}
.featured-bottom img {
    max-width: 100%;
    display: block;
}
.featured-bottom {
    position:relative;
    margin-top: -50px;
}
.featured-half-content .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    height: 100%;
    z-index: -1;
}
.featured-half-content {
    position: relative;
}
.featured-half-in {
    display: table;
    width: 100%;
    padding-top: 100px;
}
.featured-half-left {
    display: table-cell;
    vertical-align: top;
    width: 530px !important;
    min-width: 530px !important;
    padding-right: 80px;
    padding-left: 100px;
}
.featured-half-right {
    vertical-align: top;
    display: table-cell;
}
.featured-half-right img {
    max-width: 637px;
    display: block;
    bottom: -40px;
    position: relative;
}
.featured-half-left .title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 35px;
}
.featured-half-left p,
.featured-half-left .address {
    margin-bottom: 35px;
}
.featured-half-left p {
    margin-bottom: 66px;
}
.featured-half-left .btn-inline {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin-top: 27px;
}
.featured-half-left .btn-inline:before,
.featured-half-left .btn-inline:after {
    display:none !important;
}
.featured-half-left .btn-inline i {
    font-size: 13px;
    margin-right: 12px;
    left: 0px;
    position:relative;
}
.featured-half-left .address {
    font-size: 19px;
    line-height: 31px;
}
.quote-in {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    color: #212121;
    font-family: 'Tiempos Headline';
    padding: 80px 150px;
    background: #eee;
    line-height: 32px;
}
.slider-in {
    position: relative;
}
.slider-large {
    min-height: 590px;
    margin-left: -65px;
    margin-right: -65px;
}
.slider-small {
    min-height: 527px;
    max-width: 790px;
    margin: 0 auto
}
.slide {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide.active {
    opacity: 1;
    pointer-events: all;
}
.slider-in .pager {
    position: absolute;
    bottom: 0px;
}
.slider-in .arrow {
    margin-top: -70px;
}
.block-specialism-selected .title {
    font-family: 'Tiempos Headline';
    font-weight: 700;
    font-size: 30px;
    color: #212121;
    line-height: 32px;
    padding-bottom: 31px;
}
.specialism-row {
    padding: 75px 0;
}
.specialism-row.no-links .specialism-links .item {
    display: none;
}
.specialism-row-in {
    display: table;
    width: 100%;
}
.specialism-intro,
.specialism-content,
.specialism-links {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
}
.specialism-intro {
    padding-right: 45px;
}
.specialism-content .item {
    position: relative;
    font-size: 14px;
    padding-left: 13px;
}
.specialism-content .item-dot,
.specialism-content .item-content {
    line-height: 19px;
}
.specialism-content .item-content {
    padding-bottom: 10px;
}
.specialism-content .item:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    left: 0;
    top: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #212121;
    margin-bottom: 2px;
}
.specialism-content .subtitle {
    font-weight: 700;
    padding-bottom: 15px;
}
.specialism-links {
    position: relative;
    top: 35px;
    padding-top: 35px;
    padding-left: 117px;
}
.specialism-links a {
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    border-bottom-width: 0;
    line-height: 32px;
    text-decoration: none;
    padding-bottom: 4px;
    -webkit-transition: border-color 150ms ease;
    -moz-transition: border-color 150ms ease;
    -ms-transition: border-color 150ms ease;
    -o-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
}
.specialism-links a:before {
    opacity: 0;
    position: absolute;
    font-family: 'hocker';
    content: "\63";
    color: #212121;
    font-size: 13px;
    left: -27px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.specialism-links a:after {
    content: '';
    display: block;
    border-bottom: 1.5px solid #212121;
    width: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.specialism-links a:hover {
    border-color: #212121
}
.specialism-links a:hover:after {
    width: 100%;
}
.specialism-links a:hover:before {
    opacity: 1;
}
.block-tag-cloud {
    background: rgba(217, 221, 236, 0.1);
}
.tag-cloud-bottom {
    text-align: center;
    padding-top: 60px;
}
.tag-cloud-bottom .btn-inline:hover {
    color:#212121;
}

.tag-cloud-bottom .btn-inline:hover:after {
    background-color: #212121;
}

.tag-cloud-top {
    height: auto;
}

.tag-words{
    display: none;
}

.tag-cloud-top{
    height: 385px;
}

.testimonials-in {
    position: relative;
}
.testimonials-in .cta-btn-wrapper {
    bottom: -20px;
}
.testimonials-in .btn:hover {
    color: #212121;
}
.testimonial {
    padding: 70px 200px;
    display: table;
    width: 100%;
}

.testimonial-in {
    display:table-cell;
    vertical-align:middle;
}



.testimonials-in .cta-btn-wrapper .btn {
    background: #A1C0A1;
}
.testimonials-in .cta-btn-wrapper .btn:hover {
    color: #fff;
}
.testimonial .subtitle,
.team-left .subtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #A1C0A1;
    letter-spacing: 1.38px;
    line-height: 32px;
    margin-bottom: 7px;
}
.testimonial p,
.team-left p {
    position: relative;
    font-family: 'Tiempos Headline';
    font-size: 25px;
    color: #FFFFFF;
    line-height: 32px;
    padding-bottom: 7px;
    font-weight: 400;
}
.testimonial p:before,
.testimonial p span,
.team-left p:before,
.team-left p span {
    background-size: cover;
    background-position: center;
    position: absolute;
}
.testimonial p:before,
.team-left p:before {
    content: '';
    background-image: url('../images/quote.png');
    opacity: .2;
    top: -18px;
    left: -50px;
    width: 32px;
    height: 23px;
    background-repeat: no-repeat;
}
.team-left p:before {
    background-image: url('../images/quote-dark.png');
}
.testimonial p span,
.team-left p span {
    background-image: url('../images/quote-end.png');
    display: inline-block;
    width: 32px;
    height: 23px;
    margin-top: 30px;
    opacity: .2;
    margin-left: 7px;
    background-repeat: no-repeat;
}
.team-left p span {
    background-image: url('../images/quote-end-dark.png');
}
.testimonials-in .pager {
    padding-bottom: 35px;
    color: #fff;
}
.team-bottom {
    text-align: center;
    margin-top: -30px;
}
.team-selected-top .title {
    font-family: 'Tiempos Headline';
    font-weight: 700;
    font-size: 30px;
    color: #212121;
    line-height: 32px;
    padding-bottom: 40px;
}
.team-items {
    position: relative;
    z-index: 3;
    margin-left: -20px;
    margin-right: -20px;
}
.team-items .item-in {
    margin-left: 20px;
    margin-right: 20px;
}
.team-items a {
    display: block;
    width: 33.333%;
    float: left;
    margin-bottom: 60px;
}
.team-items a img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.team-items a .title {
    font-size: 30px;
    line-height: 41px;
    padding-top: 5px;
    padding-bottom: 9px;
}
.team-items a .title span,
.content-right .team-info .title span,
.block-large-link .team-info .title span {
    position:relative;
}
.content-right .team-info .title span:after,
.block-large-link .team-info .title span:after,
.team-items a .title span:after {
    content: "";
    position:absolute;
    bottom: -5px;
    width: 0px;
    left: 0px;
    height: 2px;
    background: #212121;
    -webkit-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.team-items a:hover .title span:after,
.content-right .team-info:hover .title span:after,
.block-large-link .team-info:hover .title span:after {
    width:100%;
}
.team-items a p {
    line-height: 24px;
}
.block-team-selected.team-items-content-dark {
    position: relative;
}
.block-team-selected.team-items-content-dark:after {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    content: "";
}
.team-items-content-dark a .title,
.team-items-content-dark a p {
    color: #FFF;
}
.team-top {
    background: #E1E9EA;
    display: table;
    width: 100%;
}
.team-left {
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
    padding-top: 25px;
    padding-bottom: 75px;
}
.team-right {
    display: table-cell;
    vertical-align: bottom;
    width: 450px !important;
    padding-right: 70px;
    padding-top: 50px;
}
.team-right img {
    max-width: 100%;
    display: block;
}
.team-left .subtitle,
.team-left p {
    color: #212121;
}
.team-single-in {
    display: table;
    width: 100%;
    margin-bottom: 80px;
}
.team-single-left,
.team-single-right {
    display: table-cell;
}
.team-single-left {
        width: 650px;
        padding-right: 100px !important;
        vertical-align: middle;
}
.team-single-left {
    padding: 75px 40px 50px 100px;
}
.team-single-left .breadcrumbs {
    margin-bottom: 10px;
}
.team-single-left .specialism a {
    font-family: 'Circular Std';
    font-weight: 700;
    font-size: 16px;
    color: #212121;
    line-height: 28px;
}
.team-single-left .specialism {
    margin-bottom: 20px;
}
.team-single-right {
    vertical-align: top;
    padding-right: 60px;
    position: relative;
    padding-top: 50px;
}
.team-single-right img {
    max-width: 100%;
    vertical-align: bottom;
    margin-bottom: -80px;
    position: relative;
    z-index: 2;
}
.contact-item-left {
    width: 90px;
    font-weight: 700;
}
.contact-item-left,
.contact-item-right {
    display: table-cell;
}
.contact-item-right i {
    position:relative;
    top: 1px;
}
.contact-item a {
    color: #212121;
}
.video-in {
    max-width: 790px;
    margin: 0 auto;
    position: relative;
}
footer {
    float: left;
    width: 100%;
    line-height: 30px;
    background: #FFFFFF;
    font-size: 14px;
    color: #6F7278;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 30px 0px;
}
footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__badges img {
    height: 80px;
    width: auto;
    padding-left: 10px;
}

.footer__badges img:last-of-type {
    /*padding-left: 10px;*/
}

.footer__title {
    font-weight: 600;
}
footer .wrapper .contact-details {
/*    float: left;
    width: 400px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
footer .wrapper .footer-anchors {
    float: left; 
    margin-right: 50px;
}
footer .wrapper .contact-details div {
    display: block;
    float: left;
    text-align: left;
    line-height: 1.4;
}
footer .wrapper .footer-anchors div {
    display: block;
    text-align: left;
    line-height: 1.5;
/*    margin-left: 20px;
    margin-top: 1.3em;
    line-height: 1.3em;*/
}
footer .wrapper .contact-details div.office,
footer .wrapper .contact-details div.phone,
footer .wrapper .contact-details div.email {
  max-width: 200px;
}
footer .wrapper .contact-details div.office {
    padding-right: 20px;
    margin-bottom: 7px;
}
footer div a {
    color: inherit !important;
    text-decoration: none;
}

.contact-details .footer__title {
    margin-bottom: 3px;
}
.large-link-item i {
    position: absolute;
    z-index: 1;
    left: 120px;
    margin-top: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.large-link-item-right i {
    left: auto;
    right: 120px;
}
p a {
    background: #FFFBE2;
    color: inherit !important;
}
.content-left p a {
    background: #FFFBE2;
    color: inherit !important;
}
.blocks .block:first-child {
    padding-top: 0px;
}
.block-team-single {
    position: relative;
    z-index: 4;
}
.team-selected-in {
    padding: 0px 100px;
    position:relative;
}
.large-link-item span {
    display: block;
}
.large-link-item.large-link-item-left .title,
.large-link-item.large-link-item-left span {
    text-align: right;
}
.large-link-in-single .title {
    text-align:left !important;
}
.content-left.bg-white {
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-in.content-in-center {
    max-width: 800px;
    margin: 0 auto;
}
.featured-bottom-slider {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.layer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
    margin-left: -60px;
    text-decoration:none;
    -webkit-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.layer.layer-hover-other img {
    mix-blend-mode: luminosity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.layer.layer-hover img {
    -webkit-filter: none !important;
    filter: none !important;
    mix-blend-mode: unset !important;
    z-index: 7;
}
.layer img {
    z-index: 3;
}
.layer-image img {
    height: 450px;
    position:relative;
}

.layer:first-child {
    margin-left: 0px;
}

.layer-overlay {
    position: absolute;
    left: 15px;
    background: #212121;
    color: #fff;
    padding: 20px 40px 28px;
    max-width: 300%;
    opacity: 0;
    z-index: 1000;
    opacity: 0;
    bottom: -100px;
    -webkit-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.layer:last-child .layer-overlay {
    right: 0px;
    left: auto;
}
.layer-overlay:after {
    content: "\6a";
    font-family: "hocker";
    position: absolute;
    bottom: -10px;
    font-size: 28px;
    color: #fff;
    z-index: 1;
    left: 50%;
    width: 50px;
    text-align: center;
    margin-left: -25px;
}
.layer:hover .layer-overlay {
    opacity: 1;
    bottom: 0px;
}
.layer-overlay .title {
    color: #fff;
    font-size: 30px !important;
    color: #FFFFFF;
    line-height: 38px !important;
    white-space: nowrap;
}
.layer-overlay .title i {
    font-size: 16px;
    display:inline-block;
    margin-left: 8px;

}
.layer-overlay-content {
    white-space: normal;
}
.layer-overlay-content .subtitle {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.layer.to-back img {
    z-index: 2;
}
.testimonials {
        overflow: hidden;
    position: relative;
}
.scroller {
    text-align: center;
    cursor:pointer;
}

.scroller-in span {
    width: 7px;
    height: 7px;
    background: #212121;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scroller-in {
    padding: 25px 0px;
}



.team-single-left .subtitle {
    font-size: 30px;
    color: #212121;
    line-height: 32px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
}

.contact-item {
    display: table;
}
.scroller .scroller-in span:nth-child(2) {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: scrollerIn 1500ms infinite ease-in-out;
    -moz-animation: scrollerIn 1500ms infinite ease-in-out;
    -o-animation: scrollerIn 1500ms infinite ease-in-out;
    animation: scrollerIn 1500ms infinite ease-in-out;
}
.team-single-right:after {
    position: absolute;
    width: 225px;
    height: 100%;
    background: #fff;
    content: "";
    right: 0px;
    top: 0px;
}
.header-right .language span, .header-right .language a {
    margin: 0px !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 103px;
}

.header-right .language {
    margin-left: 20px;
}
@-webkit-keyframes scrollerIn {
        0% {
            top: 0px;
        }
        25% {
            top: 7px;
        }
        75% {
           top: 7px;
        }
        100% {
            top: 0px;
        }
    }
    @-moz-keyframes scrollerIn {
        0% {
            top: 0px;
        }
        25% {
            top: 7px;
        }
        75% {
           top: 7px;
        }
        100% {
            top: 0px;
        }
    }
    @-o-keyframes scrollerIn {
        0% {
            top: 0px;
        }
        25% {
            top: 7px;
        }
        75% {
           top: 7px;
        }
        100% {
            top: 0px;
        }
    }
    @keyframes scrollerIn {
        0% {
            top: 0px;
        }
        25% {
            top: 7px;
        }
        75% {
           top: 7px;
        }
        100% {
            top: 0px;
        }
    }

.block-team-selected .bg {
    height: 200px;
    position: absolute;
    left: 0px;
    right: 325px;
    top: -60px;
}
.block-team-selected .bg.bg-full {
    width: 100%;
    right: 0px;
    left: 0px;
}
.content-right.same-bg {
    padding-bottom: 50px;
}
.block-slider .slider-content {
    position:relative;
}
.block-slider .bg {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 200px;
    margin-top: -60px;
}
.team-items-content-dark a .title span:after {
    background: #fff;
}
.content-left p i {font-style:italic;}
.content-left p strong, .content-left p b{font-weight:bold;}
.header-left a {
    display: inline-block;
}
.header-right ul li ul li a:before {
    display: none !important;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination a {
    display: inline-block;
    font-family: 'Tiempos Headline';
    font-size: 20px;
    color: #212121;
    text-decoration: none;
    margin: 0 5px;
}

.pagination-in {
    display: inline-block;
}

.pagination-in a {
    position: relative;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    text-align: center;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.pagination-in a.active {
    font-weight: 700;
}

.pagination-in a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    background-color: #212121;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 150ms ease;
    -moz-transition: width 150ms ease;
    -ms-transition: width 150ms ease;
    -o-transition: width 150ms ease;
    transition: width 150ms ease;
}

.pagination-in span {
    position: relative;
    top: -3px;
}

.pagination-in a:hover:after {
    width: 100%;
}

a.pagination-nav {
    margin: 0 20px;
}

.pagination-nav i {
    position: relative;
    top: 2px;
    left: 0;
    -webkit-transition: left 150ms ease;
    -moz-transition: left 150ms ease;
    -ms-transition: left 150ms ease;
    -o-transition: left 150ms ease;
    transition: left 150ms ease;
}

.pagination-nav.next:hover i {
    left: 7px;
}

.pagination-nav.previous:hover i {
    left: -7px;
}


.ps > .ps__scrollbar-y-rail {z-index: 1000;}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x { background-color: #000; }
   .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y { background-color: #000; }

   .ps > .ps__scrollbar-y-rail,
   .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y { width: 6px; }

   .ps > .ps__scrollbar-x-rail,
   .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x { height: 6px; }


.searchform {
    background-color: #F6F9FB;
    padding: 30px; 
    margin-top: 5px;
    margin-bottom: 10px; 
}

.searchform input[type=text] {
    background-color: #fff;
    border: 0;
    max-width: 650px;
    width: 100%;
    height: 68px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
    font-size: 20px;
    text-indent: 40px;
}

.searchform input[type=text]:valid ~ #searchsubmit { 
    opacity: 1;
}

.searchform #searchsubmit {
    background-color: #A0C0A0;
    border: 1px solid #A0C0A0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: all 300ms ease;
    flex: 0 0 auto;
    opacity: 0.7;
}

.searchform #searchsubmit:hover {
    background-color: #BDD8BD;
    border: 1px solid #BDD8BD;
}

.searchresults__grid {
    margin-bottom: 30px;
}

.searchresults__grid .news-item:nth-of-type(odd) {
    background-color: #FFFBE2;
}

.search__noresults {
    padding: 40px 0 16px;
    text-align: center;
}
.search__noresults h2 {
    font-family: 'Tiempos Headline';
    font-size: 28px;
    font-weight: bold;
}

.search__noresults p {
    margin-top: 10px;
}

.search__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.pagination .page-numbers.current {
    font-family: 'Tiempos Headline';
    font-size: 20px;
    font-weight: 700;
}

.navigation.pagination .nav-links {
  display: inline-block;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links .page-numbers.current {
  position: relative;
  width: 25px;
  height: 25px;
  padding-top: 4px;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  display: inline-block;
}
.navigation.pagination .nav-links a.active {
  font-weight: 700;
}
.navigation.pagination .nav-links a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #212121;
  left: 0;
  bottom: -5px;
  -webkit-transition: width 150ms ease;
  -moz-transition: width 150ms ease;
  -ms-transition: width 150ms ease;
  -o-transition: width 150ms ease;
  transition: width 150ms ease;
}
.navigation.pagination .nav-links a:hover:after {
  width: 100%;
}

.badges {
    margin-top: 50px;
}

.badges img {
    height: 100px;
    width: auto;
    margin-right: 25px;
    margin-bottom: 15px;
}

.popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 235px;
    background-color: #1A1919;
    padding: 50px 35px;
    color: #E7F1E3;
    z-index: 1;
}

.popup.hidden {
    display: none;
}

.popup .wysiwyg p {
    margin-bottom: 1rem;
  }
  .popup .wysiwyg p:last-child {
    margin-bottom: 0;
}

.popup h3 {
    font-size: 30px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
    margin-bottom: 18px;
}

.popup p {
    color: #E7F1E3;
}

.popup a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #E7F1E3;
    margin-top: 35px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.topbar {
    background-color: #1A1919;
    color: #E7F1E3;
}

.topbar__slider {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.topbar__slide {
    display: flex;
    align-items: center;
    animation: slideshow 160s linear infinite;
    padding: 10px 0;
}

.topbar__slide div {
    flex: 0 0 auto; 
    margin-left: 30px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 12px;
    font-family: 'Circular Std';
}

.topbar__slide div svg {
    margin-left: 30px;
}

.topbar__slide span {
    font-size: 23px;
    font-family: 'Tiempos Headline';
    font-weight: bold;
    margin-right: 15px;
}

.topbar__slide a {
    text-decoration: none;
    color: #E7F1E3;
    margin-top: 4px;
}

@keyframes slideshow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.text-animation-in {
    margin: 0 auto;
    max-width: 800px;
    padding: 120px 0px 60px;
    font-size: 1.685rem;
    line-height: 1.333em;
}

.text-animation-in .line {
    position:relative;
}
.text-animation-in .line:after {
    content: " ";
    position:absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    background: #8891B5;
    content: " ";
    z-index: -1;
    width: 0%;
    display:block;
    height: 40%;
    top: 40%;
    -webkit-transition: width 3000ms cubic-bezier(.83,0,.17,1);
    -moz-transition: width 3000ms cubic-bezier(.83,0,.17,1);
    -o-transition: width 3000ms cubic-bezier(.83,0,.17,1);
    transition: width 3000ms cubic-bezier(.83,0,.17,1);
}
.text-animation-in.visible .line:after {
    width: 100%;
}

.bg {
    position:absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.bg.bg-fullwidth {
    left: -5000px;
    right: -5000px;
}

.bg.bg-prev-block {
    top: -400px;
}
.cta-content-prev-block {
    padding-top: 0px;
}

