@charset "UTF-8";
/*
Theme Name: Synergia
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=53d136fc-7299-4b5b-ad0f-f8d45ac294f1&fontids=1475496,1475508,1475556");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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] {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

/* Embedded fonts styles */
@font-face {
  font-family: "Avenir";
  src: url("fonts/1475496/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("fonts/1475496/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("fonts/1475496/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("fonts/1475496/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("fonts/1475496/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/1475508/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
  src: url("fonts/1475508/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"), url("fonts/1475508/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"), url("fonts/1475508/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"), url("fonts/1475508/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("fonts/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("fonts/1475556/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("fonts/1475556/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("fonts/1475556/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype");
  font-weight: 900;
}
/* custom select styles */
.jcf-select {
  display: inline-block !important;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #f00;
}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?m8jxss");
  src: url("fonts/icomoon.eot?m8jxss#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?m8jxss") format("truetype"), url("fonts/icomoon.woff?m8jxss") format("woff"), url("fonts/icomoon.svg?m8jxss#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-letter:before {
  content: "";
}

.icon-icon-01:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.footer-columns, .logo, .contacts-list, .list-offices, .staff-section ul, .four-columns, .tree-column, .content .filter-holder .nav-tabs, .content .filter-holder .tabset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #f9f7f3;
  background: #1d1c2f;
  font: 18px/1.67 "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #00628c;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c0c9cb;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #c0c9cb;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #899a9e;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #899a9e;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #899a9e;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #899a9e;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #899a9e;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.67em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.67em;
}

th, td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

.widget {
  margin-bottom: 1.67em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000;
  color: #f9f7f3;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.67em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.67em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.67em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.67em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #f9f7f3;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.67em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #f9f7f3;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.67em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.67em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.67em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.67em;
}

.mejs-container {
  margin-bottom: 1.67em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

/* ---------------------------------------------------------
 Сommon site styles
---------------------------------------------------------*/
@media (max-width: 767px) {
  body {
    line-height: 1.375;
  }
}

a {
  transition: color 0.3s;
}
a:hover {
  color: #009dc4;
}

blockquote {
  color: #112841;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  border: none;
  letter-spacing: 0.01em;
  padding: 0 0 14px 0;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 26px;
    padding: 18px 0 20px 0;
    margin-bottom: 30px;
  }
}
blockquote q {
  position: relative;
}
blockquote q:before, blockquote q:after {
  font-style: italic;
}
blockquote q:before {
  position: absolute;
  top: 0;
  left: -19px;
}
@media (min-width: 1024px) {
  blockquote q:before {
    left: -20px;
  }
}
blockquote q:after {
  right: 5px;
}

/* main container styles */
#wrapper {
  position: relative;
  overflow: hidden;
  background: 50% 50%/cover;
  z-index: 2;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  #wrapper {
    padding: 0 108px;
  }
}
#wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 28, 47, 0.35);
  z-index: -1;
}

.container {
  max-width: 1000px;
  padding: 0 34px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
    padding: 0 80px;
  }
}

/* main informative part styles */
#main {
  padding: 0;
}

.promo {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
  background: 50% 50%/cover;
  min-height: 1242px;
  z-index: -1;
}
@media (max-width: 767px) {
  .promo {
    opacity: 0.25;
    min-height: 689px;
    background: 70% 50%/cover;
  }
}
.promo:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1c2f 100%);
}
@media (max-width: 767px) {
  .promo:after {
    height: 100px;
  }
}

.drop-active .drop-slide-wrapper, .hover .drop-slide-wrapper {
  z-index: 5;
}

