/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999; }

.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: .6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

.error404 .main > .inner,
.search .main > .inner,
.page-template-default .main > .inner,
.blog-page .main > .inner {
  padding-top: 40px;
  padding-bottom: 40px; }
  .error404 .main > .inner h1,
  .search .main > .inner h1,
  .page-template-default .main > .inner h1,
  .blog-page .main > .inner h1 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative; }

.searchform label {
  display: block;
  margin-bottom: 8px; }

.searchform #s {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 105px);
  max-width: 450px;
  height: 40px;
  padding: 0 13px; }

.searchform #searchsubmit {
  width: 100px;
  min-width: 100px;
  border-radius: 3px;
  background-color: #06658e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 13px;
  vertical-align: middle;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  border: none;
  outline: none; }

.search .content .preview {
  padding: 10px;
  border: 1px dashed #ddd;
  margin-bottom: 30px; }
  .search .content .preview::after {
    content: '';
    display: table;
    clear: both; }

.search .content .preview__thumbnail {
  text-align: center;
  margin-bottom: 20px; }

.search .content .preview__content {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 12px; }

.search .content .preview__title a {
  color: #383838; }

.new_search {
  margin-top: 30px; }

.menu-site_map li {
  margin-bottom: 10px; }

@media screen and (min-width: 640px) {
  .search .content .preview__thumbnail {
    max-width: 200px;
    text-align: left;
    float: left;
    margin-bottom: 0; }
    .search .content .preview__thumbnail a {
      margin-right: 30px;
      margin-bottom: 10px;
      display: block; } }

@media screen and (min-width: 975px) {
  .error404 .main > .inner,
  .search .main > .inner,
  .page-template-default .main > .inner,
  .blog-page .main > .inner {
    padding-top: 100px;
    padding-bottom: 80px; }
  .search .content .preview {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .search .content .preview__thumbnail {
    max-width: 300px; } }

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

body {
  font-family: "Muli", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

iframe {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #16858d; }

p {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 27px; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style: none;
  padding: 0; }

section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }

ol {
  padding-left: 22px;
  margin-top: 8px;
  position: relative;
  line-height: 32px;
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 300; }
  ol li {
    padding-left: 10px; }
  ol ol {
    margin-top: 0; }
  ol ol li {
    font-size: 16px; }

table {
  border-collapse: collapse;
  margin-bottom: 30px;
  max-width: 100%;
  overflow-x: auto;
  display: block; }
  table td, table th {
    border: 1px solid #ccc;
    padding: 5px 10px; }

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px; }

blockquote {
  font-style: italic;
  font-family: serif; }

.main ul {
  list-style: disc; }

a:hover {
  text-decoration: underline; }

.inner-narrow {
  max-width: 1080px !important; }

.inner {
  padding: 0 15px;
  max-width: 1300px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.main ul {
  list-style: none; }
  .main ul li {
    position: relative;
    padding-left: 29px;
    line-height: 27px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px; }
    .main ul li:last-child {
      margin-bottom: 0; }
  .main ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    background-color: #a8cddc;
    border-radius: 50%; }

.content ul li {
  margin-bottom: 10px; }

.content ul ul {
  margin-top: 10px; }

#menu-icon {
  width: 30px;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #2a87ab;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #menu-icon span:nth-child(1) {
    top: 0px; }
  #menu-icon span:nth-child(2),
  #menu-icon span:nth-child(3) {
    top: 10px; }
  #menu-icon span:nth-child(4) {
    top: 20px; }
  #menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.header {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9; }
  .header .logo {
    text-align: center;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto; }

.close-nav {
  position: fixed;
  top: 20px;
  right: 260px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  z-index: 999;
  background-color: #2a87ab;
  cursor: pointer;
  display: none; }
  .close-nav::after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 4px;
    -webkit-transform: rotate(45deg) translateX(-2px);
    -ms-transform: rotate(45deg) translateX(-2px);
    transform: rotate(45deg) translateX(-2px);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    background-color: #fff; }
  .close-nav::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 4px;
    -webkit-transform: rotate(-45deg) translateX(-2px);
    -ms-transform: rotate(-45deg) translateX(-2px);
    transform: rotate(-45deg) translateX(-2px);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    background-color: #fff; }

.main-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  padding-bottom: 40px; }
  .main-nav::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 250px;
    background-color: rgba(0, 0, 0, 0.5); }
  .main-nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
  .main-nav ul ul {
    padding-top: 0; }
  .main-nav li {
    cursor: pointer;
    margin-bottom: 0; }
  .main-nav a {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none; }
  .main-nav li.current_page_item > a {
    color: #0d517b;
    font-weight: 700;
    position: relative; }
  .main-nav .sub-menu li.current_page_item > a {
    color: #0d517b;
    font-weight: 700;
    position: relative; }
  .main-nav .linkedin-share {
    padding: 10px 25px; }
    .main-nav .linkedin-share a {
      display: inline-block;
      vertical-align: middle; }
    .main-nav .linkedin-share .count {
      display: inline-block;
      vertical-align: middle;
      color: #4e4e4e;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 700;
      background: url(../images/linkedin-share.png) 0 0 no-repeat;
      background-size: 100% 100%;
      min-width: 48px;
      height: 20px;
      line-height: 20px;
      margin-top: -5px;
      padding-left: 11px;
      padding-right: 8px; }
  .main-nav .search {
    padding: 10px 25px;
    position: relative; }
    .main-nav .search #searchsubmit {
      border: none;
      background-color: transparent;
      outline: none;
      width: 18px;
      height: 19px;
      background: url(../images/magnifying-glass.svg) 0 0 no-repeat;
      font-size: 0;
      position: absolute;
      right: 36px;
      top: 50%;
      margin-top: -9px;
      padding: 0;
      background-repeat: no-repeat;
      min-width: auto; }
    .main-nav .search #s {
      height: 38px;
      border-radius: 4px;
      border: 1px solid #e9e9e9;
      background-color: #ffffff;
      width: 100%;
      padding-left: 15px;
      padding-right: 40px; }
      .main-nav .search #s::-webkit-input-placeholder {
        color: #989898;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        opacity: 1; }
      .main-nav .search #s:-moz-placeholder {
        color: #989898;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        opacity: 1; }
      .main-nav .search #s::-moz-placeholder {
        color: #989898;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        opacity: 1; }
      .main-nav .search #s:-ms-input-placeholder {
        color: #989898;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        opacity: 1; }
  .main-nav .bottom-nav .current-menu-ancestor > a {
    color: #0d517b;
    font-weight: 700; }
  .main-nav .top-nav {
    margin-top: 20px;
    padding-left: 0; }
    .main-nav .top-nav li {
      margin-bottom: 10px;
      margin-left: 25px; }
    .main-nav .top-nav a {
      font-family: Muli;
      font-size: 14px;
      font-weight: 400;
      color: #989898;
      text-transform: none; }
    .main-nav .top-nav .btn {
      width: 192px; }
    .main-nav .top-nav .btn a {
      color: #ffffff;
      font-family: Lora;
      font-size: 15px;
      font-weight: 700; }
  .main-nav .bottom-nav {
    padding-left: 0; }
    .main-nav .bottom-nav .menu-item-has-children > a {
      padding-right: 18px;
      position: relative;
      white-space: nowrap; }
      .main-nav .bottom-nav .menu-item-has-children > a::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        width: 10px;
        height: 5px;
        background: url(../images/arrow-down.svg) 0 0 no-repeat;
        margin-top: -2px; }
    .main-nav .bottom-nav .menu-btn a {
      height: 40px;
      border-radius: 3px;
      background-color: #06658e;
      color: #ffffff;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      margin-left: 25px;
      text-align: center;
      margin-right: 25px;
      margin-top: 20px; }
    .main-nav .bottom-nav .sub-menu {
      padding-left: 0;
      display: none; }
      .main-nav .bottom-nav .sub-menu li {
        padding-left: 20px; }
      .main-nav .bottom-nav .sub-menu a {
        color: #5f5f5f;
        text-transform: none; }
        .main-nav .bottom-nav .sub-menu a:hover {
          text-decoration: underline; }
    .main-nav .bottom-nav a {
      color: #383838;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 10px 25px;
      display: block; }
    .main-nav .bottom-nav .home-icon a {
      border-bottom: none; }

