html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  font-size: var(--font-size-normal);
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-ExtraLight.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-Light.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-Regular.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-Bold.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-SemiBold.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('/application/themes/lc/fonts/Mulish-ExtraBold.woff2') format('woff2'), url('/application/themes/lc/fonts/Mulish-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('/application/themes/lc/fonts/icons/fontello.eot?31958655');
  src: url('/application/themes/lc/fonts/icons/fontello.eot?31958655#iefix') format('embedded-opentype'), url('/application/themes/lc/fonts/icons/fontello.woff2?31958655') format('woff2'), url('/application/themes/lc/fonts/icons/fontello.woff?31958655') format('woff'), url('/application/themes/lc/fonts/icons/fontello.ttf?31958655') format('truetype'), url('/application/themes/lc/fonts/icons/fontello.svg?31958655#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.makeicon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: '\e800';
}
.icon-arrow-right:before {
  content: '\e801';
}
.icon-arrow-left:before {
  content: '\e802';
}
.icon-arrow-top:before {
  content: '\e803';
}
.icon-arrow-bottom:before {
  content: '\e804';
}
.icon-author:before {
  content: '\e805';
}
.icon-phone:before {
  content: '\e806';
}
.icon-twitter:before {
  content: '\e807';
}
.icon-mail:before {
  content: '\e808';
}
:root {
  --font-size-normal: 12pt;
  --font-size-normal-small: 10pt;
  --font-size-icon: 25px;
  --font-size-h1: 45pt;
  --font-size-h2: 34pt;
  --font-size-h3: 22pt;
  --font-size-h4: 14pt;
  --line-height-normal: 17pt;
  --padding-form-control: 6px 12px;
  --height-form-control: 40px;
  --logo-width: 230px;
}
@media (max-width: 1200px) {
  :root {
    --font-size-h1: 40pt;
    --font-size-h2: 30pt;
    --font-size-h3: 21pt;
  }
}
@media (max-width: 991px) {
  :root {
    --logo-width: 200px;
    --font-size-h1: 35pt;
    --font-size-h2: 28pt;
    --font-size-h3: 18pt;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-h1: 30pt;
    --font-size-h2: 25pt;
    --font-size-h3: 16pt;
  }
}
/* Font Family */
body {
  font: normal var(--font-size-normal)/var(--line-height-normal) 'Mulish';
  color: #58666d;
}
/* Misc */
.clear {
  clear: both;
}
a,
a:hover,
a:focus {
  outline: none;
}
.relative {
  position: relative;
}
.boxshadowreset {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.borderradiusreset {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.borderradius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.transformY {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.animate {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.center {
  text-align: center;
}
.distance-always {
  padding-bottom: 30px;
}
.yellow-background {
  background: #ffde00;
}
.yellow-background .btn {
  border: 0 !important;
  background: #fff !important;
  color: #236fad !important;
}
.yellow-background .form-control,
.yellow-background .form-control:hover,
.yellow-background .form-control:focus {
  border: 0 !important;
}
.padding-60 {
  padding: 60px;
}
.padding-60.nopaddingtop {
  padding-top: 0;
}
/* Section */
section.section {
  padding: 80px 0;
}
section.section.nopaddingtop {
  padding-top: 0;
}
section.section.nopaddingbottom {
  padding-bottom: 0;
}
section.section.gray-background {
  background: #f0f4f6;
}
section.section.blue-background {
  background: #236fad;
  color: #fff;
}
section.section.blue-background a,
section.section.blue-background a:hover,
section.section.blue-background a:focus,
section.section.blue-background h1,
section.section.blue-background .h1,
section.section.blue-background h2,
section.section.blue-background .h2,
section.section.blue-background h3,
section.section.blue-background .h3,
section.section.blue-background h4,
section.section.blue-background .h4,
section.section.blue-background h5,
section.section.blue-background .h5 {
  color: #fff !important;
}
section.section.blue-background h1,
section.section.blue-background .h1,
section.section.blue-background h2,
section.section.blue-background .h2,
section.section.blue-background h3,
section.section.blue-background .h3,
section.section.blue-background h4,
section.section.blue-background .h4,
section.section.blue-background h5,
section.section.blue-background .h5 {
  margin: 0 !important;
}
section.section.blue-gradient {
  background: linear-gradient(225deg, #023b7e 15%, #236fad 65%);
  color: #fff;
}
section.section.blue-gradient a,
section.section.blue-gradient a:hover,
section.section.blue-gradient a:focus,
section.section.blue-gradient h1,
section.section.blue-gradient .h1,
section.section.blue-gradient h2,
section.section.blue-gradient .h2,
section.section.blue-gradient h3,
section.section.blue-gradient .h3,
section.section.blue-gradient h4,
section.section.blue-gradient .h4,
section.section.blue-gradient h5,
section.section.blue-gradient .h5 {
  color: #fff !important;
}
section.section.section-contact {
  padding: 120px 0 60px 0;
}
#wrapper a,
#wrapper a:hover,
#wrapper a:focus {
  color: #236fad;
  text-decoration: none;
}
#wrapper ul,
#wrapper ol {
  padding-left: 15px;
}
#wrapper hr {
  margin: 20px 0;
  border-color: #b6c0c6;
}
#wrapper ul.nav {
  padding-left: 0;
}
#wrapper .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wrapper .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #236fad;
}
#wrapper h1,
#wrapper .h1 {
  font-size: var(--font-size-h1);
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #539bd6;
}
#wrapper h1 a,
#wrapper .h1 a,
#wrapper h1 a:hover,
#wrapper .h1 a:hover,
#wrapper h1 a:focus,
#wrapper .h1 a:focus {
  font-size: var(--font-size-h1);
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #539bd6;
}
#wrapper h2,
#wrapper .h2 {
  font-size: var(--font-size-h2);
  font-weight: 200;
  margin: 0 0 30px 0;
  color: #236fad;
}
#wrapper h2 a,
#wrapper .h2 a,
#wrapper h2 a:hover,
#wrapper .h2 a:hover,
#wrapper h2 a:focus,
#wrapper .h2 a:focus {
  font-size: var(--font-size-h2);
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #539bd6;
}
#wrapper h3,
#wrapper .h3 {
  font-size: var(--font-size-h3);
  font-weight: 800;
  margin: 0 0 30px 0;
  color: #236fad;
}
#wrapper h3 a,
#wrapper .h3 a,
#wrapper h3 a:hover,
#wrapper .h3 a:hover,
#wrapper h3 a:focus,
#wrapper .h3 a:focus {
  font-size: var(--font-size-h3);
  font-weight: 800;
  margin: 0 0 30px 0;
  color: #236fad;
}
#wrapper h4,
#wrapper .h4 {
  font-size: var(--font-size-h4);
  font-weight: bold;
  line-height: 23px;
  margin: 0 0 15px 0;
  color: #58666d;
}
#wrapper h4 a,
#wrapper .h4 a,
#wrapper h4 a:focus,
#wrapper .h4 a:focus {
  font-size: var(--font-size-h4);
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #58666d;
}
#wrapper h4 a:hover,
#wrapper .h4 a:hover {
  text-decoration: underline;
}
#wrapper h5,
#wrapper .h5 {
  color: #236fad;
  font-size: var(--font-size-normal);
  text-transform: uppercase;
  font-size: var(--font-size-normal-small);
  letter-spacing: 1px;
}
#wrapper h5 a,
#wrapper .h5 a,
#wrapper h5 a:hover,
#wrapper .h5 a:hover,
#wrapper h5 a:focus,
#wrapper .h5 a:focus {
  color: #236fad;
  font-size: var(--font-size-normal);
  text-transform: uppercase;
  font-size: var(--font-size-normal-small);
  letter-spacing: 1px;
}
#wrapper #teaser {
  background: #f0f4f6;
}
#wrapper #teaser h1,
#wrapper #teaser .h1,
#wrapper #teaser h2,
#wrapper #teaser .h2,
#wrapper #teaser h3,
#wrapper #teaser .h3,
#wrapper #teaser h4,
#wrapper #teaser .h4,
#wrapper #teaser h5,
#wrapper #teaser .h5 {
  color: #fff;
}
#wrapper #teaser:not(.small) {
  height: auto !important;
}
#wrapper .ccm-system-errors {
  padding: 0;
}
#wrapper .ccm-system-errors li {
  list-style-type: none;
}
#wrapper label,
#wrapper strong,
#wrapper .col-form-label {
  font-weight: 800;
}
#wrapper .form-check {
  position: relative;
}
#wrapper .form-check label {
  font-weight: normal;
  font-size: var(--font-size-normal-small);
  cursor: pointer;
}
#wrapper .form-check input {
  position: absolute;
}
#wrapper .form-check label {
  padding-left: 20px;
}
#wrapper ::-webkit-input-placeholder {
  color: #b6c0c6;
  font-style: normal;
  font-family: 'Mulish';
  font-size: var(--font-size-normal-small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrapper ::-moz-placeholder {
  color: #b6c0c6;
  font-style: normal;
  font-family: 'Mulish';
  font-size: var(--font-size-normal-small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrapper :-ms-input-placeholder {
  color: #b6c0c6;
  font-style: normal;
  font-family: 'Mulish';
  font-size: var(--font-size-normal-small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrapper :-moz-placeholder {
  color: #b6c0c6;
  font-style: normal;
  font-family: 'Mulish';
  font-size: var(--font-size-normal-small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrapper ::placeholder {
  color: #b6c0c6;
  font-style: normal;
  font-family: 'Mulish';
  font-size: var(--font-size-normal-small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrapper .btn {
  background: #ffde00;
  color: #236fad;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: var(--font-size-normal);
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: var(--font-size-normal-small);
  letter-spacing: 1px;
  border-color: #ffde00;
  transition: all 250ms ease-in-out;
}
#wrapper .btn span.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-size-icon);
}
#wrapper .btn span.icon.icon-arrow-right {
  margin-left: 15px;
}
#wrapper .btn span.icon.icon-arrow-left {
  margin-right: 15px;
}
#wrapper .btn span.text {
  display: inline-block;
  vertical-align: middle;
}
#wrapper a:hover,
#wrapper a:focus {
  text-decoration: none !important;
}
#wrapper a:hover span,
#wrapper a:focus span {
  text-decoration: none !important;
}
#wrapper .btn.outline,
#wrapper .btn.btn-secondary {
  background: none;
  border-color: #9dc2e1;
  padding: 6px 40px;
  background: #fff;
  transition: all 250ms ease-in-out;
}
#wrapper .btn.btn-secondary {
  border-color: #fff;
}
#wrapper .btn.outline:hover {
  background: #ffde00;
  border-color: #9dc2e1;
  color: #023b7e;
}
#wrapper .round-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  color: #9dc2e1;
  font-size: 17px;
  margin-right: 5px;
}
#wrapper .goback a,
#wrapper .goback a:hover,
#wrapper .goback a:focus {
  color: #58666d;
  font-size: var(--font-size-normal);
  text-transform: uppercase;
  font-size: var(--font-size-normal-small);
  letter-spacing: 1px;
  font-weight: bold;
}
#wrapper .goback a span.text,
#wrapper .goback a:hover span.text,
#wrapper .goback a:focus span.text {
  display: inline-block;
  vertical-align: middle;
}
#wrapper .goback a span.icon,
#wrapper .goback a:hover span.icon,
#wrapper .goback a:focus span.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-size-icon);
}
#wrapper .goback a span.icon.icon-arrow-right,
#wrapper .goback a:hover span.icon.icon-arrow-right,
#wrapper .goback a:focus span.icon.icon-arrow-right {
  margin-left: 15px;
}
#wrapper .goback a span.icon.icon-arrow-left,
#wrapper .goback a:hover span.icon.icon-arrow-left,
#wrapper .goback a:focus span.icon.icon-arrow-left {
  margin-right: 15px;
}
#wrapper .gobacktext {
  color: #236fad;
  display: block;
}
#wrapper .text-in-icon {
  display: inline-block;
  vertical-align: middle;
  min-height: 35px;
  line-height: 35px;
  border-bottom: solid #fff 1px;
}
#wrapper .round-btn:hover,
#wrapper .round-btn:focus {
  text-decoration: none !important;
}
#wrapper .wrapper-btn {
  display: block;
  margin-bottom: 5px;
}
#wrapper .form-control {
  padding: var(--padding-form-control);
  height: var(--height-form-control);
}
#wrapper textarea.form-control {
  height: auto;
  resize: none;
}
/* Header */
#header {
  padding: 10px 0 20px 0;
}
#header .logo {
  float: left;
  padding: 19px 0 0 0;
}
#header .right-header-side {
  display: block;
  padding: 0 0 0 var(--logo-width);
  text-align: right;
}
.logo {
  width: var(--logo-width);
  max-width: 100%;
  display: block;
}
.logo a {
  display: block;
}
.search-contact {
  margin-bottom: 10px;
}
#wrapper .search-contact .btn,
#wrapper .search-contact .btn:hover,
#wrapper .search-contact .btn:focus {
  padding: 2px 40px ;
}
.search-in-header {
  display: inline-block;
  vertical-align: middle;
}
.search-in-header .form-btn {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border-width: 0 0 1px 0;
  border-color: #b6c0c6 !important;
  margin: 0;
  padding: var(--padding-form-control);
  color: #b6c0c6;
  height: var(--height-form-control);
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-in-header .form-control {
  display: inline-block;
  vertical-align: middle;
  border-width: 0 0 1px 0;
  border-color: #b6c0c6;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 15px;
}
.search-in-header .form-control:hover,
.search-in-header .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #b6c0c6;
}
.search-in-header .form-control:focus {
  border-color: #b6c0c6 !important;
}
.navigation {
  text-align: right;
  display: block;
}
.navigation ul.nav {
  padding: 0;
  margin: 0;
}
.navigation ul.nav li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.navigation ul.nav li a,
.navigation ul.nav li a:hover,
.navigation ul.nav li a:focus {
  color: #236fad;
  background: none;
}
.navigation ul.nav li a:before,
.navigation ul.nav li a:hover:before,
.navigation ul.nav li a:focus:before {
  background: transparent;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.navigation ul.nav li a:hover:before {
  background: #ffde00;
}
.navigation ul.nav li.nav-selected a,
.navigation ul.nav li.nav-path-selected a,
.navigation ul.nav li.nav-selected a:hover,
.navigation ul.nav li.nav-path-selected a:hover,
.navigation ul.nav li.nav-selected a:focus,
.navigation ul.nav li.nav-path-selected a:focus {
  font-weight: 800;
  background: none;
  position: relative;
}
.navigation ul.nav li.nav-selected a:before,
.navigation ul.nav li.nav-path-selected a:before,
.navigation ul.nav li.nav-selected a:hover:before,
.navigation ul.nav li.nav-path-selected a:hover:before,
.navigation ul.nav li.nav-selected a:focus:before,
.navigation ul.nav li.nav-path-selected a:focus:before {
  background: #ffde00;
}
.navigation ul.nav li.nav-first a,
.navigation ul.nav li.nav-first a:hover,
.navigation ul.nav li.nav-first a:focus {
  padding-left: 0;
}
.navigation ul.nav li.nav-last a,
.navigation ul.nav li.nav-last a:hover,
.navigation ul.nav li.nav-last a:focus {
  padding-right: 0;
}
/* Footer */
#footer {
  margin: 90px 0 0 0;
  display: block;
  padding: 60px 0;
  background-color: #236fad;
  color: #fff;
  font-size: var(--font-size-normal-small);
  position: relative;
}
#footer .scroll-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  top: -25px;
  line-height: 50px;
  background: #dae0e3;
  color: #58666d;
  font-size: var(--font-size-icon);
  cursor: pointer;
}
#footer .scroll-top:before {
  content: 'Top';
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  font-size: var(--font-size-normal-small);
}
#footer a,
#footer a:hover,
#footer a:focus {
  color: #fff;
}
#footer ul.nav li a,
#footer ul.nav li a:hover,
#footer ul.nav li a:focus {
  background: none;
  padding: 10px 5px;
  border: solid #fff 1px;
  border-width: 0 0 1px 0;
}
#footer ul.nav li.nav-first a,
#footer ul.nav li.nav-first a:hover,
#footer ul.nav li.nav-first a:focus {
  padding-top: 0;
}
.logo-faker {
  margin-top: 15px;
}
/* Social */
.ccm-block-social-links ul.list-inline,
.ccm-block-share-this-page ul.list-inline {
  padding: 0 !important;
  font-size: 0;
}
.ccm-block-social-links ul.list-inline li,
.ccm-block-share-this-page ul.list-inline li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.ccm-block-social-links ul.list-inline li a,
.ccm-block-share-this-page ul.list-inline li a {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #539bd6 !important;
  font-size: 17px;
  cursor: pointer;
}
.ccm-block-share-this-page ul.list-inline li a {
  background: #ffde00;
  color: #58666d !important;
}
/* Teaser */
body .vegas-container {
  height: 800px !important;
  min-height: 400px;
  max-height: 100%;
  max-height: 100vh;
  overflow: visible !important;
  background: #f0f4f6;
}
body .vegas-container.makemargin {
  margin-bottom: 30px;
}
body .vegas-container:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 75%;
  display: block;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(88, 102, 109, 0.75) 0%, rgba(88, 102, 109, 0) 100%);
  z-index: 1;
}
body .vegas-container .headline-description {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
}
body .vegas-container .vegasSliderNavigation {
  position: absolute;
  z-index: 1;
  background: #f0f4f6;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -75px;
  height: 75px;
  padding: 1rem 0 1rem 0;
}
body .vegas-container .vegasSliderNavigation .for-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  top: -25px;
  line-height: 50px;
  background: #dae0e3;
  color: #58666d;
  font-size: var(--font-size-icon);
  cursor: pointer;
}
body .vegas-container .vegasSliderNavigation .for-icon.next {
  margin-left: 10px;
}
body .vegas-container .vegasSliderNavigation .bgs_dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 125px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0;
  padding-left: 0 !important;
}
body .vegas-container .vegasSliderNavigation .bgs_dots li {
  display: inline-block;
  width: 25px;
  height: 1px;
  vertical-align: middle;
  list-style-type: none;
  background: #b6c0c6;
}
body .vegas-container .vegasSliderNavigation .bgs_dots li.active {
  background: #236fad;
}
#content {
  padding: 40px 0 0 0;
  overflow: hidden;
}
#content.nopaddingtop {
  padding-top: 0;
}
#content.gray {
  background: #f0f4f6;
}
#content.blue-middle {
  background: #539bd6;
  padding: 120px 0;
  color: #fff;
}
#content.blue-middle a:not(.btn),
#content.blue-middle a:not(.btn):hover,
#content.blue-middle a:not(.btn):focus,
#content.blue-middle h1,
#content.blue-middle .h1,
#content.blue-middle h2,
#content.blue-middle .h2,
#content.blue-middle h3,
#content.blue-middle .h3,
#content.blue-middle h4,
#content.blue-middle .h4,
#content.blue-middle h5,
#content.blue-middle .h5 {
  color: #fff !important;
}
#content.blue-middle label,
#content.blue-middle .col-form-label {
  color: #fff;
}
#teaser.small {
  height: 600px;
  max-height: 100%;
  max-height: 100vh;
  min-height: 400px;
  display: block;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  background: #f0f4f6;
  color: #fff;
}
#teaser.small .inner-teaser {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
}
#teaser.small:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 75%;
  display: block;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(35, 111, 173, 0.75) 0%, rgba(35, 111, 173, 0) 100%);
  z-index: 1;
}
.login-page {
  color: #58666d;
}
.login-page .container {
  width: 100%;
}
.mb-3 {
  margin-bottom: 15px;
}
/* Insights */
.category {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #236fad;
  position: relative;
  font-weight: bold;
  font-size: var(--font-size-normal-small);
}
.category:before {
  background: #ffde00;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.small-text {
  font-size: var(--font-size-normal-small);
}
.dib {
  display: inline-block;
  vertical-align: middle;
}
.mr15 {
  margin-right: 10px;
}
.iconblue span.icon,
.blue-text {
  color: #236fad;
}
.white-text {
  color: #fff;
}
.white-text a:not(.btn),
.white-text a:not(.btn):hover,
.white-text a:not(.btn):focus,
.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text .h5 {
  color: #fff !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.author-information {
  display: block;
  border: solid #58666d 1px;
  border-width: 1px 0;
  padding: 30px 0;
  margin: 60px 0 0 0;
}
.authors-image img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
.forlinkedin i.fab {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ffde00;
  color: #58666d !important;
  font-size: 17px;
  cursor: pointer;
  margin-left: 5px;
}
.forlinkedin {
  margin-top: 15px;
}
#filter {
  display: block;
  margin-bottom: 30px;
}
#filter .form-control {
  background: none;
}
#filter .search-in-header {
  vertical-align: middle;
}
.tag {
  display: inline-block;
  color: #58666d;
  background: #ffde00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 15px 2px 15px;
}
.tag a.miniclose {
  font-weight: 800;
  color: #58666d !important;
}
#filter-select-category {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid #539bd6 1px;
  padding: 15px 40px 15px 20px;
  color: #236fad;
  font-size: var(--font-size-normal);
  text-transform: uppercase;
  font-size: var(--font-size-normal-small);
  letter-spacing: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: #ffffff url('data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDAgMjY5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgMjY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzNzBBRTt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNDgxLjIsMCAyNTAsMjMxLjUgMTguNywwIDAsMTguOCAyNTAsMjY5IDUwMCwxOC44ICIvPgo8L3N2Zz4K') no-repeat right 15px center;
  -webkit-background-size: 15px 8px;
  -moz-background-size: 15px 8px;
  -o-background-size: 15px 8px;
  background-size: 15px 8px;
  display: block;
  width: 100%;
}
#filter-form {
  display: inline-block;
  min-width: 290px;
  max-width: 100%;
  margin: 0 10px 10px 10px;
}
#insights-all {
  margin: 0 -7.5px;
  padding: 0 0 22.5px 0;
  display: block;
  font-size: 0;
}
#insights-all .alert {
  font-size: var(--font-size-normal);
  margin: 0 7.5px;
}
#insights-all .insight {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 7.5px;
}
#insights-all .insight .inner {
  background: #fff;
  display: block;
  font-size: initial;
}
#insights-all .insight .inner .image a {
  display: block;
}
#insights-all .insight .inner .text {
  display: block;
  padding: 15px 30px 20px 30px;
}
#insights-all .insight .inner .text .author-info {
  padding: 0 0 15px 0;
  border-bottom: solid #9dc2e1 1px;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
}
#insights-all .insight .inner .text .author-info .small-text.dib.iconblue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#insights-all .insight .inner .text .site-info {
  padding: 15px 0 0 0;
}
#insights-all .insight .inner .text .site-info h4 {
  min-height: 70px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#insights-all.forslick {
  overflow: hidden;
  white-space: nowrap;
}
#insights-all.forslick .inner {
  white-space: normal;
}
/* Pagination */
.visually-hidden {
  display: none;
}
.ccm-pagination-wrapper {
  display: block;
  padding-bottom: 60px;
  text-align: center;
}
.ccm-pagination-wrapper ul.pagination {
  margin: 0;
}
.ccm-pagination-wrapper ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: none;
  border: 0;
}
.ccm-pagination-wrapper ul.pagination li span,
.ccm-pagination-wrapper ul.pagination li span:hover,
.ccm-pagination-wrapper ul.pagination li span:focus,
.ccm-pagination-wrapper ul.pagination li a,
.ccm-pagination-wrapper ul.pagination li a:hover,
.ccm-pagination-wrapper ul.pagination li a:focus {
  background: none;
  border: 0;
  padding: 5px 5px;
  color: #58666d !important;
}
.ccm-pagination-wrapper ul.pagination li,
.ccm-pagination-wrapper ul.pagination li:hover,
.ccm-pagination-wrapper ul.pagination li:focus {
  background: none;
}
.ccm-pagination-wrapper ul.pagination li.active a,
.ccm-pagination-wrapper ul.pagination li.active span {
  color: #023b7e !important;
  font-weight: 600;
}
.ccm-pagination-wrapper ul.pagination li.prev span,
.ccm-pagination-wrapper ul.pagination li.next span,
.ccm-pagination-wrapper ul.pagination li.prev a,
.ccm-pagination-wrapper ul.pagination li.next a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #dae0e3;
  color: #58666d;
  font-size: var(--font-size-icon);
  cursor: pointer;
}
.ccm-pagination-wrapper ul.pagination li.disabled a,
.ccm-pagination-wrapper ul.pagination li.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Searchresult */
.searchResult h3 {
  margin: 0 0 15px 0 !important;
}
.searchResult h3 a,
.searchResult h3 a:hover,
.searchResult h3 a:focus {
  margin: 0 !important;
}
/* SLICK */
.navigate-slick {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 10px;
  /* Arrows */
  /* Dots */
}
.navigate-slick span.slick-arrow {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #dae0e3;
  color: #58666d;
  font-size: var(--font-size-icon);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: background 250ms ease-in-out, color 200ms ease-in-out;
}
.navigate-slick span.slick-arrow.icon-arrow-left {
  margin-right: 5px;
}
.navigate-slick span.slick-arrow.icon-arrow-right {
  margin-right: 15px;
}
.navigate-slick span.slick-arrow:hover {
  background: #9dc2e1;
  color: white;
}
.navigate-slick .slick-dots {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  margin: 0;
}
.navigate-slick .slick-dots li {
  display: inline-block;
  width: 25px;
  height: 1px;
  vertical-align: middle;
  list-style-type: none;
  background: #b6c0c6;
}
.navigate-slick .slick-dots li button {
  display: none;
}
.navigate-slick .slick-dots li.slick-active {
  background: #236fad;
}
.navigate-slick .slick-dots > li {
  display: inline-block;
}
.navigate-slick .slick-dots > li:only-child {
  display: none;
}
.navigate-slick .slick-dots li:last-child {
  margin: 0 30px 0 0;
}
.withbackground .slick-dots li {
  background: #91989c;
}
.withbackground .slick-dots li.slick-active {
  background: #fff;
}
.navigate-all {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.navigate-all .blue-text,
.navigate-all .white-text {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#deadend {
  margin-bottom: -90px;
}
#deadend section {
  padding-bottom: 90px;
}
/* Our work */
.logo-work-max-width {
  display: block;
  max-width: 100%;
  width: 275px;
}
#work-overview {
  margin: 0 -7.5px;
  font-size: 0;
}
#work-overview .inner {
  padding: 7.5px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