/* main content styles */
.content {
  color: #112841;
}
@media (max-width: 767px) {
  .content {
    padding: 0 5px 0 34px;
  }
}
@media (max-width: 479px) {
  .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content.mobile-align {
    margin-right: -34px;
  }
}
@media (max-width: 479px) {
  .content.mobile-align {
    margin-right: -22px;
  }
}
.content .container {
  position: relative;
  z-index: 2;
  padding: 43px 22px 0;
}
@media (min-width: 1024px) {
  .content .container {
    padding: 40px 40px 0;
  }
}
@media (min-width: 1200px) {
  .content .container {
    padding: 80px 80px 0;
  }
}
.content .container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: -9999px;
  background: #f9f7f3;
  z-index: -1;
}
.content .filter-holder {
  position: absolute;
  top: -50px;
}
@media (max-width: 767px) {
  .content .filter-holder {
    left: 0;
  }
}
.content .filter-holder .tabset {
  background: #009dc4;
  padding: 19px 0 21px;
}
.content .filter-holder .tabset li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
@media (max-width: 1023px) {
  .content .filter-holder .tabset li {
    display: block !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .tabset li.tab-active a {
    background: #f9f7f3;
    color: #112841;
  }
}
.content .filter-holder .tabset li.tab-active a:hover {
  background-color: #009dc4;
  color: #f9f7f3;
}
.content .filter-holder .tabset li.tab-active a:after {
  background-color: rgba(249, 247, 243, 0.2);
}
.content .filter-holder .tabset li a {
  display: block;
  background: #899a9e;
  color: #f9f7f3;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  min-width: 183px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
  padding: 0 25px;
}
@media (max-width: 1023px) {
  .content .filter-holder .tabset li a {
    position: relative;
    background: #009dc4;
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
    padding: 2px 20px;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    height: 1%;
    text-align: left;
  }
}
.content .filter-holder .tabset li a:hover {
  background: #1baacd;
}
.content .filter-holder .tabset li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
  background-color: transparent;
  z-index: -1;
}
.content .filter-holder .tabset li a:empty {
  display: none;
}
.content .filter-holder .nav-tabs .open-drop {
  position: relative;
  display: none;
}
@media (max-width: 1023px) {
  .content .filter-holder .nav-tabs .open-drop {
    display: block;
    background: #009dc4;
    text-transform: uppercase;
    color: #f9f7f3;
    font-size: 15px;
    font-weight: bold;
    min-width: 277px;
    cursor: pointer;
    outline: none;
    line-height: 50px;
    padding: 0 20px;
  }
}
.content .filter-holder .nav-tabs .open-drop:before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  content: ">";
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) rotate(90deg);
  line-height: 1;
}
@media (max-width: 1023px) {
  .content .filter-holder .nav-tabs .open-drop:before {
    display: none;
  }
}
.content .filter-holder .nav-tabs .open-drop:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 25px;
  border: 3px solid #f9f7f3;
  border-top: 0;
  border-left: 0;
  transform: translate(0, -75%) rotate(45deg);
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-tabs .open-drop:after {
    display: none;
  }
}
.content .filter-holder .sub-menu {
  margin-top: 0 !important;
  padding-left: 10px !important;
}
@media (min-width: 769px) {
  .content .filter-holder .sub-menu {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-drop .open-drop {
    max-width: 277px;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-drop .tabset {
    margin-top: 0 !important;
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-drop .tabset .tab-active a:hover {
    background: #f9f7f3;
    color: #1baacd;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-drop .tabset .current_page_item a,
.content .filter-holder .nav-drop .tabset .current_page_ancestor a,
.content .filter-holder .nav-drop .tabset .current-page-ancestor a {
    background: #f9f7f3;
    color: #1baacd;
  }
}
.content .filter-holder .nav-drop .drop-slide-wrapper {
  min-width: 249px;
  left: 0;
}
@media (max-width: 479px) {
  .content .filter-holder .nav-drop .drop-slide-wrapper {
    min-width: 280px;
  }
}
@media (min-width: 1024px) {
  .content .filter-holder .nav-drop .drop-slide-wrapper {
    min-width: 0;
    position: static !important;
    display: block !important;
    overflow: visible !important;
    width: auto !important;
  }
}
.content .filter-holder .desktop-drop .open-drop {
  display: block;
  background: #009dc4;
  text-transform: uppercase;
  color: #f9f7f3;
  font-size: 15px;
  font-weight: bold;
  min-width: 249px;
  cursor: pointer;
  outline: none;
  line-height: 50px;
  padding: 0 20px;
}
.content .filter-holder .desktop-drop .open-drop:before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  content: ">";
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) rotate(90deg);
  line-height: 1;
}
@media (max-width: 1023px) {
  .content .filter-holder .desktop-drop .open-drop:before {
    display: none;
  }
}
.content .filter-holder .desktop-drop .open-drop:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 25px;
  border: 3px solid #f9f7f3;
  border-top: 0;
  border-left: 0;
  transform: translate(0, -75%) rotate(45deg);
}
@media (min-width: 1024px) {
  .content .filter-holder .desktop-drop .open-drop:after {
    display: none;
  }
}
.content .filter-holder .desktop-drop .drop-slide-wrapper {
  min-width: 249px;
  left: 0;
}
@media (max-width: 479px) {
  .content .filter-holder .desktop-drop .drop-slide-wrapper {
    min-width: 280px;
  }
}
.content .filter-holder .desktop-drop .tabset li {
  display: block !important;
  margin-right: 0 !important;
}
.content .filter-holder .desktop-drop .tabset li.hover a:after, .content .filter-holder .desktop-drop .tabset li.tab-active a:after {
  background-color: rgba(249, 247, 243, 0.2);
}
.content .filter-holder .desktop-drop .tabset li a {
  position: relative;
  background: #009dc4;
  text-transform: uppercase;
  color: #f9f7f3;
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
  padding: 1px 20px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 1%;
  text-align: left;
}
.content .filter-holder .desktop-drop .tabset li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
  background-color: transparent;
  z-index: -1;
}
.content .filter-holder .desktop-drop .tabset li a:empty {
  display: none;
}
@media (min-width: 1024px) {
  .content .filter-holder .jcf-select-nav-select {
    display: none !important;
  }
}
.content .filter-holder .jcf-select {
  border: none;
  background: #009dc4;
  text-transform: uppercase;
  color: #f9f7f3;
  font-size: 13px;
  font-weight: 900;
  min-width: 249px;
  height: 50px;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .content .filter-holder .jcf-select {
    min-width: 277px;
    font-weight: bold;
  }
}
.content .filter-holder .jcf-select:focus, .content .filter-holder .jcf-select:active, .content .filter-holder .jcf-select.jcf-focus, .content .filter-holder .jcf-select.jcf-active {
  box-shadow: none;
}
.content .filter-holder .jcf-select .jcf-select-text {
  line-height: 50px;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .content .filter-holder .jcf-select .jcf-select-text {
    font-size: 15px;
  }
}
.content .filter-holder .jcf-select .jcf-select-opener {
  background: none;
}
.content .filter-holder .jcf-select .jcf-select-opener:after {
  width: 12px;
  height: 12px;
  border-width: 3px;
  border-color: #f9f7f3;
  transform: translate(0, -75%) rotate(45deg);
}
.content .filter-holder .jcf-list .jcf-list-content ul {
  padding: 19px 0 21px;
  background: #009dc4;
}
.content .filter-holder .jcf-list .jcf-option {
  position: relative;
  background: #009dc4;
  text-transform: uppercase;
  color: #f9f7f3;
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
  padding: 2px 20px;
  z-index: 2;
}
.content .filter-holder .jcf-list .jcf-option:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
  background-color: transparent;
  z-index: -1;
}
.content .filter-holder .jcf-list .jcf-option:empty {
  display: none;
}
.content .filter-holder .jcf-select-drop {
  min-width: 282px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .content .filter-holder .jcf-select-drop {
    min-width: 249px;
  }
}
.content .filter-holder .jcf-select-drop .jcf-select-drop-content {
  border: none;
}
.content .filter-holder .jcf-select-drop .jcf-hover:after {
  background-color: rgba(249, 247, 243, 0.2);
}
.content .filter-holder .search-input {
  width: 100%;
  height: 50px;
}
.content .tab-content {
  padding-top: 12px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .content .tab-content {
    padding-bottom: 130px;
  }
}