.menu-icon-wrap {
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px; }

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.btn {
  border-radius: 3px;
  background-color: #06658e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 13px;
  vertical-align: middle;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.btn:hover {
  background-color: #064f6d;
  text-decoration: none; }

.banner {
  background-size: cover;
  background-position: center top;
  padding: 60px 0;
  position: relative; }
  .banner .overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 60%, rgba(252, 252, 252, 0.5) 100%);
    background-image: -o-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 60%, rgba(252, 252, 252, 0.5) 100%);
    background-image: linear-gradient(148deg, #f8f8f8 0%, #f8f8f8 60%, rgba(252, 252, 252, 0.5) 100%);
    z-index: 1; }
  .banner .inner {
    position: relative;
    z-index: 3; }
  .banner .title {
    color: #000000;
    font-family: Cinzel;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: .2px; }
  .banner .subtitle {
    color: #868686;
    font-family: Muli;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px; }
    .banner .subtitle strong {
      color: #2a2a2a;
      font-weight: 600; }
  .banner .play-btn {
    margin-top: 40px;
    display: block;
    color: #23749b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none; }
    .banner .play-btn::before {
      content: '';
      width: 68px;
      height: 68px;
      display: inline-block;
      vertical-align: middle;
      background: url(../images/play.png) 0 center no-repeat;
      margin-right: 26px;
      background-size: contain; }

.our-clients {
  background-color: #002e3f;
  padding: 0; }
  .our-clients .black-arrow {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-bottom: 50px; }
    .our-clients .black-arrow::after {
      content: '';
      position: absolute;
      bottom: -38px;
      left: 50%;
      margin-left: -48vw;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 38px 47vw 0 47vw;
      border-color: #000000 transparent transparent transparent; }
  .our-clients .clients-wrap {
    padding-bottom: 15px;
    width: 100%; }
    .our-clients .clients-wrap .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .our-clients .clients-wrap img {
      display: block;
      margin-left: auto;
      margin-right: auto; }

.block-title {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin-bottom: 14px; }

.block-subtitle {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin-bottom: 30px; }

.solutions {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(35%, #fcfcfc), to(#d3d3d3));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fcfcfc 35%, #d3d3d3 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 35%, #d3d3d3 100%);
  background-image: linear-gradient(180deg, #fcfcfc 0%, #fcfcfc 35%, #d3d3d3 100%);
  padding-bottom: 0; }
  .solutions .link {
    position: absolute;
    top: -70px;
    bottom: -62px;
    left: -50px;
    right: -50px; }
  .solutions .item {
    position: relative;
    padding-top: 69px;
    padding-bottom: 46px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
    .solutions .item .overlay {
      background-color: #06658e;
      opacity: 0.9;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .solutions .item:nth-child(even) .overlay {
      background-color: #16858d; }
    .solutions .item .icon {
      text-align: center;
      margin-bottom: 16px; }
    .solutions .item .title {
      color: #ffffff;
      font-family: Cinzel;
      font-size: 19px;
      font-weight: 400;
      line-height: 30px; }
    .solutions .item .wrap {
      position: relative;
      z-index: 2; }

.section-blog {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section-blog .left {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .section-blog .person-img {
    width: 175px;
    height: 175px;
    background-color: #000000;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    position: relative; }
    .section-blog .person-img .linkedin-link {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 13px;
      bottom: 8px;
      background: url(../images/linkedin-icon.svg) 0 0 no-repeat; }
  .section-blog .from {
    color: #11737b;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center; }
  .section-blog .name {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 34px; }
  .section-blog .nav {
    margin: 0;
    list-style: none; }
    .section-blog .nav li {
      background-color: #f4f4f4;
      margin-bottom: 5px;
      padding-top: 9px;
      padding-bottom: 9px;
      padding-left: 24px;
      padding-right: 55px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-height: 70px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section-blog .nav li::before {
        display: none; }
      .section-blog .nav li a {
        color: #383838;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle; }
      .section-blog .nav li:last-child {
        border-radius: 3px;
        background-color: #06658e;
        margin-bottom: 0; }
        .section-blog .nav li:last-child a {
          color: #fff; }
    .section-blog .nav .icon {
      width: 34px;
      height: 34px;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .section-blog .entry-title {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .section-blog .excerpt {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }
  .section-blog .link {
    color: #16858d;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 9px; }
    .section-blog .link::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #16858d;
      margin-left: 13px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -4px; }
  .section-blog .entry {
    margin-bottom: 40px; }
    .section-blog .entry:last-child {
      margin-bottom: 0; }

.bg-text-section {
  background-color: #23728b;
  background-size: cover;
  background-position: center 0;
  color: #fff;
  position: relative; }
  .bg-text-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(296deg, rgba(48, 96, 139, 0.5) 0%, #16858d 100%);
    background-image: -o-linear-gradient(296deg, rgba(48, 96, 139, 0.5) 0%, #16858d 100%);
    background-image: linear-gradient(154deg, rgba(48, 96, 139, 0.5) 0%, #16858d 100%); }
  .bg-text-section .block-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 55px; }
    .bg-text-section .block-title strong {
      font-weight: 700; }
    .bg-text-section .block-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 127px;
      height: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #7aabb8; }
  .bg-text-section .text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }
    .bg-text-section .text p {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
  .bg-text-section .image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }

.testimonials-section {
  background-repeat: no-repeat;
  background-color: #d3d3d3; }
  .testimonials-section .item {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 40px 31px;
    margin-bottom: 30px; }
    .testimonials-section .item .title {
      color: #2a2a2a;
      font-family: "Muli", sans-serif;
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 21px;
      letter-spacing: .2px; }
    .testimonials-section .item .rating {
      margin-bottom: 16px; }
    .testimonials-section .item .text {
      color: #4c4c4c;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
    .testimonials-section .item .author {
      margin-top: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #989898;
      font-size: 14px;
      font-weight: 400; }
    .testimonials-section .item .photo {
      width: 29px;
      height: 29px;
      margin-right: 16px;
      display: inline-block;
      vertical-align: middle;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: -4px; }

.rating1 .star:nth-child(1) {
  background: url(../images/star-filled.svg) 0 0 no-repeat; }

.rating2 .star:nth-child(1),
.rating2 .star:nth-child(2) {
  background: url(../images/star-filled.svg) 0 0 no-repeat; }

.rating3 .star:nth-child(1),
.rating3 .star:nth-child(2),
.rating3 .star:nth-child(3) {
  background: url(../images/star-filled.svg) 0 0 no-repeat; }

.rating4 .star:nth-child(1),
.rating4 .star:nth-child(2),
.rating4 .star:nth-child(3),
.rating4 .star:nth-child(4) {
  background: url(../images/star-filled.svg) 0 0 no-repeat; }

.rating5 .star:nth-child(1),
.rating5 .star:nth-child(2),
.rating5 .star:nth-child(3),
.rating5 .star:nth-child(4),
.rating5 .star:nth-child(5) {
  background: url(../images/star-filled.svg) 0 0 no-repeat; }

.rating .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url(../images/star.svg) 0 0 no-repeat; }
  .rating .star:last-child {
    margin-right: 0; }

.bottom-form {
  background-color: #002e3f;
  position: relative;
  z-index: 9; }
  .bottom-form p {
    margin-bottom: 0; }
  .bottom-form .field {
    position: relative; }
  .bottom-form .block-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 14px; }
  .bottom-form .block-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: #60c8ce; }
  .bottom-form input {
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0 18px;
    border: none;
    width: 100%;
    margin-bottom: 15px; }
    .bottom-form input::-webkit-input-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .bottom-form input:-moz-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .bottom-form input::-moz-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .bottom-form input:-ms-input-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
  .bottom-form input[type="submit"] {
    height: 50px;
    border-radius: 3px;
    background-color: #2a87ab;
    color: #ffffff;
    font-family: Muli;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 0; }
  .bottom-form span.ajax-loader {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: 5px; }
  .bottom-form div.wpcf7-response-output {
    color: #fff;
    padding: 10px; }
  .bottom-form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    width: calc(100% - 30px);
    bottom: -12px;
    left: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.footer {
  padding-top: 50px;
  border-top: 1px solid #e9e9e9;
  position: relative; }
  .footer .wrap {
    margin-top: 40px; }
  .footer .col-title {
    color: #2a2a2a;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 23px; }
  .footer li {
    margin-bottom: 7px; }
    .footer li a {
      color: #18737a;
      font-family: Muli;
      font-size: 16px;
      font-weight: 600;
      line-height: 28px; }
  .footer .f-contacts {
    margin-top: 30px; }
  .footer .f-contact {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px; }
    .footer .f-contact::before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 17px;
      height: 17px; }
  .footer .tel a {
    color: #2a2a2a;
    font-weight: 700; }
  .footer .tel::before {
    background: url(../images/phone-icon.svg) right center no-repeat; }
  .footer .email a {
    color: #11737b;
    font-size: 16px;
    font-weight: 600; }
  .footer .email::before {
    background: url(../images/email-icon.svg) right center no-repeat; }
  .footer .btn {
    height: 50px;
    line-height: 50px;
    margin-top: 30px; }
  .footer .soc-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    margin-right: 22px; }
    .footer .soc-link:last-child {
      margin-right: 0; }
  .footer .linkedin {
    background-color: #247cb4;
    background-image: url(../images/linkedin.svg); }
    .footer .linkedin:hover {
      background-color: #236ca0; }
  .footer .facebook {
    background-color: #5071a9;
    background-image: url(../images/facebook.svg); }
    .footer .facebook:hover {
      background-color: #4b669b; }
  .footer .twitter {
    background-color: #68c6e1;
    background-image: url(../images/twitter.svg); }
    .footer .twitter:hover {
      background-color: #65b0cb; }
  .footer .soc {
    margin-top: 35px; }

.bottom-line {
  margin-top: 30px;
  padding-bottom: 50px; }
  .bottom-line .inner {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: center; }
  .bottom-line span {
    margin: 0 4px;
    color: #868686; }
  .bottom-line a {
    color: #868686; }
  .bottom-line .by {
    color: #11737b;
    font-weight: 700; }

.page-title-block {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0; }
  .page-title-block.version2 {
    position: relative;
    max-height: 440px;
    min-height: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center; }
    .page-title-block.version2.overlay {
      position: relative; }
      .page-title-block.version2.overlay::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6); }
      .page-title-block.version2.overlay .page-title,
      .page-title-block.version2.overlay .page-subtitle {
        width: auto;
        display: block;
        padding: 0;
        background-color: transparent; }
    .page-title-block.version2 .page-title,
    .page-title-block.version2 .page-subtitle {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      display: inline-block; }
    .page-title-block.version2 .page-subtitle {
      width: 100%; }
    .page-title-block.version2 .inner {
      position: relative;
      z-index: 2; }
  .page-title-block .inner:empty {
    height: 80px; }
  .page-title-block .links-block {
    position: relative;
    top: 38px;
    margin-left: -15px;
    margin-right: -15px; }
    .page-title-block .links-block .link {
      height: 104px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-size: cover !important;
      position: relative;
      max-width: 433px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px; }
      .page-title-block .links-block .link:nth-child(1) {
        background: #073243 url(../images/links-bg1.jpg) 0 0 no-repeat; }
      .page-title-block .links-block .link:nth-child(2) {
        background: #073243 url(../images/links-bg2.jpg) 0 0 no-repeat; }
      .page-title-block .links-block .link:nth-child(3) {
        background: #073243 url(../images/links-bg3.jpg) 0 0 no-repeat; }
    .page-title-block .links-block a {
      line-height: 30px;
      color: #ffffff;
      font-family: Cinzel;
      font-size: 18px;
      font-weight: 400;
      word-break: break-all; }
      .page-title-block .links-block a:hover {
        text-decoration: none; }
      .page-title-block .links-block a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
  .page-title-block .page-title {
    color: #ffffff;
    font-family: Cinzel;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 13px;
    letter-spacing: .4px; }
  .page-title-block .page-subtitle {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

.section-title {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  text-align: left;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px; }
  .section-title.center {
    text-align: center; }
  .section-title::after {
    content: '';
    height: 2px;
    width: 127px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #a8cddc; }
  .section-title strong {
    color: #2a2a2a;
    font-weight: 700; }
  .section-title a {
    color: #11737b;
    font-weight: 700; }

.gf-section {
  background-repeat: repeat-x;
  background-color: #e9e9e9;
  background-position: center 0; }
  .gf-section .col1 {
    margin-bottom: 30px; }
    .gf-section .col1 .btn {
      width: 206px; }

.white-block {
  border: 2px solid #2a87ab;
  background-color: #ffffff;
  padding: 31px 30px 30px 32px;
  max-width: 413px;
  margin-left: auto;
  margin-right: auto; }
  .white-block ul li {
    margin-bottom: 15px; }
  .white-block .block-title {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 23px;
    text-align: left; }

.strong-text {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  margin-top: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .strong-text a {
    color: #11737b;
    font-weight: 700; }
  .strong-text strong {
    color: #2a2a2a;
    font-weight: 700; }

.small-text {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 33px; }
  .small-text strong {
    color: #2a2a2a;
    font-weight: 700; }
  .small-text a {
    color: #11737b;
    font-weight: 700; }

.about-section1 .col1 {
  text-align: center;
  margin-bottom: 30px; }

.about-section1 .col2 .btn {
  width: 222px;
  margin-top: 10px; }

.about-section2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(50%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #fff 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #fff 50%, #fff 100%);
  background-image: linear-gradient(180deg, #efefef 0%, #fff 50%, #fff 100%); }
  .about-section2 .section-title {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    padding-bottom: 0;
    margin-bottom: 13px; }
    .about-section2 .section-title::after {
      display: none; }
  .about-section2 .section-subtitle {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px; }
  .about-section2 .person-img {
    width: 175px;
    height: 175px;
    background-color: #000000;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    position: relative; }
  .about-section2 .person-img .linkedin-link {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 13px;
    bottom: 8px;
    background: url(../images/linkedin-icon.svg) 0 0 no-repeat; }
  .about-section2 .from {
    color: #11737b;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center; }
  .about-section2 .name {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 34px; }
  .about-section2 .col1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 50px; }
  .about-section2 .col2 h2 {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 23px; }
    .about-section2 .col2 h2:not(:first-of-type) {
      margin-top: 43px; }

.timeline-section {
  background-size: cover;
  background-position: center 0; }
  .timeline-section .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px; }
  .timeline-section .ps__scrollbar-x-rail {
    opacity: 1 !important;
    background-color: #5d8b96 !important;
    height: 1px;
    bottom: 30px !important; }
  .timeline-section .ps__scrollbar-x {
    top: -4px !important;
    height: 7px !important;
    background-color: #9cbfcd !important;
    border-radius: 0 !important;
    cursor: pointer; }
    .timeline-section .ps__scrollbar-x::after {
      content: attr(data-text);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -23px;
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      white-space: nowrap;
      max-width: 150px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .timeline-section .text {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fefefe;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    padding: 15px;
    margin-top: 40px;
    position: relative; }
    .timeline-section .text:empty {
      display: none; }
    .timeline-section .text::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 19px 20px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .timeline-section .section-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px; }
    .timeline-section .section-title strong {
      color: inherit;
      font-weight: 700; }
    .timeline-section .section-title::after {
      background-color: #78a3ad; }
  .timeline-section .year {
    width: 119px;
    height: 119px;
    border: 1px solid #6999a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px; }
  .timeline-section .caption {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: center; }
  .timeline-section .item {
    width: calc(100% - 50px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 25px; }
    .timeline-section .item:hover .year {
      background-color: #6999a4; }

.partnerships-block {
  background-repeat: repeat-x;
  background-position: center 0; }
  .partnerships-block .section-title {
    padding-bottom: 0; }
    .partnerships-block .section-title::after {
      display: none; }
  .partnerships-block .partners {
    border: 2px solid #2a87ab;
    background-color: #ffffff;
    padding: 23px 20px;
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
    .partnerships-block .partners .logo-link {
      display: block;
      margin-bottom: 20px; }
      .partnerships-block .partners .logo-link img {
        width: 160px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor; }
      .partnerships-block .partners .logo-link:last-child {
        margin-bottom: 0; }
  .partnerships-block .partner {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    padding-top: 51px;
    position: relative; }
    .partnerships-block .partner:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .partnerships-block .col2 h2 {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .partnerships-block .col1 {
    text-align: center;
    margin-bottom: 30px; }
    .partnerships-block .col1 .btn {
      width: 200px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }

.btn-white {
  border-radius: 3px;
  border: 1px solid rgba(22, 133, 141, 0.35);
  color: #18737a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff; }
  .btn-white:hover {
    background-color: #fff; }

.anchor {
  position: absolute; }

.gcp-section {
  position: relative;
  z-index: 0; }

.text-img-block {
  position: relative;
  background-repeat: no-repeat; }
  .text-img-block .gradient {
    position: absolute;
    bottom: 0;
    height: 40vh;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    z-index: 1; }
  .text-img-block .inner {
    position: relative;
    z-index: 1; }
  .text-img-block .col1 {
    text-align: center;
    margin-bottom: 30px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
    .text-img-block .col1 .btn {
      display: block;
      max-width: 227px;
      width: 100%;
      margin-top: 20px;
      font-size: 12px; }
  .text-img-block .col2 h3 {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 43px;
    letter-spacing: .05px; }
  .text-img-block .col2 ul li {
    padding-left: 34px;
    margin-bottom: 15px; }

.slick-slide,
.slick-slide * {
  outline: none !important; }

.clients {
  background-color: #fff;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .clients .slick-slide img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }
  .clients .section-title {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 16px;
    text-align: center; }
    .clients .section-title::after {
      display: none; }
  .clients .section-subtitle {
    text-align: center;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px; }
  .clients .wrap {
    margin-top: 50px;
    padding: 0 30px; }
  .clients .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .clients .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 32px;
    outline: none; }
    .clients .slick-arrow::after {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: red;
      position: absolute;
      z-index: 2;
      background: url(../images/slider-arrow.svg) 0 0 no-repeat; }
    .clients .slick-arrow.slick-prev {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .clients .slick-arrow.slick-next {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.testimonials-block {
  padding-bottom: 80px;
  background-position: center 0;
  background-size: cover; }
  .testimonials-block .section-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-transform: none;
    text-align: center; }
    .testimonials-block .section-title::after {
      background-color: #7aabb7; }
  .testimonials-block .quote {
    color: #ffffff;
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: center; }
  .testimonials-block .author {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    margin-bottom: 31px; }
  .testimonials-block .logo {
    text-align: center;
    opacity: 0.6; }
    .testimonials-block .logo img {
      display: inline; }
  .testimonials-block .wrap {
    position: relative; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0;
  margin-bottom: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a8cddc;
    opacity: 0.5;
    margin: 0 5px;
    cursor: pointer;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
    .slick-dots li::before {
      display: none; }
    .slick-dots li.slick-active {
      opacity: 1;
      background-color: #fff; }
    .slick-dots li button {
      display: none; }

.careers {
  background-position: center 0; }
  .careers .strong-text {
    margin-top: 75px;
    max-width: 860px; }

.gcp-page .page-title-block .page-subtitle {
  max-width: 900px; }

.whats-new {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px; }
  .whats-new .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .whats-new .item {
    height: 216px;
    width: 100%;
    max-width: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px; }
    .whats-new .item:nth-child(2) .bottom, .whats-new .item:nth-child(4) .bottom {
      background-color: rgba(6, 101, 142, 0.9); }
    .whats-new .item .bottom {
      width: 100%;
      background-color: rgba(0, 46, 63, 0.9);
      min-height: 54px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 30px;
      padding-top: 2px; }
    .whats-new .item a {
      color: #ffffff;
      font-family: Cinzel;
      font-size: 19px;
      font-weight: 400;
      line-height: 30px; }
      .whats-new .item a:hover {
        text-decoration: none; }
      .whats-new .item a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .whats-new .item .icon {
      margin-right: 28px;
      margin-top: 4px; }

.icon-title {
  color: #383838;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }
  .icon-title .icon {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle; }

.contacts .narrow-wrap > p {
  color: #2a2a2a; }

.contacts .narrow-wrap {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto; }
  .contacts .narrow-wrap .icon-title {
    margin-bottom: 20px; }
    .contacts .narrow-wrap .icon-title .icon {
      margin-right: 20px;
      margin-top: 2px; }

.contacts {
  background-position: center 0; }

.contacts-block {
  border: 2px solid #2a87ab;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 40px; }
  .contacts-block h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 29px; }
  .contacts-block .wrap p {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px; }
    .contacts-block .wrap p a {
      color: #4c4c4c;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
    .contacts-block .wrap p:last-child {
      margin-bottom: 0; }
    .contacts-block .wrap p::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 21px;
      height: 18px;
      background-size: cover; }
    .contacts-block .wrap p.address::before {
      background: url(../images/home-icon.svg) 0 0 no-repeat; }
    .contacts-block .wrap p.fax::before {
      background: url(../images/fax-icon.svg) 0 0 no-repeat; }
    .contacts-block .wrap p.phone::before {
      background: url(../images/phone-icon2.svg) 0 0 no-repeat; }

.person-contact {
  margin-bottom: 20px; }
  .person-contact .name {
    font-size: 16px;
    line-height: 27px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0; }
  .person-contact .position {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0; }
  .person-contact .email {
    margin-bottom: 0; }
    .person-contact .email a {
      color: #11737b;
      font-weight: 600; }
  .person-contact .tel {
    margin-bottom: 0; }
    .person-contact .tel a {
      color: #4c4c4c;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }

.people-contacts-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px; }

.board {
  background-position: center 0;
  background-size: cover; }
  .board .section-title {
    color: #ffffff;
    font-family: Muli;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: left; }
    .board .section-title::after {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 129px; }
    .board .section-title strong {
      color: #fff;
      font-weight: 700; }
  .board .btn-white {
    background-color: transparent;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #fff;
    width: 100%;
    max-width: 233px;
    margin-top: 10px; }
  .board .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .board .hidden {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .board .item {
    margin-bottom: 40px;
    width: 100%; }
    .board .item .person-img {
      width: 175px;
      height: 175px;
      background-color: #000000;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      position: relative; }
    .board .item .linkedin-link {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 13px;
      bottom: 8px;
      background: url(../images/linkedin-icon.svg) 0 0 no-repeat; }
    .board .item .name {
      color: #ffffff;
      line-height: 26px;
      font-size: 17px;
      font-weight: 700;
      text-align: center; }
    .board .item .position {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      text-align: center; }
  .board .col2 {
    margin-top: 50px;
    border: 2px solid #7999a6;
    padding: 20px; }
    .board .col2 .title {
      color: #ffffff;
      font-size: 17px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      margin-bottom: 24px; }
    .board .col2 .people-list li {
      padding-left: 0;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      margin-bottom: 15px; }
      .board .col2 .people-list li:last-child {
        margin-bottom: 0; }
      .board .col2 .people-list li strong {
        display: block;
        font-weight: 700; }
    .board .col2 .people-list li::before {
      display: none; }

.faq {
  background-position: center 0; }

.questions {
  border: 2px solid #2a87ab;
  background-color: #ffffff;
  padding: 20px; }
  .questions h2 {
    color: #2a2a2a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px; }
    .questions h2:not(:first-child) {
      margin-top: 30px; }
  .questions ul {
    margin: 0;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    display: table; }
  .questions ul li {
    padding-left: 0;
    margin-bottom: 15px;
    color: #18737a;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px; }
    .questions ul li a {
      color: #18737a; }
    .questions ul li::before {
      display: none; }

.answer {
  position: relative; }
  .answer h2 {
    padding-right: 25px;
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: .1px; }
    .answer h2:not(:first-child) {
      margin-top: 43px; }
  .answer .totop {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #16858d;
    position: absolute;
    right: 0;
    top: 6px;
    background: url(../images/arrow.svg) 0 0 no-repeat; }

.icrg .text-img-block {
  padding-top: 0;
  padding-bottom: 0; }
  .icrg .text-img-block h2 {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 24px; }

.icrg + .two-cols-text {
  padding-top: 30px;
  background-color: #fff;
  margin-top: -30px; }

.quote-block {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 52px; }
  .quote-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 127px;
    background-color: #a9cedd; }
  .quote-block .quote {
    color: #2a2a2a;
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: .2px; }
  .quote-block .author {
    line-height: 27px;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1px; }
  .quote-block .who {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px; }

.products-section {
  background-size: cover;
  background-position: center 0; }
  .products-section .item {
    text-align: center; }
  .products-section .section-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: center; }
    .products-section .section-title::after {
      background-color: #79a4af; }
    .products-section .section-title strong {
      font-weight: 600;
      color: #fff; }
  .products-section .image {
    margin-bottom: 19px; }
  .products-section .wrap {
    padding: 0 20px; }
  .products-section .item {
    width: 130px;
    text-align: center;
    position: relative; }
    .products-section .item .image {
      text-align: center; }
      .products-section .item .image img {
        display: inline; }
    .products-section .item .caption {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      max-width: 130px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .products-section .item .caption:hover {
        text-decoration: none; }
      .products-section .item .caption::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
  .products-section .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 32px;
    outline: none; }
    .products-section .slick-arrow::after {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: red;
      position: absolute;
      z-index: 2;
      background: url(../images/slider-arrow.svg) 0 0 no-repeat; }
    .products-section .slick-arrow.slick-prev {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .products-section .slick-arrow.slick-next {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.two-cols-text {
  position: relative; }
  .two-cols-text .inner {
    position: relative;
    z-index: 1;
    max-width: 1130px !important; }
  .two-cols-text .gradient {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-height: 507px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background-image: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
    z-index: 1; }
  .two-cols-text .title {
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 50px; }
  .two-cols-text h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px; }
  .two-cols-text ul {
    margin-bottom: 35px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .two-cols-text ul:first-child {
      margin-top: 0; }
    .two-cols-text ul li {
      margin-bottom: 15px;
      padding-left: 33px; }

div.title-with-subtitle {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px; }
  div.title-with-subtitle ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 127px;
    background-color: #a9cedd; }
  div.title-with-subtitle .section-title {
    padding-bottom: 0;
    margin-bottom: 18px;
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    text-align: center; }
    div.title-with-subtitle .section-title::after {
      display: none; }
  div.title-with-subtitle .section-subtitle {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    margin-bottom: 0; }

.icrg-tib .col2 ul li {
  margin-bottom: 27px; }

.hidden {
  display: none; }

#wld_load_more {
  font-weight: 700;
  font-size: 18px; }

.post-item {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 41px; }
  .post-item::after {
    content: '';
    display: table;
    clear: both; }
  .post-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
  .post-item .post-title {
    color: #383838;
    font-family: Muli;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px; }
  .post-item .post-date-author {
    color: #4c4c4c;
    font-weight: 600;
    font-family: Muli;
    font-size: 14px;
    line-height: 25px;
    display: inline; }
  .post-item .post-date {
    display: inline; }
  .post-item .post-author {
    display: inline; }
    .post-item .post-author a {
      font-weight: 600;
      color: #11737b;
      font-family: Muli;
      font-size: 14px;
      line-height: 25px; }
  .post-item .post-category a {
    font-weight: 600;
    color: #11737b;
    font-family: Muli;
    font-size: 14px;
    line-height: 25px; }
  .post-item .post-comments {
    color: #18737a;
    font-family: Muli;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px; }
  .post-item .post-header {
    margin-bottom: 25px; }
  .post-item .post-text {
    color: #4c4c4c;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }
  .post-item .post-more {
    display: block;
    margin-top: 34px;
    width: 179px; }
  .post-item .post-thumbnail {
    margin-bottom: 20px; }

.sidebar {
  margin-top: 40px; }
  .sidebar .btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-radius: 3px;
    color: #ffffff;
    font-family: Muli;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }

.sidebar-block {
  border: 2px solid #2a87ab;
  background-color: #ffffff;
  padding: 41px 29px 39px 39px;
  margin-bottom: 30px; }
  .sidebar-block p:last-child {
    margin-bottom: 0; }
  .sidebar-block a {
    color: #11737b;
    font-weight: 600; }
  .sidebar-block blockquote {
    color: #18737a;
    font-family: Muli;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 24px;
    font-style: normal;
    margin-top: 5px; }
  .sidebar-block .author {
    color: #383838;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px; }
  .sidebar-block:nth-child(odd) {
    border-color: #bfbfbf;
    padding-bottom: 27px; }
  .sidebar-block h2 {
    color: #383838;
    font-family: Muli;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: .1px; }
  .sidebar-block ul li {
    color: #4c4c4c;
    padding-left: 0;
    margin-bottom: 15px;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }
    .sidebar-block ul li a {
      color: #18737a;
      font-family: Muli;
      font-size: 16px;
      font-weight: 600;
      line-height: 27px; }
  .sidebar-block li::before {
    display: none; }

.blog-section .gradient {
  max-height: 952px;
  height: 100%; }

.blog-section .inner {
  z-index: 2; }

.attachment-single_post {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px; }

.subscribe-section {
  position: relative;
  top: -80px;
  background-repeat: repeat-x;
  background-position: center 80px; }
  .subscribe-section .top {
    padding-bottom: 40px; }
  .subscribe-section .title {
    color: #000000;
    font-family: Cinzel;
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    margin-bottom: 20px; }
  .subscribe-section .inner {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    background-color: #fcfcfc;
    width: 90%;
    padding-top: 30px;
    z-index: 2; }
  .subscribe-section .format-label {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 22px;
    text-align: center; }
  .subscribe-section .radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
  .subscribe-section .btn {
    width: 137px;
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .subscribe-section .bottom {
    border-top: 1px solid #d4d4d4;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px; }
    .subscribe-section .bottom .text {
      text-align: center;
      color: #4c4c4c;
      font-size: 16px;
      font-weight: 300;
      line-height: 31px; }
      .subscribe-section .bottom .text a {
        color: #fb0007;
        font-weight: 400; }

.cat-header .caption {
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.categories-wrap .wrap {
  margin-top: 30px;
  margin-bottom: 30px; }

.categories-wrap .item {
  background-size: cover; }
  .categories-wrap .item:nth-child(odd) {
    background: url(../images/category-bg1.jpg) 0 0 no-repeat; }
  .categories-wrap .item:nth-child(3) {
    background: url(../images/category-bg3.jpg) 0 0 no-repeat; }
  .categories-wrap .item:nth-child(even) {
    background: url(../images/category-bg2.jpg) 0 0 no-repeat; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + .block-label {
    height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .5px solid #ffffff;
    color: #ffffff;
    font-family: Cinzel;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden; }
    input[type="checkbox"] + .block-label::before {
      display: none; }
    input[type="checkbox"] + .block-label::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0b4963;
      opacity: 0.9;
      z-index: -1;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s; }
  input[type="checkbox"]:checked + .block-label::before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    background: url(../images/checkmark-white.svg) center no-repeat;
    margin-right: 18px; }
  input[type="checkbox"]:checked + .block-label::after {
    background-color: #16858d; }
  input[type="checkbox"] + label {
    position: relative;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px; }
    input[type="checkbox"] + label::before {
      content: '';
      width: 21px;
      height: 21px;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      border: 1px solid #bfbfbf;
      background-color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      margin-top: -2px; }
  input[type="checkbox"]:checked + label::before {
    background: #fff url(../images/checkmark.svg) center no-repeat; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    position: relative;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px; }
    input[type="radio"] + label::before {
      content: '';
      width: 32px;
      height: 32px;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border: 1px solid #bfbfbf;
      background-color: #ffffff;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
  input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-color: #2a87ab;
    border-radius: 50%; }

.fields-wrap {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto; }
  .fields-wrap .field {
    margin-bottom: 29px; }
  .fields-wrap input,
  .fields-wrap select {
    height: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    padding: 0 24px;
    width: 100%; }
    .fields-wrap input::-webkit-input-placeholder,
    .fields-wrap select::-webkit-input-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .fields-wrap input:-moz-placeholder,
    .fields-wrap select:-moz-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .fields-wrap input::-moz-placeholder,
    .fields-wrap select::-moz-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
    .fields-wrap input:-ms-input-placeholder,
    .fields-wrap select:-ms-input-placeholder {
      color: #4c4c4c;
      font-family: Muli;
      font-size: 16px;
      font-weight: 400;
      opacity: 1; }
  .fields-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    background: url(../images/arrow-select.svg) right 20px center no-repeat; }
    .fields-wrap select option[disabled] {
      display: none; }
  .fields-wrap select::-ms-expand {
    display: none; }

.big-video .title {
  color: #383838;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px; }

.big-video .description {
  color: #23749b;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 24px; }

.big-video .subscribe-link {
  margin-bottom: 24px;
  display: block; }

.big-video .wrap {
  margin-top: 30px;
  margin-bottom: 30px; }

.all-videos .top {
  margin-bottom: 39px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.all-videos label {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  margin-right: 17px; }

.all-videos input,
.all-videos select {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  padding: 0 24px;
  width: 100% !important; }
  .all-videos input::-webkit-input-placeholder,
  .all-videos select::-webkit-input-placeholder {
    color: #868686;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }
  .all-videos input:-moz-placeholder,
  .all-videos select:-moz-placeholder {
    color: #868686;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }
  .all-videos input::-moz-placeholder,
  .all-videos select::-moz-placeholder {
    color: #868686;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }
  .all-videos input:-ms-input-placeholder,
  .all-videos select:-ms-input-placeholder {
    color: #868686;
    font-family: Muli;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; }

.all-videos select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  background: #fff url(../images/triangle.svg) right 19px center no-repeat;
  max-width: 279px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400; }
  .all-videos select option[disabled] {
    display: none; }

.all-videos #searchform2 {
  position: relative;
  max-width: 279px;
  margin-bottom: 15px; }
  .all-videos #searchform2 #s2 {
    padding-right: 40px;
    height: 50px;
    padding-left: 24px; }
  .all-videos #searchform2 #searchsubmit2 {
    border: none;
    background-color: transparent;
    outline: none;
    width: 18px !important;
    height: 18px;
    background: url(../images/magnifying-glass-gray.svg) 0 0 no-repeat;
    font-size: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -9px;
    padding: 0;
    background-repeat: no-repeat;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }

.all-videos .item {
  margin-bottom: 43px; }
  .all-videos .item .youtube__link {
    text-align: center;
    display: block;
    margin-bottom: 19px;
    position: relative;
    outline: none; }
    .all-videos .item .youtube__link::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 3px;
      left: 0;
      right: 0;
      background-color: #000000;
      opacity: 0.2; }
    .all-videos .item .youtube__link::before {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 3px;
      left: 0;
      right: 0;
      background: url(../images/play2.svg) center no-repeat;
      z-index: 1; }
  .all-videos .item .title {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px; }
  .all-videos .item .description {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }

.prstv-section .gradient {
  height: 100%;
  max-height: 952px; }

.prstv-section .inner {
  z-index: 2; }

.single-post .back_link {
  display: block;
  margin-top: 30px; }

.sidebar .see-more {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 0; }

ul.menu-site_map {
  margin-top: -10px; }
  ul.menu-site_map li {
    margin-bottom: 10px; }
  ul.menu-site_map .sub-menu {
    margin-top: 10px;
    display: block !important; }

#freesamplerequest-form-container {
  background-color: #fff !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px; }
  #freesamplerequest-form-container input.btn {
    background-color: #06658e;
    margin-top: 30px;
    margin-bottom: 10px; }
  #freesamplerequest-form-container select {
    padding-right: 40px; }
  #freesamplerequest-form-container .mfp-close {
    margin-top: 20px; }

#catapultCookie {
  background-color: #06658e; }

.break-avoid-block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative; }
  .break-avoid-block * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative; }

#video-1 {
  text-align: center; }
  #video-1 .mfp-close {
    color: #fff !important; }
  #video-1 video {
    height: 100%;
    width: 75%; }

.sgpb-popup-dialog-main-div-theme-wrapper-2 {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw - 64px);
  max-width: 640px; }

.sgpb-content {
  width: auto !important;
  border: none !important;
  background-color: #fcfcfc !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
  max-width: none !important; }
  .sgpb-content.ps--active-y {
    position: relative;
    overflow: hidden !important; }

.popup-block {
  max-width: 640px; }
  .popup-block h2 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    font-family: Cinzel, serif;
    margin-bottom: 10px; }
  .popup-block p {
    color: #666; }
    .popup-block p:last-child {
      margin-bottom: 0; }
  .popup-block .btn {
    min-width: 153px; }
  .popup-block h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 26px; }
  .popup-block .date {
    color: #aaa;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: auto; }
  .popup-block .title-wrap {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup-block .text-content {
    padding: 35px 20px; }

.as-seen-on {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }
  .as-seen-on .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .as-seen-on .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .as-seen-on .logos-wrap a {
      margin: 10px 15px; }
      .as-seen-on .logos-wrap a img {
        margin-left: auto;
        margin-right: auto; }
  .as-seen-on .slick-list {
    width: 100%; }
  .as-seen-on .title {
    color: #777;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }

@media screen and (max-width: 520px) {
  .footer .f-contact {
    font-size: 15px;
    word-break: break-all; }
  .wp-paginate .title {
    display: block; }
  ol.wp-paginate li {
    padding-left: 0; }
  .wp-paginate a {
    padding: 4px 5px !important; } }

@media screen and (min-width: 540px) {
  .cat-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cat-header .caption {
      margin-bottom: 0; }
  .categories-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .categories-wrap .item {
    width: 50%; }
  .fields-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fields-wrap .field {
    width: calc(50% - 10px); } }

@media screen and (min-width: 440px) {
  .page-title-block.with-links {
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 52px; }
    .page-title-block.with-links .inner {
      position: static; }
    .page-title-block.with-links .links-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: -52px;
      height: 104px;
      z-index: 1;
      margin-left: 0;
      margin-right: 0; }
      .page-title-block.with-links .links-block .link {
        margin-left: 0;
        margin-right: 0;
        width: 33.333%; } }

@media screen and (max-width: 640px) {
  iframe {
    height: auto; } }

@media screen and (min-width: 640px) {
  .header {
    position: relative; }
  .our-clients .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .our-clients .black-arrow {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    padding-left: 15px;
    padding-top: 0; }
    .our-clients .black-arrow::before, .our-clients .black-arrow::after {
      width: 48px;
      height: 50%;
      position: absolute;
      left: 100%;
      content: ""; }
    .our-clients .black-arrow:before {
      top: 0px;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #000), color-stop(50%, transparent));
      background: -webkit-linear-gradient(left bottom, #000 50%, transparent 50%);
      background: -o-linear-gradient(left bottom, #000 50%, transparent 50%);
      background: linear-gradient(to right top, #000 50%, transparent 50%); }
    .our-clients .black-arrow:after {
      top: 50%;
      background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #000), color-stop(50%, transparent));
      background: -webkit-linear-gradient(left top, #000 50%, transparent 50%);
      background: -o-linear-gradient(left top, #000 50%, transparent 50%);
      background: linear-gradient(to right bottom, #000 50%, transparent 50%);
      margin-left: 0;
      border: none; }
  .person-contact {
    margin-bottom: 0; }
  .our-clients .clients-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 15px; }
    .our-clients .clients-wrap a {
      margin: 10px 10px; }
  .solutions + div {
    padding-top: 270px; }
  .solutions .solutions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 215px;
    margin-top: -215px; }
    .solutions .solutions-wrap .item {
      width: 50%; }
  .section-blog .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-blog .entry {
    width: 50%;
    padding: 0 3%; }
  .bottom-form .field {
    width: 48%;
    display: inline-block;
    margin-right: 3.3%; }
    .bottom-form .field:nth-child(odd) {
      margin-right: 0; }
  .bottom-form div.wpcf7-response-output {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0; }
  .footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .block-title {
    width: 100%; }
  .footer .col1 {
    width: 48%;
    margin-right: 4%; }
  .footer .col2 {
    width: 48%; }
  .footer .col3 {
    width: 48%;
    margin-top: 30px; }
  .footer .col4 {
    width: 48%;
    margin-top: 30px; }
  .footer .f-contacts {
    margin-top: 0; }
  .timeline-section .item {
    width: calc(50% - 50px); }
  .whats-new .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .whats-new .item {
    width: 50%; }
    .whats-new .item:nth-child(4) .bottom {
      background-color: rgba(0, 46, 63, 0.9); }
    .whats-new .item:nth-child(2) .bottom, .whats-new .item:nth-child(3) .bottom {
      background-color: rgba(6, 101, 142, 0.9); }
  .contacts-block .wrap {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px; }
  .people-contacts-wrap {
    padding-bottom: 35px;
    -webkit-column-count: 2;
    column-count: 2; }
  .board .btn {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .board .item {
    width: 48%; }
  .questions {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
  .two-cols-text .wrap {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: 1px solid #e9e9e9;
    column-rule: 1px solid #e9e9e9;
    line-break: strict; }
  .post-item {
    position: relative; }
    .post-item .post-title {
      padding-right: 120px; }
    .post-item .post-comments {
      position: absolute;
      top: 3px;
      right: 0; }
    .post-item .post-thumbnail {
      float: right;
      margin-left: 55px;
      margin-top: 7px; }
  .all-videos .top .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .all-videos .top .wrap #searchform2 {
      margin-bottom: 0;
      width: 48%; }
    .all-videos .top .wrap .sort {
      width: 48%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .all-videos .top .wrap .sort form {
        width: 100%;
        text-align: right;
        max-width: 279px; }
      .all-videos .top .wrap .sort label {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .all-videos > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto; }
    .all-videos > .wrap .item {
      width: 47%; }
      .all-videos > .wrap .item:nth-child(odd) {
        margin-right: 6%; }
      .all-videos > .wrap .item:nth-child(2n + 2) {
        margin-right: 0; }
  #video-1 {
    text-align: center; }
    #video-1 .mfp-close {
      left: 75%; }
    #video-1 video {
      width: 50%;
      max-width: 952px; }
  .popup-block .text-content {
    padding: 35px 40px 71px; }
  .popup-block .title-wrap {
    margin-bottom: 42px; }
  .popup-block .alignright {
    margin-top: 8px;
    margin-left: 51px;
    margin-bottom: 35px; }
  .popup-block p .btn {
    margin-top: 12px; } }

@media screen and (min-width: 768px) {
  .banner .overlay1 {
    background-image: -webkit-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 50%, rgba(252, 252, 252, 0.8) 60%, rgba(252, 252, 252, 0) 100%);
    background-image: -o-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 50%, rgba(252, 252, 252, 0.8) 60%, rgba(252, 252, 252, 0) 100%);
    background-image: linear-gradient(148deg, #f8f8f8 0%, #f8f8f8 50%, rgba(252, 252, 252, 0.8) 60%, rgba(252, 252, 252, 0) 100%); }
  .banner .inner {
    padding-right: 40%; }
  .solutions + div {
    padding-top: 190px; }
  .solutions .solutions-wrap {
    top: 130px;
    margin-top: -130px; }
    .solutions .solutions-wrap .item {
      width: 33.33%; }
  .bg-text-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .bg-text-section .image {
    width: 330px; }
  .bg-text-section .text {
    width: calc(100% - 360px); }
  .gf-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .gf-section .wrap .col1 {
      width: calc(100% - 350px); }
    .gf-section .wrap .col2 {
      width: 313px;
      margin-top: 7px; }
  .partnerships-block .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .partnerships-block .partners .logo-link {
      margin-bottom: 0; }
  .partnerships-block .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .partnerships-block .partner:not(:first-child) .col1 {
      margin-top: 6px; }
      .partnerships-block .partner:not(:first-child) .col1 .btn {
        margin-top: 53px; }
    .partnerships-block .partner .col1 {
      width: 200px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .partnerships-block .partner .col2 {
      width: calc(100% - 269px);
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .text-img-block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .text-img-block .wrap .col1 {
      text-align: left;
      margin-bottom: 0;
      width: 200px; }
      .text-img-block .wrap .col1 .btn {
        margin-top: 36px; }
    .text-img-block .wrap .col2 {
      width: calc(100% - 249px); }
  .text-img-block.right .wrap .col1 {
    margin-right: 0;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .text-img-block.right .wrap .col1 .btn {
      margin-right: 0;
      margin-left: auto; }
  .text-img-block.right .wrap .col2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .board .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .board .item {
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
  .board .col1 {
    width: calc(100% - 280px); }
  .board .col2 {
    margin-top: 0;
    width: 250px; }
  .answers-wrap {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
  .with-sidebar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .with-sidebar .inner .content {
      width: calc(100% - 240px);
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 11px; }
    .with-sidebar .inner .sidebar {
      width: 210px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0; }
  .sidebar-block {
    padding: 20px 20px 5px; }
  .categories-wrap .item {
    width: 33.33%; }
  .fields-wrap .field {
    width: calc(50% - 20px); }
  .page-title-block .inner:empty {
    height: 180px; }
  .subscribe-section {
    top: 0;
    margin-top: -140px;
    background-position: center 140px; }
  #freesamplerequest-form-container .mfp-close {
    right: 50%;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px); } }

@media screen and (min-width: 975px) {
  .main {
    padding-top: 123px;
    -webkit-transition: padding .4s;
    -o-transition: padding .4s;
    transition: padding .4s; }
  .as-seen-on .logos-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .before-bf {
    padding-bottom: 254px !important; }
  .header.fixed {
    padding-top: 5px;
    padding-bottom: 0; }
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transition: padding .4s;
    -o-transition: padding .4s;
    transition: padding .4s; }
    .header .main-nav {
      position: static;
      display: block !important;
      overflow: visible;
      max-height: none !important;
      width: calc(100% - 150px);
      text-align: right;
      padding-bottom: 0; }
      .header .main-nav::before {
        display: none; }
      .header .main-nav .home-icon {
        margin-top: 4px; }
    .header .menu-icon-wrap {
      display: none; }
    .header .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .header .logo {
      margin-right: 0;
      margin-left: 0;
      max-width: 140px; }
    .header li.current_page_item > a::before {
      content: '';
      position: absolute;
      bottom: -45px;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #2a87ab;
      -webkit-transition: bottom .4s;
      -o-transition: bottom .4s;
      transition: bottom .4s; }
    .header li.current_page_item > a,
    .header li.current-menu-ancestor > a {
      line-height: 18px; }
    @supports (-moz-transform: translate(0, 0)) {
      .header div li.current_page_item > a,
      .header div li.current-menu-ancestor > a {
        line-height: 17px; } }
    .header li.current-menu-ancestor > a::before {
      content: '';
      position: absolute;
      bottom: -19px;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #2a87ab;
      -webkit-transition: bottom .4s;
      -o-transition: bottom .4s;
      transition: bottom .4s; }
    .header .sub-menu li.current_page_item > a::before {
      display: none; }
    .header ul.sub-menu li.current_page_item > a {
      font-weight: 700; }
    .header li.menu-item-has-children.current_page_item > a::before {
      right: 17px; }
    .header li.menu-item-has-children.current-menu-ancestor > a::before {
      right: 17px;
      bottom: -46px; }
    .header.fixed li.current_page_item > a::before {
      bottom: -35px; }
    .header.fixed li.current-menu-ancestor > a::before {
      bottom: -8px; }
    .header.fixed li.current-menu-ancestor.menu-item-has-children > a::before {
      bottom: -35px; }
    .header.fixed .bottom-nav .sub-menu {
      margin-top: 8px; }
    .header .top-nav {
      position: static;
      margin-right: 0;
      margin-left: auto;
      margin-top: 0;
      width: calc(100% - 150px);
      max-width: none;
      margin-bottom: 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 11px;
      right: 0; }
      .header .top-nav .top-menu {
        margin-right: 38px; }
      .header .top-nav li.current_page_item > a::before {
        display: none; }
      .header .top-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .header .top-nav li {
        margin-right: 38px;
        margin-bottom: 0;
        margin-left: 0; }
        .header .top-nav li:last-child {
          margin-right: 0; }
    .header .linkedin-share {
      padding: 0;
      height: 20px;
      margin-right: 38px; }
    .header .search {
      width: 18px;
      height: 19px;
      padding: 0;
      position: relative;
      overflow: visible; }
      .header .search #s {
        position: absolute;
        right: 0;
        width: 420px;
        display: block;
        top: -10px; }
      .header .search #searchsubmit {
        right: 12px; }
      .header .search.closed {
        overflow: hidden; }
        .header .search.closed #s {
          display: none; }
        .header .search.closed #searchsubmit {
          right: 0; }
    .header .menu-btn {
      margin-top: -12px; }
      .header .menu-btn a {
        margin: 0 !important;
        width: 128px;
        line-height: 40px; }
    .header .bottom-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 35px;
      padding-left: 15px; }
      .header .bottom-nav a {
        padding: 0;
        border-bottom: none; }
      .header .bottom-nav > li {
        margin-left: 47px; }
      .header .bottom-nav > li:first-child {
        margin-left: 0; }
      .header .bottom-nav li.menu-item-has-children {
        position: relative; }
        .header .bottom-nav li.menu-item-has-children a {
          padding-right: 0; }
    .header .bottom-nav li:hover .sub-menu {
      display: block !important; }
    .header .bottom-nav li {
      position: relative; }
    .header .bottom-nav li:nth-last-child(2) .sub-menu {
      left: auto;
      right: -50px; }
    .header .bottom-nav .sub-menu {
      display: none;
      position: absolute;
      z-index: 99;
      left: 0;
      width: 341px;
      top: 100%;
      background-color: #fff;
      padding: 10px;
      -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
      box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
      margin-top: 15px;
      padding: 0;
      -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }
      .header .bottom-nav .sub-menu li {
        background-color: transparent;
        padding-left: 0; }
        .header .bottom-nav .sub-menu li a {
          color: #4c4c4c;
          font-size: 15px;
          font-weight: 400;
          line-height: 20px;
          padding: 15px 20px;
          border-bottom: 1px solid #a8cddc;
          text-align: left; }
          .header .bottom-nav .sub-menu li a:hover {
            background-image: -webkit-linear-gradient(311deg, rgba(6, 101, 142, 0.8) 0%, rgba(22, 133, 141, 0.8) 100%);
            background-image: -o-linear-gradient(311deg, rgba(6, 101, 142, 0.8) 0%, rgba(22, 133, 141, 0.8) 100%);
            background-image: linear-gradient(139deg, rgba(6, 101, 142, 0.8) 0%, rgba(22, 133, 141, 0.8) 100%);
            color: #ffffff;
            font-weight: 600;
            text-decoration: none; }
        .header .bottom-nav .sub-menu li:last-child a {
          border-bottom: none; }
      .header .bottom-nav .sub-menu::after {
        content: '';
        position: absolute;
        top: -20px;
        height: 20px;
        left: 0;
        right: 0; }
  .bottom-form {
    padding-top: 0;
    margin-top: -179px;
    background-color: transparent; }
    .bottom-form .inner {
      background-color: #002e3f;
      padding-top: 85px;
      padding-bottom: 90px; }
    .bottom-form .form {
      margin-top: 62px;
      max-width: 925px;
      margin-left: auto;
      margin-right: auto; }
      .bottom-form .form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bottom-form .field {
      width: 19.6%;
      margin-right: 12px; }
      .bottom-form .field input {
        margin-bottom: 0; }
      .bottom-form .field:nth-child(odd) {
        margin-right: 12px; }
    .bottom-form input[type="submit"] {
      width: 118px;
      padding: 0;
      margin-bottom: 0; }
      .bottom-form input[type="submit"] .terms {
        padding-top: 36px; }
  .with-bottom-form + .footer {
    padding-top: 285px;
    margin-top: -223px; }
  .footer {
    padding-top: 104px; }
    .footer .wrap {
      margin-top: 84px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .footer .col1 {
      width: 21%;
      margin-right: 4%; }
    .footer .col2 {
      width: 27%;
      margin-right: 5.2%; }
    .footer .col3 {
      width: 16%;
      margin-right: 3.6%;
      margin-top: 0; }
    .footer .col4 {
      width: 23%;
      margin-top: 0;
      border-left: 1px solid #e9e9e9;
      padding-left: 4.5%; }
      .footer .col4 .btn {
        width: 100%; }
    .footer li {
      margin-bottom: 10px; }
  .banner {
    padding-top: 107px;
    padding-bottom: 83px; }
    .banner .overlay1 {
      background-image: -webkit-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 45%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 100%);
      background-image: -o-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 45%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 100%);
      background-image: linear-gradient(148deg, #f8f8f8 0%, #f8f8f8 45%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 100%); }
    .banner .play-btn {
      margin-top: 50px;
      margin-left: 5px; }
    .banner .inner {
      padding-left: 60px;
      padding-right: 700px; }
  .our-clients {
    position: relative; }
    .our-clients::before {
      content: '';
      position: absolute;
      left: 0;
      right: 50%;
      background-color: #000;
      top: 0;
      bottom: 0;
      z-index: 0; }
    .our-clients .black-arrow {
      z-index: 2;
      position: relative;
      width: 123px; }
    .our-clients .clients-wrap {
      position: relative;
      z-index: 1;
      background-color: #002e3f;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 100px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(100% - 110px);
      padding-left: 48px;
      margin-right: 0;
      margin-left: auto; }
      .our-clients .clients-wrap a {
        text-align: center;
        margin-bottom: 10px;
        display: block; }
  .solutions {
    padding-top: 103px;
    padding-bottom: 8px; }
    .solutions + div {
      padding-top: 232px; }
    .solutions .solutions-wrap {
      margin-top: -69px; }
    .solutions .item {
      padding-left: 50px;
      padding-right: 50px; }
  .section-blog {
    padding-bottom: 0; }
    .section-blog .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .section-blog .left {
      width: 270px; }
    .section-blog .right {
      width: calc(100% - 270px);
      border-left: 1px solid #e9e9e9;
      padding-left: 59px;
      margin-top: -9px;
      overflow: hidden; }
    .section-blog .entry {
      width: 30%;
      padding: 0;
      margin-right: 4%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 119px; }
      .section-blog .entry:last-child {
        margin-bottom: 119px; }
        .section-blog .entry:last-child::after {
          display: none; }
      .section-blog .entry .entry-title {
        padding-right: 38px; }
      .section-blog .entry .content {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
      .section-blog .entry:nth-child(3n + 3) {
        margin-right: 0;
        position: relative; }
        .section-blog .entry:nth-child(3n + 3)::after {
          content: '';
          position: absolute;
          right: -20px;
          left: -1000px;
          height: 1px;
          bottom: -63px;
          background-color: #e9e9e9; }
  .bg-text-section {
    padding-top: 99px;
    padding-bottom: 75px; }
    .bg-text-section .image {
      margin-right: 0;
      margin-top: 5px; }
    .bg-text-section .text {
      width: calc(100% - 415px); }
    .bg-text-section .block-title {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
  .testimonials-section {
    padding-top: 103px;
    padding-bottom: 287px; }
    .testimonials-section .testimonials {
      margin-top: 71px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .testimonials-section .testimonials .item {
        margin: 0;
        width: 32%; }
  .bottom-line {
    margin-top: 68px; }
  .page-title-block {
    padding-top: 77px;
    padding-bottom: 79px; }
    .page-title-block .inner:empty {
      height: 156px; }
  .page-title-block.with-links {
    padding-bottom: 130px;
    margin-bottom: 0; }
  .section-title {
    padding-bottom: 43px;
    margin-bottom: 53px; }
  .gf-section {
    padding-bottom: 220px; }
    .gf-section .wrap .col1 {
      width: calc(100% - 479px); }
      .gf-section .wrap .col1 .btn {
        margin-top: 55px; }
    .gf-section .wrap .col2 {
      width: 413px; }
    .gf-section .strong-text {
      margin-top: 89px;
      margin-bottom: 49px; }
  section {
    padding-top: 108px;
    padding-bottom: 40px; }
  .white-block {
    padding: 41px 45px 26px 40px; }
  .about-section1 {
    padding-top: 98px;
    padding-bottom: 73px; }
    .about-section1 .section-title {
      max-width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .about-section1 .section-title::after {
        bottom: -10px; }
    .about-section1 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 63px; }
      .about-section1 .wrap .col1 {
        width: 330px;
        margin-top: 7px; }
      .about-section1 .wrap .col2 {
        width: calc(100% - 399px); }
        .about-section1 .wrap .col2 .btn {
          margin-top: 15px; }
  .bottom-form + .about-section2 {
    padding-bottom: 50px; }
    .bottom-form + .about-section2 .wrap {
      margin-top: 0; }
  .about-section2 {
    padding-top: 99px;
    padding-bottom: 76px; }
    .about-section2 .wrap {
      margin-top: 93px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .about-section2 .wrap .col1 {
        width: 223px;
        padding-right: 37px;
        border-right: 1px solid #e9e9e9;
        border-bottom: none;
        margin-top: 8px;
        padding-top: 0; }
        .about-section2 .wrap .col1 .person-img {
          margin-left: 1px; }
      .about-section2 .wrap .col2 {
        width: calc(100% - 282px);
        padding-right: 10px; }
  .timeline-section {
    padding-top: 99px;
    padding-bottom: 350px; }
    .timeline-section .section-title::after {
      bottom: -10px; }
    .timeline-section .item {
      width: calc(33.33% - 50px);
      margin: 0 18px; }
    .timeline-section .timeline {
      margin-top: 64px; }
      .timeline-section .timeline .item:first-child {
        margin-left: 0; }
      .timeline-section .timeline .item:nth-last-child(3) {
        margin-right: 0; }
  .gradient {
    position: absolute;
    bottom: 0;
    height: 432px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
    z-index: 1; }
  .partnerships-block {
    padding-bottom: 253px;
    padding-top: 98px;
    position: relative;
    z-index: 0; }
    .partnerships-block .inner {
      position: relative;
      z-index: 2; }
    .partnerships-block .section-title {
      max-width: 950px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 51px; }
    .partnerships-block .partners {
      padding: 30px 30px;
      margin-bottom: 51px; }
    .partnerships-block .col2 h2 {
      margin-bottom: 24px; }
    .partnerships-block .col1 .btn {
      margin-top: 64px; }
  .anchor {
    top: -80px; }
  .gcp-section {
    padding-bottom: 250px; }
    .gcp-section .inner {
      max-width: 870px !important; }
    .gcp-section .wrap {
      margin-top: 0;
      margin-left: 6px; }
    .gcp-section .col2 {
      padding-right: 0; }
      .gcp-section .col2 ul {
        margin-top: 3px;
        margin-bottom: 27px; }
      .gcp-section .col2 ul li {
        padding-left: 37px; }
  .clients {
    padding-top: 50px; }
  .testimonials-block {
    padding-bottom: 280px; }
  .whats-new {
    position: relative;
    padding-top: 118px;
    padding-bottom: 240px; }
    .whats-new .gradient {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), to(#e9e9e9));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #e9e9e9 100%);
      height: 409px; }
    .whats-new .wrap {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
    .whats-new .item {
      width: 50%;
      margin-bottom: 50px; }
  .people-contacts-wrap {
    -webkit-column-gap: 100px;
    column-gap: 100px;
    padding-bottom: 42px;
    margin-bottom: 43px; }
  .contacts {
    padding-top: 99px;
    padding-bottom: 102px; }
    .contacts .inner {
      max-width: 768px !important; }
    .contacts h3 {
      margin-bottom: 15px; }
    .contacts .wrap {
      margin-top: 18px;
      -webkit-column-gap: 90px;
      column-gap: 90px;
      margin-right: -78px; }
    .contacts .icon-title {
      margin-bottom: 24px;
      letter-spacing: .2px; }
      .contacts .icon-title .icon {
        margin-top: -8px; }
    .contacts .contacts-block {
      padding: 40px 50px;
      padding-bottom: 42px;
      margin-bottom: 51px; }
  .board {
    padding-top: 99px;
    padding-bottom: 250px; }
    .board .section-title {
      padding-bottom: 52px;
      margin-bottom: 54px; }
    .board .inner-narrow {
      max-width: 1122px !important; }
    .board .col1 .btn-white {
      margin-top: 70px; }
    .board .wrap {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .board .hidden {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .board .item {
      width: 30%;
      margin-right: 5%;
      margin-left: 0; }
      .board .item:nth-child(3n+3) {
        margin-right: 0; }
  .questions {
    padding: 42px 50px;
    -webkit-column-gap: 73px;
    column-gap: 73px;
    padding-right: 60px; }
  .faq {
    padding-bottom: 253px; }
  .answers-wrap {
    margin-top: 102px; }
  .anchor {
    position: relative;
    top: -120px; }
  .icrg {
    background-position: center 0;
    padding-top: 95px;
    padding-bottom: 76px; }
  .quote-block {
    padding-bottom: 55px; }
  .products-section {
    padding-top: 99px;
    padding-bottom: 101px; }
    .products-section .wrap {
      padding: 0 80px; }
    .products-section .section-title {
      padding-bottom: 52px;
      margin-bottom: 55px; }
  .two-cols-text {
    padding-top: 99px;
    padding-bottom: 97px; }
    .two-cols-text .wrap {
      margin-top: 96px;
      -webkit-column-gap: 115px;
      column-gap: 115px;
      padding-left: 18px; }
  div.title-with-subtitle {
    padding-bottom: 54px;
    margin-bottom: 37px; }
  .with-sidebar .inner .content {
    width: calc(100% - 380px); }
  .with-sidebar .inner .sidebar {
    width: 310px; }
  .blog-section {
    padding-top: 132px; }
  .single-post {
    padding-top: 70px; }
  .subscribe-section {
    margin-top: -349px;
    background-position: center 349px; }
    .subscribe-section .gradient {
      max-height: 952px;
      height: 100%; }
    .subscribe-section .top,
    .subscribe-section .bottom {
      padding-left: 40px;
      padding-right: 40px; }
  .all-videos > .wrap {
    max-width: 922px; }
    .all-videos > .wrap .item {
      width: 30%; }
      .all-videos > .wrap .item:nth-child(odd) {
        margin-right: 5%; }
      .all-videos > .wrap .item:nth-child(2n + 2) {
        margin-right: 5%; }
      .all-videos > .wrap .item:nth-child(3n + 3) {
        margin-right: 0; }
  .icrg + .two-cols-text {
    margin-top: -60px; }
  .sitemap-section {
    padding-bottom: 40px; }
  ul.menu-site_map {
    margin-top: -60px; }
  .has-cookie-bar .header {
    top: 62px; } }

@media screen and (min-width: 1200px) {
  .inner {
    padding-left: 0;
    padding-right: 0; }
  .our-clients .black-arrow {
    width: 183px; }
  .our-clients .clients-wrap {
    width: calc(100% - 170px);
    padding-left: 78px; }
  .timeline-section {
    padding-bottom: 272px; }
    .timeline-section .timeline {
      padding-bottom: 94px; }
    .timeline-section .item {
      width: 150px;
      cursor: pointer;
      position: relative; }
      .timeline-section .item:nth-last-child(5):hover .text,
      .timeline-section .item:nth-last-child(4):hover .text,
      .timeline-section .item:nth-last-child(3):hover .text {
        left: auto;
        right: 100%; }
        .timeline-section .item:nth-last-child(5):hover .text:after,
        .timeline-section .item:nth-last-child(4):hover .text:after,
        .timeline-section .item:nth-last-child(3):hover .text:after {
          left: auto;
          right: -18px;
          border-width: 20px 0 20px 19px;
          border-color: transparent transparent transparent #ffffff; }
      .timeline-section .item:hover {
        z-index: 1; }
      .timeline-section .item:hover .text {
        display: block;
        position: absolute;
        left: calc(100% + 33px);
        width: 403px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        background-color: #fefefe;
        top: 38px;
        margin-top: 0;
        padding: 38px 43px 34px 43px; }
        .timeline-section .item:hover .text::after {
          border-width: 20px 19px 20px 0;
          border-color: transparent #ffffff transparent transparent;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -18px;
          z-index: 99; }
    .timeline-section .text {
      display: none; }
  .partnerships-block .partners {
    padding: 38px 60px; }
  .clients {
    padding-top: 84px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 84px; }
    .clients .wrap {
      margin-top: 73px; }
  .testimonials-block .section-title {
    padding-bottom: 53px;
    margin-bottom: 50px; }
  .testimonials-block .quote {
    letter-spacing: .2px;
    margin-bottom: 31px; }
  .testimonials-block .author {
    margin-bottom: 23px; }
  .text-img-block {
    padding-top: 99px;
    background-color: #fff; }
    .text-img-block .gradient {
      height: 40%; }
    .text-img-block.tst {
      padding-bottom: 256px; }
      .text-img-block.tst + .clients {
        position: relative;
        z-index: 9;
        top: -181px; }
        .text-img-block.tst + .clients + .testimonials-block {
          margin-top: -362px;
          padding-top: 289px;
          padding-bottom: 356px; }
          .text-img-block.tst + .clients + .testimonials-block .slick-dots {
            bottom: -69px; }
    .text-img-block .section-title {
      max-width: 970px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 52px; }
    .text-img-block .wrap .col1 {
      width: 330px;
      margin-left: 0;
      margin-top: 8px; }
      .text-img-block .wrap .col1 .btn {
        font-size: 13px; }
    .text-img-block .wrap .col2 {
      width: calc(100% - 399px);
      padding-right: 13px; }
  .careers {
    padding-bottom: 69px; }
    .careers .section-title {
      max-width: 1030px; }
  .board {
    padding-bottom: 278px; }
    .board .col1 {
      width: calc(100% - 435px); }
      .board .col1 .btn-white {
        margin-top: 74px;
        position: relative;
        left: -11px; }
    .board .col2 {
      width: 379px;
      margin-top: 10px;
      padding: 41px 40px;
      padding-bottom: 17px; }
    .board .item .person-img {
      left: -3px; }
    .board .wrap {
      margin-left: -13px; }
    .board .hidden {
      margin-left: -13px; }
  .sidebar-block {
    padding: 41px 29px 39px 39px; }
  .subscribe-section .fields-wrap {
    margin-top: 70px; }
  .subscribe-section .title {
    margin-bottom: 42px; }
  .subscribe-section .inner {
    padding-top: 66px; }
  .subscribe-section .bottom {
    margin-left: 0;
    margin-right: 0; }
  .subscribe-section .top,
  .subscribe-section .bottom {
    padding-left: 80px;
    padding-right: 77px; }
  .subscribe-section .format-label {
    margin-top: 22px; }
  .subscribe-section .radio-wrap {
    margin-bottom: 48px; }
  .subscribe-section .top {
    padding-bottom: 80px; }
  .prstv-section {
    padding-top: 132px;
    position: relative; }
    .prstv-section .sidebar-block {
      padding-right: 40px; }
  .subscribe-link {
    position: absolute;
    right: 0;
    top: 20px; }
  .big-video .title {
    padding-right: 270px; }
  .big-video .description {
    padding-right: 270px; }
  .big-video .wrap {
    text-align: center;
    padding-left: 19px;
    margin-top: 52px;
    margin-bottom: 56px; }
  .banner .overlay1 {
    background-image: -webkit-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 35%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 80%);
    background-image: -o-linear-gradient(302deg, #f8f8f8 0%, #f8f8f8 35%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 80%);
    background-image: linear-gradient(148deg, #f8f8f8 0%, #f8f8f8 35%, rgba(252, 252, 252, 0.8) 55%, rgba(252, 252, 252, 0) 80%); } }