#work-overview .work-detail a.transition_a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #023b7e;
  width: 500px;
  max-width: 100%;
}
#work-overview .work-detail a.transition_a img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#work-overview .work-detail a.transition_a:after {
  content: '';
  pointer-events: none;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(35, 111, 173, 0) 50%, rgba(35, 111, 173, 0.5) 100%);
}
#work-overview .work-detail a.transition_a:before {
  content: '';
  pointer-events: none;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  background: linear-gradient(180deg, rgba(2, 59, 126, 0.5) 50%, #023b7e 100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
#work-overview .work-detail a.transition_a:hover:before {
  visibility: visible;
  opacity: 1;
  top: -100%;
  height: 200%;
}
#work-overview .work-detail a.transition_a .headliner {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 3;
}
#work-overview .work-detail a.transition_a .headliner h3 {
  margin: 0 !important;
}
#work-overview .work-detail a.transition_a:hover img {
  opacity: 0;
  visibility: hidden;
}
#start-work {
  padding: 0 0 50px 0;
}
#work-overview.related {
  display: block;
  margin: 0 -5px;
  overflow: hidden;
  background: #236fad;
  padding: 60px 0;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#work-overview.related .fontsize {
  font-size: var(--font-size-normal);
  text-align: center !important;
  white-space: normal;
}
#work-overview.related a:not(.btn),
#work-overview.related a:not(.btn):hover,
#work-overview.related a:not(.btn):focus,
#work-overview.related h1,
#work-overview.related .h1,
#work-overview.related h2,
#work-overview.related .h2,
#work-overview.related h3,
#work-overview.related .h3,
#work-overview.related h4,
#work-overview.related .h4,
#work-overview.related h5,
#work-overview.related .h5 {
  color: #fff !important;
}
#work-overview.related .inner {
  padding: 5px;
  max-width: 500px;
}
#work-overview.related .work-detail {
  text-align: left;
  position: relative;
}
#work-overview.related .work-detail .headliner {
  position: static !important;
}
#work-overview.related .work-detail .transform-area {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  left: 10%;
  right: 10%;
  bottom: 0%;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#work-overview.related .work-detail .transform-area hr {
  border-color: #9dc2e1;
}
#work-overview.related .work-detail .transform-area img {
  width: 100%;
  max-width: 150px;
  filter: brightness(0) invert(1);
}
#work-overview.related .work-detail .transform-area img,
#work-overview.related .work-detail .transform-area hr,
#work-overview.related .work-detail .transform-area .goback {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
#work-overview.related .work-detail .transform-area a,
#work-overview.related .work-detail .transform-area a:hover,
#work-overview.related .work-detail .transform-area a:focus {
  white-space: normal;
}
#work-overview.related .work-detail:hover .transform-area {
  bottom: 50%;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
}
#work-overview.related .work-detail:hover .transform-area img,
#work-overview.related .work-detail:hover .transform-area hr,
#work-overview.related .work-detail:hover .transform-area .goback {
  visibility: visible;
  opacity: 1;
}
#work-overview.related.nowhitespace {
  white-space: normal;
  text-align: left;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 2500px) {
  #work-overview.related .work-detail .inner {
    width: 20%;
  }
}
@media (max-width: 2000px) {
  #work-overview.related .work-detail .inner {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  #work-overview.related .work-detail .inner {
    width: 33.3333333%;
  }
}
@media (max-width: 1000px) {
  #work-overview.related .work-detail .inner {
    width: 50%;
  }
}
@media (max-width: 500px) {
  #work-overview.related .work-detail .inner {
    width: 100%;
  }
}
/* Our services */
.background-wood {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .background-wood {
    background-attachment: fixed !important;
  }
}
@media (max-width: 1024px) {
  .background-wood {
    background-attachment: scroll !important;
  }
}
#our-services {
  margin: 0 -7.5px;
  font-size: 0;
}
#our-services .service {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 7.5px;
}
#our-services .service .inner {
  background: #fff;
  padding: 20px;
  min-height: 250px;
}
#our-services .service .inner.diff {
  background: transparent;
  min-height: unset;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: none;
  margin: 0;
  background: none !important;
}
.table .max-width {
  width: 780px;
}
.table .table-cell {
  display: table-cell;
}
.table .table-cell.width-66 {
  width: 60%;
}
.table .table-cell.width-50 {
  width: 50%;
}
.table .table-cell.width-33 {
  width: 40%;
}
.table .table-cell.vertical-align-middle {
  vertical-align: middle;
}
.table .table-cell.vertical-align-top {
  vertical-align: top;
}
.table .table-cell.padding-right-60 {
  padding-right: 60px;
}
.table .table-cell.padding-right-30 {
  padding-right: 30px;
}
.table .table-cell.padding-left-60 {
  padding-left: 60px;
}
.table .table-cell.padding-left-30 {
  padding-left: 30px;
}
.table .table-cell.padding-bottom-60 {
  padding-bottom: 60px;
}
.table .table-cell.padding-bottom-40 {
  padding-bottom: 40px;
}
.table .table-cell.padding-top-60 {
  padding-top: 60px;
}
.table .table-cell.background {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 400px;
}
.home-section-table {
  max-width: 400px;
  padding-top: 60px;
}
.fullcontainer {
  display: block;
  width: calc(((100% - 1170px)  / 2) + 1170px);
}
.fullcontainer.right {
  float: right;
  padding-left: 15px;
}
.fullcontainer.left {
  padding-right: 15px;
}
.for-icon-text.left {
  padding-right: 30px;
}
.for-icon-text.right {
  padding-left: 30px;
}
.icon-text {
  display: table;
}
.icon-text .icon {
  display: table-cell;
  vertical-align: middle;
  width: 75px;
}
.icon-text .text {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.icon-text .text h1,
.icon-text .text .h1,
.icon-text .text h2,
.icon-text .text .h2,
.icon-text .text h3,
.icon-text .text .h3,
.icon-text .text h4,
.icon-text .text .h4,
.icon-text .text h5,
.icon-text .text .h5 {
  margin: 0 !important;
}
.teaser-additional {
  max-width: 270px;
}
.teaser-additional h1,
.teaser-additional .h1,
.teaser-additional h2,
.teaser-additional .h2,
.teaser-additional h3,
.teaser-additional .h3,
.teaser-additional h4,
.teaser-additional .h4,
.teaser-additional h5,
.teaser-additional .h5 {
  margin: 0 !important;
}
.teaser-additional.left {
  text-align: left;
}
.teaser-additional.center {
  text-align: center;
}
.teaser-additional.right {
  text-align: right;
}
.teaser-additional .upper-area {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 10px;
}
.teaser-additional .upper-area .first,
.teaser-additional .upper-area .second {
  display: table-cell;
  vertical-align: bottom;
}
.teaser-additional .upper-area .first {
  text-align: left;
}
.teaser-additional .upper-area .second {
  width: 115px;
}
.teaser-additional .lower-area {
  border-top: solid #9dc2e1 1px;
  padding: 10px 0 0 0;
  text-align: left;
}
.logos {
  display: block;
  font-size: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 -15px;
}
.logos .slick-list {
  padding: 0 0 30px 0;
  overflow: visible;
}
.logos .navigate-slick {
  font-size: initial;
}
.logos .logo {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 15px;
}
.logos .logo .inner {
  padding: 40px;
  height: 200px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.logos .logo .inner img {
  margin: auto;
  width: 100%;
  max-width: 250px;
  object-fit: contain;
  height: 100%;
}
.quotes-section {
  width: calc(((100% - 1170px)  / 2) + 1170px);
  display: block;
  float: right;
  position: relative;
  right: -500px;
  padding-left: 15px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.quotes-section .quote-box {
  background: #f0f4f6;
  padding: 60px 60px 50px 60px;
  width: 680px;
  margin: 60px 0;
  position: relative;
  right: 500px;
}
.quotes-section .quote-box .icon-box {
  float: left;
  display: block;
  width: 75px;
}
.quotes-section .quote-box .text-box {
  display: block;
  vertical-align: top;
  padding-left: 100px;
}
.quotes-section .quote-box .text-box .quotes {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 0;
  padding: 0 0 30px 0;
}
.quotes-section .quote-box .text-box .quotes .quote {
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  white-space: normal;
}
.quotes-section .quote-box .text-box .quotes .quote .name {
  padding: 15px 0 0 0;
}
.quotes-image-xs {
  display: none;
  height: 400px;
}
#searchResults .searchResult {
  margin: 40px 0;
}
.width-table-home {
  width: 587px;
}
#wrapper .onlyvisible-margin {
  margin: 5px 0 40px !important;
}
::marker {
  color: #2470ad;
  vertical-align: middle;
}
/* Smooth zoom effect on image hover */
.insight .inner {
  border-radius: 10px 10px 2px 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.insight .image {
  overflow: hidden;
  /* ensures zoomed image stays clipped */
  border-radius: 10px;
}
.insight .image img {
  transition: transform 0.6s ease, filter 0.6s ease;
  transform-origin: center center;
}
/* When hovering the entire card */
.insight:hover .image img {
  transform: scale(1.05);
  filter: brightness(1.1);
  /* optional - gentle pop */
}
.border-radius-10 img {
  border-radius: 6px 6px 6px 6px;
}
#preheader a:hover,
#footer a:hover {
  opacity: 0.9;
}