/* heding section styles */
.heding-section {
  font-size: 24px;
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  .heding-section {
    margin-bottom: 54px;
  }
}
.heding-section.smaller {
  margin-bottom: 30px;
}
.heding-section.smaller h1 {
  margin-bottom: 20px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .heding-section.smaller h1 {
    font-size: 38px;
    line-height: 1.21;
  }
}
@media (max-width: 480px) {
  .heding-section.smaller h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .heding-section.smaller h1 {
    width: 80%;
    margin-bottom: 32px;
  }
}
.heding-section.smaller h1:only-child {
  padding-top: 25px;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .heding-section.smaller h1:only-child {
    letter-spacing: -0.02em;
    padding-top: 0;
    margin-bottom: 95px;
  }
}
.heding-section.smaller.min-distance h1:only-child {
  padding-top: 0;
  margin-bottom: 42px;
}
.heding-section h1 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .heding-section h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
}
@media (max-width: 479px) {
  .heding-section h1 {
    font-size: 34px;
  }
}
.heding-section .text-holder {
  max-width: 43%;
  overflow: hidden;
  line-height: 1.25;
  max-width: 620px;
}
@media (max-width: 767px) {
  .heding-section .text-holder {
    font-size: 21px;
    line-height: 1.4;
    max-width: 98%;
  }
}
.heding-section .text-holder.smaller {
  font-size: 18px;
}
.heding-section .img-holder {
  background: #112841;
  width: 97px;
  height: 97px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .heding-section .img-holder {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .heding-section .img-holder {
    margin-right: 20px;
  }
}
.heding-section .icon-icon-01 {
  position: absolute;
  font-size: 73px;
  color: #d2f126;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
  .heding-section .icon-icon-01 {
    font-size: 40px;
  }
}
.heding-section dl {
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1200px) {
  .heding-section dl {
    font-size: 18px;
    line-height: 30px;
  }
}
.heding-section dl dt {
  font-weight: 700;
  float: left;
  min-width: 50px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .heding-section dl dt {
    min-width: 60px;
  }
}
.heding-section dl dd {
  display: block;
  overflow: hidden;
}
.heding-section p {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .heding-section p {
    margin-bottom: 24px;
  }
}
.heding-section .more {
  color: #f9f7f3;
}
.heding-section .more:after {
  top: 107%;
}
.heding-section .subtitle {
  font-size: 0.5em;
}

/* link more styles */
.more {
  position: relative;
  display: inline-block;
  color: #899a9e;
  margin-bottom: 20px;
}
.more:hover:after {
  background-color: #009dc4;
}
.more:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2f126;
  transition: background-color 0.3s;
  border-radius: 1px;
  width: 100%;
  height: 3px;
}

.navigation-single .next, .navigation-single .prev {
  background: none;
}

.navigation-single .next a, .navigation-single .prev a,
.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
  position: relative;
  display: inline-block;
  color: #899a9e;
  background: none;
  margin-bottom: 20px;
}
.navigation-single .next a:hover:after, .navigation-single .prev a:hover:after,
.navigation .next:hover:after, .navigation .prev:hover:after, .navigation-comments .next:hover:after, .navigation-comments .prev:hover:after {
  background-color: #009dc4;
}
.navigation-single .next a:after, .navigation-single .prev a:after,
.navigation .next:after, .navigation .prev:after, .navigation-comments .next:after, .navigation-comments .prev:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2f126;
  transition: background-color 0.3s;
  border-radius: 1px;
  width: 100%;
  height: 3px;
}

.navigation .page-numbers, .navigation-comments .page-numbers {
  color: #899a9e;
}
.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover {
  color: #009dc4;
}
.navigation .page-numbers.current, .navigation-comments .page-numbers.current {
  color: #009dc4;
}

.item-heading {
  display: block;
  color: #899a9e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .item-heading {
    margin-bottom: 13px;
  }
}

