@charset "UTF-8";
/*
Theme Name: New_ganintegrity
Author: Anonymous
Author URI:
Version: 1
Description:  New_ganintegrity
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:
*/
/*! 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; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot?i5imay");
  src: url("./fonts/icomoon.eot?i5imay#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?i5imay") format("truetype"), url("./fonts/icomoon.woff?i5imay") format("woff"), url("./fonts/icomoon.svg?i5imay#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[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-search-plus:before {
  content: "\e90c"; }

.icon-arrow_right:before {
  content: "\e90d"; }

.icon-arrow_left:before {
  content: "\10ffff"; }

.icon-pencil:before {
  content: "\e90a"; }

.icon-envelope:before {
  content: "\e908"; }

.icon-search:before {
  content: "\e900"; }

.icon-quote-left:before {
  content: "\e90b"; }

.icon-bookmark:before {
  content: "\e903"; }

.icon-bookmark:before {
  content: "\e903"; }

.icon-arrow-up:before {
  content: "\e906"; }

.icon-search1:before {
  content: "\e901"; }

.icon-file:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-arrow-up:before {
  content: "\e906"; }

.icon-search1:before {
  content: "\e901"; }

.icon-file:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e904"; }

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

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

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

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

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

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

.sub-list, .main-list, .drop ul, .footer-navlist, .social-list, .subnav-footer-list, .breadcrumbs-list, .list-info, .navigation-holder .breadcrumbs, .count-list, .step-list, .section-anti-corruption .anti-corruption-list, .section-news-story .aside blockquote, .section-compilance-program .parts-holder blockquote, .section-risk-management .parent-list, .plan-list, .section-portal-country .risk-list, .section-portal-country .quick-links-list, .section-alphabet .alphabet-list, .section-alphabet .alphabet-list-info, .section-alphabet .alphabet-list-info ul, .section-testimonial blockquote, #filters.filter-list, .ui-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single: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: #000000;
  background: #fff;
  font: 18px/1.2 "MaderaW01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

blockquote {
  border-left: 4px solid #b2b2b2;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #b2b2b2;
  padding: .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: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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 #b2b2b2;
  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: #000000; }
  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: #818486; }
  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: #818486; }
  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: #818486; }
  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: #818486; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #818486; }

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

.widget {
  margin-bottom: 1.2em; }
  .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: transparent;
  color: #006390;
  height: 2em;
  border: none;
  padding: 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.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 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.2em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .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 .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;
    background: transparent;
    color: #006390;
    text-transform: uppercase;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        margin-bottom: 10px; } }

.order-holder + .navigation.pagination {
  margin-top: 20px; }

.navigation.pagination .nav-links {
  position: relative; }
  @media (max-width: 767px) {
    .navigation.pagination .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.navigation.pagination .page-holder {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .navigation.pagination .page-holder {
      display: none; } }
  .navigation.pagination .page-holder .page-numbers:not(.dots) {
    font-size: 0;
    line-height: 0; }

.navigation.pagination .page-numbers.dots {
  border: none;
  line-height: 5px; }

.navigation.pagination .prev,
.navigation.pagination .next {
  position: absolute;
  top: 3px;
  padding: 0;
  font-weight: 500;
  white-space: nowrap; }
  .navigation.pagination .prev:after, .navigation.pagination .prev:before,
  .navigation.pagination .next:after,
  .navigation.pagination .next:before {
    font-weight: bold; }
  .navigation.pagination .prev.disabled,
  .navigation.pagination .next.disabled {
    opacity: 0.5;
    pointer-events: none; }

.navigation.pagination .prev {
  left: 0; }

.navigation.pagination .next {
  right: 0;
  text-align: right; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    background: transparent;
    color: #006390;
    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: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

.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 #b2b2b2; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "MaderaW01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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: #153661; }
  a:hover, a:focus {
    text-decoration: none; }

.header {
  background-color: #fff;
  border-bottom: 4px solid #808487;
  position: relative;
  z-index: 10;
  width: 100%; }
  @media (max-width: 1023px) {
    .header {
      padding: 14px 0px 16px; } }

@media (min-width: 1024px) {
  .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.logo {
  max-width: 283px;
  width: 100%; }
  @media (min-width: 1024px) {
    .logo {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 250px;
              flex: 1 0 250px;
      max-width: 100%;
      -ms-flex-item-align: start;
          align-self: flex-start;
      padding-top: 12px; } }
  @media (min-width: 1200px) {
    .logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 307px;
              flex: 0 1 307px;
      padding-top: 10px; } }
  .logo a {
    display: block; }
    .logo a img {
      width: 100%; }

@media (min-width: 1024px) {
  .nav-holder {
    padding-left: 25px; } }

@media (min-width: 1024px) {
  .nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 64%;
            flex: 0 1 64%; } }

@media (min-width: 1200px) {
  .nav-holder {
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 61%;
            flex: 0 1 61%; } }

@media (max-width: 1023px) {
  .nav-holder {
    z-index: 10;
    background-color: #fff;
    width: 47%;
    min-width: 225px;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scalex(0);
        -ms-transform: scalex(0);
            transform: scalex(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } }

.nav-active .nav-holder {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  visibility: visible; }

.sub-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }
  @media (min-width: 768px) {
    .sub-header:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: -100vw;
      content: '';
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dfe0e1 10%, #dfe0e1 10%, #dfe0e1 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dfe0e1 10%, #dfe0e1 10%, #dfe0e1 100%); } }

.sub-logo {
  display: none; }
  @media (min-width: 1024px) {
    .sub-logo {
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 80px;
      padding: 6px 12px 3px;
      height: 28px;
      background-color: #0b3e63; } }
  .sub-logo img {
    width: 100%; }

.sub-list {
  display: none; }
  @media (min-width: 1024px) {
    .sub-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 10px;
      z-index: 2; } }
  @media (min-width: 1200px) {
    .sub-list {
      padding-right: 11px; } }
  .sub-list a {
    color: #222222;
    letter-spacing: 0.0em; }
    .sub-list a:hover {
      color: #dc9927; }
  .sub-list li {
    position: relative;
    padding-right: 16px;
    margin-right: 10px;
    margin-bottom: 4px; }
    .sub-list li:after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      content: '';
      right: 0;
      background-color: #000000; }
    .sub-list li:last-child {
      margin-right: 0; }

.nav-form {
  z-index: 2;
  padding-right: 10px; }
  @media (max-width: 1023px) {
    .nav-form {
      width: 100%;
      padding: 10px;
      background: #153661; } }

.main-header {
  margin-left: auto;
  padding-top: 5px;
  font-size: 13px; }
  @media (min-width: 768px) {
    .main-header {
      padding-top: 0;
      padding-left: 0;
      width: 100%; } }
  @media (max-width: 1023px) {
    .main-header {
      height: 82vh; } }

@media (max-width: 1023px) {
  .main-list {
    overflow-y: auto;
    height: calc(100vh - 200px); } }

@media (max-width: 767px) {
  .main-list {
    height: calc(100vh - 170px); } }

@media (min-width: 1024px) {
  .main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-transform: uppercase;
    padding: 14px 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .main-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media (min-width: 480px) {
  .main-list .drop {
    padding-right: 30px; } }

@media (min-width: 768px) {
  .main-list .drop {
    padding-right: 0; } }

.main-list .drop ul li:first-of-type {
  text-transform: uppercase; }

.main-list > li {
  position: relative;
  border-bottom: 3px solid transparent;
  padding: 15px 23px 0px 23px;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  .main-list > li:last-child .img-holder {
    border-radius: 0; }
  .main-list > li:last-child img {
    width: auto; }
  @media (min-width: 1024px) {
    .main-list > li {
      padding: 10px 14px; } }
  @media (min-width: 1024px) {
    .main-list > li {
      font-size: 16px;
      padding: 0px 0 16px 0;
      margin-left: 65px; } }
  @media (min-width: 1200px) {
    .main-list > li {
      padding: 0px 0 16px 0;
      margin-left: 65px; } }
  .main-list > li:hover .drop, .main-list > li.hover .drop {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .main-list > li:hover > a, .main-list > li.hover > a {
      color: #dc9927; } }
  @media (min-width: 1024px) {
    .main-list > li:hover:after, .main-list > li.hover:after {
      background-color: #ffcf00; } }
  .main-list > li:first-child {
    margin-left: 0; }
  @media (max-width: 1023px) {
    .main-list > li:nth-child(2n) {
      background-color: #e2ecf1; } }
  @media (min-width: 1024px) {
    .main-list > li:first-child .drop {
      min-width: 340px; } }
  .main-list > li:after {
    content: '';
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    height: 3px;
    width: 175px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .main-list > li > a {
    position: relative;
    font-weight: 500;
    display: inline-block; }
    @media (max-width: 1023px) {
      .main-list > li > a {
        color: #006390;
        margin-bottom: 7px;
        text-transform: uppercase; } }
    @media (min-width: 1024px) {
      .main-list > li > a:after {
        content: "\e90d";
        font-family: 'icomoon' !important;
        color: #dc9927;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        position: relative;
        top: -1px;
        display: inline-block;
        font-size: 16px;
        margin-left: 6px;
        font-weight: 700; } }
    @media (min-width: 1024px) {
      .main-list > li > a:hover {
        color: #dc9927; } }

@media (max-width: 1023px) {
  .main-list .btn-view {
    color: #006390;
    background-color: transparent;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    text-transform: uppercase; } }

.btn-view {
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #153661;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px; }
  .btn-view:after {
    content: "\e90d";
    font-family: 'icomoon' !important;
    color: #dc9927;
    margin-left: 3px; }
  .btn-view:hover {
    color: #dc9927; }

@media (min-width: 1024px) {
  .drop {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: calc(100% + 3px);
    text-align: left;
    left: 0;
    min-width: auto;
    padding: 23px 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #ebebeb;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 175px;
    z-index: 8;
    opacity: 0;
    visibility: hidden; } }

.drop ul {
  width: 100%; }
  @media (max-width: 767px) {
    .drop ul {
      margin-bottom: 9px; } }
  .drop ul:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .drop ul:only-of-type {
      width: 175px; } }
  @media (min-width: 1024px) {
    .drop ul {
      width: 48%;
      margin-bottom: 10px; } }
  .drop ul li {
    padding: 5px 2px 5px;
    border-bottom: 2px dotted #b2b2b2; }
    @media (min-width: 1024px) {
      .drop ul li {
        padding: 5px 10px; } }
    .drop ul li:last-child {
      border: none; }
    .drop ul li:first-child {
      font-weight: 700;
      color: #153661;
      border: none; }
      .drop ul li:first-child a {
        font-weight: 400;
        border-bottom: 2px dotted #b2b2b2;
        padding: 0 10px 5px 0; }
  .drop ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    position: relative;
    color: #000;
    text-transform: capitalize; }
    .drop ul a:after {
      content: "\e90d";
      font-family: 'icomoon' !important;
      color: #dc9927;
      position: relative;
      top: 2px;
      margin-left: 3px;
      font-size: inherit; }
    .drop ul a:hover {
      color: #dc9927; }

.drop .img-holder {
  display: inline-block;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden; }
  .drop .img-holder img {
    width: 100%; }

.nav-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }

.nav-opener {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 19px;
  top: calc(50% + 24px);
  width: 80px;
  height: 27px;
  z-index: 10;
  font-weight: 500;
  text-transform: uppercase;
  color: #006390;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:hover {
    opacity: 1; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    position: absolute;
    width: 14px;
    top: 50%;
    right: 0;
    height: 2px;
    background-color: #006390;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .nav-opener span {
    top: 12px; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 7px; }
  .nav-opener:after {
    top: 17px; }

.search {
  position: relative; }
  .search.search-visible .search-input {
    opacity: 1;
    visibility: visible; }
  .search .search-input {
    opacity: 1;
    visibility: visible;
    color: #000000;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border 0.3s ease-in-out; }
    .search .search-input::-webkit-input-placeholder {
      color: #006390;
      font-size: 18px; }
    .search .search-input::-moz-placeholder {
      opacity: 1;
      color: #006390;
      font-size: 18px; }
    .search .search-input:-moz-placeholder {
      color: #006390;
      font-size: 18px; }
    .search .search-input:-ms-input-placeholder {
      color: #006390;
      font-size: 18px; }
    .search .search-input.placeholder {
      color: #006390;
      font-size: 18px; }
    @media (min-width: 1024px) {
      .search .search-input {
        opacity: 0;
        position: absolute;
        top: calc(100% + 6px);
        border: 1px solid #006390;
        visibility: hidden;
        background-color: #fff;
        color: #006390;
        min-width: 100px; } }
  @media (min-width: 1024px) and (min-width: 1200px) {
    .search .search-input {
      min-width: 168px; } }
    @media (max-width: 1023px) {
      .search .search-input {
        border: 1px solid #818486;
        width: 100%;
        color: rgba(0, 99, 144, 0.66);
        text-align: right;
        padding: 3px 77px 10px 5px; } }

.search-form {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .search-form {
      background-color: #153661;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 11px 10px 11px; } }

@media (min-width: 1024px) {
  .search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .search-icon:after {
    content: 'search';
    font-size: 12px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    margin-right: 17px;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
    display: inline-block; } }

.search-icon:after:hover {
  color: #dc9927; }

@media (max-width: 1023px) {
  .search-icon {
    top: 16px;
    color: transparent;
    right: 62px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    color: rgba(0, 99, 144, 0.66); } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    .search-icon:hover:before {
      color: #dc9927; } }

.search-icon:before {
  content: "\e901";
  color: #dc9927;
  font-family: 'icomoon';
  font-size: 12px;
  margin-right: 7px;
  margin-top: 2px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block; }
  @media (min-width: 1024px) {
    .search-icon:before:hover {
      color: #dc9927; } }
  @media (max-width: 1023px) {
    .search-icon:before {
      color: rgba(0, 99, 144, 0.66);
      font-size: 18px; } }

.footer {
  color: #444445; }
  @media (max-width: 767px) {
    .footer {
      text-align: center;
      padding-bottom: 70px; } }
  .footer h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 6px;
    color: #123050; }
  .footer .text-footer {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .footer .text-footer {
        padding: 0; } }
    @media (min-width: 1024px) {
      .footer .text-footer {
        padding-right: 85px; } }
    .footer .text-footer a {
      color: #146391; }
  .footer a:hover {
    color: #153661; }
  .footer .site-holder {
    margin-bottom: 16px;
    font-size: 16px; }
    .footer .site-holder a {
      color: #006390;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .footer .site-holder a:hover {
        color: #ffcf00; }

.footer-main {
  background-color: #f2f2f3;
  padding: 40px 0 33px; }
  @media (min-width: 1024px) {
    .footer-main {
      padding: 29px 0 33px; } }
  .footer-main .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0; }

@media (max-width: 767px) {
  .footer-col {
    padding: 0 15px; } }

.footer-navlist {
  min-width: 267px;
  font-size: 15px;
  margin-bottom: 46px; }
  @media (min-width: 1024px) {
    .footer-navlist {
      margin-bottom: 0; } }
  .footer-navlist li {
    margin-bottom: 6px; }
    .footer-navlist li:last-child {
      margin-bottom: 0; }
  .footer-navlist a {
    color: #444445; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .social-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social-list li {
    margin-right: 16px; }
    .social-list li:last-child {
      margin-right: 0; }
  .social-list a {
    color: #8f9091;
    font-size: 22px; }
    @media (min-width: 1024px) {
      .social-list a {
        display: block; } }
  @media (min-width: 1024px) {
    .social-list .icon-facebook {
      font-size: 21px; } }
  .social-list .icon-twitter {
    font-size: 23px; }

.sub-footer {
  padding: 27px 0 10px; }
  @media (min-width: 768px) {
    .sub-footer {
      padding: 24px 0 29px; } }
  .sub-footer .row {
    margin: 0; }
    @media (min-width: 768px) {
      .sub-footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.subnav-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .subnav-footer-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .subnav-footer-list li {
    position: relative;
    padding-right: 10px;
    margin-right: 11px;
    letter-spacing: 0.03em;
    line-height: 1; }
    @media (max-width: 767px) {
      .subnav-footer-list li:first-child {
        width: 100%;
        padding-right: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .subnav-footer-list li:first-child:after {
        display: none; } }
    @media (max-width: 767px) {
      .subnav-footer-list li {
        margin-bottom: 12px; } }
    .subnav-footer-list li:after {
      content: '';
      width: 1px;
      height: 13px;
      background-color: #444445;
      position: absolute;
      top: 2px;
      right: 0; }
    .subnav-footer-list li:last-child:after {
      display: none; }
  .subnav-footer-list a {
    color: #444445; }

.feedback-holder {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .feedback-holder {
      display: none; } }

.main-holder {
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .main-holder {
      padding-top: 30px;
      padding-bottom: 53px; } }
  .main-holder .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .main-holder .btn-holder {
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .main-holder .btn-holder {
        margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .main-holder .primary-btn {
      padding: 11px 15px 13px;
      font-size: 16px; } }
  .main-holder h1 {
    text-shadow: -1px 3px 3px #000000;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-size: 24px; }
    @media (min-width: 1024px) {
      .main-holder h1 {
        font-size: 58px; } }
  .main-holder .text-holder {
    padding-left: 30px; }
    @media (min-width: 1024px) {
      .main-holder .text-holder {
        max-width: 720px;
        padding-left: 39px; } }
  .main-holder .subtitle {
    font-size: 16px;
    text-shadow: 1px 1px 1px #000000;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .main-holder .subtitle {
        font-size: 36px;
        margin-bottom: 4px; } }

.btn-link {
  color: #000000;
  text-transform: uppercase;
  background-color: #fff;
  min-width: 81px;
  padding: 0px 10px 2px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 30px;
  line-height: 2.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-link:hover {
    background-color: #ffcf00; }
  .btn-link i {
    font-size: 16px;
    margin-right: 4px; }

.subtitle {
  display: block;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  line-height: 1; }

.text-decoration {
  position: relative;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .text-decoration {
      padding-bottom: 25px; } }
  .text-decoration:after {
    position: absolute;
    top: 100%;
    width: 35px;
    background-color: #fdcf0b;
    content: '';
    left: 0;
    height: 2px; }
    @media (min-width: 1024px) {
      .text-decoration:after {
        width: 88px;
        height: 5px; } }

.featured-holder {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .featured-holder {
      background: -webkit-linear-gradient(bottom, #05294c 0%, #0a426b 100%);
      background: linear-gradient(to top, #05294c 0%, #0a426b 100%);
      padding-top: 9px;
      margin: 0;
      padding-bottom: 22px; } }
  .featured-holder .slider-wrapper {
    background-color: #f2f2f2;
    padding: 33px 46px 23px; }
    @media (min-width: 768px) {
      .featured-holder .slider-wrapper {
        padding: 9px 0px 9px;
        margin: -32px 0 28px; } }
    .featured-holder .slider-wrapper h2 {
      color: #146391;
      text-align: center; }
  .featured-holder .mobile-slider {
    position: relative;
    margin: 0px; }
    @media (min-width: 768px) {
      .featured-holder .mobile-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    .featured-holder .col {
      width: 33.33%;
      padding: 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .featured-holder .col:last-child {
    margin-bottom: 0; }
  .featured-holder h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.003em;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .featured-holder h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1.352; } }
  .featured-holder .text-holder {
    text-align: center;
    color: #fff;
    max-width: 780px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.25; }
    @media (max-width: 767px) {
      .featured-holder .text-holder {
        background: -webkit-linear-gradient(bottom, #05294c 0%, #0a426b 100%);
        background: linear-gradient(to top, #05294c 0%, #0a426b 100%);
        font-size: 16px;
        padding: 22px 45px 22px;
        line-height: 1.49; } }
  .featured-holder .img-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: 50% 50%;
    background-size: cover;
    max-width: 124px;
    width: 100%; }
    @media (min-width: 768px) {
      .featured-holder .img-card {
        max-width: 110px; } }
    @media (min-width: 1024px) {
      .featured-holder .img-card {
        padding-top: 39%; } }
  .featured-holder .card-body {
    text-align: center;
    height: auto;
    max-width: calc(100% - 110px); }
  .featured-holder .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #bfc1c2; }
    @media (max-width: 767px) {
      .featured-holder .card {
        margin-bottom: 0; } }
    .featured-holder .card h5 a {
      color: #146391;
      font-weight: 500;
      line-height: 1.1;
      font-size: 16px;
      margin-bottom: 0px; }
      .featured-holder .card h5 a:hover {
        color: #dc9927; }
    .featured-holder .card a {
      color: #dc9927;
      font-size: 13px; }
      .featured-holder .card a:hover {
        color: #006390; }
    @media (max-width: 479px) {
      .featured-holder .card h5 {
        font-size: 14px; } }
  .featured-holder .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .featured-holder .card-text {
    margin-bottom: 6px; }
  .featured-holder .slick-custom-paging {
    margin-top: 20px; }

.mobile-slider .slick-prev,
.slick-slider .slick-prev {
  left: -30px !important; }

.mobile-slider .slick-next,
.slick-slider .slick-next {
  right: -30px !important; }

.slick-arrow {
  position: absolute;
  background-color: transparent;
  border: none;
  font-size: 19px;
  color: #92bccf;
  z-index: 9;
  bottom: -2px; }

.slick-disabled {
  color: #b2b2b2; }

.wrapper {
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1067px;
  margin: 0 auto; }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none; }

.search-form input[type='search'] {
  width: 100%;
  margin: 0; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  outline: none;
  border: 1px solid #818486;
  background-color: #f2f3f4;
  color: #5f2d4c;
  font-size: 14px;
  padding: 5px 7px 9px; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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;
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    outline: none; }

button {
  outline: none; }

.breadcrumbs-holder {
  padding: 1px 0 7px;
  background-color: #818486;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase; }
  .breadcrumbs-holder a {
    color: #fff;
    font-weight: 400; }
    .breadcrumbs-holder a:hover {
      color: #ffcf00; }
  @media (max-width: 767px) {
    .breadcrumbs-holder .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs-list li {
    position: relative;
    padding-right: 10px;
    margin-right: 2px; }
    .breadcrumbs-list li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs-list li:last-child:after {
        display: none; }
    .breadcrumbs-list li:after {
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      content: ">";
      font-family: 'icomoon' !important;
      font-size: 9px; }

.secondary-btn-outline {
  border: 1px solid #0a426b;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 115px;
  padding: 6px 5px 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .secondary-btn-outline:hover {
    background-color: #0a426b;
    color: #fff; }

.light-btn-outline {
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 115px;
  padding: 6px 5px 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .light-btn-outline:hover {
    background-color: #0a426b;
    color: #fff; }

.slick-custom-paging {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 39px auto 0; }
  @media (min-width: 1024px) {
    .slick-custom-paging {
      margin-top: 13px;
      max-width: 100px; } }

.slick-dots-container {
  max-width: 6.35rem;
  display: block;
  padding: 0;
  height: 0.875rem;
  position: relative;
  overflow: hidden; }

.slick-dots-container > .slick-dots {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: unset;
  height: 100%; }

.slick-dots-container > .slick-dots li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  background-color: #fff;
  border: 1px solid #0a426b;
  border-radius: 50%;
  cursor: pointer;
  position: relative; }

.slick-dots-container > .slick-dots li:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #153661;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  visibility: hidden; }

.slick-dots-container > .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  display: none;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots-container > .slick-dots li.slick-active {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.slick-dots-container > .slick-dots li.slick-active:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #153661;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

.slick-dots li button:before {
  display: none; }

@media (max-width: 767px) {
  .isotop-grid {
    width: 100%; } }

.form-subscribe iframe {
  width: 100%; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list > a:nth-of-type(2) {
  font-weight: 700;
  color: #000000; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list p {
  color: #000000;
  font-family: Madera;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  width: 100%; }
  .section-info #xmt_Primary_wid.xmt ul li.tweet_list p a {
    color: #3178ac;
    font-weight: 500; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .section-info #xmt_Primary_wid.xmt ul li.tweet_list a:hover {
    color: #5ca8e5; }

.xmt h3 {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px; }
  .xmt h3:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    color: #5ca8e5;
    margin-right: 18px; }

.search-form-shortcode fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-form-shortcode input[type='search'] {
  margin: 0 auto 30px;
  width: 200px; }
  @media (min-width: 768px) {
    .search-form-shortcode input[type='search'] {
      width: 300px; } }

.search-form-shortcode input[type='submit'] {
  background-color: #fdd00a;
  display: inline-block;
  color: #0a426b;
  text-transform: uppercase;
  min-width: 115px;
  line-height: 1;
  padding: 6px 5px 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  border: none;
  outline: none;
  margin: 0 auto; }

.pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
  top: -200px !important; }
  @media (max-width: 767px) {
    .pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
          -ms-transform: translateX(-50%) !important;
              transform: translateX(-50%) !important; } }
  @media (min-width: 1200px) {
    .pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
      top: -90px !important; } }

.single-acl .section-description .feature-holder .social-holder {
  position: relative; }
  .single-acl .section-description .feature-holder .social-holder:before {
    content: '';
    position: absolute;
    top: 0%;
    height: 5px;
    background-size: cover;
    background-position: center;
    left: 10px;
    right: 10px;
    background-image: url("./images/icon23.png"); }
    @media (min-width: 768px) {
      .single-acl .section-description .feature-holder .social-holder:before {
        left: 0;
        right: 0; } }

.ui-menu {
  width: 100% !important; }

.ui-helper-hidden-accessible {
  display: none; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .card {
      margin-bottom: 0; } }
  .card h5 {
    color: #146391;
    font-weight: 500;
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 0px; }
  .card .card-body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.link-arrow {
  color: #dc9927;
  font-size: 10px;
  text-transform: uppercase; }
  .link-arrow:hover {
    color: #006390; }

.img-card {
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (min-width: 1024px) {
    .img-card {
      padding-top: 39%; } }

.card-body {
  padding: 10px 3px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
  background: linear-gradient(to top, #e6e6e6 0%, #ffffff 100%); }

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -9px; } }

@media (min-width: 768px) {
  .row .col {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 15px; } }

@media (min-width: 1024px) {
  .row .col {
    margin-bottom: 0;
    width: 33.333%; } }

.card {
  width: auto;
  margin-bottom: 12px;
  width: 100%; }
  @media (min-width: 768px) {
    .card {
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .order-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.order-holder .text-holder {
  margin-bottom: 33px;
  text-align: center; }
  @media (min-width: 1024px) {
    .order-holder .text-holder {
      margin-bottom: 10px;
      text-align: left;
      width: 50%; } }
  @media (max-width: 1023px) {
    .order-holder .text-holder h2 {
      font-size: 33px;
      font-weight: 500; } }

.order-holder .link-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  width: 290px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .order-holder .link-holder {
      width: 100%; } }
  @media (min-width: 1024px) {
    .order-holder .link-holder {
      width: 50%;
      text-align: right;
      margin-bottom: 16px; } }
  .order-holder .link-holder a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .order-holder .link-holder a {
        font-size: 15px; } }
    .order-holder .link-holder a:hover {
      color: #dc9927; }
  .order-holder .link-holder i {
    font-size: inherit; }

.order-holder .mobile-slider,
.order-holder .news-slider {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

@media (min-width: 480px) {
  .news-slider {
    max-width: 420px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .news-slider {
    max-width: 100%; } }

@media (min-width: 1024px) {
  .news-slider {
    width: 100%; } }

.publication-holder {
  line-height: 1;
  margin-bottom: 10px; }
  .publication-holder .time {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .publication-holder .time {
        font-size: 13px; } }

.section-hero-inner {
  color: #fff; }
  .section-hero-inner .banner-holder {
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 52px 29px 58px; }
    @media (min-width: 768px) {
      .section-hero-inner .banner-holder {
        padding: 40px 0 38px;
        background-position: 50% 50%; } }
    .section-hero-inner .banner-holder h1 {
      text-transform: uppercase;
      font-weight: 500; }
      @media (max-width: 767px) {
        .section-hero-inner .banner-holder h1 {
          font-size: 37px;
          line-height: 1.15; } }
      @media (min-width: 1200px) {
        .section-hero-inner .banner-holder h1 {
          font-size: 40px; } }
  .section-hero-inner .text-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #444445;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 43px 0 33px; }
    @media (min-width: 768px) {
      .section-hero-inner .text-holder {
        padding: 46px 0 35px;
        font-size: 20px;
        line-height: 1.3; } }

.bg-holder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-holder h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.059em;
    line-height: 1; }
    @media (max-width: 767px) {
      .bg-holder h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  @media (min-width: 768px) {
    .bg-holder .img-holder {
      float: right;
      width: 36.5%;
      padding-top: 10px;
      margin-left: 10px; } }
  @media (max-width: 767px) {
    .bg-holder .img-holder {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-bottom: 27px; } }
  @media (max-width: 767px) {
    .bg-holder .img-holder img {
      width: 100%; } }
  .bg-holder .content-holder {
    line-height: 1.3;
    text-align: center;
    padding: 40px 14px; }
    @media (max-width: 767px) {
      .bg-holder .content-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 768px) {
      .bg-holder .content-holder {
        text-align: left;
        padding: 56px 0 53px;
        line-height: 1.45; } }
    @media (max-width: 767px) {
      .bg-holder .content-holder p {
        margin-bottom: 29px; } }
    .bg-holder .content-holder p:first-of-type {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .bg-holder .content-holder p:last-child {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .bg-holder .content-holder a {
      color: #dc9927; }
      .bg-holder .content-holder a:hover {
        color: #153661; }
    .bg-holder .content-holder h3 {
      color: #006390;
      font-size: 24px; }

.section-advice {
  padding: 40px 0 40px; }
  @media (min-width: 768px) {
    .section-advice {
      padding: 47px 0 40px; } }
  @media (max-width: 767px) {
    .section-advice .container {
      padding: 0 27px; } }
  .section-advice .text-holder {
    margin-bottom: 43px;
    text-align: center;
    line-height: 1.18; }
    @media (min-width: 1024px) {
      .section-advice .text-holder {
        line-height: 1.42;
        margin-bottom: 54px; } }
  .section-advice h3 {
    font-size: 26px;
    font-weight: 400;
    color: #006390; }
  .section-advice .col {
    padding: 0 25px; }
    @media (min-width: 1024px) {
      .section-advice .col {
        min-width: 250px; } }
  .section-advice .card {
    display: block;
    border: none;
    text-align: center;
    margin-bottom: 2px; }
    @media (min-width: 1024px) {
      .section-advice .card {
        margin-bottom: 36px; } }
    .section-advice .card .img-card {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: 93px; }
      @media (min-width: 768px) {
        .section-advice .card .img-card {
          min-height: 96px; } }
  @media (max-width: 767px) {
    .section-advice .border-content {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .section-advice .border-content:after {
      left: 0;
      right: 0; } }
  @media (max-width: 767px) {
    .section-advice .social-holder {
      display: none; } }
  .section-advice .card-body {
    background: transparent;
    padding-top: 0;
    font-size: 14px; }
    .section-advice .card-body h4 {
      color: #006390;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 10px;
      line-height: 1; }
    .section-advice .card-body p {
      line-height: 1.35;
      font-size: 15px;
      color: #444445; }
      @media (min-width: 768px) {
        .section-advice .card-body p {
          line-height: 1.5; } }
  .section-advice .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 1200px) {
      .section-advice .row {
        margin: 0 -25px; } }
  .section-advice .contetn-holder {
    position: relative;
    line-height: 1.3;
    text-align: center; }
    @media (min-width: 768px) {
      .section-advice .contetn-holder {
        text-align: left;
        line-height: 1.48;
        padding-bottom: 56px; } }
    .section-advice .contetn-holder p {
      margin-bottom: 24px; }
      @media (min-width: 1200px) {
        .section-advice .contetn-holder p {
          margin-bottom: 23px; } }
    .section-advice .contetn-holder a {
      font-size: 18px;
      color: #dc9927;
      font-weight: 500; }
      .section-advice .contetn-holder a i {
        font-size: 13px; }
      .section-advice .contetn-holder a:hover {
        color: #153661; }
  @media (min-width: 480px) {
    .section-advice .list-info li {
      padding-left: 0; } }

@media (max-width: 767px) {
  .list-info {
    max-width: 330px; } }

.list-info li {
  display: block;
  margin-bottom: 0px;
  text-align: left; }
  @media (min-width: 768px) {
    .list-info li {
      padding-left: 0; } }
  .list-info li:last-child {
    margin-bottom: 0; }

.social-holder {
  text-align: right;
  padding: 29px 0 15px; }
  @media (max-width: 767px) {
    .social-holder {
      text-align: center; } }
  .social-holder .subtitle {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #006390;
    letter-spacing: 0.0em; }
  @media (min-width: 768px) {
    .social-holder .social-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .social-holder .social-list a {
    color: #a7aaac; }
    .social-holder .social-list a:hover {
      color: #006390; }

.border-content {
  position: relative; }
  .border-content:after {
    content: '';
    position: absolute;
    top: 0%;
    height: 5px;
    background-size: cover;
    background-position: center;
    left: 10px;
    right: 10px;
    background-image: url("./images/icon23.png"); }
    @media (min-width: 768px) {
      .border-content:after {
        top: 100%;
        left: 0;
        right: 0; } }

.section-blog {
  color: #0a426b;
  padding: 21px 0 30px; }
  @media (min-width: 1024px) {
    .section-blog {
      padding: 24px 0 19px; } }
  .section-blog h2 {
    font-size: 28px; }
  .section-blog p {
    font-size: 14px; }
  .section-blog .link-holder {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .section-blog .link-holder {
        margin-top: 25px; } }
  .section-blog .mobile-slider {
    width: 100%; }
    @media (max-width: 1023px) {
      .section-blog .mobile-slider {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 28px;
        margin-bottom: 33px; } }
    @media (min-width: 768px) {
      .section-blog .mobile-slider {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
        margin: 0 -9px; } }
  .section-blog .card {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: block;
    width: auto;
    margin-bottom: 29px; }
    @media (max-width: 767px) {
      .section-blog .card {
        min-height: 441px;
        background-color: #fff; } }
    @media (min-width: 768px) {
      .section-blog .card {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 365px;
        width: 100%; } }
    .section-blog .card:hover {
      -webkit-transform: scale(1.025);
          -ms-transform: scale(1.025);
              transform: scale(1.025); }
      @media (min-width: 1024px) {
        .section-blog .card:hover {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
  .section-blog .card-body {
    font-size: 15px;
    color: #000000;
    padding: 30px 23px 47px;
    letter-spacing: -0.035em; }
    @media (min-width: 768px) {
      .section-blog .card-body {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .section-blog .card-body {
        font-size: 13px;
        padding: 8px 14px 20px; } }
    .section-blog .card-body h5 {
      line-height: 1;
      font-size: 25px;
      margin-bottom: 19px; }
      @media (min-width: 1024px) {
        .section-blog .card-body h5 {
          margin-bottom: 7px;
          font-size: 17px; } }
      .section-blog .card-body h5 a {
        color: #224d73; }
        .section-blog .card-body h5 a:hover {
          color: #dc9927; }
    .section-blog .card-body p {
      margin-bottom: 14px; }
      @media (max-width: 1023px) {
        .section-blog .card-body p {
          line-height: 1.45;
          margin-bottom: 25px; } }
    @media (max-width: 1023px) {
      .section-blog .card-body a {
        font-size: 16px; } }
  .section-blog .img-card {
    position: relative;
    min-height: 169px; }
    @media (min-width: 1024px) {
      .section-blog .img-card {
        max-width: none; } }
    .section-blog .img-card > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    .section-blog .col {
      width: 50%;
      padding: 0 9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .section-blog .col {
      width: 25%; } }
  .section-blog .btn-holder {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .section-blog .btn-holder .link-arrow {
      position: relative;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .section-blog .btn-holder i {
      font-size: inherit;
      margin-left: 2px;
      margin-top: 2px;
      display: inline-block; }
  .section-blog.portal {
    background: -webkit-linear-gradient(bottom, #05294c 0%, #0a426b 100%);
    background: linear-gradient(to top, #05294c 0%, #0a426b 100%); }
    .section-blog.portal h2 {
      color: #fff; }
    .section-blog.portal .link-holder a {
      color: #fff; }
      .section-blog.portal .link-holder a:hover {
        color: #dc9927; }
    .section-blog.portal .card-body {
      background: #fff; }
    .section-blog.portal .slick-dots li {
      border-color: transparent; }

.author {
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  font-size: 16px; }
  .author:hover {
    color: #006390; }
  @media (min-width: 1024px) {
    .author {
      font-size: 13px; } }

.tag {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 16px 7px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }
  @media (min-width: 1024px) {
    .tag {
      font-size: 8px;
      border-radius: 15px;
      padding: 3px 11px 4px; } }
  .tag:before {
    content: "\e903";
    font-family: 'icomoon' !important;
    margin-right: 4px;
    font-size: 20px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .tag:before {
        font-size: 12px; } }
  .tag:hover {
    background: #f8d119; }

.tag-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 21px;
  left: 22px; }
  @media (max-width: 767px) {
    .tag-holder {
      right: 22px; } }
  @media (min-width: 1024px) {
    .tag-holder {
      top: 11px;
      left: 14px; } }

.section-country {
  color: #0a426b;
  padding: 25px 0 41px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .section-country {
      padding: 25px 0 38px; } }
  @media (max-width: 767px) {
    .section-country .container {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .section-country .country-info .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .section-country h2 {
      font-size: 28px; } }
  .section-country.map .container {
    text-align: center; }
  .section-country.map .text-holder {
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
    padding: 0; }
    @media (min-width: 768px) {
      .section-country.map .text-holder {
        font-size: 15px;
        margin-bottom: 39px; } }
  .section-country.map h3 {
    font-size: 18px; }
    @media (max-width: 767px) {
      .section-country.map h3 {
        margin-bottom: 20px; } }
  .section-country.map .card {
    border: none;
    margin-bottom: 30px; }
  .section-country.map .location-holder .region-name {
    color: #006390; }
  .section-country.map .link-arrow {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .section-country.map .link-arrow {
        display: none; } }
    .section-country.map .link-arrow:hover {
      color: #fff; }
  .section-country.map .load-more-isotop {
    background-color: #FDD00A;
    display: inline-block;
    color: #0a426b;
    text-transform: uppercase;
    min-width: 157px;
    line-height: 1;
    padding: 8px 5px 12px;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    border: none;
    outline: none;
    margin: 0 auto;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .section-country.map .load-more-isotop:hover {
      color: #fff;
      background-color: #86a0b4; }
  @media (max-width: 480px) {
    .section-country .text-holder {
      max-width: 310px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .section-country .text-holder {
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .section-country .text-holder h2 {
      font-size: 33px;
      font-weight: 500;
      margin-bottom: 36px; } }
  .section-country .btn-holder {
    text-align: center;
    margin-top: 20px; }
  .section-country .link-arrow {
    font-size: 14px;
    text-align: center; }
    @media (min-width: 480px) {
      .section-country .link-arrow {
        font-size: 17px; } }
  .section-country .link-holder {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .section-country .link-holder {
        text-align: center;
        margin-top: 25px; } }
  .section-country .filter-list {
    color: #0a426b;
    font-size: 16px; }
    @media (min-width: 768px) {
      .section-country .filter-list {
        color: #fff; } }
    .section-country .filter-list li {
      position: relative;
      font-weight: 500;
      margin-bottom: 10px;
      width: 49%;
      line-height: 1; }
      @media (max-width: 767px) {
        .section-country .filter-list li {
          background-color: #c9ced1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 768px) {
        .section-country .filter-list li {
          width: auto;
          padding-right: 11px;
          margin-right: 11px; } }
      @media (min-width: 768px) {
        .section-country .filter-list li:after {
          content: " ";
          width: 2px;
          height: 17px;
          background-color: #818486;
          position: absolute;
          right: 0;
          top: 3px; } }
      .section-country .filter-list li:nth-last-child(2):after {
        content: none; }
      @media (max-width: 767px) {
        .section-country .filter-list li a {
          padding: 11px 15px 15px;
          display: block;
          width: 100%; } }
      .section-country .filter-list li a:hover {
        color: #dc9927; }
    .section-country .filter-list .clear-link:after {
      content: none; }
  .section-country .card {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .section-country .card {
        margin-bottom: 0;
        text-align: left;
        text-align: center; } }
    .section-country .card:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .section-country .card .holder-icon {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 15px; }
      @media (min-width: 768px) {
        .section-country .card .holder-icon {
          width: 36px;
          height: 36px;
          margin: 0 auto 11px; } }
      .section-country .card .holder-icon img {
        width: 100%;
        height: 100%; }
    .section-country .card h5 a {
      color: #224d73; }
      .section-country .card h5 a:hover {
        color: #dc9927; }
  @media (max-width: 767px) {
    .section-country .filter-country {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: center; } }
  .section-country .title-holder {
    text-align: center;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .section-country .title-holder {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .section-country .title-holder h3 {
      color: #fff;
      font-weight: 900; }
      @media (max-width: 767px) {
        .section-country .title-holder h3 {
          font-size: 18px; } }
  .section-country .card-body {
    font-size: 16px;
    background: #fff;
    color: #000000;
    padding: 13px 23px 28px; }
    @media (min-width: 768px) {
      .section-country .card-body {
        height: 100%; } }
    @media (min-width: 1024px) {
      .section-country .card-body {
        font-size: 13px;
        padding: 5px 14px 17px; } }
    .section-country .card-body h5 {
      line-height: 1;
      margin-bottom: 3px;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .section-country .card-body h5 {
          font-size: 32px;
          margin-bottom: 6px; } }
    .section-country .card-body p {
      margin-bottom: 14px; }
      @media (max-width: 1023px) {
        .section-country .card-body p {
          line-height: 1.45;
          margin-bottom: 25px; } }
    @media (max-width: 1023px) {
      .section-country .card-body a {
        font-size: 26px; } }
    @media (max-width: 1023px) {
      .section-country .card-body .primary-btn {
        font-size: 18px;
        padding: 14px 22px 16px; } }
    @media (min-width: 1024px) {
      .section-country .card-body .primary-btn {
        padding: 9px 5px 10px; } }
    .section-country .card-body .subtitle {
      font-weight: 500;
      text-transform: capitalize;
      font-size: 23px;
      color: #224d73; }
      @media (min-width: 768px) {
        .section-country .card-body .subtitle {
          font-size: 14px; } }
    @media (max-width: 767px) {
      .section-country .card-body .btn-holder {
        text-align: center; } }
  .section-country .card-text {
    margin-bottom: 41px; }
    @media (min-width: 768px) {
      .section-country .card-text {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .section-country .card-text {
        text-align: center; } }
  .section-country .img-card {
    position: relative;
    padding-top: 69%; }
    @media (min-width: 1024px) {
      .section-country .img-card {
        padding-top: 69%;
        max-width: none; } }
  @media (min-width: 768px) {
    .section-country .col {
      margin-bottom: 15px;
      padding: 0 9px; } }
  @media (min-width: 1200px) {
    .section-country .col {
      width: 25%;
      margin-bottom: 0; } }
  .section-country .slick-prev {
    left: calc(50% - 79px); }
  .section-country .slick-next {
    right: calc(50% - 81px); }
  .section-country .mobile-slider {
    margin: 0 -9px; }
    @media (max-width: 767px) {
      .section-country .mobile-slider {
        padding: 0 28px;
        margin-bottom: 17px; } }
    @media (min-width: 768px) {
      .section-country .mobile-slider {
        width: 100%; } }
  .section-country.report {
    background-color: #0a426b;
    background-image: -webkit-linear-gradient(bottom, rgba(10, 66, 107, 0.5) 0%, rgba(10, 66, 107, 0) 100%);
    background-image: linear-gradient(to top, rgba(10, 66, 107, 0.5) 0%, rgba(10, 66, 107, 0) 100%); }
    @media (min-width: 1024px) {
      .section-country.report {
        padding: 28px 0px 54px; } }
    .section-country.report h2 {
      color: #fff;
      font-size: 28px; }
      @media (max-width: 767px) {
        .section-country.report h2 {
          font-size: 33px;
          line-height: 1.2; } }
    .section-country.report .mobile-slider {
      padding: 0;
      margin: 0; }
    .section-country.report .link-holder a {
      color: #fff; }
    .section-country.report .card-body {
      background: #fff; }
    @media (max-width: 767px) {
      .section-country.report .text-holder {
        margin: 0 auto 41px; } }
    @media (min-width: 1024px) {
      .section-country.report .text-holder {
        margin-bottom: 21px; } }
  .section-country .slick-dots button {
    border: 1px solid #006390; }
  .section-country .slick-dots .slick-active button:after {
    background-color: #006390 !important; }
  @media (max-width: 767px) {
    .section-country .slick-custom-paging {
      margin-top: 36px; } }

.location-holder {
  font-size: 11px;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .location-holder {
      text-align: center; } }
  @media (min-width: 768px) {
    .location-holder {
      margin-bottom: 11px; } }
  .location-holder .region-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #006390; }

.location-title {
  display: block;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .location-title {
      font-size: 11px; } }

.primary-btn {
  background-color: #FDD00A;
  display: inline-block;
  color: #0a426b;
  text-transform: uppercase;
  min-width: 115px;
  line-height: 1;
  padding: 6px 5px 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  border: none;
  outline: none; }
  .primary-btn .icon-arrow_right {
    margin-left: 4px; }
  .primary-btn:hover {
    color: #fff;
    background-color: #0a426b; }

.slider-wrapp {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .slider-wrapp .mobile-slider {
    width: auto;
    margin: 0 -9px !important; }
    @media (min-width: 480px) {
      .slider-wrapp .mobile-slider {
        max-width: 420px;
        margin: 0 auto !important; } }
    @media (min-width: 768px) {
      .slider-wrapp .mobile-slider {
        margin: 0 -9px !important;
        max-width: none; } }
  .slider-wrapp .col.isotop-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-wrapp .card {
    width: 100%; }

.bg-holder .content-holder a:hover {
  color: #875d16; }

.section-program {
  padding: 24px 0 20px; }
  @media (min-width: 1024px) {
    .section-program {
      padding: 24px 0 0; } }
  .section-program h2 {
    color: #146391;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .section-program h2 {
        margin-bottom: 6px;
        font-size: 28px; } }
  .section-program .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px; }
    @media (min-width: 450px) {
      .section-program .row {
        padding: 0 28px; } }
    @media (min-width: 768px) {
      .section-program .row {
        margin: 0 -10px;
        padding: 0; } }
  .section-program .text-holder {
    font-size: 16px;
    margin-bottom: 33px;
    padding: 0 24px;
    color: #000101; }
    @media (min-width: 1024px) {
      .section-program .text-holder {
        padding: 0; } }
    .section-program .text-holder p {
      margin-bottom: 7px; }
      @media (max-width: 767px) {
        .section-program .text-holder p {
          line-height: 1.35;
          font-size: 17px;
          font-weight: 300;
          margin-bottom: 17px; } }
      @media (min-width: 480px) {
        .section-program .text-holder p {
          padding: 0 48px; } }
      @media (min-width: 768px) {
        .section-program .text-holder p {
          padding: 0; } }
    .section-program .text-holder a {
      color: #dc9927;
      font-weight: 700;
      font-size: 16px; }
      .section-program .text-holder a:hover {
        color: #006390; }
      @media (min-width: 768px) {
        .section-program .text-holder a {
          font-size: 11px; } }
  .section-program .col {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 450px) {
      .section-program .col {
        padding: 0 24px; } }
    @media (min-width: 768px) {
      .section-program .col {
        width: 33.333%; } }
    @media (min-width: 1024px) {
      .section-program .col {
        width: 25%;
        margin-bottom: 57px;
        padding: 0 10px; } }
    .section-program .col:hover .img-holder {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
      .section-program .col:hover .img-holder img:nth-of-type(1) {
        opacity: 1;
        visibility: visible; }
      .section-program .col:hover .img-holder img:nth-of-type(2) {
        opacity: 0;
        visibility: hidden; }
  .section-program .link-info {
    width: 100%;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.11);
    text-align: center;
    padding: 6px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100px; }
    @media (min-width: 768px) {
      .section-program .link-info {
        padding: 20px 10px;
        min-height: 137px; } }
    .section-program .link-info:hover .subtitle {
      text-shadow: 1px 1px 1px #153661; }
    .section-program .link-info:hover .img-holder img:nth-of-type(1) {
      opacity: 0;
      visibility: hidden; }
    .section-program .link-info:hover .img-holder img:nth-of-type(2) {
      opacity: 1;
      visibility: visible; }
    .section-program .link-info .img-holder {
      position: relative;
      display: block;
      height: 82px;
      margin-bottom: 20px;
      text-align: center;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .section-program .link-info .img-holder img {
        display: inline-block;
        height: 100%;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
        .section-program .link-info .img-holder img:nth-of-type(1) {
          opacity: 1;
          visibility: visible; }
        .section-program .link-info .img-holder img:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden; }
  .section-program .subtitle {
    display: block;
    width: 100%;
    -webkit-transition: text-shadow 0.3s ease-in-out;
    transition: text-shadow 0.3s ease-in-out;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 12px;
    word-break: break-all;
    text-transform: uppercase;
    font-weight: 500;
    color: #146391; }
    @media (min-width: 450px) {
      .section-program .subtitle {
        font-size: 15px; } }
  .section-program .text-holder {
    text-align: center; }

.section-news {
  padding: 28px 0 63px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .section-news {
      border-bottom: 4px solid #fff; } }
  @media (min-width: 1024px) {
    .section-news h2 {
      font-size: 28px; } }
  .section-news .text-holder {
    color: #0a426b; }
    @media (max-width: 767px) {
      .section-news .text-holder {
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .section-news .text-holder {
        padding-left: 9px; } }
  .section-news .slick-dots {
    padding-top: 26px; }
  @media (max-width: 1023px) {
    .section-news .link-holder {
      padding-top: 23px; } }
  .section-news .row {
    display: block; }
    .section-news .row .col {
      width: 100%;
      position: relative;
      padding-bottom: 21px;
      margin-bottom: 26px; }
      .section-news .row .col:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
        .section-news .row .col:last-of-type:after {
          display: none; }
      .section-news .row .col:after {
        position: absolute;
        top: 100%;
        content: '';
        left: 0;
        right: 0;
        background-image: url("./images/icon23.png");
        height: 5px; }
  .section-news .card {
    border: none; }
    @media (max-width: 1023px) {
      .section-news .card {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .section-news .card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 24px;
        padding-bottom: 24px; } }
    .section-news .card h5 a {
      color: #224d73; }
      .section-news .card h5 a:hover {
        color: #dc9927; }
  @media (max-width: 1023px) {
    .section-news .border-content:after {
      content: none; } }
  .section-news .img-card {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
    margin: 0 auto 14px;
    padding-top: 70%; }
    @media (min-width: 1024px) {
      .section-news .img-card {
        max-width: 245px;
        margin-bottom: 0;
        height: 145px;
        padding-top: 0; } }
    .section-news .img-card:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .section-news .card-body {
    background: transparent;
    padding: 2px 26px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .section-news .card-body {
        text-align: left;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .section-news .card-body {
        padding: 0 0 0 30px; } }
    .section-news .card-body h5 {
      text-transform: inherit;
      font-size: 21px;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .section-news .card-body h5 {
          font-size: 18px;
          margin-bottom: 4px; } }
    .section-news .card-body p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .section-news .card-body p {
          font-size: 12px; } }
  .section-news .card-text {
    font-size: 15px;
    color: #000000;
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      .section-news .card-text {
        padding: 0 18px; } }
  .section-news .author {
    font-weight: 700;
    font-size: 12px;
    color: #0a426b;
    text-transform: uppercase; }
  .section-news .link-arrow {
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 768px) {
      .section-news .link-arrow {
        font-size: 14px; } }
  .section-news .time {
    font-size: 12px;
    text-transform: uppercase; }
  .section-news .publication-holder {
    margin-bottom: 9px; }
    @media (min-width: 768px) {
      .section-news .publication-holder {
        margin-bottom: 6px; } }

.slick-dots button {
  padding: 0; }

.news-hero {
  min-height: 271px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.news-story-hero {
  min-height: 148px;
  padding: 56px 15px 15px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .news-story-hero {
      padding: 60px 0 1px; } }
  .news-story-hero h1 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase; }

.navigation-holder {
  padding: 5px 0;
  background-color: #818486; }
  .navigation-holder .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1; }
    .navigation-holder .breadcrumbs li {
      position: relative;
      padding-right: 10px;
      margin-right: 3px;
      color: #fff; }
      .navigation-holder .breadcrumbs li:after {
        content: ">";
        position: absolute;
        right: 0; }
      .navigation-holder .breadcrumbs li:last-child {
        font-weight: 900; }
        .navigation-holder .breadcrumbs li:last-child:after {
          content: none; }
    .navigation-holder .breadcrumbs a {
      color: #fff; }

.section-info {
  color: #0a426b;
  padding: 32px 0 36px; }
  .section-info .row {
    margin: 0 -15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .section-info .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.form-subscribe {
  background-color: #fff;
  padding: 15px 7px;
  text-align: center;
  border: 2px solid #153661; }
  .form-subscribe .text-hodler {
    font-size: 22px;
    color: #000000;
    padding: 0px 40px; }
  .form-subscribe h5 {
    font-size: 25px;
    font-weight: 500;
    color: #146391; }
  .form-subscribe input {
    border: 1px solid #818486;
    background-color: rgba(235, 235, 235, 0.3);
    max-width: 203px;
    width: 100%;
    font-size: 14px;
    font-weight: 400; }
    .form-subscribe input::-webkit-input-placeholder {
      color: #5f2d4c; }
    .form-subscribe input::-moz-placeholder {
      opacity: 1;
      color: #5f2d4c; }
    .form-subscribe input:-moz-placeholder {
      color: #5f2d4c; }
    .form-subscribe input:-ms-input-placeholder {
      color: #5f2d4c; }
    .form-subscribe input.placeholder {
      color: #5f2d4c; }

.subscribe-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .subscribe-col {
      max-width: 310px;
      margin-bottom: 0; } }
  .subscribe-col input {
    margin-bottom: 15px; }

.video-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .video-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1024px) {
    .video-col {
      max-width: 520px;
      margin-bottom: 0; } }

.twitter-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .twitter-col {
      max-width: 250px;
      margin-bottom: 0; } }

.section-description {
  padding: 0px 0 43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #444445; }
  @media (min-width: 768px) {
    .section-description {
      padding: 0px 0 61px; } }
  .section-description .container {
    padding: 0 30px; }
    @media (min-width: 768px) {
      .section-description .container {
        padding: 0 15px; } }
  .section-description .banner-holder {
    padding: 52px 0 57px; }
    @media (min-width: 1200px) {
      .section-description .banner-holder {
        padding: 88px 0 72px; } }
    .section-description .banner-holder h1 {
      color: #fff;
      font-size: 37px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .section-description .banner-holder h1 {
          font-size: 40px; } }

.country-holder {
  padding: 37px 0 54px; }
  @media (min-width: 1200px) {
    .country-holder {
      padding-top: 56px;
      padding-bottom: 39px; } }
  .country-holder .content-holder {
    color: #444445;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .country-holder .content-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
  .country-holder h2 {
    color: #006390;
    font-size: 33px;
    margin-bottom: 9px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .country-holder h2 {
        margin-bottom: 23px;
        font-size: 36px; } }
  .country-holder .text-holder {
    line-height: 1.3;
    margin-bottom: 37px; }
    @media (min-width: 768px) {
      .country-holder .text-holder {
        margin-bottom: 0;
        width: 54.5%;
        line-height: 1.45;
        padding-right: 35px; } }
  @media (max-width: 767px) {
    .country-holder .img-holder {
      margin: 0 auto;
      max-width: 424px; } }
  @media (min-width: 768px) {
    .country-holder .img-holder {
      width: 45.5%; } }
  @media (min-width: 1024px) {
    .country-holder .img-holder {
      padding-top: 10px; } }

.feature-holder {
  color: #444445; }
  .feature-holder h3 {
    font-size: 24px;
    color: #006390;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .feature-holder h3 {
        width: 100%;
        margin-bottom: 19px;
        text-align: center; } }
  .feature-holder a {
    color: #dc9927; }
    .feature-holder a:hover {
      color: #006390; }
  .feature-holder .img-holder {
    width: 100%;
    padding-top: 59%;
    background-size: cover;
    background-position: center; }
    @media (min-width: 480px) {
      .feature-holder .img-holder {
        min-height: 240px;
        padding-top: 29%; } }
    @media (max-width: 767px) {
      .feature-holder .img-holder {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 0 auto  32px; } }
    @media (max-width: 479px) {
      .feature-holder .img-holder {
        margin: 0 0 10px; } }
    @media (min-width: 768px) {
      .feature-holder .img-holder {
        max-width: 265px;
        width: 100%;
        padding-top: 22%;
        float: left;
        margin-right: 30px; } }
    @media (min-width: 1024px) {
      .feature-holder .img-holder {
        margin-top: 8px; } }
    .feature-holder .img-holder:after {
      display: inline-block;
      width: 100%;
      content: '';
      clear: both; }
  .feature-holder .text-holder {
    width: 100%; }
    @media (max-width: 767px) {
      .feature-holder .text-holder {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0 12px 30px; } }
    @media (max-width: 479px) {
      .feature-holder .text-holder {
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .feature-holder .text-holder {
        float: left;
        max-width: 58%; } }
    @media (min-width: 1024px) {
      .feature-holder .text-holder {
        max-width: 70%;
        margin-bottom: 18px; } }
    .feature-holder .text-holder:after {
      display: inline-block;
      width: 100%;
      content: '';
      clear: both; }
    .feature-holder .text-holder:only-child {
      max-width: 100%;
      float: none;
      padding-left: 0;
      padding-right: 0; }
    .feature-holder .text-holder p {
      line-height: 1.35; }
      @media (min-width: 768px) {
        .feature-holder .text-holder p {
          line-height: 1.45; } }
      @media (min-width: 1024px) {
        .feature-holder .text-holder p:last-of-type {
          margin-bottom: 0; } }
  .feature-holder .count-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 768px) {
      .feature-holder .count-list {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .feature-holder .count-list {
        max-width: 58%;
        width: 100%;
        margin-left: auto;
        float: left;
        padding-left: 0;
        display: block;
        -webkit-column-count: 2;
                column-count: 2;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .feature-holder .count-list {
        max-height: 98px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 70%; } }
    @media (min-width: 1024px) {
      .feature-holder .count-list li {
        padding: 0 6% 0 16%; } }
    @media (min-width: 1200px) {
      .feature-holder .count-list li {
        padding: 0 5% 0 11%; } }
    .feature-holder .count-list li:last-child {
      margin-bottom: 0; }
  .feature-holder .content-holder {
    clear: both;
    padding: 20px 0 20px; }
    @media (max-width: 767px) {
      .feature-holder .content-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; } }
    @media (min-width: 1200px) {
      .feature-holder .content-holder {
        padding-bottom: 20px;
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .feature-holder .content-holder + .border-content {
        padding-top: 25px;
        padding-bottom: 51px; } }
  @media (min-width: 1024px) {
    .feature-holder .list-info {
      padding-top: 23px; } }
  .feature-holder .list-info li {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .feature-holder .list-info li {
        padding-left: 54px; } }
    @media (min-width: 768px) {
      .feature-holder .list-info li {
        padding-left: 0; } }
    .feature-holder .list-info li:last-child {
      margin-bottom: 0; }
  .feature-holder .list-info i {
    font-size: 13px; }
    @media (min-width: 1200px) {
      .feature-holder .list-info i {
        font-size: 14px; } }
  .feature-holder .social-holder {
    clear: both;
    padding: 22px 0px  15px 0; }

.count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  line-height: 1; }
  @media (min-width: 480px) {
    .count-list {
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .count-list {
      margin-bottom: 0; } }
  .count-list:after {
    display: inline-block;
    width: 100%;
    content: '';
    clear: both; }
  .count-list li {
    counter-increment: section;
    margin-bottom: 7px; }
    .count-list li:before {
      content: counter(section);
      margin-right: 9px; }
      @media (min-width: 768px) {
        .count-list li:before {
          margin-right: 19px; } }

.step-hoder {
  text-align: center;
  color: #0a426b;
  padding: 40px 0 21px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .step-hoder {
      padding: 47px 0 14px; } }
  .step-hoder h2 {
    font-size: 33px;
    letter-spacing: 0.023em;
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .step-hoder h2 {
        font-size: 28px; } }

.step-list {
  color: #000000;
  position: relative;
  margin: 0 auto;
  max-width: 1040px; }
  @media (min-width: 480px) {
    .step-list {
      padding-left: 27px; } }
  @media (min-width: 768px) {
    .step-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0; } }
  .step-list li {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .step-list li {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 17px;
        line-height: 1.45;
        min-height: 136px;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .step-list li {
        padding: 0 10px;
        max-width: 25%;
        width: 100%; } }
    @media (min-width: 1024px) {
      .step-list li:first-child {
        padding-right: 33px; } }
    .step-list li:last-child {
      margin-bottom: 0; }
      .step-list li:last-child span {
        color: #0a426b; }
      @media (min-width: 1024px) {
        .step-list li:last-child {
          padding-left: 44px; } }

@media screen and (max-width: 767px) and (-ms-high-contrast: active), (max-width: 767px) and (-ms-high-contrast: none) {
  .step-list p {
    width: 70%; } }
  .step-list span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 75px;
    width: 100%;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
    word-wrap: anywhere; }
    @media (min-width: 480px) {
      .step-list span {
        max-width: 96px;
        height: 96px;
        margin-right: 27px;
        font-size: 24px; } }
    @media (min-width: 768px) {
      .step-list span {
        margin: 0 auto 20px;
        padding-bottom: 10px; } }
  .step-list:after {
    content: '';
    position: absolute;
    top: 62px;
    bottom: 72px;
    left: 36px;
    width: 6px;
    background-image: -webkit-linear-gradient(top, #adc1d9, #0a426b);
    background-image: linear-gradient(to bottom, #adc1d9, #0a426b); }
    @media (min-width: 480px) {
      .step-list:after {
        top: 77px;
        bottom: 72px;
        left: 73px;
        width: 6px; } }
    @media (min-width: 768px) {
      .step-list:after {
        width: auto;
        bottom: auto;
        top: 47px;
        left: 97px;
        right: 90px;
        height: 6px;
        background-image: -webkit-linear-gradient(left, #adc1d9, #0a426b);
        background-image: linear-gradient(to right, #adc1d9, #0a426b); } }

.section-legislation-all {
  padding-bottom: 40px; }
  .section-legislation-all .col {
    width: 100%;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .section-legislation-all .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .section-legislation-all .col {
        width: 25%; } }
  .section-legislation-all .title-holder {
    display: block; }
    .section-legislation-all .title-holder h2 {
      font-size: 34px;
      color: #006390;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .section-legislation-all .title-holder {
        display: none; } }
  .section-legislation-all .card {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .section-legislation-all .card {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section-legislation-all .card {
        max-width: 394px;
        margin: 0 auto; } }
    .section-legislation-all .card:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .section-legislation-all .card .card-text {
      font-size: 15px;
      line-height: 1.45; }
      @media (min-width: 768px) {
        .section-legislation-all .card .card-text {
          font-size: 14px; } }
    .section-legislation-all .card .primary-btn {
      display: block;
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        .section-legislation-all .card .primary-btn {
          font-size: 22px;
          padding: 14px 5px 16px; } }
      @media (min-width: 768px) {
        .section-legislation-all .card .primary-btn {
          margin-bottom: 5px;
          font-size: 13px;
          padding-top: 9px; } }
      .section-legislation-all .card .primary-btn .icon-arrow_right {
        font-size: 18px; }
        @media (min-width: 768px) {
          .section-legislation-all .card .primary-btn .icon-arrow_right {
            font-size: 13px; } }
    .section-legislation-all .card .secondary-btn-outline {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      font-size: 13px; }
      @media (max-width: 767px) {
        .section-legislation-all .card .secondary-btn-outline {
          padding: 14px 5px 19px !important; } }
      @media (min-width: 768px) {
        .section-legislation-all .card .secondary-btn-outline {
          padding-bottom: 13px; } }
      .section-legislation-all .card .secondary-btn-outline.disabled {
        color: #ebebeb;
        pointer-events: none;
        background-color: #808487; }
      .section-legislation-all .card .secondary-btn-outline .icon-file {
        margin-right: 5px;
        font-size: 28px; }
        @media (min-width: 768px) {
          .section-legislation-all .card .secondary-btn-outline .icon-file {
            font-size: 18px; } }
      .section-legislation-all .card .secondary-btn-outline .icon-arrow_right {
        color: #dc9927;
        margin-top: 3px;
        font-size: 18px;
        margin-left: 2px; }
        @media (min-width: 768px) {
          .section-legislation-all .card .secondary-btn-outline .icon-arrow_right {
            font-size: 13px; } }
      @media (max-width: 767px) {
        .section-legislation-all .card .secondary-btn-outline {
          font-size: 22px;
          padding: 14px 5px; } }
  .section-legislation-all .img-card {
    width: 100%;
    min-height: 162px;
    padding-top: 0; }
    @media (min-width: 1024px) {
      .section-legislation-all .img-card {
        padding-top: 33%;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  .section-legislation-all .subtitle {
    font-weight: 500;
    color: #224d73;
    display: block;
    margin-bottom: 14px;
    font-size: 21px; }
    @media (min-width: 768px) {
      .section-legislation-all .subtitle {
        font-size: 17px;
        margin-bottom: 10px; } }
    .section-legislation-all .subtitle a:hover {
      color: #dc9927; }
  .section-legislation-all .card-body {
    padding: 27px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff; }
    @media (min-width: 768px) {
      .section-legislation-all .card-body {
        padding: 11px 22px; } }
  .section-legislation-all .btn-holder {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; }
  .section-legislation-all .title-holder {
    text-align: center;
    color: #fff; }
  .section-legislation-all .text-holder {
    padding: 28px 0 26px;
    text-align: center;
    max-width: 664px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.45;
    color: #444445; }
    @media (min-width: 768px) {
      .section-legislation-all .text-holder {
        padding: 40px 0; } }
    @media (min-width: 1024px) {
      .section-legislation-all .text-holder {
        padding: 24px 0 26px; } }
    .section-legislation-all .text-holder .link-holder {
      margin-bottom: 24px; }
    .section-legislation-all .text-holder p {
      margin-bottom: 0; }
    .section-legislation-all .text-holder a {
      color: #dc9927;
      text-transform: uppercase;
      font-size: 15px; }
      .section-legislation-all .text-holder a:hover {
        color: #153661; }

.banner-holder {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  text-align: center; }
  @media (min-width: 1200px) {
    .banner-holder {
      padding: 104px 0 95px; } }
  .banner-holder h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .banner-holder h1 {
        font-size: 40px; } }

.section-anti-corruption {
  text-align: center;
  padding-top: 42px; }
  @media (min-width: 768px) {
    .section-anti-corruption {
      display: none; } }
  .section-anti-corruption .container {
    padding: 0 35px; }
  .section-anti-corruption h2 {
    color: #006390;
    margin-bottom: 40px; }
  .section-anti-corruption .anti-corruption-list {
    line-height: 1; }
    .section-anti-corruption .anti-corruption-list li {
      background-color: #153661;
      padding: 15px 35px 20px;
      margin-bottom: 20px; }
    .section-anti-corruption .anti-corruption-list a {
      font-size: 21px;
      font-weight: 500;
      color: #fff; }
    .section-anti-corruption .anti-corruption-list span {
      font-weight: 300;
      color: #dc9927; }

.section-legislation {
  padding: 40px 0 43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .section-legislation {
      padding: 35px 0 61px; } }
  .section-legislation h2 {
    font-size: 28px; }
  .section-legislation .text-holder {
    color: #0a426b;
    text-align: center;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .section-legislation .text-holder {
        margin-bottom: 37px; } }
  .section-legislation .col {
    width: 50%;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1024px) {
      .section-legislation .col {
        width: 25%; } }
  .section-legislation .card {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .section-legislation .card:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .section-legislation .card .card-text {
      font-size: 15px;
      line-height: 1.45; }
      @media (min-width: 768px) {
        .section-legislation .card .card-text {
          font-size: 12px; } }
    .section-legislation .card .primary-btn {
      display: block;
      margin-bottom: 14px; }
      @media (min-width: 480px) {
        .section-legislation .card .primary-btn {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .section-legislation .card .primary-btn {
          padding: 14px 5px; } }
      @media (min-width: 768px) {
        .section-legislation .card .primary-btn {
          margin-bottom: 5px;
          font-size: 13px; } }
      .section-legislation .card .primary-btn .icon-arrow_right {
        font-size: 18px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .section-legislation .card .primary-btn .icon-arrow_right {
            font-size: 14px;
            margin-left: 2px; } }
    .section-legislation .card .secondary-btn-outline {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      font-size: 13px; }
      @media (min-width: 480px) {
        .section-legislation .card .secondary-btn-outline {
          font-size: 22px; } }
      @media (min-width: 768px) {
        .section-legislation .card .secondary-btn-outline {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .section-legislation .card .secondary-btn-outline {
          padding: 14px 5px; } }
      .section-legislation .card .secondary-btn-outline .icon-file {
        margin-right: 5px;
        font-size: 28px; }
        @media (min-width: 768px) {
          .section-legislation .card .secondary-btn-outline .icon-file {
            font-size: 15px; } }
        @media (min-width: 1024px) {
          .section-legislation .card .secondary-btn-outline .icon-file {
            font-size: 18px; } }
      .section-legislation .card .secondary-btn-outline .icon-arrow_right {
        color: #dc9927;
        margin-top: 3px;
        font-size: 18px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .section-legislation .card .secondary-btn-outline .icon-arrow_right {
            font-size: 14px;
            margin-left: 2px; } }
  .section-legislation .mobile-slider .slick-prev {
    left: calc(50% - 75px); }
  .section-legislation .mobile-slider .slick-next {
    right: calc(50% - 77px); }
  .section-legislation .img-card {
    width: 100%;
    padding-top: 62%; }
    @media (min-width: 1024px) {
      .section-legislation .img-card {
        padding-top: 33%;
        min-height: 162px;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  .section-legislation .subtitle {
    font-weight: 500;
    color: #224d73;
    display: block;
    margin-bottom: 14px;
    font-size: 21px; }
    @media (min-width: 768px) {
      .section-legislation .subtitle {
        font-size: 17px;
        margin-bottom: 10px; } }
  .section-legislation .card-body {
    padding: 27px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff; }
    @media (min-width: 480px) {
      .section-legislation .card-body {
        padding: 27px 30px; } }
    @media (min-width: 768px) {
      .section-legislation .card-body {
        padding: 11px 22px; } }
  .section-legislation .btn-holder {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; }
  .section-legislation .light-btn-outline {
    padding: 6px 20px 10px; }
  .section-legislation .full-height-card .img-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%; }
    .section-legislation .full-height-card .img-card .btn-holder {
      padding: 10px 10px 25px;
      text-align: center; }
  .section-legislation .btn-mobile-holder {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    padding-top: 21px; }
    @media (min-width: 768px) {
      .section-legislation .btn-mobile-holder {
        display: none; } }
    .section-legislation .btn-mobile-holder a {
      color: #dc9927; }

.section-subscribe {
  background-color: #ebebeb;
  padding: 31px 0 40px;
  text-align: center; }
  .section-subscribe h2 {
    font-weight: 500;
    margin-bottom: 8px;
    color: #153661;
    font-size: 28px; }
    @media (max-width: 767px) {
      .section-subscribe h2 {
        font-size: 25px; } }
  .section-subscribe h4 {
    color: #0a426b;
    font-size: 28px; }
  .section-subscribe .text-holder {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .section-subscribe .text-holder {
        padding: 0 40px; } }
  .section-subscribe .subscribe-form {
    text-align: center; }
    .section-subscribe .subscribe-form input {
      min-width: 335px;
      border: 1px solid #818486;
      text-align: center;
      margin-bottom: 25px; }
    .section-subscribe .subscribe-form .primary-btn {
      font-size: 13px; }
  .section-subscribe.dictionary {
    background-color: #ffcf00; }
    .section-subscribe.dictionary .primary-btn {
      background-color: #fff; }

iframe input {
  line-height: 1;
  padding-bottom: 17px !important; }

.section-news-module {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 42px 0 95px; }
  .section-news-module h2 {
    color: #0a426b;
    font-weight: 500;
    letter-spacing: 0.018em;
    font-size: 28px; }
  .section-news-module .time {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    color: #444445; }
    .section-news-module .time:after {
      content: " ";
      width: 1px;
      height: 10px;
      background-color: #444445;
      position: absolute;
      top: 4px;
      right: 0; }
      @media (min-width: 768px) {
        .section-news-module .time:after {
          height: 16px; } }
    @media (min-width: 768px) {
      .section-news-module .time {
        font-size: 15px; } }
  .section-news-module .category a {
    font-size: 12px;
    font-weight: bold;
    color: #5ca8e5;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .section-news-module .category a {
        font-size: 15px; } }
    .section-news-module .category a:hover {
      color: #dc9927; }
  @media (max-width: 479px) {
    .section-news-module .link-holder {
      width: 100%;
      margin-bottom: 10px; } }
  .section-news-module .link-holder a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #006390; }
    .section-news-module .link-holder a:hover {
      color: #dc9927; }
  .section-news-module .link-holder i {
    font-size: 15px; }
  .section-news-module .news-module-item {
    margin-bottom: 27px; }
    .section-news-module .news-module-item:last-child {
      margin-bottom: 0; }
    .section-news-module .news-module-item > .title-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 5px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .section-news-module .news-holder {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.29); }
    @media (min-width: 768px) {
      .section-news-module .news-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .section-news-module .big-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px 10px 39px 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative; }
    @media (min-width: 768px) {
      .section-news-module .big-news {
        max-width: 535px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .section-news-module .big-news:after {
      content: " ";
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%), transparent;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%), transparent; }
      @media (min-width: 768px) {
        .section-news-module .big-news:after {
          background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), transparent;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), transparent; } }
    .section-news-module .big-news .time {
      color: #fff; }
      .section-news-module .big-news .time:after {
        background-color: #fff; }
    .section-news-module .big-news h3 a {
      font-size: 30px;
      color: #fff; }
      .section-news-module .big-news h3 a:hover {
        color: #dc9927; }
    .section-news-module .big-news .big-news-info {
      position: relative;
      z-index: 2; }
    .section-news-module .big-news .info-holder {
      margin-bottom: 5px; }
    .section-news-module .big-news .category {
      color: #5ca8e5; }
  .section-news-module .other-news {
    background-color: #fff;
    padding: 0 22px 23px 26px; }
    @media (min-width: 1024px) {
      .section-news-module .other-news {
        max-width: calc( 100% - 535px); } }
  .section-news-module .other-news-item {
    padding: 15px 0 3px;
    position: relative; }
    .section-news-module .other-news-item:before {
      content: '';
      background-image: url(images/img72.png);
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      right: 0;
      bottom: 0; }
    .section-news-module .other-news-item:last-child:before {
      content: none; }
    .section-news-module .other-news-item .text-holder {
      font-size: 15px;
      line-height: 1.3;
      letter-spacing: 0.013em; }
      @media (min-width: 768px) {
        .section-news-module .other-news-item .text-holder {
          font-size: 18px; } }
      .section-news-module .other-news-item .text-holder a {
        display: block;
        margin: 0 0 1em;
        font-weight: 600;
        color: #0a426b; }
        .section-news-module .other-news-item .text-holder a:hover {
          color: #dc9927; }
    .section-news-module .other-news-item .info-holder {
      margin-bottom: 10px; }

.section-news-all {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 0 95px; }
  .section-news-all h2 {
    color: #0a426b;
    font-weight: 500;
    font-size: 36px; }
  .section-news-all .h3 {
    font-size: 24px;
    color: #153661;
    font-weight: 500; }
    .section-news-all .h3:hover {
      color: #dc9927; }
  .section-news-all .title-holder {
    margin-bottom: 38px; }
  .section-news-all .time {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    color: #444445; }
    .section-news-all .time:after {
      content: " ";
      width: 1px;
      height: 16px;
      background-color: #444445;
      position: absolute;
      top: 0;
      right: 0; }
    @media (min-width: 768px) {
      .section-news-all .time {
        font-size: 15px; } }
  .section-news-all .navigation {
    margin-top: 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .section-news-all .navigation {
        margin-top: 32px; } }
  .section-news-all .category {
    font-size: 12px;
    font-weight: bold;
    color: #5ca8e5;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .section-news-all .category {
        font-size: 15px; } }
    .section-news-all .category:hover {
      color: #006390; }
    .section-news-all .category a {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      color: inherit; }
      .section-news-all .category a:hover {
        color: #dc9927; }
  .section-news-all .link-holder a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase; }
  .section-news-all .link-holder i {
    font-size: 12px; }
  .section-news-all .news-all-holder {
    background-color: #fff;
    padding: 0px 30px 30px 27px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.29); }
  .section-news-all .news-item {
    padding: 30px 0 13px 0;
    position: relative; }
    .section-news-all .news-item:before {
      content: '';
      background-image: url(images/img72.png);
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (min-width: 768px) {
      .section-news-all .news-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .section-news-all .news-item .read-more-link {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .section-news-all .news-item .read-more-link:hover {
        color: #dc9927; }
    .section-news-all .news-item .img-holder {
      max-width: 240px;
      width: 100%;
      min-height: 164px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 23px;
      display: block; }
      @media (max-width: 767px) {
        .section-news-all .news-item .img-holder {
          margin-bottom: 20px; } }
  .section-news-all .info-holder {
    width: 100%; }
    @media (min-width: 768px) {
      .section-news-all .info-holder {
        max-width: calc(100% - 240px); } }
  .section-news-all .news-title-holder {
    max-width: 660px;
    margin-bottom: 30px; }
    .section-news-all .news-title-holder h3 a:hover {
      color: #dc9927; }
  .section-news-all .news-text-holder {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.011em;
    color: #444445; }
    .section-news-all .news-text-holder p:after {
      content: '';
      display: inline-block;
      width: 30px;
      vertical-align: middle;
      height: 13px;
      background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 20%, #fff 90%, #fff 100%);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 20%, #fff 90%, #fff 100%);
      position: relative;
      left: -21px; }
  .section-news-all .news-info-holder {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 480px) {
      .section-news-all .news-info-holder {
        margin-bottom: 17px; } }

.navigation.pagination .prev,
.navigation.pagination .next {
  position: static; }

.navigation.pagination .next:only-child {
  margin-left: auto; }

.navigation .page-holder {
  margin: 0; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .nav-links .page-numbers {
    font-size: 14px; }
    @media (min-width: 768px) {
      .nav-links .page-numbers {
        font-size: 19px; } }
  .nav-links .next {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-links .next:after {
      content: "\e90d";
      margin-top: 2px;
      font-size: inherit;
      font-family: 'icomoon' !important;
      color: #dc9927;
      margin-left: 5px; }
  .nav-links .prev {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-links .prev:before {
      content: "\10ffff";
      margin-top: 2px;
      font-size: inherit;
      font-family: 'icomoon' !important;
      color: #dc9927;
      margin-right: 5px; }
  .nav-links .page-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 479px) {
      .nav-links .page-holder {
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0; } }
    .nav-links .page-holder .page-numbers {
      width: 12px;
      height: 12px;
      border-radius: 12px;
      border: 1px solid #153661;
      padding: 0;
      position: relative;
      margin-right: 18px; }
      .nav-links .page-holder .page-numbers:last-child {
        margin-right: 0; }
    .nav-links .page-holder .current:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #153661;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px; }

.section-news-story {
  padding: 31px 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section-news-story .container {
    max-width: 1000px; }
  .section-news-story h2 {
    font-size: 24px;
    color: #5ca8e5;
    line-height: 1.3; }
    @media (min-width: 1024px) {
      .section-news-story h2 {
        font-size: 36px; } }
  .section-news-story .publication-holder {
    text-align: center;
    margin-bottom: 30px; }
    .section-news-story .publication-holder .time {
      font-size: 12px;
      padding-right: 10px;
      margin-right: 10px;
      font-weight: 500;
      position: relative;
      line-height: 1;
      text-transform: uppercase;
      color: #444445; }
      .section-news-story .publication-holder .time:after {
        content: " ";
        width: 1px;
        height: 16px;
        background-color: #444445;
        position: absolute;
        top: 4px;
        right: 0; }
      @media (min-width: 768px) {
        .section-news-story .publication-holder .time {
          font-size: 15px; } }
    .section-news-story .publication-holder .category a {
      font-size: 12px;
      font-weight: bold;
      color: #5ca8e5;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .section-news-story .publication-holder .category a {
          font-size: 15px; } }
      .section-news-story .publication-holder .category a:hover {
        color: #006390; }
  .section-news-story .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .section-news-story .post-info {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .section-news-story .post-info .navigation-single {
      width: 100%;
      text-transform: uppercase;
      position: relative;
      border-top: 1px dashed #b2b2b2;
      padding-top: 20px; }
      @media (min-width: 768px) {
        .section-news-story .post-info .navigation-single .next {
          font-size: 20px; } }
      .section-news-story .post-info .navigation-single .next a {
        padding: 0; }
        .section-news-story .post-info .navigation-single .next a:after {
          margin-left: 4px;
          content: "\e90d";
          font-family: 'icomoon' !important;
          color: #dc9927; }
      @media (min-width: 768px) {
        .section-news-story .post-info .navigation-single .prev {
          font-size: 20px; } }
      .section-news-story .post-info .navigation-single .prev a {
        padding: 0; }
        .section-news-story .post-info .navigation-single .prev a:before {
          margin-right: 3px;
          content: "\10ffff";
          font-family: 'icomoon' !important;
          color: #dc9927; }
  .section-news-story .sharethis-inline-share-buttons {
    padding: 53px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #818486; }
    .section-news-story .sharethis-inline-share-buttons .social-list {
      padding-left: 10px; }
    .section-news-story .sharethis-inline-share-buttons a {
      color: #818486;
      font-size: 17px; }
      .section-news-story .sharethis-inline-share-buttons a:hover {
        color: #006390; }
  .section-news-story .title-holder {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 37px;
    position: relative; }
    .section-news-story .title-holder:before {
      content: " ";
      position: absolute;
      top: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 5px;
      width: 72px;
      background-color: #ffcf00; }
  .section-news-story .img-holder {
    min-height: 250px;
    width: 100%;
    margin: 0 auto 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .section-news-story .img-holder {
        min-height: 442px; } }
  .section-news-story a {
    letter-spacing: 0.013em;
    color: #dc9927; }
    .section-news-story a:hover {
      color: #006390; }
  .section-news-story p {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.013em;
    margin-bottom: 22px;
    color: #444445; }
  .section-news-story .content {
    width: 100%;
    margin-right: 50px; }
    @media (min-width: 768px) {
      .section-news-story .content {
        width: calc(70% - 50px);
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .section-news-story .content {
        max-width: 660px;
        width: 68%; } }
  .section-news-story .aside {
    width: 100%;
    padding-top: 58px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .section-news-story .aside {
        width: 30%;
        padding-top: 9px; } }
    @media (min-width: 1024px) {
      .section-news-story .aside {
        max-width: 257px;
        width: 32%; } }
    .section-news-story .aside blockquote {
      border-left: 0;
      background-color: #9eb0c5;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      padding: 25px 16px 34px;
      line-height: 1.45;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .section-news-story .aside blockquote {
          margin-bottom: 25px; } }
    .section-news-story .aside .banner {
      min-height: 250px;
      width: 100%;
      display: block;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .section-news-story .aside .banner {
          background-position: center; } }
      @media (min-width: 768px) {
        .section-news-story .aside .banner {
          width: 100%; } }
    .section-news-story .aside h4 {
      font-size: 24px;
      font-weight: 500; }
    .section-news-story .aside .more-news-title {
      margin-bottom: 20px; }
    .section-news-story .aside .more-news-holder {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .section-news-story .aside .more-news-holder {
          padding: 0 15px;
          margin-bottom: 42px; } }
    .section-news-story .aside .news-item {
      margin-bottom: 30px; }
      .section-news-story .aside .news-item:last-child {
        margin-bottom: 0; }
    .section-news-story .aside .time {
      font-size: 15px;
      color: #444445; }
    .section-news-story .aside .category a {
      font-size: 15px;
      display: block;
      font-weight: 900;
      color: #5ca8e5;
      text-transform: uppercase; }
      .section-news-story .aside .category a:hover {
        color: #006390; }
    .section-news-story .aside .text {
      font-size: 18px;
      color: #818486;
      line-height: 1.4; }
      .section-news-story .aside .text:hover {
        color: #dc9927; }
  .section-news-story .pub-holder a {
    font-size: 11px; }
  .section-news-story .pub-holder .category {
    font-size: 11px;
    font-weight: 500;
    color: #444445; }
  .section-news-story .pub-holder .time {
    font-size: 11px;
    position: relative;
    padding-left: 8px;
    margin-left: 3px; }
    .section-news-story .pub-holder .time:before {
      content: " ";
      width: 1px;
      height: 11px;
      background-color: #444445;
      position: absolute;
      top: 4px;
      left: 0; }

.section-compilance-program .container {
  max-width: 1052px;
  padding: 0 35px; }
  @media (min-width: 768px) {
    .section-compilance-program .container {
      padding: 0 15px; } }

.section-compilance-program > .title-holder {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 38px 29px 30px; }
  @media (min-width: 768px) {
    .section-compilance-program > .title-holder {
      padding: 81px 0; } }
  .section-compilance-program > .title-holder h1 {
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 767px) {
      .section-compilance-program > .title-holder h1 {
        font-size: 37px;
        line-height: 1.15; } }
    @media (min-width: 1200px) {
      .section-compilance-program > .title-holder h1 {
        font-size: 40px; } }

.section-compilance-program .content-holder {
  color: #fff;
  padding: 40px 0px 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .section-compilance-program .content-holder {
      padding: 35px 0px 40px; } }
  .section-compilance-program .content-holder .text-holder {
    text-align: center;
    font-size: 17px;
    max-width: 1000px;
    margin: 0 auto 25px;
    line-height: 1.55; }
  .section-compilance-program .content-holder .title-holder {
    text-align: center;
    margin-bottom: 52px;
    letter-spacing: 0.013em; }
    @media (min-width: 768px) {
      .section-compilance-program .content-holder .title-holder {
        margin-bottom: 48px; } }
    .section-compilance-program .content-holder .title-holder h2 {
      font-weight: 500;
      font-size: 28px; }

.section-compilance-program .parts-holder {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center; }
  .section-compilance-program .parts-holder .col {
    width: 100%;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .col {
        width: 33.33%;
        padding: 0 20px;
        margin-bottom: 38px; } }
  .section-compilance-program .parts-holder .col-9 {
    width: 66.66%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 38px;
    display: none; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .col-9 {
        display: block; } }
  .section-compilance-program .parts-holder cite {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding-top: 15px;
    font-style: normal; }
  .section-compilance-program .parts-holder blockquote {
    border-left: none;
    position: relative;
    font-size: 26px;
    padding: 55px 65px 20px 70px;
    font-weight: 400;
    text-align: center;
    line-height: 1.65; }
    .section-compilance-program .parts-holder blockquote:before {
      content: "\e90b";
      font-family: 'icomoon' !important;
      position: absolute;
      top: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 41px;
      color: #ffcf00; }
  .section-compilance-program .parts-holder .parts-item {
    background-color: #fff;
    padding: 28px 24px;
    background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 0.49) 0%, rgba(220, 220, 220, 0) 100%);
    background-image: linear-gradient(to top, rgba(220, 220, 220, 0.49) 0%, rgba(220, 220, 220, 0) 100%); }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .parts-item {
        padding: 28px 24px 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .section-compilance-program .parts-holder .parts-item .text-holder {
      line-height: 1.45;
      margin-bottom: 13px; }
    .section-compilance-program .parts-holder .parts-item .icon-arrow_right {
      font-size: 13px;
      font-weight: 600; }
  .section-compilance-program .parts-holder .img-holder {
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .img-holder {
        margin-bottom: 5px;
        min-height: 106px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
  .section-compilance-program .parts-holder .btn-holder {
    width: 100%;
    max-width: 75%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .btn-holder {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .section-compilance-program .parts-holder .primary-btn {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .section-compilance-program .parts-holder .secondary-btn-outline {
    width: 100%;
    display: block;
    font-size: 13px; }
    .section-compilance-program .parts-holder .secondary-btn-outline .icon-arrow_right {
      color: #dc9927; }
  .section-compilance-program .parts-holder .subtitle {
    color: #224d73;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .subtitle {
        margin-bottom: 5px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
  .section-compilance-program .parts-holder .text-holder {
    font-size: 12px;
    color: #444445; }
    @media (min-width: 768px) {
      .section-compilance-program .parts-holder .text-holder {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 15px; } }

.section-additional-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .section-additional-content {
      padding-bottom: 40px; } }
  .section-additional-content .item-holder {
    padding: 40px 0  20px; }
    @media (min-width: 768px) {
      .section-additional-content .item-holder {
        padding: 50px 0;
        background-color: #fff; } }
    .section-additional-content .item-holder.reverse .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    @media (min-width: 768px) {
      .section-additional-content .item-holder.reverse {
        background-color: #f2f3f4; } }
    @media (min-width: 768px) {
      .section-additional-content .item-holder.reverse .img-holder {
        margin-right: 0;
        margin-left: 25px; } }
    .section-additional-content .item-holder .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) {
        .section-additional-content .item-holder .container {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .section-additional-content .item-holder .img-holder {
      max-width: 440px;
      min-height: 290px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
      @media (min-width: 768px) {
        .section-additional-content .item-holder .img-holder {
          min-height: 306px;
          margin-top: 5px;
          margin-bottom: 0;
          margin-right: 25px; } }
  .section-additional-content .info-holder {
    max-width: 520px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section-additional-content .info-holder .primary-btn {
      padding: 10px 20px 16px;
      color: #000000; }
      .section-additional-content .info-holder .primary-btn:hover {
        color: #fff; }
  .section-additional-content .black-title {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .section-additional-content .black-title {
        line-height: 1; } }
  .section-additional-content .sub-title {
    font-size: 21px;
    color: #006390;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .section-additional-content .title-holder {
    color: #006390;
    font-size: 28px;
    margin-bottom: 10px; }
    .section-additional-content .title-holder h3 {
      font-size: inherit; }
  .section-additional-content .text-holder {
    font-size: 17px;
    letter-spacing: 0.013em;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #444445; }

.section-automated-program {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  display: none; }
  @media (min-width: 768px) {
    .section-automated-program {
      display: block; } }
  .section-automated-program h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .section-automated-program h3 {
        font-size: 30px; } }
  .section-automated-program .img-holder {
    margin-bottom: 40px; }
  .section-automated-program .primary-btn {
    color: #000000;
    padding: 10px 19px 16px; }

.section-risk-management .title-holder {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0 84px;
  position: relative; }
  .section-risk-management .title-holder h1 {
    color: #fff;
    font-size: 37px;
    font-weight: 500; }
  .section-risk-management .title-holder .text-holder {
    max-width: 260px;
    width: 100%;
    position: relative;
    z-index: 2; }
    .section-risk-management .title-holder .text-holder:after {
      content: " ";
      position: absolute;
      bottom: -13px;
      width: 60px;
      height: 5px;
      background-color: #ffcf00; }
  .section-risk-management .title-holder:after {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), transparent;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), transparent; }

.section-risk-management .breadcrumb {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 13px 28px -13px rgba(0, 0, 0, 0.28); }

.section-risk-management .parent-list {
  font-size: 22px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .section-risk-management .parent-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  @media (min-width: 768px) {
    .section-risk-management .parent-list:after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 0;
      width: 0;
      height: 0;
      top: 0;
      border-top: 30px solid #fff;
      border-bottom: 30px solid #fff;
      border-left: 30px solid transparent;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; } }
  .section-risk-management .parent-list li {
    text-align: center;
    background-color: #7f91a8;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li {
        width: 33.33%;
        padding-bottom: 3px;
        padding-right: 40px;
        border-bottom: none; } }
    @media (min-width: 1024px) {
      .section-risk-management .parent-list li {
        padding: 0 13px 6px 19px; } }
    .section-risk-management .parent-list li:last-child:before {
      display: none; }
    .section-risk-management .parent-list li.active {
      background-color: #e4e5e5;
      color: #153661; }
      .section-risk-management .parent-list li.active:hover {
        background-color: #e4e5e5; }
        .section-risk-management .parent-list li.active:hover:after {
          border-top: 30px solid #e4e5e5;
          border-bottom: 30px solid #e4e5e5; }
        .section-risk-management .parent-list li.active:hover:before {
          border-color: #fff; }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li:before {
        content: '';
        width: 45px;
        height: 45px;
        background: transparent;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        top: 30px;
        margin: 0;
        right: 0;
        border-right: #fff solid 4px;
        border-top: #fff solid 4px;
        -webkit-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out; } }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: -30px;
        width: 0;
        height: 0;
        top: 0;
        border-top: 30px solid #7f91a8;
        border-bottom: 30px solid #7f91a8;
        border-left: 30px solid transparent;
        -webkit-transition: border 0.3s ease-in-out;
        transition: border 0.3s ease-in-out; } }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li.first-crumb {
        padding-left: 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1200px) {
      .section-risk-management .parent-list li.first-crumb {
        padding-left: 82px; } }
    .section-risk-management .parent-list li.first-crumb:after {
      border: none; }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li.first-crumb a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 768px) {
      .section-risk-management .parent-list li.active:after {
        border-top: 30px solid #e4e5e5;
        border-bottom: 30px solid #e4e5e5;
        border-left: 30px solid transparent; } }
    .section-risk-management .parent-list li:hover {
      background-color: #FDD00A;
      color: #153661; }
      .section-risk-management .parent-list li:hover:after {
        border-top: 30px solid #FDD00A;
        border-bottom: 30px solid #FDD00A; }
      .section-risk-management .parent-list li:hover:before {
        border-color: #FDD00A; }
  .section-risk-management .parent-list span {
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .section-risk-management .parent-list span {
        font-size: 22px; } }
  .section-risk-management .parent-list a {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    line-height: 1; }
    @media (min-width: 1024px) {
      .section-risk-management .parent-list a {
        font-size: 22px; } }

.section-risk-management h3 {
  font-size: 26px;
  color: #0c436a; }

.section-risk-management .info-holder > .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px; }

.section-risk-management .info-holder .content {
  width: 100%;
  padding: 34px 0 34px; }
  @media (min-width: 768px) {
    .section-risk-management .info-holder .content {
      max-width: 73.5%; } }
  @media (min-width: 1024px) {
    .section-risk-management .info-holder .content {
      padding: 34px 24px 35px 67px; } }
  .section-risk-management .info-holder .content > p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 25px; }

.section-risk-management .info-holder .text-holder {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .section-risk-management .info-holder .text-holder {
      padding: 0px 24px 5px 0px; } }
  .section-risk-management .info-holder .text-holder:after {
    position: absolute;
    top: 100%;
    height: 1px;
    left: 0px;
    right: 0px;
    content: '';
    background-size: cover;
    background-image: url("./images/img77.png"); }
    @media (min-width: 768px) {
      .section-risk-management .info-holder .text-holder:after {
        left: 5px;
        right: -3px; } }
  .section-risk-management .info-holder .text-holder p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px; }
  .section-risk-management .info-holder .text-holder h3 {
    margin-bottom: 7px;
    line-height: 1;
    font-size: 24px; }

.section-risk-management .info-holder .aside {
  width: 100%;
  text-align: center;
  padding: 34px 0 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .section-risk-management .info-holder .aside {
      max-width: 26.5%; } }
  @media (min-width: 1024px) {
    .section-risk-management .info-holder .aside {
      padding: 34px 35px 0px 35px; } }
  .section-risk-management .info-holder .aside h3 {
    font-size: 24px;
    color: #153661;
    margin-bottom: 24px; }

.section-risk-management .card {
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); }
  .section-risk-management .card.blue .img-holder {
    min-height: 153px; }
  .section-risk-management .card.blue .card-body {
    background: #0b4a76;
    color: #fff; }
  .section-risk-management .card.blue h5 {
    color: inherit;
    margin-bottom: 18px; }
  .section-risk-management .card.blue .primary-btn {
    color: #000000; }
    .section-risk-management .card.blue .primary-btn:hover {
      color: #fff;
      background-color: #f8d119; }
  .section-risk-management .card .img-holder {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .section-risk-management .card .img-holder img {
      position: absolute;
      bottom: -10px; }
  .section-risk-management .card h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px; }
  .section-risk-management .card .time {
    font-size: 10px; }
  .section-risk-management .card .card-body {
    padding: 10px 15px 15px;
    background: #fff; }
  .section-risk-management .card .primary-btn {
    padding: 8px 5px;
    width: 100%;
    font-size: 13px; }
  .section-risk-management .card .secondary-btn-outline {
    color: #0a426b;
    font-size: 13px;
    width: 100%;
    display: block; }
    .section-risk-management .card .secondary-btn-outline:hover {
      color: #fff; }

.section-risk-management .operational-excellence-holder {
  text-align: center;
  background-image: url("./images/img76.png");
  padding: 30px 15px 40px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 25px;
  color: #fff; }
  @media (min-width: 768px) {
    .section-risk-management .operational-excellence-holder {
      margin-bottom: 85px; } }
  .section-risk-management .operational-excellence-holder h3 {
    margin-bottom: 35px;
    position: relative;
    color: #fff; }
    .section-risk-management .operational-excellence-holder h3:after {
      position: absolute;
      content: " ";
      bottom: -24px;
      width: 72px;
      height: 5px;
      left: 50%;
      -webkit-transform: translatex(-50%);
          -ms-transform: translatex(-50%);
              transform: translatex(-50%);
      background-color: #ffcf00; }
  .section-risk-management .operational-excellence-holder p {
    line-height: 1.6 !important;
    margin-bottom: 33px !important;
    font-size: 13px; }
  .section-risk-management .operational-excellence-holder .img-holder {
    margin-bottom: 31px; }
  .section-risk-management .operational-excellence-holder .primary-btn {
    padding: 11px 16px 14px;
    line-height: 1;
    color: #000000;
    font-size: 19px; }
    .section-risk-management .operational-excellence-holder .primary-btn:hover {
      background-color: #ffcf00;
      color: #fff; }
  .section-risk-management .operational-excellence-holder .icon-arrow_right {
    font-size: 19px;
    font-weight: 600; }

.section-risk-management .page-navigation,
.section-risk-management .nav-links {
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .section-risk-management .page-navigation,
    .section-risk-management .nav-links {
      padding: 15px 0 18px; } }
  .section-risk-management .page-navigation:before, .section-risk-management .page-navigation:after,
  .section-risk-management .nav-links:before,
  .section-risk-management .nav-links:after {
    content: '';
    background-image: url(images/img72.png);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0; }
  .section-risk-management .page-navigation:before,
  .section-risk-management .nav-links:before {
    top: 0; }
  .section-risk-management .page-navigation:after,
  .section-risk-management .nav-links:after {
    bottom: 0; }
  .section-risk-management .page-navigation a,
  .section-risk-management .nav-links a {
    font-weight: 500;
    letter-spacing: 0.05em; }
    .section-risk-management .page-navigation a:hover,
    .section-risk-management .nav-links a:hover {
      color: #dc9927; }
  .section-risk-management .page-navigation .icon-arrow_left,
  .section-risk-management .nav-links .icon-arrow_left {
    color: #ffcf00; }

.section-risk-management .nav-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-risk-management .content-holder .text-holder {
  position: relative;
  margin-bottom: 26px; }
  @media (min-width: 1024px) {
    .section-risk-management .content-holder .text-holder {
      padding: 0px 17px 5px; } }
  .section-risk-management .content-holder .text-holder:after {
    position: absolute;
    top: 100%;
    height: 1px;
    left: 19px;
    right: 10px;
    content: '';
    background-size: cover;
    background-image: url("./images/img65.png"); }
  .section-risk-management .content-holder .text-holder p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px; }
  .section-risk-management .content-holder .text-holder h3 {
    margin-bottom: 7px;
    line-height: 1; }

.section-risk-management .content-text {
  padding-bottom: 16px; }

.section-risk-management .open-close {
  padding: 12px 2px 8px 24px;
  margin-bottom: 18px;
  font-weight: 400; }
  .section-risk-management .open-close:last-of-type {
    margin-bottom: 25px; }
  .section-risk-management .open-close:nth-child(even) {
    background-color: rgba(241, 244, 246, 0.97); }
  .section-risk-management .open-close .content-title {
    cursor: pointer; }
  .section-risk-management .open-close h3 {
    color: #0c436a;
    text-transform: capitalize;
    font-weight: 400; }
  .section-risk-management .open-close p {
    line-height: 1.5;
    font-size: 13px; }
    .section-risk-management .open-close p:last-child {
      margin-bottom: 0; }
  .section-risk-management .open-close a {
    color: #dc9927;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .section-risk-management .open-close a:hover {
      color: #f8d119; }
  .section-risk-management .open-close .link-arrow {
    display: inline;
    line-height: 1;
    font-weight: 500;
    text-transform: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 13px; }
    .section-risk-management .open-close .link-arrow .icon-arrow_right {
      font-family: 'icomoon' !important;
      content: "\e90d";
      margin-left: 2px;
      vertical-align: text-bottom; }
    .section-risk-management .open-close .link-arrow:hover {
      color: #f8d119; }

.section-risk-management .post-holder {
  margin-bottom: 21px;
  font-weight: 400; }
  .section-risk-management .post-holder .img-holder {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden; }
  .section-risk-management .post-holder h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    color: #006390;
    font-weight: 500;
    text-transform: capitalize; }
  .section-risk-management .post-holder .subtitle-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1px; }

@media (min-width: 768px) {
  .section-risk-management .simple-accordion {
    padding-bottom: 24px; } }

.simple-accordion {
  padding: 0 0px 0 5px; }
  .simple-accordion .accordion-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6px;
    padding-right: 27px;
    cursor: pointer;
    -webkit-transition: padding-bottom 0.3s ease-in-out;
    transition: padding-bottom 0.3s ease-in-out; }
    .simple-accordion .accordion-opener:after {
      position: absolute;
      top: 31px;
      right: 13px;
      content: '';
      width: 14px;
      height: 2px;
      background-color: #006390; }
    .simple-accordion .accordion-opener:before {
      position: absolute;
      top: 25px;
      right: 19px;
      content: '';
      height: 14px;
      width: 2px;
      background-color: #006390; }
  .simple-accordion .accordion-content {
    padding-bottom: 11px;
    padding-top: 6px; }
  .simple-accordion .icon-holder {
    width: 50px; }
  .simple-accordion .subtitle {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #ffcf00; }
    @media (min-width: 768px) {
      .simple-accordion .subtitle {
        font-size: 17px; } }
  .simple-accordion h4 {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
    color: #0c436a;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .simple-accordion h4 {
        font-size: 26px; } }
  .simple-accordion .content-title {
    margin-left: 19px;
    padding-top: 1px;
    width: 100%; }
  .simple-accordion .accordion-item {
    padding: 8px 16px 11px 16px;
    margin-bottom: 15px;
    background-color: #f1f4f6; }
    .simple-accordion .accordion-item.active .accordion-opener:before {
      display: none; }

.plan-list li {
  margin-bottom: 17px;
  padding-left: 21px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400; }
  .plan-list li:before {
    position: absolute;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #adc1d7;
    content: '';
    left: 4px; }
  .plan-list li:after {
    position: absolute;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #adc1d7;
    content: '';
    left: 1px; }
  .plan-list li:last-child {
    margin-bottom: 0; }
  .plan-list li p:last-child {
    margin-bottom: 0; }
  .plan-list li b {
    font-weight: 700; }

@media (min-width: 768px) {
  .section-portal-country {
    padding: 0px 0 40px; } }

.section-portal-country .intro-holder {
  min-height: 214px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .section-portal-country .intro-holder {
      min-height: 225px; } }

.section-portal-country .title-holder {
  background-color: #0a426b;
  background-image: -webkit-linear-gradient(bottom, rgba(10, 66, 107, 0.5) 0%, rgba(10, 66, 107, 0) 100%);
  background-image: linear-gradient(to top, rgba(10, 66, 107, 0.5) 0%, rgba(10, 66, 107, 0) 100%);
  color: #fff;
  padding: 35px 0 31px; }
  .section-portal-country .title-holder .container {
    max-width: 1055px;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .section-portal-country .title-holder .container {
        padding: 0 15px; } }
  .section-portal-country .title-holder h1 {
    font-size: 36px; }
    @media (min-width: 1024px) {
      .section-portal-country .title-holder h1 {
        margin-bottom: 6px; } }

@media (min-width: 768px) {
  .section-portal-country .country-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; } }

.section-portal-country .title-info {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section-portal-country .title-info {
      text-align: center; } }
  @media (min-width: 768px) {
    .section-portal-country .title-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 5px; } }

.section-portal-country .country-flag {
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .section-portal-country .country-flag {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .section-portal-country .country-flag {
      margin-right: 21px; } }

.section-portal-country .publication-holder {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500; }
  .section-portal-country .publication-holder .icon-pencil {
    margin-right: 5px;
    color: #818486; }

.section-portal-country h3 {
  margin-bottom: 5px; }

.section-portal-country .text-holder {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center; }
  @media (min-width: 768px) {
    .section-portal-country .text-holder {
      text-align: left;
      line-height: 1.7; } }
  .section-portal-country .text-holder p a {
    color: #fdcf0b; }
    .section-portal-country .text-holder p a:hover {
      color: #fee370; }

.section-portal-country .icon-holder {
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
  padding-top: 3px; }

.section-portal-country .info-holder {
  padding: 27px 0 0; }
  @media (min-width: 768px) {
    .section-portal-country .info-holder {
      padding: 35px 0 0; } }
  .section-portal-country .info-holder .container {
    padding: 0; }
    @media (min-width: 768px) {
      .section-portal-country .info-holder .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 1055px;
        padding: 0 15px; } }

.section-portal-country .aside {
  width: 100%; }
  @media (min-width: 768px) {
    .section-portal-country .aside {
      max-width: 225px; } }
  @media (max-width: 767px) {
    .section-portal-country .aside {
      padding: 0 28px 30px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("./images/img69.jpg"); } }

.section-portal-country .content {
  max-width: 775px;
  width: 100%;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .section-portal-country .content {
      margin-left: 40px; } }

.section-portal-country .content-item {
  padding: 6px 10px 6px 10px;
  margin: 0 -10px 15px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .section-portal-country .content-item {
      background-color: #f1f4f6;
      margin: 0 0 15px; }
      .section-portal-country .content-item.active {
        background-color: #fff;
        padding-top: 40px; }
        .section-portal-country .content-item.active .content-title:before, .section-portal-country .content-item.active .content-title:after {
          content: none; } }
  .section-portal-country .content-item.show .content-title:before, .section-portal-country .content-item.show .content-title:after {
    content: none; }
  .section-portal-country .content-item .content-text {
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    padding-top: 20px; }
    .section-portal-country .content-item .content-text:before {
      content: " ";
      position: absolute;
      top: -55px;
      width: 17px;
      height: 17px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 768px) {
        .section-portal-country .content-item .content-text:before {
          top: -25px;
          right: 10px; } }
    @media (max-width: 767px) {
      .section-portal-country .content-item .content-text {
        text-align: center; } }
    @media (max-width: 479px) {
      .section-portal-country .content-item .content-text img {
        width: 100%; } }
  .section-portal-country .content-item .content-title {
    position: relative; }
    .section-portal-country .content-item .content-title:before, .section-portal-country .content-item .content-title:after {
      position: absolute;
      content: ' ';
      height: 12px;
      width: 2px;
      background-color: #dc9927; }
      @media (min-width: 768px) {
        .section-portal-country .content-item .content-title:before, .section-portal-country .content-item .content-title:after {
          background-color: #146391; } }
    .section-portal-country .content-item .content-title:before {
      right: -14px;
      top: 4px; }
      @media (min-width: 480px) {
        .section-portal-country .content-item .content-title:before {
          top: 7px; } }
      @media (min-width: 1024px) {
        .section-portal-country .content-item .content-title:before {
          top: 12px; } }
    .section-portal-country .content-item .content-title:after {
      right: -14px;
      top: 4px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media (min-width: 480px) {
        .section-portal-country .content-item .content-title:after {
          top: 7px; } }
      @media (min-width: 1024px) {
        .section-portal-country .content-item .content-title:after {
          top: 12px; } }
  .section-portal-country .content-item.low .content-text:before {
    background-color: #00a651; }
  .section-portal-country .content-item.mod-low .content-text:before {
    background-color: #598527; }
  .section-portal-country .content-item.mod .content-text:before {
    background-color: #f2a122; }
  .section-portal-country .content-item.mod-high .content-text:before {
    background-color: #e16d0f; }
  .section-portal-country .content-item.high .content-text:before {
    background-color: #ff0000; }
  .section-portal-country .content-item .opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    @media (max-width: 767px) {
      .section-portal-country .content-item .opener {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 1023px) {
      .section-portal-country .content-item .opener {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .section-portal-country .content-item p {
    margin-bottom: 17px; }
  .section-portal-country .content-item h4 {
    font-size: 14px;
    color: #146391;
    margin-bottom: 0; }
    @media (min-width: 480px) {
      .section-portal-country .content-item h4 {
        font-size: 24px; } }
  .section-portal-country .content-item .icon-holder {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-top: 0; }
    @media (min-width: 480px) {
      .section-portal-country .content-item .icon-holder {
        width: 35px;
        height: 35px; } }
  @media (min-width: 768px) {
    .section-portal-country .content-item:nth-child(2n) {
      background-color: #f1f4f6; } }

.section-portal-country .risk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-portal-country .risk-list {
      max-width: 250px;
      margin: 0 auto 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .section-portal-country .risk-list li {
    position: relative;
    padding-left: 15px;
    margin-left: 9px;
    line-height: 1; }
    .section-portal-country .risk-list li:before {
      content: " ";
      width: 9px;
      height: 9px;
      position: absolute;
      left: 0;
      top: 2px;
      bottom: 0; }
    @media (max-width: 767px) {
      .section-portal-country .risk-list li {
        margin-bottom: 6px; } }
    .section-portal-country .risk-list li:first-child {
      padding-left: 0;
      margin-left: 0; }
      @media (max-width: 767px) {
        .section-portal-country .risk-list li:first-child {
          width: 100%;
          text-align: center; } }
      .section-portal-country .risk-list li:first-child:before {
        content: none; }
    .section-portal-country .risk-list li.low:before {
      background-color: #00a651; }
    .section-portal-country .risk-list li.mod-low:before {
      background-color: #598527; }
    .section-portal-country .risk-list li.mod:before {
      background-color: #f2a122; }
    .section-portal-country .risk-list li.mod-high:before {
      background-color: #e16d0f; }
    .section-portal-country .risk-list li.high:before {
      background-color: #ff0000; }
    .section-portal-country .risk-list li a:hover {
      color: #dc9927; }

.section-portal-country .links-holder {
  display: none; }
  @media (min-width: 768px) {
    .section-portal-country .links-holder {
      display: block; } }
  .section-portal-country .links-holder h3 {
    color: #dc9927;
    font-size: 22px;
    margin-bottom: 18px; }

@media (max-width: 767px) {
  .section-portal-country .content-holder {
    padding: 0 30px 25px; } }

.section-portal-country .quick-links-list {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px; }
  .section-portal-country .quick-links-list:before {
    content: '';
    background-image: url(images/img72.png);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-portal-country .quick-links-list li {
    margin-bottom: 15px; }
  .section-portal-country .quick-links-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #146391;
    font-weight: 500; }
    .section-portal-country .quick-links-list a:hover {
      color: #dc9927; }
  .section-portal-country .quick-links-list .icon-arrow_right {
    font-size: 14px;
    color: #dc9927;
    padding-top: 7px;
    padding-left: 5px; }

@media (max-width: 767px) {
  .section-portal-country .related-content-holder {
    padding: 25px 0 0; } }

@media (min-width: 768px) {
  .section-portal-country .related-content-holder {
    padding-right: 15px; } }

.section-portal-country .related-content-holder .item {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .section-portal-country .related-content-holder .item {
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8); } }
  @media (min-width: 768px) {
    .section-portal-country .related-content-holder .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-portal-country .related-content-holder h3 {
  color: #006390;
  font-size: 27px;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .section-portal-country .related-content-holder h3 {
      text-align: center; } }
  @media (min-width: 768px) {
    .section-portal-country .related-content-holder h3 {
      font-size: 22px; } }

.section-portal-country .related-content-holder h4 {
  line-height: 1.2; }
  .section-portal-country .related-content-holder h4 a {
    font-size: 16px;
    color: #146391; }
    .section-portal-country .related-content-holder h4 a:hover {
      color: #dc9927; }

.section-portal-country .related-content-holder a {
  color: #dc9927;
  font-weight: 700;
  font-size: 12px; }
  .section-portal-country .related-content-holder a:hover {
    color: #006390; }

.section-portal-country .related-content-holder .img-holder {
  min-height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  max-width: 100px; }
  @media (min-width: 480px) {
    .section-portal-country .related-content-holder .img-holder {
      max-width: 158px; } }
  @media (min-width: 768px) {
    .section-portal-country .related-content-holder .img-holder {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      float: none;
      max-width: 400px;
      min-height: 119px; } }

.section-portal-country .related-content-holder .title-item {
  background-color: #006390;
  font-size: 11px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 7px;
  line-height: 1; }
  @media (min-width: 768px) {
    .section-portal-country .related-content-holder .title-item {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 5px 0; } }

.section-portal-country .related-content-holder .text-holder {
  background-color: #fff;
  text-align: center;
  padding: 10px 0px 15px; }
  @media (min-width: 480px) {
    .section-portal-country .related-content-holder .text-holder {
      padding: 10px 20px 15px; } }
  @media (max-width: 767px) {
    .section-portal-country .related-content-holder .text-holder {
      min-height: 137px; } }
  @media (min-width: 768px) {
    .section-portal-country .related-content-holder .text-holder {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      background-color: #ededed; } }

@media (max-width: 767px) {
  .section-portal-country .related-content-holder .slick-slide > div {
    margin: 0 5px; } }

.section-use-report {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ecedee 50%, #e8eaec 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #ecedee 50%, #e8eaec 100%);
  padding: 30px 0 40px; }
  .section-use-report .container {
    max-width: 1020px; }
  .section-use-report h2 {
    color: #006390;
    font-size: 28px; }
  .section-use-report h4 {
    color: #224d73;
    font-size: 25px; }
    @media (min-width: 1024px) {
      .section-use-report h4 {
        font-size: 20px; } }
  .section-use-report .text-holder {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 45px; }
    .section-use-report .text-holder p {
      line-height: 1.3; }
  .section-use-report .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-use-report .info-holder .text-holder {
      max-width: 220px;
      margin-bottom: 2px; }
  .section-use-report .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-use-report .btn-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .section-use-report .img-holder {
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 767px) {
    .section-use-report .primary-btn {
      font-size: 21px;
      padding: 11px 5px 18px;
      min-width: 182px; } }
  @media (min-width: 768px) {
    .section-use-report .primary-btn {
      font-size: 13px; } }
  .section-use-report .col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (min-width: 768px) {
      .section-use-report .col {
        width: 25%;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .section-use-report .col:after {
        content: " ";
        position: absolute;
        background-image: url(images/img65.png);
        width: 5px;
        bottom: -10px;
        right: -5px;
        top: -5px; } }
    .section-use-report .col:last-child:after {
      content: none; }

.section-alphabet .alphabet-nav {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0; }

.section-alphabet .alphabet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .section-alphabet .alphabet-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 767px) {
    .section-alphabet .alphabet-list li {
      width: 7.6%;
      margin-bottom: 5px;
      text-align: center; } }
  .section-alphabet .alphabet-list li.active a {
    color: #fff; }
  .section-alphabet .alphabet-list li:last-child {
    margin-right: 0; }
  .section-alphabet .alphabet-list a {
    font-size: 14px;
    color: #dc9927;
    font-weight: 900; }
    @media (min-width: 768px) {
      .section-alphabet .alphabet-list a {
        font-size: 20px; } }
    .section-alphabet .alphabet-list a:hover {
      color: #fff; }
    .section-alphabet .alphabet-list a.no_data {
      color: #808487;
      pointer-events: none; }

.section-alphabet .alphabet-list-info li {
  margin-bottom: 12px; }
  .section-alphabet .alphabet-list-info li > a {
    color: #dc9927;
    font-weight: 900;
    margin-bottom: 5px;
    display: block; }
    .section-alphabet .alphabet-list-info li > a.no_data {
      color: #808487;
      pointer-events: none; }

.section-alphabet .alphabet-list-info ul li {
  color: #006390;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px; }
  .section-alphabet .alphabet-list-info ul li:last-child {
    margin-bottom: 0; }
  .section-alphabet .alphabet-list-info ul li a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit; }

.section-alphabet .alphabet-list-info [data-dictionary-sidenav]:hover {
  color: #006390; }

.section-alphabet .alphabet-list-info [data-dictionary-sidenav-subitem]:hover {
  color: #dc9927; }

@media (min-width: 768px) {
  .section-alphabet .info-holder .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.section-alphabet .info-holder .aside {
  width: 100%;
  padding: 30px 25px 80px 25px; }
  @media (min-width: 768px) {
    .section-alphabet .info-holder .aside {
      max-width: 375px;
      padding: 30px 35px 80px 55px; } }
  .section-alphabet .info-holder .aside h3 {
    font-weight: 900;
    color: #006390;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .section-alphabet .info-holder .aside h3 {
        font-size: 26px;
        font-weight: bold; } }
  .section-alphabet .info-holder .aside input[type='search'] {
    width: 100%;
    padding: 4px 30px 7px 7px;
    text-align: left;
    background-color: #fff;
    color: #818486; }
    .section-alphabet .info-holder .aside input[type='search']:focus {
      padding-right: 30px; }
  .section-alphabet .info-holder .aside .form {
    margin-bottom: 13px;
    position: relative; }
  .section-alphabet .info-holder .aside .icon-search {
    position: absolute;
    top: 50%;
    right: 41vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dc9927;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .section-alphabet .info-holder .aside .icon-search {
        right: 0;
        display: block; } }

.section-alphabet .info-holder .content {
  width: 100%;
  padding: 35px 0 5px 25px; }
  @media (min-width: 768px) {
    .section-alphabet .info-holder .content {
      max-width: calc(100% - 375px);
      padding: 35px 0 5px 27px; } }

.section-alphabet .info-holder .item {
  margin-bottom: 17px; }

.section-alphabet .info-holder .caterogy-holder {
  min-height: 98px;
  background-color: #0a426b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  height: 1px; }

.section-alphabet .info-holder .category {
  max-width: 104px;
  width: 100%;
  background-color: #ffcf00;
  font-size: 75px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a426b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1; }

.section-alphabet .info-holder .title-item {
  font-size: 14px;
  color: #006390;
  font-weight: 900; }

.section-alphabet .info-holder .text-item {
  font-size: 13px;
  line-height: 1.5; }
  .section-alphabet .info-holder .text-item p:last-child {
    margin-bottom: 3px; }

.section-alphabet .info-holder .link {
  font-size: 11px;
  text-transform: uppercase;
  color: #dc9927; }
  .section-alphabet .info-holder .link:hover {
    color: #006390; }

.section-testimonial {
  padding: 94px 0 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .section-testimonial {
      padding: 80px 0 57px; } }
  .section-testimonial .container {
    max-width: 430px; }
    @media (min-width: 768px) {
      .section-testimonial .container {
        max-width: 980px; } }
  .section-testimonial blockquote {
    border-left: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .section-testimonial blockquote {
        font-size: 26px; } }
    .section-testimonial blockquote:before {
      content: " “ ";
      position: absolute;
      font-size: 73px;
      font-weight: 900;
      top: -80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 768px) {
        .section-testimonial blockquote:before {
          font-size: 75px;
          top: -73px;
          left: 50%; } }
  .section-testimonial .logo-holder {
    text-align: center; }
    .section-testimonial .logo-holder a {
      display: inline-block; }

.section-about-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .section-about-content {
      padding-bottom: 40px; } }
  .section-about-content h1 {
    font-weight: 500;
    text-transform: uppercase;
    color: #006390;
    font-size: 38px;
    line-height: 1.28; }
    @media (min-width: 1024px) {
      .section-about-content h1 {
        font-size: 40px; } }
  .section-about-content .title {
    text-align: center;
    padding: 35px 15px; }
    @media (min-width: 480px) {
      .section-about-content .title {
        padding: 35px 61px 28px; } }
    @media (min-width: 768px) {
      .section-about-content .title {
        padding: 35px 0 20px; } }
  .section-about-content .item-holder {
    padding: 51px 0 57px;
    background-color: #f2f3f4; }
    @media (min-width: 768px) {
      .section-about-content .item-holder {
        padding: 39px 0 75px; } }
    .section-about-content .item-holder.reverse {
      color: #fff;
      background-size: cover;
      background-position: center;
      padding: 69px 0 81px; }
      @media (min-width: 768px) {
        .section-about-content .item-holder.reverse {
          padding: 65px 0 81px; } }
      .section-about-content .item-holder.reverse h3 {
        color: #fff; }
      @media (min-width: 768px) {
        .section-about-content .item-holder.reverse .container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .section-about-content .item-holder.reverse .text-holder {
        color: #fff;
        margin-bottom: 26px; }
        @media (min-width: 1024px) {
          .section-about-content .item-holder.reverse .text-holder {
            max-width: 446px; } }
      .section-about-content .item-holder.reverse .info-holder {
        text-align: center; }
        @media (min-width: 768px) {
          .section-about-content .item-holder.reverse .info-holder {
            padding: 0; } }
      @media (max-width: 767px) {
        .section-about-content .item-holder.reverse .img-holder {
          max-width: 145px; } }
    @media (min-width: 768px) {
      .section-about-content .item-holder .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .section-about-content .img-holder {
    min-height: 170px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .section-about-content .img-holder {
        max-width: 170px;
        margin: 0 auto 26px; } }
    @media (min-width: 768px) {
      .section-about-content .img-holder {
        background-size: auto;
        max-width: 200px;
        margin: 0 auto 23px; } }
  .section-about-content .info-holder {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .section-about-content .info-holder {
        padding-left: 47px;
        max-width: 70%;
        width: 100%; } }
    .section-about-content .info-holder .primary-btn {
      padding: 11px 20px 16px;
      color: #000000;
      letter-spacing: 0.03em; }
      @media (max-width: 767px) {
        .section-about-content .info-holder .primary-btn {
          width: 100%; } }
      @media (min-width: 1024px) {
        .section-about-content .info-holder .primary-btn {
          min-width: 362px;
          font-size: 19px; } }
      .section-about-content .info-holder .primary-btn:hover {
        color: #fff; }
  .section-about-content .btn-holder {
    width: 100%; }
  .section-about-content .black-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #464646;
    margin-bottom: 20px; }
  .section-about-content .sub-title {
    font-size: 21px;
    color: #006390;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .section-about-content .title-holder {
    color: #006390;
    font-size: 28px;
    width: 100%;
    margin-bottom: 8px; }
    .section-about-content .title-holder h3 {
      font-size: inherit; }
  .section-about-content .text-holder {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.013em;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
    color: #444445; }
    @media (min-width: 768px) {
      .section-about-content .text-holder {
        margin-bottom: 18px;
        line-height: 1.5; } }

.section-automated-program {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  display: none; }
  @media (min-width: 768px) {
    .section-automated-program {
      display: block; } }
  .section-automated-program h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .section-automated-program h3 {
        font-size: 30px; } }
  .section-automated-program .img-holder {
    margin-bottom: 40px; }
  .section-automated-program .primary-btn {
    color: #000000;
    padding: 10px 19px 16px; }

.section-tools h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px; }

@media (min-width: 480px) {
  .section-tools .col {
    max-width: 50%; } }

@media (min-width: 1024px) {
  .section-tools .col {
    max-width: 25%; } }

.section-tools .title-holder {
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 71px; }

.section-tools .content-holder {
  color: #fff;
  font-size: 15px;
  padding: 40px 0; }

.section-tools .card-content {
  margin: 0; }
  @media (min-width: 480px) {
    .section-tools .card-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.section-tools .text-holder {
  max-width: 922px;
  margin: 0 auto 43px;
  line-height: 1.6; }

.section-tools .simple-accordion {
  max-width: 1011px;
  margin: 0 auto; }
  .section-tools .simple-accordion h5 {
    color: #006390;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 29px; }
  .section-tools .simple-accordion .title {
    color: #0c436a;
    padding-right: 47px;
    line-height: 1.1;
    font-size: 20px;
    margin-bottom: 7px;
    display: inline-block; }
    @media (min-width: 768px) {
      .section-tools .simple-accordion .title {
        margin-bottom: 0;
        width: 100%;
        max-width: 35%; } }
    @media (min-width: 1024px) {
      .section-tools .simple-accordion .title {
        font-size: 26px; } }
  .section-tools .simple-accordion .text {
    display: inline-block;
    line-height: 1.6;
    font-size: 16px;
    color: #000000; }
    @media (min-width: 768px) {
      .section-tools .simple-accordion .text {
        font-size: 12px;
        max-width: 75%;
        width: 100%; } }

.section-tools .accordion-opener {
  background-color: #fff;
  padding: 5px 50px 16px 23px;
  display: block; }
  @media (min-width: 768px) {
    .section-tools .accordion-opener {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .section-tools .accordion-opener:after {
    top: 37px;
    right: 24px;
    width: 16px; }
  .section-tools .accordion-opener:before {
    height: 16px;
    top: 30px;
    right: 31px; }

.section-tools .accordion-item {
  padding: 0 0 0 0; }

.section-tools .accordion-content {
  text-align: center;
  background-color: rgba(174, 194, 217, 0.52);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 23px;
  padding-bottom: 11px; }

.section-tools .card-body {
  background: transparent;
  color: #000000;
  font-size: 12px; }
  .section-tools .card-body h5 {
    color: #006390;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .section-tools .card-body .subtitle {
    color: #006390;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .section-tools .card-body .card-text {
    line-height: 1.5;
    padding: 0 16px;
    margin-bottom: 25px; }
    @media (min-width: 480px) {
      .section-tools .card-body .card-text {
        min-height: 200px; } }
    @media (min-width: 768px) {
      .section-tools .card-body .card-text {
        margin-bottom: 0;
        min-height: 150px; } }
    @media (min-width: 1024px) {
      .section-tools .card-body .card-text {
        min-height: 228px; } }
  .section-tools .card-body .secondary-btn-outline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0a426b; }
    .section-tools .card-body .secondary-btn-outline:hover {
      color: #fff; }
    @media (min-width: 1024px) {
      .section-tools .card-body .secondary-btn-outline {
        min-width: 190px; } }
    .section-tools .card-body .secondary-btn-outline .icon-arrow_right {
      margin-left: 2px; }

.section-tools .icon-file {
  color: #006390;
  font-size: 49px;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .section-tools .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.section-tools .description-holder {
  text-align: left;
  color: #000000;
  width: 100%;
  line-height: 1.5;
  padding: 0px 24px; }
  @media (min-width: 768px) {
    .section-tools .description-holder {
      max-width: 35%;
      font-size: 12px; } }

.popup-holder {
  display: none; }

.plan-holder {
  max-width: 133px;
  width: 100%;
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 768px) {
    .plan-holder {
      margin: 0; } }
  .plan-holder .lightbox {
    font-size: 14px;
    color: #0a426b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .plan-holder .lightbox {
        font-size: 12px; } }
    .plan-holder .lightbox:hover {
      color: #dc9927; }
  .plan-holder .img-holder {
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 7px; }
  .plan-holder .icon-search-plus {
    margin-right: 2px;
    font-size: 18px;
    font-weight: 300; }

.fancybox-content {
  max-width: 796px;
  width: 100% !important; }
  .fancybox-content .fancybox-inner {
    width: 100% !important; }
  .fancybox-content .title-holder {
    text-align: center;
    background-color: #b8c9dd;
    color: #0a426b;
    padding: 12px 38px 12px 0;
    margin-bottom: 15px;
    padding-right: 38px;
    background: -webkit-linear-gradient(top, #c0cfe1, #afc3d9);
    background: linear-gradient(to bottom, #c0cfe1, #afc3d9); }
    @media (min-width: 768px) {
      .fancybox-content .title-holder {
        padding-right: 53px;
        margin-bottom: 40px; } }
  .fancybox-content h4 {
    font-size: 20px; }
    @media (min-width: 768px) {
      .fancybox-content h4 {
        font-size: 24px; } }
  .fancybox-content .img-holder {
    max-width: 378px;
    width: 100%;
    margin: 0 auto; }
    .fancybox-content .img-holder img {
      width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 16px 8px rgba(0, 0, 0, 0.16);
  display: inline-block;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 45px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #0a426b;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  width: 20px;
  height: 18px;
  border: 1px solid #0a426b;
  border-radius: 3px; }
  .fancybox-close-small svg {
    color: #0a426b; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  right: 15px;
  top: 19px; }
  @media (min-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
      top: 22px;
      right: 31px; } }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none; }

.jqvmap-pin {
  pointer-events: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

.section-map {
  position: relative; }
  @media (max-width: 767px) {
    .section-map {
      height: 216px; } }
  .section-map h2 {
    font-size: 38px;
    color: #006390; }
    @media (min-width: 768px) {
      .section-map h2 {
        font-size: 28px; } }
  @media (min-width: 768px) {
    .section-map .container {
      position: relative; } }
  @media (max-width: 767px) {
    .section-map .filter-holder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

#vmap {
  height: 216px;
  background-color: transparent !important;
  pointer-events: none; }
  @media (min-width: 768px) {
    #vmap {
      height: 400px;
      pointer-events: auto; } }
  @media (min-width: 1024px) {
    #vmap {
      height: 533px; } }

.map-block {
  background: -webkit-linear-gradient(top, #ececec 0%, #f4f4f4 10%, #fcfcfc 33%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #ececec 0%, #f4f4f4 10%, #fcfcfc 33%, #fcfcfc 100%); }
  @media (min-width: 768px) {
    .map-block {
      padding-top: 90px; } }
  @media (min-width: 1024px) {
    .map-block {
      padding-top: 58px; } }

.filter-title {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 29px 30px 0; }
  @media (min-width: 480px) {
    .filter-title {
      padding: 47px 53px 0; } }
  @media (min-width: 768px) {
    .filter-title {
      position: absolute;
      left: 50%;
      padding: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 60%;
      text-align: center;
      top: 15px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 1024px) {
    .filter-title {
      top: 11px; } }

.filter-search {
  z-index: 3; }
  @media (max-width: 767px) {
    .filter-search {
      max-width: 206px;
      margin: 0 auto;
      width: 100%;
      position: relative; } }
  @media (min-width: 768px) {
    .filter-search {
      right: 50%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      position: absolute;
      top: 60px;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .filter-search {
      right: calc((100% - 990px)/2);
      top: 22px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media (min-width: 1200px) {
    .filter-search {
      right: calc((100% - 1015px)/2); } }
  .filter-search input[type='search'] {
    color: #153661;
    padding: 5px 12px 8px 38px;
    border: 1px solid transparent;
    text-transform: capitalize;
    background-color: #fbfbfb;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .filter-search input[type='search']::-webkit-input-placeholder {
      color: #153661; }
    .filter-search input[type='search']::-moz-placeholder {
      opacity: 1;
      color: #153661; }
    .filter-search input[type='search']:-moz-placeholder {
      color: #153661; }
    .filter-search input[type='search']:-ms-input-placeholder {
      color: #153661; }
    .filter-search input[type='search'].placeholder {
      color: #153661; }
    @media (min-width: 768px) {
      .filter-search input[type='search'] {
        border: 1px solid;
        min-width: 228px; } }
    @media (min-width: 1024px) {
      .filter-search input[type='search'] {
        border: 0; } }
    .filter-search input[type='search']:focus {
      border: 1px solid #818486; }
  .filter-search .icon-search {
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #f3c733;
    position: absolute;
    left: 15px;
    top: 11px; }

.jqvmap-pin {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden; }
  .jqvmap-pin.pin-active {
    opacity: 1;
    visibility: visible; }

.jqvmap-pin-holder {
  position: absolute;
  left: 0;
  background-color: #004c6f;
  color: #fff;
  padding: 2px 10px 6px 20px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: right;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase; }
  .right-side .jqvmap-pin-holder {
    left: auto;
    right: 0; }
  .small-side .jqvmap-pin-holder {
    bottom: 12px; }
  .jqvmap-pin-holder a {
    color: inherit; }
  .jqvmap-pin-holder img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px;
    position: absolute;
    top: -2px;
    left: -20px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.6); }

.jqvmap-region {
  pointer-events: none; }
  @media (min-width: 768px) {
    .jqvmap-region.region-activate {
      pointer-events: auto; } }

.section-country {
  position: relative; }

#filters.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 14px; }
  @media (min-width: 480px) {
    #filters.filter-list {
      font-size: 19px;
      margin-bottom: 9px; } }
  @media (min-width: 768px) {
    #filters.filter-list {
      font-size: 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 767px) {
    #filters.filter-list .active {
      background-color: #ffcf00; } }
  @media (min-width: 768px) {
    #filters.filter-list .active {
      color: #ffcf00; } }
  #filters.filter-list .clear-link {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
    padding-right: 0;
    color: #dc9927;
    background-color: transparent !important;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    #filters.filter-list .clear-link.link-hidden {
      opacity: 0;
      visibility: hidden; }
    #filters.filter-list .clear-link a {
      font-size: 13px; }
  #filters.filter-list a {
    color: inherit; }
    #filters.filter-list a:hover {
      color: #dc9927; }

.jqvmap-zoomin, .jqvmap-zoomout {
  background-color: #d6d7d7;
  width: 31px;
  height: 31px;
  line-height: 20px;
  bottom: 45px;
  top: auto;
  left: 5vw;
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .jqvmap-zoomin, .jqvmap-zoomout {
      display: block;
      font-size: 28px; } }
  @media (min-width: 1024px) {
    .jqvmap-zoomin, .jqvmap-zoomout {
      left: 8vw; } }
  .jqvmap-zoomin:hover,
  .jqvmap-zoomout:hover {
    opacity: 0.7; }

.jqvmap-zoomin {
  bottom: 77px;
  border-radius: 6px 6px 0px 0px; }

.jqvmap-zoomout {
  border-radius: 0px 0px 6px 6px; }

.ui-menu {
  background-color: #f2f2f3;
  max-width: 228px;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #818486;
  border-top: none; }
  .ui-menu li {
    color: #006390;
    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize; }

.isotop-container.slick-slider {
  max-width: 420px;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .isotop-container.slick-slider {
      max-width: none; } }

.isotop-container .slick-list {
  height: auto !important; }

.isotop-grid:not(.slick-slide) {
  opacity: 0; }

.isotop-grid.grid-ready {
  opacity: 1; }

.isotop-grid.hidden {
  display: none; }

.grid-preloader {
  display: none; }
  @media (min-width: 768px) {
    .grid-preloader {
      position: absolute;
      top: 300px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-animation: preloader 1.5s infinite;
              animation: preloader 1.5s infinite;
      display: block; } }
  .grid-preloader.grid-ready {
    display: none; }

@-webkit-keyframes preloader {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(2);
            transform: translateX(-50%) scale(2); } }

@keyframes preloader {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(2);
            transform: translateX(-50%) scale(2); } }

.popup-not-found {
  border: 1px solid #818486;
  border-top: none;
  background-color: #f2f3f4;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 12px;
  padding: 8px 10px 10px;
  width: 100%;
  left: 0px;
  min-width: 206px; }
  @media (min-width: 768px) {
    .popup-not-found {
      min-width: 228px; } }
  .popup-not-found p {
    margin-bottom: 0; }
  .popup-not-found span {
    text-transform: capitalize;
    color: red; }

@media (max-width: 767px) {
  .section-country.map .load-more-isotop {
    display: none; } }

.wrapper {
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1067px;
  margin: 0 auto; }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none; }

.search-form input[type='search'] {
  width: 100%;
  margin: 0; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  outline: none;
  border: 1px solid #818486;
  background-color: #f2f3f4;
  color: #5f2d4c;
  font-size: 14px;
  padding: 5px 7px 9px; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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;
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  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 {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #5f2d4c; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    outline: none; }

button {
  outline: none; }

.breadcrumbs-holder {
  padding: 1px 0 7px;
  background-color: #818486;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase; }
  .breadcrumbs-holder a {
    color: #fff;
    font-weight: 400; }
    .breadcrumbs-holder a:hover {
      color: #ffcf00; }
  @media (max-width: 767px) {
    .breadcrumbs-holder .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs-list li {
    position: relative;
    padding-right: 10px;
    margin-right: 2px; }
    .breadcrumbs-list li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs-list li:last-child:after {
        display: none; }
    .breadcrumbs-list li:after {
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      content: ">";
      font-family: 'icomoon' !important;
      font-size: 9px; }

.secondary-btn-outline {
  border: 1px solid #0a426b;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 115px;
  padding: 6px 5px 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .secondary-btn-outline:hover {
    background-color: #0a426b;
    color: #fff; }

.light-btn-outline {
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 115px;
  padding: 6px 5px 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .light-btn-outline:hover {
    background-color: #0a426b;
    color: #fff; }

.slick-custom-paging {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 33px auto 0; }
  @media (min-width: 1024px) {
    .slick-custom-paging {
      margin-top: 13px;
      max-width: 100px; } }

.slick-dots-container {
  max-width: 6.35rem;
  display: block;
  padding: 0;
  height: 0.875rem;
  position: relative;
  overflow: hidden; }

.slick-dots-container > .slick-dots {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: unset;
  height: 100%; }

.slick-dots-container > .slick-dots li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  background-color: #fff;
  border: 1px solid #0a426b;
  border-radius: 50%;
  position: relative; }

.slick-dots-container > .slick-dots li:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #153661;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  visibility: hidden; }

.slick-dots-container > .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots-container > .slick-dots li.slick-active {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.slick-dots-container > .slick-dots li.slick-active:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #153661;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

.slick-dots li button:before {
  display: none; }

@media (max-width: 767px) {
  .isotop-grid {
    width: 100%; } }

.form-subscribe iframe {
  width: 100%; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list > a:nth-of-type(2) {
  font-weight: 700;
  color: #000000; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list p {
  color: #000000;
  font-family: Madera;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  width: 100%; }
  .section-info #xmt_Primary_wid.xmt ul li.tweet_list p a {
    color: #3178ac;
    font-weight: 500; }

.section-info #xmt_Primary_wid.xmt ul li.tweet_list a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .section-info #xmt_Primary_wid.xmt ul li.tweet_list a:hover {
    color: #5ca8e5; }

.xmt h3 {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px; }
  .xmt h3:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    color: #5ca8e5;
    margin-right: 18px; }

.search-form-shortcode fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-form-shortcode input[type='search'] {
  margin: 0 auto 30px;
  width: 200px; }
  @media (min-width: 768px) {
    .search-form-shortcode input[type='search'] {
      width: 300px; } }

.search-form-shortcode input[type='submit'] {
  background-color: #fdd00a;
  display: inline-block;
  color: #0a426b;
  text-transform: uppercase;
  min-width: 115px;
  line-height: 1;
  padding: 6px 5px 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  border: none;
  outline: none;
  margin: 0 auto; }

.pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
  top: -200px !important; }
  @media (max-width: 767px) {
    .pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
          -ms-transform: translateX(-50%) !important;
              transform: translateX(-50%) !important; } }
  @media (min-width: 1200px) {
    .pum-theme-1798 .pum-content + .pum-close, .pum-theme-1798 .pum-content + .pum-close {
      top: -90px !important; } }

.single-acl .section-description .feature-holder .social-holder {
  position: relative; }
  .single-acl .section-description .feature-holder .social-holder:before {
    content: '';
    position: absolute;
    top: 0%;
    height: 5px;
    background-size: cover;
    background-position: center;
    left: 10px;
    right: 10px;
    background-image: url("./images/icon23.png"); }
    @media (min-width: 768px) {
      .single-acl .section-description .feature-holder .social-holder:before {
        left: 0;
        right: 0; } }

.ui-menu {
  width: 100% !important; }

.ui-helper-hidden-accessible {
  display: none; }
/*# sourceMappingURL=style.css.map */