@charset "UTF-8";
@import url("https://use.typekit.net/mio0sfh.css");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%;/* 2 */ }
/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section { display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 { font-size: 2em; margin: 0.67em 0; }
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */ display: block; }
/**
 * Add the correct margin in IE 8.
 */

figure { margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible;/* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre { font-family: monospace, monospace; /* 1 */ font-size: 1em;/* 2 */ }
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects;/* 2 */ }
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted;/* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong { font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong { font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em;/* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */

dfn { font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */

mark { background-color: #ff0; color: #000; }
/**
 * Add the correct font size in all browsers.
 */

small { font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video { display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) { display: none; height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */

img { border-style: none; }
/**
 * Hide the overflow in IE.
 */

svg:not(:root) { overflow: hidden; }
/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea { margin: 0; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */ overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */ text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button;/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal;/* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress { display: inline-block; /* 1 */ vertical-align: baseline;/* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea { overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0;/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px;/* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu { display: block; }
/*
 * Add the correct display in all browsers.
 */

summary { display: list-item; }
/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas { display: inline-block; }
/**
 * Add the correct display in IE.
 */

template { display: none; }
/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] { display: none; }
/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html, button, input, select, textarea { font-family: muli, sans-serif; font-weight: 400; font-style: normal; }
body { font-family: muli, sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 28px; min-width: 320px; margin: 0; color: #2E2D2D; background-color: #fff; -webkit-font-smoothing: antialiased; }
body.lock-scroll { overflow: hidden; }
body.overlayed { position: relative; }
body.overlayed:before { left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.75); z-index: 9; content: ''; display: block; position: absolute; }
/* Setting sizes is much more predictable with border-box */

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
figure { margin: 0; }
/* Make all images responsive */

img { max-width: 100%; height: auto; vertical-align: middle; }
/* Make inputs on iOS look normal */

input { -webkit-appearance: none; }
/* Custom List Styles */

ol { margin: 0 0 16px; padding: 0; counter-reset: item; }
ol li { position: relative; display: block; margin: 0 0 16px; padding: 0 0 0 38px; }
ol li li { margin: 0; padding: 0 0 0 35px; }
ol li:before { font-size: 17px; position: absolute; left: 12px;    content: counter(item) "."; 
    counter-increment: item }
ol:not([class]) li ol { margin: 20px 0 0 0;}
ol:not([class]) li li {margin: 0 0 20px 0;}
ol:not([class]) li li:before {left: 10px;background: #2E2D2D;border-radius: 0;width: 6px;height: 3px;content: '';top: 14px;position: absolute;display: block;}
ul:not([class]) { margin: 0 0 16px; padding: 0; list-style: none; }
ul:not([class]) li { position: relative; margin: 0 0 16px; padding: 0 0 0 38px; }
ul:not([class]) li:last-child { margin: 0; }
ul:not([class]) li:before { position: absolute; top: 14px; left: 14px; display: block; width: 6px; height: 6px; content: ''; border: 1px solid #333d47; border-radius: 50%; background: #333d47; }
ul:not([class]) li li { margin: 0 0 20px 0; }
ul:not([class]) li li:before { left: 10px; background: #2E2D2D; border-radius: 0; width: 6px; height: 3px; }
ul:not([class]) li ul { margin: 20px 0 0 0; }
/* Normalize links across browsers */

a { -webkit-transition: all .2s linear; transition: all .2s linear; text-decoration: none; color: #2E2D2D; border-bottom: 1px solid transparent; }
a img { border: 0; }
a:focus, a:hover { text-decoration: none; color: #2E2D2D; }
.page-content a:focus:not([class]), .page-content a:hover:not([class]) { border-bottom: 1px solid currentColor; }
.section-title { margin: 0 0 39px; text-align: center; }
.tablet-checker { display: none; }
/**
 * WordPress specific base styles.
 */

.gm-style img { max-width: none; }
.media img, .media video, .media object, .media iframe { width: 100%; height: auto; }
/* Make WordPress media inserted to post behave correctly */

.alignleft { float: left; margin: 0 40px 40px 0; }
.alignright { float: right; margin: 0 0 40px 40px; }
.alignnone { display: inline-block; margin: 40px 0; }
.aligncenter { display: block; clear: both; margin: 40px auto; text-align: center; }
/* Make a 404 page look nicer and more readable */

.error404 { text-align: center; }
.error404 ul { text-align: left; }
.navigation.pagination { clear: both; }
/* WP navigation menus are lists, but they don't need default list styling */

nav a { text-decoration: none; color: #333d47; }
nav a:hover { text-decoration: none; color: #333d47; }
nav li { display: inline-block; }
nav ul { margin: 0; padding: 0; list-style-type: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 15px; line-height: 22px; padding: 5px 0; }
/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1; margin: 0 0 47px; color: #37414b; }
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child { margin: 0; }
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 { margin-top: 30px; }
h1 { font-size: 60px; margin: 0 0 47px; font-family: quatro-slab, serif; font-weight: 400; font-style: normal; }
h2 { font-size: 48px; line-height: 52px; margin: 0 0 14px; font-family: quatro-slab, serif; font-weight: 400; font-style: normal; }
p+h2 { margin-top: 39px; }
h3 { font-size: 32px; line-height: 36px; margin: 0 0 13px; font-family: quatro-slab, serif; font-weight: 400; font-style: normal; }
h4 { font-size: 24px; line-height: 28px; margin: 0 0 3px; font-weight: 700; }
p+h4 { margin-top: 39px; }
h5 { font-size: 16px; line-height: 18px; margin: 0 0 15px; }
p+h5 { margin-top: 32px; }
h6 { font-size: 14px; line-height: 16px; margin: 0 0 15px; }
p+h6 { margin-top: 28px; }
/* Text Elements */

p { margin: 0 0 32px; }
p ul, ol+p { margin-top: 32px; }
strong { font-weight: 700; }
/* Horizontal Line */

hr { margin: 70px 0; border-top: 1px solid #CCCCCC; }

::-moz-selection {
 background: #D0E2F0;
}
::selection { background: #D0E2F0; }

::-moz-selection {
 background: #D0E2F0;
}
/* Blocks / Columns Spacing Helpers */

.block-top-spacing { padding-top: 71px; }
.block-bottom-spacing { padding-bottom: 71px; }
.columns-spacing-top { padding-top: 40px; }
.columns-spacing-bottom { padding-bottom: 35px; }
.block-margin-top { margin-top: 80px; }
.block-margin-bottom { margin-bottom: 80px; }
/* Buttons */

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }


.c-btn { font-size: 16px; font-weight: 700; line-height: 19px; display: inline-block; min-width: 160px; padding: 11px 15px 13px; -webkit-transition: all .2s linear; transition: all .2s linear; text-align: center; letter-spacing: 0; text-transform: capitalize; color: #2E2D2D; background: transparent; border: 2px solid #2E2D2D }
.c-btn:hover { text-decoration: none; color: #ffffff; background: #BA3838; border-color: #BA3838 }
.c-btn.c-btn-color-alt { padding: 11px 15px 13px; color: #2E2D2D; border: 2px solid #2E2D2D; background: transparent; }
.c-btn.c-btn-color-alt:hover { color: #ffffff; background: #BA3838; border-color: #BA3838 }
.c-btn-wrapper { line-height: 16px; display: inline-block; margin: 7px 0 40px; }
.c-btn-wrapper:last-child { margin-bottom: 0; }
.c-btn-icon { position: absolute; top: 0; right: 0; }
.c-btn-primary { color: #2E2D2D; background: transparent; }
.c-btn-primary:hover { text-decoration: none; color: #ffffff; background: #BA3838; border-color: #BA3838 }
.c-btn-secondary { position: relative; min-width: 0; color: #2E2D2D; border-bottom: 0; background: transparent; border-top: 0; border-right: 0; border-left: 0; padding: 0 0 10px 0; text-transform: capitalize; overflow: hidden; font-weight: 400; font-family: quatro-slab, serif; font-size: 18px; }
.c-btn-secondary svg * { stroke: #BA3838; display: none }
.c-btn-secondary:hover { color: #2E2D2D; background: transparent; border: 0; }
.c-btn-secondary:before { left: 0; bottom: 0; width: 100%; height: 4px; background: #BA3838; transform: translateX(0); content: ''; position: absolute; transition: transform .5s ease; }
.c-btn-secondary:hover:before { transform: translateX(100%); }
.c-btn-secondary:hover svg * { stroke: #cf4240; }
/* Embed Video Styles */

.iframe-wrapper { position: relative; overflow: hidden; max-width: 100%; height: 0; margin: 38px auto; padding-bottom: 56.6%; }
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; margin-bottom: 0; }
/* Slider Global */

.slick-arrow { font-size: 0; line-height: 0; position: absolute; top: 50%; width: 60px; height: 60px; margin: -24px 0 0; padding: 0; cursor: pointer; -webkit-transition: border .2s linear; transition: border .2s linear; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border: 2px solid #fff; border-radius: 50%; background: #fff; -webkit-box-shadow: none; box-shadow: none; }
.slick-arrow:hover, .slick-arrow:focus { border-color: #136cb5; outline: none; background: #136cb5 }
.slick-arrow:hover:after, .slick-arrow:focus:after { border-color: #fff; }
.slick-arrow:after { position: absolute; top: 50%; left: 50%; display: block; width: 12px; height: 12px; margin-top: 0; content: ''; -webkit-transition: all .2s linear; transition: all .2s linear; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); border: 2px solid #231F20; border-width: 2px 2px 0 0; }
.slick-arrow.slick-prev { right: 100%; left: auto; margin-right: 30px;box-shadow: 0 0 4px rgba(0,0,0,0.1); }
.slick-arrow.slick-prev:after { margin-left: 2px; -webkit-transform: translate(-50%, -50%) rotate(-135deg); transform: translate(-50%, -50%) rotate(-135deg); }
.slick-arrow.slick-next { right: auto; left: 100%; margin-left: 30px;box-shadow: 0 0 4px rgba(0,0,0,0.1); }
.slick-arrow.slick-next:after { margin-left: -2px; }
/* BASE TABLES */

#page .tablepress-table-name { font-size: 24px; line-height: 28px; letter-spacing: 1.5px; text-transform: none; }
#page .tablepress { margin-top: -6px; margin-bottom: 40px; }
#page .tablepress caption { display: none; }
#page .tablepress thead th { font-size: 14px; line-height: 20px; position: relative; padding: 14px 20px; color: #2E2D2D; border: 0; background-color: #FCF9F3; }
/*#page .tablepress thead th:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d5d9de; }*/
#page .tablepress thead th br { display: none; }
#page .tablepress tbody td { font-size: 16px; line-height: 20px; position: relative; padding: 14px 19px; color: #333d47; border: 0; }
#page .tablepress tbody td:first-child { text-align: left; }
/*#page .tablepress tbody td:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d5d9de; }*/
#page .tablepress tbody tr { border-top: 0; }
#page .tablepress tbody tr:nth-child(even) { background: #FCF9F3 }
#page .tablepress tbody tr:last-child { border-bottom: 0; }
.table-wrapper { position: relative; }
.table-wrapper .tablepress:before { position: absolute; z-index: 9; top: 0; right: 0; bottom: 0; display: none; width: 20px; content: ''; background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent)); background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
.table-wrapper.has-scroll:before { display: block; }
/* Responsive TABLES */

.leadparagraph { font-size: 22px; font-weight: 400; line-height: 27px; margin: 0 0 30px; }
.highlight-text { padding: 3px 0; background: #D0E2F0; }
blockquote.alternate, blockquote { font-size: 48px; font-weight: 300; line-height: 58px; position: relative; margin: 36px 0; padding: 11px 38px 11px 0; font-family: quatro-slab, serif; font-weight: 400; font-style: normal; }
blockquote.alternate:not([class]), blockquote:not([class]) { padding: 11px 38px 11px 11px; }
blockquote.alternate:not([class])>p:before, blockquote.alternate:not([class])>p:after, blockquote:not([class])>p:before, blockquote:not([class])>p:after { display: inline; }
blockquote.alternate:not([class])>p:before, blockquote:not([class])>p:before { position: absolute; top: 10px; left: 0; content: '“'; }
blockquote.alternate:not([class])>p:after, blockquote:not([class])>p:after { content: '”'; }
blockquote.alternate p, blockquote p { margin: 0; }
blockquote.alternate cite, blockquote cite { font-style: normal; padding-left: 23px; }
blockquote.alternate cite:before, blockquote.alternate cite:after, blockquote cite:before, blockquote cite:after { display: inline; }
blockquote.alternate cite:before, blockquote cite:before { position: absolute; top: 10px; left: 0; content: '“'; }
blockquote.alternate cite:after, blockquote cite:after { content: '”'; }
blockquote.alternate .author, blockquote .author { font-size: 17px; font-weight: 400; line-height: 18px; position: relative; bottom: 0; left: 0; display: block; padding-top: 23px; }
blockquote.alternate .author:before, blockquote .author:before { display: inline; margin-right: 10px; content: '—'; }
.page-accordion { padding: 42px 0 81px; }
.single-accordion { padding: 0 0 24px; border-top: 1px solid #9FA2A3; }
.single-accordion:last-of-type { border-bottom: 1px solid #9FA2A3; }
.single-accordion p { margin: 0; }
.single-accordion.active .single-accordion__title:after { margin-top: 9px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.single-accordion__content { display: none; padding: 0 45px 17px 20px; }
.single-accordion__title { font-weight: 600; position: relative; display: block; padding: 32px 15px 13px; cursor: pointer; -webkit-transition: all .2s linear; transition: all .2s linear; letter-spacing: 0; }
.single-accordion__title h4 { -webkit-transition: color .2s linear; transition: color .2s linear; font-size: 22px; }
.single-accordion__title:hover { color: #BA3838; }
.single-accordion__title:hover h4 { color: #BA3838; }
.single-accordion__title:hover:after { border-color: #BA3838; }
.single-accordion__title:after { position: absolute; top: 50%; right: 22px; display: block; width: 10px; height: 10px; margin-top: 4px; content: ''; -webkit-transition: all .2s linear; transition: all .2s linear; -webkit-transform: rotate(135deg); transform: rotate(135deg); border: 2px solid #58697a; border-width: 2px 2px 0 0; }
.page-fullwidth-image { padding: 38px 40px 74px;max-width: 1680px;margin: 0 auto }
.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after { content: ''; display: table; }
.page-fullwidth-image__wrapper:after { clear: both; }
.page-fullwidth-image__wrapper img { width: 100%; margin: 0; }
.content-image__align-left, .content-image__align-right { width: 50%; }
.content-image__align-left { float: left; }
.content-image__align-left.spacing-normal { padding-right: 15px; }
.content-image__align-right { float: right; }
.content-image__align-right.spacing-normal { padding-left: 15px; }
.content-image img { width: 100%; margin: 0; }

/* Main Header */
.main-header { font-weight: 500; position: relative; background-color: #fafafa; z-index: 10; }
.main-header__top { background: #d5d9de; }
.main-header__logo { display: inline-block; max-width: 200px; }
.main-header__wrapper {   }
.main-header__nav { font-size: 16px; line-height: 18px; position: static; }
.main-header__nav .highlight-text { padding: 0; }
.main-header__nav li { padding: 0 7px; }
.main-header__nav>.menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.main-header__nav>.menu>li>a { padding: 39px 0; border: 0; }
.main-header__nav a { position: relative; display: inline-block; color: #333d47; }
.main-header__nav a:before { position: absolute; right: 0; bottom: -3px; left: 0; display: block; height: 2px; content: ''; -webkit-transition: background .2s linear; transition: background .2s linear; background: transparent; }
.main-header__nav a:focus { color: currentColor; }
.main-header__nav a:hover { color: currentColor; }
.main-header__nav a:hover:before { background: #BA3838; }
.main-header__subnav { font-size: 12px; line-height: 14px; padding: 17px 0; text-align: right; }
.main-header__subnav li { margin-right: 15px; }
.main-header__subnav li:last-child { margin-right: 0; }
.main-header__subnav a:hover { color: #58697a; }
.main-header__right { text-align: right; }

.main-header__right .nav-menu.norden { height: 96px; }
.main-header__right .nav-menu.norden li a { padding: 20px 22px; } 


/* Mega Menu */
.mega-menu-wrapper { position: absolute; z-index: -999; top: 100%; left: 0; visibility: hidden; width: 100%; padding-top: 33px; padding-bottom: 15px; border-top: 1px solid #ebebeb; background: transparent; }
.mega-menu-wrapper li { display: block; padding: 0 0 22px 0; }
.mega-menu-wrapper li.current-menu-item>a { color: #BA3838; }
.mega-menu-wrapper a { font-weight: bold; visibility: hidden; padding: 0; -webkit-transition: none; transition: none; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; color: #2e2d2d; font-weight: 700;  }
.mega-menu-wrapper a.active { visibility: visible; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
.mega-menu-wrapper a:hover { -webkit-transition: color .1s; transition: color .1s; color: #333d47; }
.mega-menu-wrapper h1, .mega-menu-wrapper h2, .mega-menu-wrapper h3, .mega-menu-wrapper h4, .mega-menu-wrapper h5, .mega-menu-wrapper h6, .mega-menu-wrapper p, .mega-menu-wrapper blockquote { visibility: hidden; -webkit-transition: none; transition: none; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; }
.mega-menu-wrapper h1.active, .mega-menu-wrapper h2.active, .mega-menu-wrapper h3.active, .mega-menu-wrapper h4.active, .mega-menu-wrapper h5.active, .mega-menu-wrapper h6.active, .mega-menu-wrapper p.active, .mega-menu-wrapper blockquote.active { visibility: visible; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
.mega-menu-wrapper.active { z-index: 999; visibility: visible; }
.mega-menu-wrapper.active a { -webkit-transform: none; transform: none; }
.mega-menu-wrapper .sub-menu { margin: 20px 0 15px; }
.mega-menu-wrapper .sub-menu li { padding-bottom: 15px; padding-left: 0; }
.mega-menu-wrapper .sub-menu li:last-child { padding-bottom: 0; }
.mega-menu-wrapper .sub-menu a { font-family: #d5d9de; font-size: 14px; font-weight: normal; line-height: 24px; }
.mega-menu-background { position: absolute; z-index: 998; top: 100%; left: 0; width: 100%; background-color: #fff; }
/* Main Header Mobile */

.btn-hamburger { position: absolute; z-index: 9999; top: 50%; right: 0; display: none; width: 25px; height: 18px; margin: -2px 0 0; padding: 0; cursor: pointer; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border: 0; outline: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-hamburger:hover, .btn-hamburger:focus { outline: 0; }
.btn-hamburger span { position: absolute; left: 0; display: block; width: 25px; height: 2px; -webkit-transition: .45s ease-in-out; transition: .45s ease-in-out; -webkit-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; border-radius: 9px; background: #333d47; }
.btn-hamburger span:nth-child(1) { top: 0; -webkit-transform-origin: left center; transform-origin: left center; }
.btn-hamburger span:nth-child(2) { top: 8px; -webkit-transform-origin: left center; transform-origin: left center; }
.btn-hamburger span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; transform-origin: left center; }
.btn-hamburger.open span:nth-child(1) { top: -1px; left: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.btn-hamburger.open span:nth-child(2) { width: 0; opacity: 0; }
.btn-hamburger.open span:nth-child(3) { top: 16px; left: 2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.main-header__nav-mobile { font-size: 18px; line-height: 32px; }
.main-header__nav-mobile .menu>li>a { font-weight: 500; position: relative; padding: 18px 40px 14px; }
.main-header__nav-mobile .menu>li>a.open { background: #e7e9ec; }
.main-header__nav-mobile .menu>li>a.open+.sub-menu { display: block; }
.main-header__nav-mobile .menu>li.menu-item-has-children>a:after { position: absolute; top: 50%; right: 45px; display: block; width: 10px; height: 10px; margin-top: -6px; content: ''; -webkit-transition: all .2s linear; transition: all .2s linear; -webkit-transform: rotate(135deg); transform: rotate(135deg); border: 2px solid #58697a; border-width: 2px 2px 0 0; }
.main-header__nav-mobile .menu>li.menu-item-has-children>a.open:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.main-header__nav-mobile .sub-menu { display: none; padding: 17px 0 13px; }
.main-header__nav-mobile .sub-menu li { margin: 0 0 15px; }
.main-header__nav-mobile .sub-menu li:last-child { margin: 0; }
.main-header__nav-mobile .sub-menu a { padding: 0 60px; }
.main-header__nav-mobile a { font-weight: 400; display: block; }
.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus { color: #333d47; }
.main-header__nav-mobile--wrapper { position: absolute; z-index: 99; top: 100%; right: -40px; left: -40px; display: none; background: #fafafa; }
.main-header__nav-mobile--wrapper nav li { display: block; }
.main-header__nav-mobile--wrapper .c-btn { font-size: 12px; line-height: 15px; width: 100%; }
.main-header__cta-wrapper--mobile { padding: 185px 0 0; }
.page-hero__thumbnail { min-height: 514px; background-repeat: no-repeat; background-size: cover; }
.page-hero__thumbnail.full-size { min-height: 750px; }
.page-hero__content { padding: 81px 0 24px; }
.block-tabs { overflow: hidden; }
.block-tabs .section-title { margin: 0 0 32px; text-align: left; }
.block-tabs.block-bottom-spacing { padding-bottom: 35px; }
.tabs__link-list { margin: 0; padding: 0; list-style: none; }
.tabs__link-list:before, .tabs__link-list:after { content: ''; display: table; }
.tabs__link-list:after { clear: both; }
.tabs__link-list-wrapper { position: relative; border-bottom: 1px solid #d5d9de; }
.tabs__link-list-wrapper:before { position: absolute; z-index: 9; top: 0; right: 0; bottom: 6px; display: none; width: 20px; content: ''; background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent)); background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
.tabs__link-list-wrapper.has-scroll:before { display: block; }
.tabs__link { font-size: 18px; font-weight: 700; display: block; float: left; }
.tabs__link a { position: relative; display: block; min-width: 122px; padding: 6px 10px 14px; -webkit-transition: color .2s linear; transition: color .2s linear; text-align: center; text-decoration: none; color: #2E2D2D; }
.tabs__link a:hover { color: #BA3838; }
.tabs__link a:after { position: absolute; right: auto; bottom: -1px; left: 0; display: block; width: 0; height: 3px; content: ''; -webkit-transition: all .2s linear; transition: all .2s linear; background-color: #BA3838; }
.tabs__link:not(:first-child) a { padding-left: 18px; }
.tabs__link.active a { color: #000; }
.tabs__link.active a:after { width: 100%; }
.tabs__tab-content { position: static; visibility: visible; padding: 27px 0 78px; -webkit-transition: opacity .2s linear; transition: opacity .2s linear; opacity: 1; }
.tabs__tab-content-wrapper { border-bottom: 1px solid #d5d9de; }
.tabs__tab-content:not(.active) { position: absolute; visibility: hidden; opacity: 0; }
.tab-head-wrap { position: relative; }
.tab-head-wrap button { position: relative; display: none; }
.tab-head-wrap button.tab-prev, .tab-head-wrap button.tab-next { z-index: 5; right: 0; display: none; width: 20px; height: 20px; margin-top: -2px; padding: 0; cursor: pointer; border: none; outline: 0; background: transparent; }
.tab-head-wrap button.tab-prev:before, .tab-head-wrap button.tab-next:before { position: absolute; top: 50%; left: 50%; display: block; width: 10px; height: 10px; content: ''; -webkit-transition: all .2s linear; transition: all .2s linear; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 2px solid #58697a; border-width: 2px 2px 0 0; }
.tab-head-wrap button.tab-prev:hover:before, .tab-head-wrap button.tab-next:hover:before { opacity: 1; }
.tab-head-wrap button.tab-prev.disabled, .tab-head-wrap button.tab-next.disabled { cursor: default; }
.tab-head-wrap button.tab-prev.disabled:before, .tab-head-wrap button.tab-next.disabled:before { opacity: 0; }
.tab-head-wrap button.tab-next { right: -2px; -webkit-transform: translate(0, -50%) rotate(45deg); transform: translate(0, -50%) rotate(45deg); }
.tab-head-wrap button.tab-prev { left: -2px; -webkit-transform: translate(0, -50%) rotate(-135deg); transform: translate(0, -50%) rotate(-135deg); }
.block-img-comp { padding: 70px 15px; }
.block-img-comp .container-fluid { padding: 0 1.04166667vw; }
.block-img-comp .row { margin: 0 -1.04166667vw; padding: 0 0 2.22222222vw; }
.block-img-comp .row:last-child { padding: 0; }
.block-img-comp [class*='col'] { padding: 0 1.04166667vw; }
.block-img-single img { display: block; width: 100%; }
.block-img-single.small-top { padding-bottom: 2.22222222vw; }
.block-gallery-slider { padding: 27px 0 49px; }
.bc-gallery__slider { padding: 0; }
.bc-gallery__caption { font-size: 16px; line-height: 18px; padding: 19px 15px; text-align: center;color: #a9a9a9; }
.image-title{text-align: center;font-size: 16px; line-height: 18px;color: #a9a9a9; padding: 19px 0;display: block}
 
.block-gallery-lightbox { overflow: hidden; padding-top: 27px; padding-bottom: 48px; }
/*.lightbox-gallery__single-thumb { padding-bottom: 31px; overflow: hidden;}*/
.lightbox-gallery__single-thumb {margin-bottom: 31px;overflow: hidden;height: 194px;width: calc(100% - 30px);padding-bottom: 0;}
.lightbox-gallery__single-thumb figure {overflow: hidden;height: 100%;}
.lightbox-gallery__single-thumb img { width: 100%; -webkit-transition: transform 0.4s; -moz-transition: transform 0.4s; transition: transform 0.4s; }
.lightbox-gallery__single-thumb:hover img{ transform: scale(1.2);}
.lightbox-gallery__gallery-wrapper { position: fixed; z-index: 999; top: 0; right: 0; bottom: 0; left: 0; visibility: visible; -webkit-transition: all 300ms ease; transition: all 300ms ease; opacity: 1; background-color: #2E2D2D; }
.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev { right: auto; left: -30px; }
.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next { right: -30px; left: auto; }
.lightbox-gallery__gallery-wrapper:not(.active) { visibility: hidden; opacity: 0; }
.lightbox-gallery__slider { max-width: 100%; margin: 0 auto; padding: 0 65px; }
.lightbox-gallery__single-slide { position: relative; height: 100vh; padding: 60px 0; outline: none; }
.lightbox-gallery__single-slide.slick-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lightbox-gallery__single-slide img { width: auto; max-height: calc(100vh - 120px); margin: 0 auto; }
.lightbox-gallery__slide-image { max-height: 100%; }
.lightbox-gallery__caption { font-size: 16px; line-height: 18px; padding: 19px 15px; text-align: center; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; color: #FCFCFC; }
.lightbox-gallery__close { position: absolute; z-index: 999; top: 21px; right: 21px; display: block; width: 48px; height: 48px; cursor: pointer; -webkit-transition: background .2s linear; transition: background .2s linear; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 50%; }
.lightbox-gallery__close:hover { background: #136cb5; }
.lightbox-gallery__close:hover:before, .lightbox-gallery__close:hover:after { background: #fff; }
.lightbox-gallery__close:after, .lightbox-gallery__close:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: background .2s linear; transition: background .2s linear; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; }
.lightbox-gallery__close:after { width: 2px; height: 24px; }
.lightbox-gallery__close:before { width: 24px; height: 2px; }
.block-content-links { padding: 70px 0 20px; }
.block-content-links+.block-content-links { padding-top: 0; }
.block-content-links-text { padding-bottom: 35px; }
.block-content-links-text .content-link { margin-bottom: 45px; border-bottom: 1px solid #333d47; }
.block-content-links-text .content-link__title { padding: 0 20px 10px; }
.block-content-links-text .content-link__icon { margin-top: -6px; }
.content-link { display: block; margin-bottom: 41px; }
.content-link__title { font-weight: 400; position: relative; margin: 0; padding: 12px 15px; color: #333d47; font-size: 20px; font-family: quatro-slab, serif; }
.content-link__img-wrapper img { width: 100%; }
.content-link__icon { position: absolute; top: 50%; right: 20px; overflow: hidden; width: 36px; height: 24px; -webkit-transition: width .2s linear; transition: width .2s linear; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.content-link:hover .content-link__icon { width: 48px; }
.content-link__icon svg { position: absolute; top: 0; right: 0; }
.content-link__icon svg path { fill: #BA3838; }
.block-content-images { background: #eff0f2; 
  max-width: 1680px;margin: 0 auto
  }
.block-content-images.has-container { background: transparent; }
.block-content-images.has-container .row { margin: 0; background: #eff0f2; }
.block-content-images.has-container .b-content-images__content-wrapper { max-width: 353px; }
.b-content-images__content-wrapper { max-width: 390px; margin: 0 auto; padding: 20px 0; position: relative; left: 30px; }
.b-content-images__content-wrapper p { margin: 0 0 16px; }
.b-content-images__image img { width: 100%; }
.b-content-images__col.image-left { padding-right: 60px; padding-left: 0; }
.has-container .b-content-images__col.image-left { padding-right: 77px; }
.b-content-images__col.image-right { padding-right: 0; padding-left: 60px; }
.has-container .b-content-images__col.image-right { padding-left: 77px; }
.b-content-images__col.content-right .b-content-images__content-wrapper { margin: 0 auto; left: -30px; }
.block-cta { padding: 169px 0 128px 0; /*padding: 14% 0 13% 0;*/ color: #ffffff; background-repeat: no-repeat; text-align: center; background-size: cover; background-position: center bottom;
  max-width: 100%;margin: 0 auto; position: relative;}
.block-cta:before {position: absolute;content: " ";height: 100px;width: 100%;background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );top: 0;left: 0;}
.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 { color: #2E2D2D; margin-bottom: 31px; }
.block-cta__button-wrapper { }
.c-btn-wrapper, .c-btn-wrapperssss { margin: 30px 0; }
.content-link .content-link__title svg .st1 { -webkit-transition: all .2s linear; transition: all .2s linear; }
.content-link .content-link__title { -webkit-transition: all .2s linear; transition: all .2s linear; }
.content-link:hover .content-link__title { color: #BA3838; }
.content-link:hover .content-link__title svg .st1 { fill: #BA3838 }
.cards-list.loading{opacity: 0.5;}
.cards-list{ transition: opacity 300ms;}

/* ---------- 21-11-2018 ---------- */

/*a{ position: relative; overflow: hidden;}
a:before { left: 0; bottom: 0; width: 100%; height: 2px; background: #BA3838; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; position: absolute; content: " "; width: 0;}
a:hover:before { width: 100%; }*/



/* Main Header */
.main-header { margin-bottom: 0; background-color: #fff; /*-webkit-box-shadow: 0px 10px 10px 0px rgba(249,249,249,1); -moz-box-shadow: 0px 10px 10px 0px rgba(249,249,249,1); box-shadow: 0px 10px 10px 0px rgba(249,249,249,1);*/ position: fixed; width: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.main-header__nav>.menu>li { padding: 0 35px; }
.main-header__nav>.menu>li>a { padding: 41px 0; font-weight: bold; color: #2e2d2d; }
.main-header__nav a:before { bottom: 0px; }
.main-header__left { padding: 0 0 0 38px;; position: static; }
.main-header__left .main-header__logo { position: relative; top: 13px; left: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.main-header__left .main-header__logo img { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.main-header__nav { padding: 0; }
.main-header__nav .mega-menu-wrapper ul li a:before { display: none; }
nav li ul.menu li a:hover { color: #ba3838; }
.main-header__nav>.menu { justify-content: center; }
.main-header__right { padding: 0; display: flex; justify-content: flex-end; position: static; }
.main-header__wrapper {  padding: 0; }
.main-header__wrapper .row { margin: 0; }
.menu-header-cta-container ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.menu-header-cta-container ul li { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; }
.menu-header-cta-container ul a { max-width: 110px; display: inline-block; width: 100%; padding: 30px 32px; font-size: 13px; text-align: center; background-color: #136cb5; color: #fff; border-right: 1px solid #4e91c8; height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; line-height: 1.2; border-bottom: 0;font-weight: 700 }
.main-header__right .c-btn.request-btn { display: none; }
.menu-request-info-container ul { margin: 0; padding: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; height: 100%;align-items: baseline }
.menu-request-info-container ul>li { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: flex-start; }
.menu-request-info-container ul>li>a { max-width: 118px; display: inline-block; width: 100%; padding:46px 20px 20px; font-size: 13px; text-align: center; background-color: #0a518b; color: #fff;  justify-content: center; align-items: center; line-height: 1.2; font-weight: 700}
.menu-request-info-container .mega-menu-wrapper img { width: 100%; vertical-align: top; }
.menu-request-info-container .mega-menu-wrapper a.image-menu { text-align: center; }
.mega-menu-wrapper a.image-menu span { text-align: center; width: 100%; display: inline-block; color: #000; font-family: quatro-slab, serif; font-weight: 400; padding: 18px 0 20px; font-size: 18px; }
.stickyHeader .main-header__left .main-header__logo { overflow: hidden; height: auto; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; top: 5px; max-width: 110px; }
/* Main Footer */
.main-footer { background-color: #0a518b; color: #fff; }
.main-footer__top { padding: 60px 0 50px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.footer_menu { flex: 25%; }
.footer-address { flex: 75%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
#menu-footer-menu { padding: 0; list-style: none; }
#menu-footer-menu li { list-style: none; padding: 0; margin: 0 0 14px; line-height: 1; }
#menu-footer-menu li:first-child { margin-bottom: 0; }
#menu-footer-menu li a { color: #fff; font-family: muli, sans-serif; font-weight: 500; font-size: 16px; }
#menu-footer-menu li:first-child a, .main-footer__top h3 { font-size: 16px; color: #ffffff; margin: 0 0 14px; display: inline-block; width: 100%; font-family: quatro-slab, serif; line-height: 1; font-weight: 400; }
.main-footer__top p, .main-footer__top p a { margin: 0; color: #fff; font-family: muli, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; }
.footer-address-inner { flex: 33.33%; padding-right: 100px; }
.summenr_address { margin-bottom: 15px; }
.footer-cantact_us { flex: 33.33%; }
.footer-social-block { flex: 33.33%; }
.footer-social-block h3 { margin-bottom: 20px; }
.social-block { margin-bottom: 37px; }
.footer-social-block ul { margin: 0; padding: 0; list-style: none; }
.footer-social-block ul li { list-style: none; margin: 0 8px 0 0; padding: 0; display: inline-block; }
.footer-social-block ul li svg { max-width: 15px; height: 15px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.footer-social-block ul li:before { display: none; }
.footer-social-block ul li a { width: 30px; height: 30px; background-color: #fff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #0a518b; border: 1px solid #fff; }
.footer-social-block ul li a:hover { background-color: transparent; }
.footer-social-block ul li a:hover svg path { fill: #fff; }
.main-footer__bottom { border-top: 1px solid #477da8; padding: 30px 0 34px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; }
.main-footer__bottom p { margin: 0; font-size: 12px; line-height: 1; }
.main-footer__bottom p a { color: #fff; font-weight: 400; }
/* Block Content Section */
.block-content-section { padding: 100px 0 110px;max-width: 1680px;margin: 0 auto }
.quote-section {max-width: 1680px;margin: 0 auto}
.block-content-images-col.image-left { padding-left: 0; }
.block-content-images-col .block-content-images__image img { width: 100%; }
.block-content-images-col.content-right { padding-right: 0; }
.block-content-images-col .content-images-wrapper { padding-left: 76px; max-width: 535px; width: 100%; }
.block-content-images-col .content-images-wrapper img { margin-bottom: 25px; max-width: 44px; }
.main-title h6 { font-size: 12px; color: #757575; text-transform: uppercase; display: block; margin: 0 0 21px; letter-spacing: 0.299em; }
.main-title h2 { font-size: 58px; color: #2e2d2d; margin: 0 0 27px; line-height: 1.15; }
.custom-cards .main-title h2 { font-size:38px; }
.block-content-images-col .content-images-wrapper p { line-height: 1.8; margin-bottom: 13px; }
.block-content-images-col .content-images-wrapper a.c-btn-secondary { font-family: quatro-slab, serif; font-size: 18px; font-weight: 400; }
.block-content-images-col.image-right { padding: 0; }
.block-content-images-col.content-left { padding: 0 0 0 130px; }
.block-content-images-col.content-left p { max-width: 400px; width: 100%; }
/* Experience Section */
.experience-section { background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; padding-bottom: 210px; }
.experience-section .main-title { text-align: center; margin-bottom: 20px; display: inline-block; width: 100%; }
.experience-block { max-width: 1110px; width: 100%; margin: 0 auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; }
.experience-section .experience-single { padding: 0 15px; flex: 1 0 50%; position: relative; border: 0; margin-bottom: 32px; max-width: 50%; }
.experience-section .bg-image { height: 320px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; }
.experience-section .bg-image:before { background-color: rgba(0, 0, 0, 0.4); content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; visibility: visible; transition: all 0.4s ease-in-out; }
.experience-section .experience-single:hover .bg-image:before { opacity: 0; visibility: hidden; }
.experience-section .experience-single h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 44px; margin: 0; color: #fff; }
.custom-cards { padding-top: 126px; }
.custom-cards>h1 { text-align: center; margin-bottom: 115px; font-size: 58px }
.filters-inner { border-bottom: 1px solid #D8D8D8; margin-bottom: 90px; }
.filters { margin: 0 0px 0 25px; padding: 0; list-style: none; position: relative; display: flex; flex-wrap: wrap; }
.filters li { padding-bottom: 20px; padding: 0 20px 20px; }
.filters li:last-child { margin-right: 0 }
.custom-cards .filters li:hover a, .custom-cards .filters li.active a { color: #BA3838; }
.custom-cards .filters a { font-size: 17px; text-transform: capitalize; color: #2b1a1a; font-weight: 700; padding-bottom: 8px; position: relative; padding-left: 5px; padding-right: 5px }
.filters>li>a:after { content: ''; display: block; width: 0; height: 2px; background-color: #BA3838; position: absolute; left: 0; bottom: -14px; opacity: 0; transition: width 300ms; }
.filters-wrapper .f-mobile-button { display: none; }
.filters>li.active>a:after, .filters>li:hover>a:after { opacity: 1; width: 100%; }
.cards-list { padding-left: 0; list-style: none; }
.cards-list li { margin-bottom: 49px; }
.cards-list a { position: relative; display: block; }
.cards-content { background: #fff; text-align: center; margin-top: -80px; width: calc(100% - 36px); margin-left: auto; margin-right: auto; padding: 20px 10px 21px 10px; z-index: 1; position: absolute; bottom: -20px; left: 18px; box-shadow: 0 2px 12px rgba(0,0,0,0.08) }
.cards-content h4 { font-family: quatro-slab, serif; font-weight: 400; font-style: normal; }
.cards-list .card-img { overflow: hidden; position: relative; border-radius: 0; box-shadow: 0 2px 12px rgba(0,0,0,0.08) }
.cards-list a:hover .cards-content:after { opacity: 1; width: 100%; }
.cards-content .icon { display: table; /*height: 30px;*/ height: 35px; width: 35px; margin: 0 auto; background-repeat: no-repeat; background-position: center top; background-size: cover; margin-bottom: 7px; }
.cards-list a .cards-content::after { content: ''; display: block; width: 0; height: 3px; background-color: #BA3838; position: absolute; left: 0; bottom: 0; opacity: 0; transition: width 300ms; -webkit-transition: width 300ms; }
.card-img-inner { height: 440px; background-repeat: no-repeat; background-size: cover; border-radius: 0; transition: all 300ms; -webkit-transition: all 300ms; }
.cards-list a:hover .card-img-inner { transform: scale(1.1); -webkit-transform: scale(1.1) }
.cards-list-popup {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 99999999;
  pointer-events: none;
  transition: opacity 0.2s;
  background-color: #fff;
}
.cards-list-popup.visible {
  opacity: 1;
  pointer-events: all;
}
.overlay-slider {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.overlay-slider__single .content-images-wrapper{
  background-color: #fff;
  width: 50%;
  height: 100%;
  padding: 0 11.2vw 0 11.2vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
}
.overlay-slider__single {
  position: relative;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;height: 100%;
  width: 100%;
}
.overlay-slider .slick-list, .overlay-slider .slick-track {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.overlay-slider .main-title{width: 100%;}
.overlay-slider__image {
  width: 50%;
  background-position: center;
  background-size: cover;    margin: 0; order: 1;
}
.overlay-slider__content-wrapper img{margin-bottom: 15px;     max-width: 50px; }

.overlay-slider .slick-arrow{border-color: #2E2D2D;    margin: 0;top: auto;bottom: 0;  z-index: 9999;}
.overlay-slider .slick-arrow.slick-next {right: auto; left: calc(11.2vw + 75px);}
.overlay-slider .slick-arrow.slick-prev {right: auto; left: 11.2vw;}

.overlay-slider .slick-arrow:hover{
  border-color: #136cb5;  
}
.cards-list-popup .close-icon {
  position: absolute;
  right: 31px;
  top: 34px;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-radius: 50%;    -webkit-transition: all .2s linear;
  transition: all .2s linear;

}

.cards-list-popup .close-icon:after {
  width: 15px;
  height: 15px;
  content: '';
  background-image: url(../images/icons/ico-close-filters.svg);
  background-size: contain;
  background-position: center;
  transition: background-image 0.3s;
}
 
.cards-list-popup .close-icon:hover {
  
  outline: none;
  background: #136cb5;
}
.cards-list-popup .close-icon:hover:after{
  background-image: url(../images/icons/ico-close-filters-white.svg);
  background-size: contain;
  background-position: center;
}
@media (max-width: 1530px) {
.main-header__right .nav-menu.norden li a {
    padding: 20px 20px;
}
}
@media (max-width: 1199px) {
.main-header__nav { font-size: 14px; line-height: 16px; }
.filters li { margin-right: 30px; }
.overlay-slider__single .content-images-wrapper{    padding: 0 8.2vw 0 8.2vw;}
    
    .overlay-slider .slick-arrow.slick-prev{ left: 8.2vw;}
    .overlay-slider .slick-arrow.slick-next{ left: calc(8.2vw + 75px);}
    
    .lightbox-gallery__single-thumb{ height: 161px;}
}

@media (max-width: 991px) {
.tablet-checker { display: block; }
.slick-arrow { border: 0; }
.slick-arrow.slick-prev { margin-right: 9px; }
.slick-arrow.slick-next { margin-left: 9px; }
#page .tablepress-table-name { margin-bottom: 19px; letter-spacing: 0; }
#page .tablepress { position: relative; display: block; overflow-x: auto; width: 100%; margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; white-space: nowrap; }
#page .tablepress thead { display: block; float: left; min-width: 165px; }
#page .tablepress thead tr { display: block; border-right: 1px solid #d5d9de; }
#page .tablepress thead th { display: block; }
#page .tablepress thead th:after { display: none; }
#page .tablepress tbody { position: relative; display: block; overflow-x: auto; width: auto; white-space: nowrap; }
#page .tablepress tbody tr { display: inline-block; min-width: 177px; vertical-align: top; border-right: 1px solid #d5d9de; }
#page .tablepress tbody td { display: block; padding: 14px 35px; }
#page .tablepress tbody td:after { display: none; }
.table-wrapper .tablepress:before { display: block; }
.main-header .row { margin: 0; }
.main-header__top { display: none; }
.main-header__logo { max-width: 150px; }
.main-header__wrapper { padding: 0 40px; }
.main-header__nav { display: none; }
.main-header__right { display: none; }
.main-header__left { padding: 16px 0; }
.btn-hamburger { display: block; }
.main-header__nav-mobile--wrapper.active { display: block; }
.main-header__subnav { text-align: left; }
.main-header__subnav a { display: block; padding: 9px 40px; }
.main-header__subnav li { margin: 0 0 16px; }
.main-header__subnav li:last-child { margin: 0; }
.page-hero__thumbnail { min-height: 400px; }
.tabs__tab-content { padding: 41px 0 78px; }
.block-img-comp { padding: 70px 31px; }
.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev { left: -4px; }
.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next { right: -4px; }
.lightbox-gallery__slider { padding: 0 65px; }
.block-content-images.has-container .b-content-images__content-wrapper { max-width: 500px; }
.b-content-images__content-wrapper { max-width: 500px; margin: 0 auto; padding: 146px 0 175px; left: auto; }
.b-content-images__col.image-left { padding: 0; }
.has-container .b-content-images__col.image-left { padding: 0; }
.b-content-images__col.image-right { padding: 0; }
.has-container .b-content-images__col.image-right { padding: 0; }
.b-content-images__col.content-right .b-content-images__content-wrapper { left: auto; margin: 0 auto; }
.block-cta { text-align: center; }
.block-cta__text-wrapper { padding-top: 5px; padding-bottom: 31px; }
.block-cta__button-wrapper { text-align: center; }
.custom-cards .filters a { font-size: 14px; }
.filters li { margin-right: 10px; padding-bottom: 18px; }
.filters-inner { margin-bottom: 60px; }
.overlay-slider__single .content-images-wrapper{    padding: 0 5.2vw 0 5.2vw;}
 
    .overlay-slider .slick-arrow{ border: 2px solid #2E2D2D;}
    .overlay-slider .slick-arrow.slick-prev{ left: 5.2vw;}
    .overlay-slider .slick-arrow.slick-next{ left: calc(5.2vw + 75px);}
    
    .lightbox-gallery__single-thumb{ height: 117px;}
}

@media only screen and (max-width: 991px) {
.dataTables_wrapper .cf:after { font-size: 0; display: block; visibility: hidden; clear: both; height: 0; content: ' '; }
.dataTables_wrapper * html .cf { zoom: 1; }
.dataTables_wrapper *:first-child+html .cf { zoom: 1; }
.dataTables_wrapper table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.dataTables_wrapper th, .dataTables_wrapper td { margin: 0; vertical-align: top; }
.dataTables_wrapper th { text-align: left; }
.dataTables_wrapper table { position: relative; display: block; width: 100%; }
.dataTables_wrapper thead { display: block; float: left; }
.dataTables_wrapper tbody { position: relative; display: block; overflow-x: auto; width: auto; white-space: nowrap; }
.dataTables_wrapper thead tr { display: block; }
.dataTables_wrapper th { display: block; text-align: right; }
.dataTables_wrapper tbody tr { display: inline-block; vertical-align: top; }
.dataTables_wrapper td { display: block; min-height: 1.25em; text-align: left; }
/* sort out borders */

#flip-scroll th { border-bottom: 0; border-left: 0; }
#flip-scroll td { border-right: 0; border-bottom: 0; border-left: 0; }
#flip-scroll tbody tr { border-left: 1px solid #d5d9de; }
#flip-scroll th:last-child, #flip-scroll td:last-child { border-bottom: 1px solid #d5d9de; }
.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 { margin-bottom: 0 }
}

@media (max-width: 767px) {
body { font-size: 16px; line-height: 24px; }
ol { margin: 0 0 14px; }
ol li { margin: 0 0 12px; }
ol li li { padding: 0 0 0 25px; }
ol li:before { font-size: 14px; }
ul:not([class]) { margin: 0 0 14px; }
ul:not([class]) li { margin: 0 0 12px; }
ul:not([class]) li:before { top: 9px; left: 0; width: 4px; height: 4px; }
.section-title { margin: 0 0 31px; }
.container { max-width: 720px; padding: 0 20px; }
.container-fluid { padding: 0 20px; }
.row { margin: 0 -20px; }
.col-12 { padding: 0 20px; }
.alignleft { margin: 0 30px 30px 0; }
.alignright { margin: 0 0 30px 30px; }
.alignnone { margin: 24px 0 30px; }
.aligncenter { margin: 30px auto; }
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 { margin-top: 23px; }
h1 { font-size: 32px; margin: 0 0 38px; }
h2 { font-size: 28px; line-height: 26px; margin: 0 0 14px; }
p+h2 { margin-top: 27px; }
h3 { font-size: 20px; line-height: 24px; margin: 0 0 13px; }
h4 { font-size: 18px; line-height: 24px; margin: 0; }
p+h4 { margin-top: 24px; }
p { margin: 0 0 24px; }
p ul, ol+p { margin-top: 24px; }
hr { margin: 52px 0; }
.block-top-spacing { padding-top: 51px; }
.block-bottom-spacing { padding-bottom: 51px; }
.columns-spacing-top { padding-top: 28px; }
.columns-spacing-bottom { padding-bottom: 25px; }
.block-margin-top { margin-top: 60px; }
.block-margin-bottom { margin-bottom: 60px; }
.c-btn { padding: 12px 15px 13px; }
.c-btn.c-btn-color-alt { padding: 12px 15px 13px; }
.c-btn-wrapper { margin: 5px 0 31px; }
.c-btn-secondary { padding: 0 0 15px 0; font-size: 18px; }
.iframe-wrapper { margin: 23px auto; }
.slick-arrow { width: 20px; margin: -21px 0 0; }
.slick-arrow.slick-prev { right: auto; left: 0; margin-right: 0; left: -4px; }
.slick-arrow.slick-next { right: 0; left: auto; right: -4px; margin-left: 0; }
#page .tablepress thead { min-width: 90px; }
#page .tablepress thead th { font-size: 12px; line-height: 14px; padding: 11px 8px 11px 8px; }
#page .tablepress tbody tr { min-width: 0; }
#page .tablepress tbody td { font-size: 12px; line-height: 14px; padding: 11px 15px; }
.leadparagraph { font-size: 16px; line-height: 24px; margin: 0 0 33px; }
blockquote.alternate, blockquote { font-size: 24px; line-height: 35px; margin: 26px 0 42px; padding: 6px 0 10px 0; }
blockquote.alternate:not([class]), blockquote:not([class]) { padding: 6px 14px 6px 18px; }
blockquote.alternate:not([class])>p:before, blockquote:not([class])>p:before { top: 6px; left: 11px; }
blockquote.alternate cite:before, blockquote cite:before { top: 6px; left: 0; }
blockquote.alternate .author, blockquote .author { font-size: 14px; line-height: 16px; bottom: 10px; left: 0; }
.page-accordion { padding: 7px 0 52px; }
.single-accordion { padding: 0 0 25px; }
blockquote.alternate cite, blockquote cite { font-style: normal; padding-left: 11px; }
.single-accordion.active .single-accordion__title:after { margin-top: 5px; }
.single-accordion__content { padding: 0 30px 0 10px; }
.single-accordion__title { padding: 22px 10px 0; }
.single-accordion__title:after { right: 13px; margin-top: 4px; }
.page-fullwidth-image { padding: 29px 20px 55px; }
.content-image+.content-image { padding-top: 15px; }
.content-image__align-left, .content-image__align-right { width: 100%; }
.content-image__align-left { float: none; }
.content-image__align-left.spacing-normal { padding: 0 0 15px; }
.content-image__align-left.spacing-normal:last-child { padding: 0; }
.content-image__align-right { float: none; }
.content-image__align-right.spacing-normal { padding: 0 0 15px; }
.content-image__align-right.spacing-normal:last-child { padding: 0; }
.main-header__logo { max-width: 100px; }
.main-header__wrapper { padding: 0 20px; }
.main-header__left { padding: 13px 0; }
.btn-hamburger { width: 20px; height: 15px; margin: 0; }
.btn-hamburger span { width: 20px; }
.btn-hamburger span:nth-child(2) { top: 6px; }
.btn-hamburger span:nth-child(3) { top: 12px; }
.btn-hamburger.open span:nth-child(3) { top: 13px; }
.main-header__nav-mobile { font-size: 14px; line-height: 16px; }
.main-header__nav-mobile .menu>li>a { padding: 18px 20px 14px; }
.main-header__nav-mobile .menu>li.menu-item-has-children>a:after{ right: 26px; width: 7px; height: 7px; }
.main-header__nav-mobile .sub-menu a { padding: 0 40px; }
.main-header__nav-mobile--wrapper { right: -20px; left: -20px; }
.main-header__subnav { padding: 6px 0; }
.main-header__subnav a { padding: 9px 20px; }
.main-header__subnav li { margin: 0; }
.main-header__cta-wrapper--mobile { padding: 0; }
.page-hero__thumbnail { min-height: 180px; }
.page-hero__content { padding: 31px 0 24px; }
.block-tabs .section-title { margin: 0 0 26px; }
.tabs__link-list { white-space: nowrap; width: 420px; }
.tabs__link-list-wrapper { border-bottom-color: #828f9b; }
/* .tabs__link { font-size: 14px; line-height: 18px; display: none; float: none; }
.tabs__link a:after { bottom: -2px; height: 2px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.tabs__link.active { display: block; }
.tabs__link.active a:after { width: 67%; } */
.tabs__tab-content { padding: 31px 0 58px; }
.tabs__tab-content-wrapper { border-bottom-color: #828f9b; }
/* .tab-head-wrap button { position: absolute; top: 50%; display: block; } */
/* .tab-head-wrap button.tab-prev,  .tab-head-wrap button.tab-next { display: block; } */
.tab-head { overflow: auto; }
.block-img-comp { padding: 50px 20px 39px; }
.block-img-comp .section-title { text-align: left; }
.block-img-comp .container-fluid { padding: 0; }
.block-img-comp .row { margin: 0; padding: 0; }
.block-img-comp [class*='col'] { padding: 0 0 12px; }
.block-img-single.small-top { padding-bottom: 12px; }
.block-gallery-slider { padding: 20px 0 38px; }
.bc-gallery__slider { padding: 0 20px; }
.bc-gallery__caption { font-size: 12px; line-height: 14px; padding: 13px 15px; }
.block-gallery-lightbox { padding: 20px 0 46px; }
.block-gallery-lightbox .row { margin: 0 -8px; }
.lightbox-gallery__single-thumb { padding: 0 8px 12px; }
.lightbox-gallery__slider { padding: 0 28px; }
.slick-arrow { background: transparent }
.slick-arrow:after { border-color: #fff }
.slick-arrow:hover, .slick-arrow:focus { background: transparent }
.slick-arrow:hover:after, .slick-arrow:focus:after { border-color: #fff }
.lightbox-gallery__single-slide { padding: 40px 0; }
.lightbox-gallery__single-slide img { max-height: calc(100vh - 80px); }
.lightbox-gallery__caption { font-size: 12px; line-height: 14px; padding: 13px 15px; }
.lightbox-gallery__close {     top: 10px;
    right: 14px; }
.block-content-links { padding: 54px 0 25px; }
.block-content-links-text .content-link { margin-bottom: 31px; }
.block-content-links-text .content-link__title { padding: 0 10px 17px 28px; }
.block-content-links-text .content-link__icon { margin-top: -2px; }
.content-link { margin-bottom: 29px; }
.content-link__title { padding: 13px 10px 7px 27px; }
.content-link__icon { right: 10px; }
.block-content-images h3 { font-size: 24px; line-height: 24px; }
.block-content-images.has-container .b-content-images__content-wrapper { padding: 40px 10px 46px; }
.b-content-images__content-wrapper { padding: 46px 10px 43px; }
.block-cta { padding: 51px 0 48px; }
.block-cta__text-wrapper { padding-bottom: 20px; }
.main-footer__top { min-height: 120px; }
.main-footer__bottom { min-height: 48px; }
.single-accordion__title h4 { font-size: 16px; }
.order-lg-first { order: 1 }
.order-lg-last { order: 2 }
.content-left { order: 2 }
.image-right { order: 1 }
.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 { font-size: 28px; line-height: 1.2 }
.cards-list a { max-width: 280px; margin: 0 auto; }
.card-img-inner { height: 352px; }
.cards-content h4 { font-size: 20px; }
.cards-content { padding: 17px 10px 17px 10px; bottom: -20px; }
.filters-inner { margin-bottom: 85px; border: 0; }
.custom-cards>h1 { font-size: 34px; padding: 0 20px; line-height: 1.2; margin-bottom: 52px; }
.f-mobile-button { position: relative; padding-left: 44px; padding-top: 12px; font-weight: 700; font-size: 18px; background-image: url(../images/filter-icon.svg); background-repeat: no-repeat; background-position: top 19px left 20px; padding-bottom: 14px; background-color: #0A518B; margin: 0; border-bottom: none; width: 100%; display: block !important; color: #fff; }
.filters-inner .container { padding: 0; }
.f-mobile-button:hover { color: #fff }
.tabs__link { font-size: 16px; }
.mobile-filters { display: none; margin: 0;padding: 20px 0 6px 0;background: #fff }
body.overlap .f-mobile-button:after { content: ''; display: block; height: 100%; width: 45px; position: absolute; right: 0; top: 0; background-image: url(../images/filter-close-icon.svg); background-repeat: no-repeat; background-size: 15px; background-position: top 18px center; cursor: pointer; }
body.overlap #page{position: relative;}
body.overlap #page:after { display: block; position: absolute; top: 0; left: 0; z-index: 50; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); content: ""}

.filters li { margin-right: 0; background: #fff; padding-bottom: 0; float: none; width: 100%; padding-left: 20px; padding-right: 20px;     margin-bottom: 14px;}
.custom-cards .filters a { font-size: 16px; padding-left: 0; padding-right: 0; padding-bottom: 0; }
.filters>li>a:after {bottom: -6px;}
body.overlap .filters-inner {z-index: 999;position: relative;}
.desktop-filters { display:none;}
.mobile-filters {position: absolute;left: 50%;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);background-color: #fff;width: 100%;}
.filters-wrapper .f-mobile-button:focus{color: #fff}
.overlay-slider__single .content-images-wrapper{ padding: 0 20px 0 20px;width: 100%;order: 2;}
.overlay-slider__image {width: 100%;order: 1; height: auto; background-position: center bottom; padding-top: 100%;}
.cards-list-popup .close-icon {width: 40px;height: 40px; top: 10px; right: 10px;}
.cards-list-popup .close-icon:after{width: 10px;height: 10px;}
.overlay-slider__single{ flex-wrap: wrap; display: inline-block !important;}
.overlay-slider .slick-arrow{ width: 40px; height: 40px;}    
.overlay-slider .slick-arrow:after{ border-color: #231F20;}
.overlay-slider .slick-arrow.slick-prev{ left: 20px; background-color: #fff;}
.overlay-slider .slick-arrow.slick-next{ left: calc(20px + 50px); background-color: #fff;}
.overlay-slider__single .content-images-wrapper{ align-items: flex-start; padding-top: 22px; height: auto;}

    .cards-list-popup{ overflow-y: scroll;}
    .overlay-slider{ position: relative; padding-bottom: 60px;}
    
    
    .lightbox-gallery__single-thumb{ height: 100%;}
    
.overlay-slider__single{ flex-wrap: wrap; display: inline-block !important; height: auto;}
.custom-cards { padding-top: 60px;}
.custom-cards>h1 { font-size: 34px; padding: 0 20px; line-height: 1.2; margin-bottom: 40px; }
.hero-section .scroll-down{ display: none;}
.quote-single-content{ min-height: 100%;}
.quote-inner{ min-height: 470px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; height: 100%;}
.quote-single-content:after{ display: none;}
}

@media (max-width: 640px) {
.overlay-slider__image{ height: auto; background-position: center bottom; padding-top: 100%;}
.overlay-slider__single .content-images-wrapper{ height: auto;}
  .cards-list a { max-width: 100%; margin: 0 auto; }
}


.hero-section .hero-slider--item{ margin-bottom: 0 !important;}
.overlay-slider__single .overlay-slider__content-wrapper {max-height: 70%;overflow: scroll;height: 100%;}
.play-vid{ display: none;}
.hero-section .scroll-down { position: absolute; bottom: 33px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 50px; height: 36px; background-image: url(../../uploads/2019/01/ico-scroll-down.svg) background-repeat: no-repeat; background-position: center center; background-size: 50px 36px; padding: 0; background-color: transparent; border: none; transition: bottom 0.3s ease-in-out; z-index: 10; cursor: pointer;}
.hero-section .scroll-down:hover { bottom: 13px;}
.hero-section .scroll-down:hover:before { content: ""; display: block; width: 100%; height: 13px; bottom: 100%; position: absolute; left: 0;}

.quote-single-content{ min-height: 620px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center;}
.quote-section ul.slick-dots{ bottom: 100px;}

@media (max-width: 1023px) and (min-width: 768px){
.quote-single-content{ min-height: 100%;}
.quote-inner{ min-height: 450px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; height: 100%;}
}

@media (max-width: 1399px) and (min-width: 1200px){
.main-header__nav > .menu > li{ padding: 0 10px;}
.main-header__nav > .menu > li > a{ font-size: 15px;}
}