.head-text {
  font-size: 32px;
  line-height: 1.31;
  font-weight: 300;
  letter-spacing: 0.005em;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .head-text {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .head-text {
    font-size: 22px;
  }
}
.head-text.big-distance {
  margin-bottom: 42px;
}
@media (min-width: 1024px) {
  .head-text.big-distance {
    margin-bottom: 33px;
  }
}

.two-columns {
  width: 66.66%;
  line-height: 1.55;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .two-columns {
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 42px;
  }
}
.two-columns p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .two-columns p {
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .two-columns.bigger {
    line-height: 1.67;
  }
}
@media (min-width: 1024px) {
  .two-columns.bigger p:last-child {
    margin-bottom: 60px;
  }
}

.tree-column {
  position: relative;
  padding-bottom: 123px;
}
@media (max-width: 479px) {
  .tree-column {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .tree-column {
    padding-bottom: 183px;
  }
}
@media (min-width: 768px) {
  .tree-column.border {
    padding: 65px 0 110px;
  }
}
.tree-column.border:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .tree-column.border:after {
    height: 1px;
    background: rgba(137, 154, 158, 0.1);
  }
}
.tree-column.border li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
  margin-right: -4px;
}
@media (max-width: 767px) {
  .tree-column.border li {
    font-size: 16px;
    line-height: 1.375;
    padding: 36px 15% 0 0;
    margin-bottom: 38px;
  }
}
@media (max-width: 479px) {
  .tree-column.border li {
    padding: 15px 0 0 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tree-column.border li {
    padding: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .tree-column.border li {
    width: 33.33%;
    padding: 0 20px 20px;
  }
}
.tree-column.border li:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .tree-column.border li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .tree-column.border li:last-child:after {
    background: none;
  }
}
.tree-column.border li:after {
  position: absolute;
  content: "";
  top: 0;
  right: -22px;
  left: 0;
  background: rgba(137, 154, 158, 0.1);
  height: 1px;
}
@media (min-width: 1024px) {
  .tree-column.border li:after {
    left: auto;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    height: auto;
  }
}
.tree-column.accordion li {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .tree-column.accordion li {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .tree-column.accordion li {
    padding-right: 10px;
  }
}
.tree-column.accordion li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(137, 154, 158, 0.1);
}
@media (max-width: 767px) {
  .tree-column.accordion .slide {
    font-size: 18px;
    line-height: 1.67;
    color: #1d1c2f;
    padding: 33px 10px 28px 0;
  }
}
@media (max-width: 479px) {
  .tree-column.accordion .slide {
    font-size: 16px;
    padding: 15px 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .tree-column.accordion .slide {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .tree-column.accordion .slide p {
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .tree-column.small {
    padding-bottom: 80px;
  }
}
.tree-column li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
@media (max-width: 767px) {
  .tree-column li {
    font-size: 16px;
    line-height: 1.375;
    padding-bottom: 19px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tree-column li {
    padding: 0 0 20px;
    margin-bottom: 59px;
  }
}
@media (min-width: 1024px) {
  .tree-column li {
    width: 33.33%;
    padding: 0 30px 20px 5px;
  }
}
.tree-column li:first-child {
  padding-left: 0;
}
.tree-column .item-heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tree-column .item-heading {
    margin-bottom: 14px;
  }
}
.tree-column .head-text {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .tree-column .head-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .tree-column .head-text.opener-acc {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .tree-column .head-text.opener-acc {
    font-size: 20px;
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .tree-column .head-text.opener-acc {
    display: block;
    color: #112841;
    pointer-events: none;
    margin-bottom: 22px;
  }
}
.tree-column p {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .tree-column p {
    margin-bottom: 22px;
  }
}
.tree-column dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.43;
  margin-top: -6px;
}
.tree-column dl dt {
  float: left;
  font-weight: 900;
  min-width: 43px;
  margin-right: 5px;
}
.tree-column dl dd {
  margin: 0;
}

.four-columns.color-columns {
  padding-top: 8px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .four-columns.color-columns {
    padding: 0;
    margin: -5px 0 49px 0;
  }
}
@media (max-width: 479px) {
  .four-columns.color-columns {
    margin-bottom: 20px;
  }
}
.four-columns.color-columns li {
  position: relative;
  background: #112841;
  text-align: center;
  color: #f9f7f3;
  line-height: 1.26;
  padding: 31px 15px 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .four-columns.color-columns li {
    background: #d2f126 !important;
    color: #112841;
  }
  .four-columns.color-columns li .more {
    color: #112841 !important;
  }
  .four-columns.color-columns li .more:after {
    background: #112841;
  }
  .four-columns.color-columns li .more:hover:after {
    background: #f9f7f3;
  }
}
@media (min-width: 768px) {
  .four-columns.color-columns li {
    padding: 31px 15px 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .four-columns.color-columns li:nth-child(4n+2), .four-columns.color-columns li:nth-child(4n+3) {
    background: #00628c !important;
    color: #f9f7f3;
  }
  .four-columns.color-columns li:nth-child(4n+2) .more, .four-columns.color-columns li:nth-child(4n+3) .more {
    color: #f9f7f3;
  }
  .four-columns.color-columns li:nth-child(4n+2) .more:after, .four-columns.color-columns li:nth-child(4n+3) .more:after {
    background: #d2f126;
  }
  .four-columns.color-columns li:nth-child(4n+2) .more:hover:after, .four-columns.color-columns li:nth-child(4n+3) .more:hover:after {
    background: #f9f7f3;
  }
}
.four-columns.color-columns li:nth-child(4) .img-holder, .four-columns.color-columns li:nth-child(5) .img-holder {
  width: 47%;
}
.four-columns.color-columns li:nth-child(7) .img-holder {
  width: 52%;
}
.four-columns.color-columns li:nth-child(8) .img-holder {
  width: 72%;
}
.four-columns.color-columns li .more {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: #f9f7f3;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .four-columns.color-columns li .more {
    bottom: 32px;
  }
}
.four-columns li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 22px;
  margin-right: -3px;
}
.four-columns li a {
  color: #fff;
}
.four-columns li .more {
  color: #fff;
}
.four-columns li .more:after {
  background: #d2f126;
}
.four-columns li .more:hover:after {
  background: #f9f7f3;
}
@media (min-width: 480px) {
  .four-columns li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .four-columns li {
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  .four-columns li {
    width: calc(25% - 1px);
  }
}
.four-columns li.green {
  background: #d2f126;
  color: #112841;
}
@media (min-width: 1200px) {
  .four-columns li.green {
    padding: 31px 32px 80px;
  }
}
.four-columns li.green a {
  color: #112841;
}
.four-columns li.green .more {
  color: #112841;
}
.four-columns li.green .more:after {
  background: #112841;
}
.four-columns li.green .more:hover:after {
  background: #f9f7f3;
}
.four-columns li.blue {
  background: #00628c;
}
@media (min-width: 1200px) {
  .four-columns li.blue {
    padding: 31px 32px 80px;
  }
}
.four-columns li.gray {
  background: #899a9e;
}
.four-columns li.gray a {
  color: #fff;
}
@media (min-width: 1200px) {
  .four-columns li.gray {
    padding: 31px 32px 80px;
  }
}
.four-columns li.transparent.staff {
  background: transparent !important;
  padding: 0;
}
.four-columns li.transparent.staff a {
  color: #112841;
}
.four-columns .img-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 35%;
  margin: 0 auto 28px;
}
@media (max-width: 767px) {
  .four-columns .img-holder {
    margin-bottom: 14px;
  }
}
.four-columns .img-holder + strong {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .four-columns .img-holder + strong {
    margin-bottom: 23px;
  }
}
.four-columns .img-holder img {
  max-height: 107px;
}
.four-columns .img-holder img.print {
  display: none;
}
.four-columns p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .four-columns p {
    margin-bottom: 25px;
  }
}

.translate-left-box {
  margin: 0 -60px 36px -35px;
  padding: 18px 45px 45px 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .translate-left-box {
    margin: 0 -60px 36px -53px;
    padding: 18px 45px 45px 30px;
  }
}
@media (min-width: 768px) {
  .translate-left-box {
    margin: 0 -60px 36px -35px;
    padding: 18px 45px 45px 10px;
  }
}
@media (min-width: 1024px) {
  .translate-left-box {
    margin: 0 -60px 36px -53px;
    padding: 18px 45px 45px 30px;
  }
}
@media (min-width: 1200px) {
  .translate-left-box {
    margin: 0 -60px 65px -115px;
    padding: 40px 45px 40px 40px;
  }
}
.translate-left-box:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: -9999px;
  bottom: 0;
  z-index: -1;
}
.translate-left-box.green {
  padding: 42px 45px 45px 30px;
  margin: 76px -60px 0 -43px;
}
@media (min-width: 1200px) {
  .translate-left-box.green {
    margin: 0 -60px 80px -102px;
    padding: 40px 45px 40px 40px;
  }
}
.translate-left-box.green:after {
  background: #d2f126;
}
.translate-left-box .item-heading {
  color: #00628c;
}
@media (min-width: 1200px) {
  .translate-left-box .item-heading {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .translate-left-box .img-holder {
    padding: 5px 0 0 25px;
  }
}
@media (min-width: 768px) {
  .translate-left-box .img-holder {
    max-width: 55%;
  }
}
@media (min-width: 1024px) {
  .translate-left-box .img-holder {
    max-width: 690px;
  }
}
@media (min-width: 1200px) {
  .translate-left-box .img-holder {
    padding: 5px 0 0 80px;
  }
}
.translate-left-box blockquote {
  color: #112841;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  border: none;
  letter-spacing: 0.01em;
  padding: 23px 10px 14px 14px;
}
@media (min-width: 1024px) {
  .translate-left-box blockquote {
    font-size: 42px;
    line-height: 1.154;
    letter-spacing: -0.01em;
    padding: 23px 10px 40px 64px;
  }
}
@media (min-width: 1200px) {
  .translate-left-box blockquote {
    font-size: 52px;
  }
}
.translate-left-box blockquote q {
  position: relative;
}
.translate-left-box blockquote q:before, .translate-left-box blockquote q:after {
  font-style: italic;
}
.translate-left-box blockquote q:before {
  position: absolute;
  top: 0;
  left: -22px;
}
@media (min-width: 1024px) {
  .translate-left-box blockquote q:before {
    left: -38px;
  }
}
.translate-left-box blockquote q:after {
  position: absolute;
  right: -10px;
}
@media (min-width: 1024px) {
  .translate-left-box blockquote q:after {
    right: -20px;
  }
}

/* tabset required styles for hidden tabs */
.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.full-section {
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .full-section {
    font-size: 16px;
    line-height: 1.37;
  }
}
@media (min-width: 768px) {
  .full-section {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .full-section {
    margin: 0 0 75px;
  }
}
@media (max-width: 1023px) {
  .full-section.equal-columns {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .full-section.equal-columns {
    margin-bottom: 60px;
  }
}
.full-section.equal-columns + .equal-columns {
  position: relative;
}
.full-section.equal-columns + .equal-columns:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: -60px;
}
@media (min-width: 1024px) {
  .full-section.equal-columns + .equal-columns:after {
    height: 1px;
    background: rgba(137, 154, 158, 0.1);
  }
}
@media (min-width: 1024px) {
  .full-section.equal-columns .main-column,
.full-section.equal-columns .column-aside {
    width: 50%;
  }
}
.full-section.equal-columns .main-column {
  letter-spacing: 0.01em;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .full-section.equal-columns .main-column {
    width: 50%;
    padding-right: 30px;
  }
}
.full-section.equal-columns .column-aside {
  position: relative;
  margin: 0 -22px;
}
@media (min-width: 768px) {
  .full-section.equal-columns .column-aside {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .full-section.equal-columns .column-aside {
    width: 50%;
    padding: 40px 0 0 25px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .full-section.equal-columns .column-aside .img-right {
    background: none !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .full-section.equal-columns .column-aside .img-right {
    position: absolute;
    content: "";
    top: 49px;
    left: 24px;
    right: -333px;
    bottom: 0;
    background: 50% 50%/cover;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .full-section.equal-columns .column-aside .img-right {
    min-height: 574px;
  }
}
@media (min-width: 1700px) {
  .full-section.equal-columns .column-aside .img-right {
    right: -500px;
  }
}
.full-section.equal-columns .column-aside .img-right img {
  display: block;
}
@media (min-width: 1024px) {
  .full-section.equal-columns .column-aside .img-right img {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1023px) {
  .full-section.equal-columns .column-aside .four-columns {
    display: none;
  }
}
@media (min-width: 1024px) {
  .full-section.equal-columns .column-aside .four-columns {
    margin-right: -48px;
    margin-bottom: 31px;
  }
}
.full-section.equal-columns .column-aside .four-columns li {
  width: 50%;
  font-size: 24px;
  line-height: 1.25;
}
.full-section.equal-columns .column-aside .four-columns .img-holder {
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .full-section .column-aside {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .full-section .column-aside {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .full-section .main-column {
    width: 58%;
  }
}
@media (min-width: 1024px) {
  .full-section .main-column {
    width: 64%;
  }
}
.full-section .main-column:only-child, .full-section .main-column.csd-third-level-menu-main-column {
  width: 100%;
}
.full-section .main-column .text-holder {
  padding-right: 5px;
  letter-spacing: 0.01em;
}
@media (max-width: 479px) {
  .full-section .main-column .text-holder {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .full-section .main-column .text-holder {
    max-width: 748px;
    padding-bottom: 24px;
  }
}
.full-section .open-close {
  position: relative;
}
@media (max-width: 1023px) {
  .full-section .open-close {
    padding-bottom: 41px;
    margin: -5px 0 45px;
  }
}
@media (min-width: 1024px) {
  .full-section .open-close {
    margin-bottom: 47px;
  }
}
@media (max-width: 1023px) {
  .full-section .open-close + .open-close {
    margin-top: 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 1023px) {
  .full-section .open-close + .open-close:last-child {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .full-section .open-close.active {
    padding-bottom: 28px;
  }
}
.full-section .open-close:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #899a9e;
}
.full-section p {
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .full-section p {
    margin-bottom: 30px;
  }
}
.full-section .head-text {
  margin-bottom: 30px;
}

.staff-section {
  margin: 0 -20px 0 0;
  font-size: 16px;
  border-top: 1px solid #e3e1df;
  padding: 31px 20px 30px 0;
}
@media (max-width: 479px) {
  .staff-section {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .staff-section {
    font-size: 18px;
    padding: 31px 20px 80px 0;
  }
}
.staff-section ul {
  border: none;
  margin-right: -15px;
}
@media (max-width: 479px) {
  .staff-section ul {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .staff-section ul {
    margin-bottom: 30px;
  }
}
.staff-section .item-heading {
  margin-bottom: 10px;
}
.staff-section li {
  width: 182px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 90px 0;
}
@media (max-width: 479px) {
  .staff-section li {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.staff-section li.staff a {
  color: inherit;
}
.staff-section li.staff a:hover {
  color: #00628c;
}
.staff-section li img {
  transition: filter 0.3s ease-in-out;
  filter: grayscale(100%);
  filter: gray;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.staff-section li img:hover {
  filter: none;
}
.staff-section li img.no-filter {
  filter: none !important;
}

.open-close.active .text-holder > .opener-inner {
  display: none;
}
.open-close.active p {
  margin-bottom: 27px;
}
@media (min-width: 1024px) {
  .open-close.active p {
    margin-bottom: 30px;
  }
}
.open-close h2 {
  font-size: 26px;
}
@media (max-width: 1023px) {
  .open-close h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .open-close h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.open-close p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .open-close .slide {
    margin-bottom: 36px;
  }
}
.open-close blockquote {
  color: #112841;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  border: none;
  letter-spacing: 0.01em;
  padding: 0 0 14px 0;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .open-close blockquote {
    font-size: 32px;
    padding: 18px 0 20px 0;
    margin-bottom: 30px;
  }
}
.open-close blockquote q {
  position: relative;
}
.open-close blockquote q:before, .open-close blockquote q:after {
  font-style: italic;
}
.open-close blockquote q:before {
  position: absolute;
  top: 0;
  left: -19px;
}
@media (min-width: 1024px) {
  .open-close blockquote q:before {
    left: -20px;
  }
}
.open-close blockquote q:after {
  right: 5px;
}
.open-close .staff-section {
  border: none;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .open-close .staff-section {
    margin: 0;
    padding: 38px 20px 30px 0;
  }
}
@media (min-width: 1024px) {
  .open-close .staff-section {
    padding: 71px 20px 80px 0;
  }
}
.open-close .staff-section ul {
  margin-bottom: 8px !important;
}
@media (min-width: 1024px) {
  .open-close .staff-section ul {
    margin-bottom: 47px !important;
  }
}
.open-close .staff-section li {
  position: relative;
  vertical-align: top;
  max-width: 183px;
  margin: 0 15px 36px 0;
}
@media (min-width: 1024px) {
  .open-close .staff-section li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .open-close .staff-section li {
    vertical-align: middle;
  }
}
.open-close .staff-section li.green {
  background: #d2f126;
  color: #112841;
  font-size: 21px;
  line-height: 1.42;
  text-align: center;
  min-width: 286px;
  padding: 46px 15px 65px;
}
@media (max-width: 479px) {
  .open-close .staff-section li.green {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .open-close .staff-section li.green {
    min-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .open-close .staff-section li.green {
    min-width: 273px;
  }
}
@media (min-width: 1200px) {
  .open-close .staff-section li.green {
    font-size: 24px;
    line-height: 1.25;
    padding: 46px 32px 80px;
    margin: -30px -10px 10px 10px;
  }
}
.open-close .staff-section li.green:first-child {
  margin-left: 0;
}
.open-close .staff-section li.green:nth-child(4) {
  margin-top: 0;
}
.open-close .staff-section li.green > strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .open-close .staff-section li.green > strong {
    font-size: 12px;
    margin-bottom: 23px;
  }
}
.open-close .staff-section li.green .more {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #112841;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .open-close .staff-section li.green .more {
    bottom: 32px;
  }
}
.open-close .staff-section li.green .more:after {
  background: #112841;
}
.open-close .staff-section li.green .more:hover:after {
  background: #f9f7f3;
}
.open-close .staff-section li img {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .open-close .staff-section li img {
    margin-bottom: 6px;
  }
}

.list-offices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list-offices {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .list-offices {
    margin-right: -20px;
  }
}
@media (min-width: 1200px) {
  .list-offices .text-holder {
    max-width: 305px;
  }
}
.list-offices .text-holder dl {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list-offices .text-holder dl {
    font-size: 15px;
    line-height: 1.55;
  }
}
.list-offices .text-holder dt {
  font-weight: 400;
}
.list-offices .text-holder dt a {
  color: inherit;
}
.list-offices .text-holder dt a:hover {
  color: #009dc4;
}
.list-offices .head-text {
  line-height: 1.25;
}
.list-offices .head-text a {
  color: inherit;
}
.list-offices .head-text a:hover {
  color: #009dc4;
}
.list-offices address {
  padding: 15px 0 0;
  margin: 0 0 36px;
  font-style: normal;
}
.list-offices address span {
  display: block;
}
.list-offices .img-holder {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 7px 0 16px;
}
.list-offices .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.list-offices .column {
  position: relative;
  width: 100%;
  max-width: 364px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .list-offices .column {
    width: 49%;
    padding: 0 20px 50px 0;
  }
}
@media (min-width: 1024px) {
  .list-offices .column {
    width: 33.33%;
  }
}
.list-offices .column .more {
  position: absolute;
  bottom: 0;
}

.form-holder {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .form-holder {
    padding-bottom: 117px;
  }
}

/* contact form styles */
.contact-form {
  padding: 5px 0 0;
}
.contact-form .row {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .contact-form .row {
    max-width: 320px;
  }
}
.contact-form .row input,
.contact-form .row textarea,
.contact-form .row select,
.contact-form .row .jcf-select {
  width: 100%;
  height: 36px;
  font-size: 16px;
  background: transparent;
}
.contact-form .row input:focus, .contact-form .row input:active,
.contact-form .row textarea:focus,
.contact-form .row textarea:active,
.contact-form .row select:focus,
.contact-form .row select:active,
.contact-form .row .jcf-select:focus,
.contact-form .row .jcf-select:active {
  box-shadow: 0 0 3px 1px rgba(192, 201, 203, 0.75);
}
.contact-form .row textarea {
  height: 166px;
  resize: none;
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form .jcf-select {
  background: transparent;
}
.contact-form input:focus, .contact-form input:active,
.contact-form textarea:focus,
.contact-form textarea:active,
.contact-form select:focus,
.contact-form select:active,
.contact-form .jcf-select:focus,
.contact-form .jcf-select:active {
  box-shadow: 0 0 3px 1px rgba(192, 201, 203, 0.75);
}
.contact-form textarea {
  height: 166px;
  resize: none;
}
.contact-form label {
  display: block;
}
.contact-form .jcf-select {
  width: 100%;
  height: 36px;
  font-size: 16px;
}
.contact-form .jcf-select:focus, .contact-form .jcf-select:active {
  box-shadow: 0 0 3px 1px rgba(192, 201, 203, 0.75);
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form .jcf-select {
  outline: none;
}
.contact-form input:focus, .contact-form input:active,
.contact-form textarea:focus,
.contact-form textarea:active,
.contact-form select:focus,
.contact-form select:active,
.contact-form .jcf-select:focus,
.contact-form .jcf-select:active {
  box-shadow: 0 0 3px 1px rgba(192, 201, 203, 0.75);
}
.contact-form .input-holder {
  position: relative;
}
.contact-form .error-message {
  color: #899a9e;
  display: none;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .contact-form .error-message {
    position: absolute;
    right: -366px;
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.contact-form .input-error .error-message {
  display: block;
}
.contact-form .input-error input,
.contact-form .input-error select {
  box-shadow: 0 0 3px 1px rgba(210, 241, 38, 0.75);
}

.btn-holder {
  padding: 30px 0 0;
}

button,
input[type=submit] {
  border: none;
  background: transparent;
  outline: none;
}

.jcf-select {
  color: #f9f7f3;
  background: transparent;
  border: 1px solid #c0c9cb;
  margin: 0;
  position: relative;
  color: #899a9e;
}
.jcf-select.jcf-focus {
  border: 1px solid #c0c9cb;
  box-shadow: 0 0 3px 1px rgba(192, 201, 203, 0.75);
}
.jcf-select:active, .jcf-select:focus {
  border: 1px solid #c0c9cb;
}
.jcf-select .jcf-select-text {
  line-height: 36px;
  margin-left: 10px;
  height: 36px;
  font-size: 16px;
}
.jcf-select .jcf-select-opener {
  background: transparent;
}
.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -52%) rotate(45deg);
  border: 2px solid #899a9e;
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #c0c9cb;
}

.jcf-list {
  background: #f9f7f3;
  font-size: 16px;
}
.jcf-list .jcf-option {
  padding: 9px;
  color: #899a9e;
}
.jcf-list .jcf-option.jcf-hover {
  background: #112841;
  color: #f9f7f3;
}

.tab-content .staff-section {
  border: none;
  padding-bottom: 0;
}
.tab-content .staff-section .short-bio {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .tab-content .staff-section {
    margin: 0;
  }
}
.tab-content .staff-section ul {
  margin-right: -21px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tab-content .staff-section ul {
    text-align: center;
    margin-right: 0;
  }
}
.tab-content .staff-section li {
  width: 256px;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .tab-content .staff-section li {
    width: 250px;
    margin-right: 0;
  }
}
.tab-content .staff-section li span {
  display: block;
}

.person-page {
  line-height: 1.55;
}
.person-page .full-section {
  padding: 15px 0 0;
  margin: 0 0 24px;
}
.person-page .img-box {
  margin-bottom: 40px;
}
.person-page .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .person-page .four-columns {
    margin-bottom: 82px;
  }
}
.person-page .four-columns .column {
  width: 100%;
  max-width: 288px;
}

.contacts-list {
  padding: 30px 0 0 6px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contacts-list {
    margin-bottom: 109px;
  }
}
.contacts-list i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.contacts-list .icon-phone {
  vertical-align: top;
}
.contacts-list .icon-letter {
  font-size: 22px;
}

.course-section {
  border-top: 1px solid #e3e1df;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .course-section {
    padding: 93px 0 0;
  }
}
.course-section .head-text {
  margin-bottom: 18px;
}
.course-section .block {
  max-width: 750px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .course-section .block {
    padding-bottom: 53px;
  }
}
.course-section .img-text {
  margin-bottom: 30px;
}
.course-section .img-text strong {
  display: block;
}
.course-section .box {
  background: #e4eaeb;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .course-section .box {
    padding: 40px 42px 28px;
    margin-bottom: 29px;
  }
}
.course-section .box .item-heading {
  color: #112841;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .course-section .box .item-heading {
    line-height: 24px;
  }
}
.course-section dd {
  display: block;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .course-section dd {
    padding-left: 0;
    margin-left: 0;
  }
}
.course-section dd em {
  display: block;
}
.course-section dt {
  float: left;
  min-width: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .course-section dt {
    display: block;
    float: none;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .course-section dt {
    min-width: 112px;
    font-weight: 300;
  }
}
.course-section dl {
  margin: 0;
  border-top: 1px solid #bcc1c5;
  padding: 23px 0 0;
  overflow: hidden;
  line-height: 1.3;
}

.client-section li.whitebox {
  list-style: none;
  max-width: 270px;
  display: inline-block;
  background: #fff;
  padding: 40px;
  margin: 5px;
}

.csd-third-level-menu-column {
  width: 30%;
  margin-bottom: 80px;
  padding-left: 60px;
}
.csd-third-level-menu-column ul {
  margin: 0;
  padding-left: 0;
  margin-bottom: 60px;
}
.csd-third-level-menu-column li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.csd-third-level-menu-column li.current_page_item a, .csd-third-level-menu-column li.current-menu-ancestor a, .csd-third-level-menu-column li.current-page-ancestor a {
  display: inline-block;
  border-bottom: 3px solid #00628c;
}

.csd-models-section {
  position: relative;
}
.csd-models-section .csd-filter-container {
  position: relative;
  min-height: 50px;
  margin-top: 50px;
}
.csd-models-section .csd-models-list {
  padding: 0;
}
.csd-models-section .csd-models-list .csd-models-list-item {
  list-style: none;
  display: flex;
  margin-bottom: 40px;
  background: #EEEEEE;
}
.csd-models-section .csd-models-list .csd-models-list-item .img-holder {
  min-width: 300px;
  max-width: 300px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .csd-models-section .csd-models-list .csd-models-list-item .img-holder {
    min-width: 100%;
    max-width: 100%;
  }
}
.csd-models-section .csd-models-list .csd-models-list-item .content-holder {
  padding: 20px 30px;
  width: 100%;
}
.csd-models-section .csd-models-list .csd-models-list-item .content-holder h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 10px;
}
.csd-models-section .csd-models-list .csd-models-list-item .content-holder p.excerpt {
  font-size: 16px;
  color: #333;
}
.csd-models-section .csd-models-list .csd-models-list-item .arrow-link {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
}
@media (max-width: 1023px) {
  .csd-models-section .csd-models-list .csd-models-list-item .arrow-link {
    display: none;
  }
}
.csd-models-section .csd-models-list .csd-models-list-item .arrow-link svg, .csd-models-section .csd-models-list .csd-models-list-item .arrow-link path {
  transition: all 0.3s ease;
}
.csd-models-section .csd-models-list .csd-models-list-item .arrow-link:hover svg {
  transform: translate3d(10px, 0, 0);
}
.csd-models-section .csd-models-list .csd-models-list-item .arrow-link:hover svg path {
  fill: #009dc4;
}
@media (max-width: 1023px) {
  .csd-models-section .csd-models-list .csd-models-list-item {
    flex-direction: column;
  }
}
.csd-models-section .csd-models-list .csd-models-list-item:hover .arrow-link svg {
  transform: translate3d(10px, 0, 0);
}
.csd-models-section .csd-models-list .csd-models-list-item:hover .arrow-link svg path {
  fill: #009dc4;
}

.csd-resources-section .csd-resources-table {
  overflow: hidden;
}
.csd-resources-section .csd-resources-table .csd-resources-header {
  background: #EEEEEE;
  display: flex;
}
.csd-resources-section .csd-resources-table .csd-resources-header .csd-resources-col {
  font-size: 14px !important;
}
.csd-resources-section .csd-resources-table .csd-resources-item {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
}
.csd-resources-section .csd-resources-table .csd-resources-col {
  padding: 10px 15px;
}
.csd-resources-section .csd-resources-table .csd-resources-col--title {
  width: 100%;
}
.csd-resources-section .csd-resources-table .csd-resources-col--date {
  min-width: 120px;
  max-width: 120px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .csd-resources-section .csd-resources-table .csd-resources-col--date {
    display: none;
  }
}
.csd-resources-section .csd-resources-table .csd-resources-col--author {
  min-width: 140px;
  max-width: 140px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .csd-resources-section .csd-resources-table .csd-resources-col--author {
    display: none;
  }
}
.csd-resources-section .csd-resources-table .csd-resources-col--link {
  min-width: 120px;
  max-width: 120px;
}

.csd-offerings-subnav {
  display: flex;
  margin-bottom: 40px;
}
.csd-offerings-subnav a {
  padding: 0px 30px;
  text-align: center;
  margin-right: 30px;
}
.csd-offerings-subnav a span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
}
.csd-offerings-subnav a:hover span {
  color: #009dc4;
}
.csd-offerings-subnav a:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .csd-offerings-subnav a {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .csd-offerings-subnav {
    display: none;
  }
}

.flickity-carousel {
  background: #EEEEEE;
  margin-bottom: 60px;
}
.flickity-carousel .carousel-cell {
  min-height: 200px;
  width: 100%;
  display: flex;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .flickity-carousel .carousel-cell {
    flex-direction: column;
    padding: 20px;
  }
}
.flickity-carousel .carousel-cell .carousel-cell-image {
  margin-right: 40px;
  min-width: 300px;
  max-width: 300px;
}
.flickity-carousel .carousel-cell .carousel-cell-image img {
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .flickity-carousel .carousel-cell .carousel-cell-image {
    min-width: auto;
    margin-right: 0;
  }
}
.flickity-carousel .carousel-cell h5 {
  margin-bottom: 10px;
}
.flickity-carousel .flickity-prev-next-button {
  background: none !important;
}
@media (max-width: 767px) {
  .flickity-carousel .flickity-prev-next-button {
    display: none;
  }
}

.csd-blog-items .csd-blog-item {
  position: relative;
  margin-bottom: 3em;
  min-height: 100px;
}
.csd-blog-items .csd-blog-item .csd-blog-item__image {
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: cover;
}
.csd-blog-items .csd-blog-item .csd-blog-item__date {
  margin-bottom: 1em;
  display: block;
}
.csd-blog-items .csd-blog-item .csd-blog-item__content {
  padding-left: 160px;
}
.csd-blog-items .csd-blog-item .csd-blog-item__content h5 {
  margin-bottom: 0em;
}

.csd-blog-post__date {
  display: block;
  margin-bottom: 2em;
}

.csd-system-maps .csd-system-map {
  position: relative;
  margin-bottom: 40px;
}
.csd-system-maps .csd-system-map__cover {
  display: block;
  min-width: 300px;
  max-width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-right: 40px;
  margin-bottom: 20px;
}
.csd-system-maps .csd-system-map__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.csd-system-maps .csd-system-map__link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.csd-system-maps .csd-system-map__link svg {
  display: block;
  margin-left: 1em;
}
.csd-system-maps .csd-system-map__link svg path {
  fill: #00628c;
}
.csd-system-maps .csd-system-map__content {
  display: flex;
}
@media (max-width: 767px) {
  .csd-system-maps .csd-system-map__content {
    display: block;
  }
}

.csd-partners-grid {
  display: flex;
  flex-wrap: wrap;
}
.csd-partners-grid .csd-partners-grid-item {
  min-width: 215px;
  width: 28%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}

/* header styles */
#header {
  position: relative;
  padding: 40px 0 0;
}
#header .container.csd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #header .container.csd {
    flex-direction: column-reverse;
  }
}
#header .container.csd .synergia-home-link {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #header .container.csd .synergia-home-link {
    margin-top: 30px;
  }
}
#header .container.csd .synergia-home-link:hover, #header .container.csd .synergia-home-link:active, #header .container.csd .synergia-home-link:focus {
  background: #fff;
  color: #255A78;
}
#header .container.csd:after {
  display: none;
}
@media (max-width: 767px) {
  #header {
    padding: 0;
  }
}

.opener {
  float: right;
  width: 42px;
  height: 21px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}

/* page logo styles */
.logo {
  display: block;
  max-width: 188px;
  margin: 20px 0 60px;
}
@media (min-width: 768px) {
  .logo {
    margin: 80px 0 100px;
  }
}
@media (min-width: 1024px) {
  .logo {
    max-width: 293px;
  }
}
.logo.smaller {
  margin: 20px 0 83px;
  max-width: 148px;
}
@media (min-width: 768px) {
  .logo.smaller {
    max-width: 190px;
  }
}
@media (min-width: 1024px) {
  .logo.smaller {
    margin: 28px 0 82px;
  }
}
.logo.csd {
  margin: 20px 0 53px;
  max-width: 180px;
}
@media (min-width: 768px) {
  .logo.csd {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .logo.csd {
    margin: 28px 0 50px;
  }
}
.logo.print {
  display: none;
}
.logo img {
  display: block;
}

/* footer styles */
#footer {
  padding: 33px 0 0;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 36px;
  }
}
#footer .container {
  padding: 0 10px;
}
@media (max-width: 767px) {
  #footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  #footer .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #footer .container {
    max-width: 1280px;
  }
}
#footer .more {
  color: #f9f7f3;
  display: inline-block;
  vertical-align: top;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-columns {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .footer-columns {
    margin-bottom: 70px;
    margin-right: -84px;
  }
}
@media (max-width: 1023px) {
  .footer-columns li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-columns li {
    width: 100%;
    padding-right: 27%;
    margin-bottom: 8px;
  }
}
@media (max-width: 479px) {
  .footer-columns li {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .footer-columns li {
    padding-right: 10%;
  }
}
@media (min-width: 1024px) {
  .footer-columns li {
    max-width: none;
    width: 50%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer-columns li {
    width: auto;
    max-width: 228px;
  }
}
@media (max-width: 767px) {
  .footer-columns li:first-child {
    margin-bottom: 38px;
  }
}
@media (min-width: 1024px) {
  .footer-columns li:first-child {
    max-width: 250px;
  }
}
.footer-columns li > p {
  margin-bottom: 0;
}
.footer-columns li a {
  display: table;
}
@media (max-width: 1199px) {
  .footer-columns li a:last-child {
    margin-bottom: 20px;
  }
}
.footer-columns a {
  color: #f9f7f3;
}
.footer-columns a:hover {
  color: #00628c;
}

.copiright {
  color: #899a9e;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copiright {
    margin-bottom: 40px;
  }
}
.copiright p {
  margin-bottom: 0;
}
.copiright a {
  color: #899a9e;
}
.copiright a:hover {
  color: #f9f7f3;
}

@media (min-width: 1024px) {
  #content {
    float: left;
    width: 65%;
  }
}
#content:only-child {
  width: 100% !important;
}

@media (min-width: 1024px) {
  #sidebar {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
}

/* embed responsive styles */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-item {
  max-width: 100%;
  border: none;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* grayscale image styles */
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
img.grayscale:hover {
  filter: none;
}

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