/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

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

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AbrahamRegular.eot);
  src: url(../fonts/AbrahamRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamRegular.woff) format("woff"); }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/AbrahamMedium.eot);
  src: url(../fonts/AbrahamMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamMedium.woff) format("woff"); }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AbrahamBold.eot);
  src: url(../fonts/AbrahamBold.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamBold.woff) format("woff"); }
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.big-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.big-container:before {
  content: '';
  display: table; }

.big-container:after {
  content: '';
  display: table;
  clear: both; }

.container:after {
  content: '';
  display: block;
  clear: both; }

.container {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.container:before {
  content: '';
  display: table; }

.container:after {
  content: '';
  display: table;
  clear: both; }

.inner-container:after {
  content: '';
  display: block;
  clear: both; }

.inner-container {
  max-width: 720px;
  padding-left: 28px;
  float: left;
  width: 100%;
  position: relative; }

.inner-small-container:after {
  content: '';
  display: block;
  clear: both; }

.inner-small-container {
  max-width: 555px;
  padding-left: 28px;
  float: left;
  width: 100%;
  position: relative; }

.main-grid:after {
  content: '';
  display: block;
  clear: both; }
  .main-grid > .grid-item:first-of-type {
    width: 71.928%; }
  .main-grid > .grid-item:first-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .main-grid > .grid-item:first-of-type:last-child {
    margin-left: 0; }
  .main-grid > .grid-item:first-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .main-grid > .grid-item:first-of-type:nth-child(2n + 1) {
    clear: both; }
  .main-grid > .grid-item:last-of-type {
    width: 27.972%; }
  .main-grid > .grid-item:last-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .main-grid > .grid-item:last-of-type:last-child {
    margin-left: 0; }
  .main-grid > .grid-item:last-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .main-grid > .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; }

.grid-50 {
  width: calc(49.95% - 7.5px); }

.grid-50:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-50:last-child {
  margin-left: 0; }

.grid-50:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-50:nth-child(2n + 1) {
  clear: both; }

.grid-50-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(49.95% - 7.5px);
      flex-basis: calc(49.95% - 7.5px);
  max-width: calc(49.95% - 7.5px);
  width: calc(49.95% - 7.5px); }

.grid-50-flex:nth-child(1n) {
  margin-left: 15px;
  margin-right: 0; }

.grid-50-flex:last-child {
  margin-left: 0; }

.grid-50-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-2-75 {
  width: calc(74.925% - 3.75px); }

.grid-2-75:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-75:last-child {
  margin-left: 0; }

.grid-2-75:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-75:nth-child(2n + 1) {
  clear: both; }

.grid-2-25 {
  width: calc(24.975% - 11.25px); }

.grid-2-25:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-25:last-child {
  margin-left: 0; }

.grid-2-25:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-25:nth-child(2n + 1) {
  clear: both; }

.grid-2-66 {
  width: calc(66.6% - 5px); }

.grid-2-66:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-66:last-child {
  margin-left: 0; }

.grid-2-66:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-66:nth-child(2n + 1) {
  clear: both; }

.grid-2-33 {
  width: calc(33.3% - 10px); }

.grid-2-33:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-33:last-child {
  margin-left: 0; }

.grid-2-33:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-33:nth-child(2n + 1) {
  clear: both; }

.grid-2-65 {
  width: 64.935%; }

.grid-2-65:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-65:last-child {
  margin-left: 0; }

.grid-2-65:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-65:nth-child(2n + 1) {
  clear: both; }

.grid-2-35 {
  width: 34.965%; }

.grid-2-35:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-35:last-child {
  margin-left: 0; }

.grid-2-35:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-35:nth-child(2n + 1) {
  clear: both; }

.grid-3-33 {
  width: calc(33.3% - 10px); }

.grid-3-33:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-3-33:last-child {
  margin-left: 0; }

.grid-3-33:nth-child(3n) {
  margin-left: 0;
  float: left; }

.grid-3-33:nth-child(3n + 1) {
  clear: both; }

.grid-2-80 {
  width: calc(79.92% - 3px); }

.grid-2-80:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-80:last-child {
  margin-left: 0; }

.grid-2-80:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-80:nth-child(2n + 1) {
  clear: both; }

.grid-2-20 {
  width: calc(19.98% - 12px); }

.grid-2-20:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-20:last-child {
  margin-left: 0; }

.grid-2-20:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-20:nth-child(2n + 1) {
  clear: both; }

.grid-70-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 69.93%;
      flex-basis: 69.93%;
  max-width: 69.93%;
  width: 69.93%; }

.grid-70-flex:nth-child(1n) {
  margin-left: 0;
  margin-right: 0; }

.grid-70-flex:last-child {
  margin-left: 0; }

.grid-70-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-30-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 29.97%;
      flex-basis: 29.97%;
  max-width: 29.97%;
  width: 29.97%; }

.grid-30-flex:nth-child(1n) {
  margin-left: 0;
  margin-right: 0; }

.grid-30-flex:last-child {
  margin-left: 0; }

.grid-30-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-2-70 {
  width: 69.93%; }

.grid-2-70:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-70:last-child {
  margin-left: 0; }

.grid-2-70:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-70:nth-child(2n + 1) {
  clear: both; }

.grid-2-30 {
  width: 29.97%; }

.grid-2-30:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-30:last-child {
  margin-left: 0; }

.grid-2-30:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-30:nth-child(2n + 1) {
  clear: both; }

.grid-4-25 {
  width: calc(24.975% - 11.25px); }

.grid-4-25:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-4-25:last-child {
  margin-left: 0; }

.grid-4-25:nth-child(4n) {
  margin-left: 0;
  float: left; }

.grid-4-25:nth-child(4n + 1) {
  clear: both; }

.grid-5-20 {
  width: calc(19.98% - 12px); }

.grid-5-20:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-5-20:last-child {
  margin-left: 0; }

.grid-5-20:nth-child(5n) {
  margin-left: 0;
  float: left; }

.grid-5-20:nth-child(5n + 1) {
  clear: both; }

.grid-wrapper:after {
  content: '';
  display: block;
  clear: both; }

@media (min-width: 768px) and (max-width: 769px) {
  .inner-small-container {
    max-width: 395px; }
  .main-grid {
    position: relative; } }

@media (max-width: 767px) {
  .grid-66 {
    width: 99.9%; }
  .grid-66:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-66:last-child {
    margin-left: 0; }
  .grid-66:nth-child(0n) {
    float: left; }
  .grid-3-33 {
    width: 99.9%; }
  .grid-3-33:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-3-33:last-child {
    margin-left: 0; }
  .grid-3-33:nth-child(0n) {
    float: left; }
  .grid-50 {
    width: 99.9%; }
  .grid-50:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-50:last-child {
    margin-left: 0; }
  .grid-50:nth-child(0n) {
    float: left; }
  .grid-70-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 99.9%;
        flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%; }
  .grid-70-flex:nth-child(1n) {
    margin-left: 0;
    margin-right: 0; }
  .grid-70-flex:last-child {
    margin-left: 0; }
  .grid-30-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 99.9%;
        flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%; }
  .grid-30-flex:nth-child(1n) {
    margin-left: 0;
    margin-right: 0; }
  .grid-30-flex:last-child {
    margin-left: 0; }
  .inner-small-container {
    max-width: 100%;
    padding-left: 0;
    float: none; }
  .main-grid:after {
    content: '';
    display: block;
    clear: both; }
    .main-grid > .grid-item:first-of-type {
      width: 99.9%; }
    .main-grid > .grid-item:first-of-type:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .main-grid > .grid-item:first-of-type:last-child {
      margin-left: 0; }
    .main-grid > .grid-item:first-of-type:nth-child(0n) {
      float: left; }
    .main-grid > .grid-item:last-of-type {
      width: 99.9%; }
    .main-grid > .grid-item:last-of-type:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .main-grid > .grid-item:last-of-type:last-child {
      margin-left: 0; }
    .main-grid > .grid-item:last-of-type:nth-child(0n) {
      float: left; }
  .inner-container {
    padding-left: 0; } }

body {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  direction: rtl;
  text-align: right;
  position: relative; }

.site-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: url(../images/site-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

p,
span,
a,
li,
ul,
h1,
h2,
h3,
h4,
strong,
div,
input,
textarea,
select,
label,
button {
  font-family: "Abraham", sans-serif; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-position: inside; }

li {
  color: #344893;
  font-size: 16px;
  line-height: 20px; }

p,
a,
span,
input,
select,
textarea,
label,
button,
li {
  font-weight: 300; }

h1,
h2,
h3,
h4 {
  font-family: "Abraham", sans-serif; }

h1 {
  font-size: 50px;
  line-height: 52px; }

h2 {
  font-size: 35px;
  line-height: 37px; }

h3 {
  font-size: 28px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

p {
  color: #2F4A9C;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  display: block; }
  p a {
    color: #2F4A9C;
    font-size: 16px;
    line-height: 20px; }
    p a:visited {
      color: #2F4A9C; }

strong {
  font-weight: 700; }

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

main#content {
  position: relative;
  margin-top: 50px; }

.home main#content {
  margin-top: 0; }

hr {
  border-color: #2F4A9C;
  border-width: 0.6px; }

.underlay {
  z-index: 222;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .7);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s; }

.overlay {
  background: #fff;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%; }

.hide {
  display: none; }

.mobile-dash {
  display: none;
  margin: 0 5px;
  color: #2F4A9C; }

.back-div {
  height: 240px; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550px;
  background-color: #e8eaf5;
  position: fixed;
  z-index: 999;
  display: none; }
  .modal .close-modal {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: -30px;
    top: -45px;
    cursor: pointer; }
    .modal .close-modal:hover {
      text-decoration: underline; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

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

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.mobile-only {
  display: none; }

@media (max-width: 767px) {
  .mobile-only {
    display: block; }
  .site-back {
    position: inherit;
    background-image: none;
    padding-bottom: 0; }
  .modal {
    width: 90%; }
  .mobile-dash {
    display: inline; } }

header.header {
  position: relative;
  width: 100%;
  height: inherit;
  padding-bottom: 0;
  padding-top: 55px;
  margin-bottom: -22px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  header.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding-bottom: 0;
    padding-top: 12px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
            box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
    z-index: 99; }
    header.header.sticky .logo {
      position: relative;
      top: 12px; }

.nav-wrapper {
  text-align: center; }

.logo {
  position: relative; }
  .logo a {
    display: inline-block; }

.nav-toggle {
  display: none; }

.search-form {
  max-width: 112px; }
  .search-form #searchsubmit {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    background: transparent;
    position: absolute;
    top: -6px;
    right: -23px; }
  .search-form #s {
    padding: 5px 13px 3px 0;
    width: 100%;
    border: 1px solid #2F4A9C;
    color: #2F4A9C; }

#mobile-logo {
  display: none; }

.logo-link {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #000; }
  .logo-link:hover, .logo-link:visited, .logo-link:focus {
    color: #000; }

.top-left {
  width: 100%;
  max-width: 370px;
  padding-top: 15px;
  float: left;
  position: relative; }

.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-search {
  position: relative;
  margin-right: 50px; }

.right-menu ul,
.left-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .right-menu ul li,
  .left-menu ul li {
    margin-left: 24px; }
    .right-menu ul li:last-of-type,
    .left-menu ul li:last-of-type {
      margin-left: 0; }
    .right-menu ul li a,
    .left-menu ul li a {
      font-size: 15px;
      color: #2F4A9C;
      font-weight: 700; }

.right-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px; }
  .right-menu ul li {
    margin: 0; }
    .right-menu ul li:first-of-type {
      padding-left: 14px;
      position: relative; }
      .right-menu ul li:first-of-type:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 83%;
        width: 1px;
        background-color: #2F4A9C; }
    .right-menu ul li:last-of-type {
      padding-right: 14px; }

@media (min-width: 768px) and (max-width: 1170px) {
  .nav-toggle {
    display: block;
    cursor: pointer; } }

.mobile-top {
  display: none; }

.mobile-menu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #e8eaf5;
  background-color: rgba(232, 234, 245, .92); }
  .mobile-menu nav.navigation {
    padding: 100px 30px; }
    .mobile-menu nav.navigation ul.nav {
      list-style-type: none; }
      .mobile-menu nav.navigation ul.nav > li {
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        margin: 0 0 20px;
        line-height: 22px;
        position: relative; }
        .mobile-menu nav.navigation ul.nav > li:hover > a {
          padding-bottom: 2px;
          border-bottom: 1px solid #2F4A9C; }
        .mobile-menu nav.navigation ul.nav > li.current-menu-item > a {
          padding-bottom: 2px;
          border-bottom: 1px solid #2F4A9C; }
        .mobile-menu nav.navigation ul.nav > li a {
          font-size: 14px;
          color: #2F4A9C;
          font-weight: 600; }
        .mobile-menu nav.navigation ul.nav > li .menu-chevron {
          position: relative;
          top: -2px;
          left: -10px;
          padding: 10px 0 0 30px;
          display: inline-block; }
          .mobile-menu nav.navigation ul.nav > li .menu-chevron.mirrored {
            padding: 0 30px 10px 0;
            -webkit-transform: rotateZ(180deg);
                    transform: rotateZ(180deg); }
        .mobile-menu nav.navigation ul.nav > li:last-of-type {
          margin: 0; }
      .mobile-menu nav.navigation ul.nav .sub-menu {
        list-style-type: none;
        display: none;
        margin-top: 20px; }
        .mobile-menu nav.navigation ul.nav .sub-menu.shown {
          display: block; }
        .mobile-menu nav.navigation ul.nav .sub-menu li {
          line-height: 28px;
          margin-bottom: 8px; }
          .mobile-menu nav.navigation ul.nav .sub-menu li:hover > a {
            padding-bottom: 2px;
            border-bottom: 1px solid black; }
          .mobile-menu nav.navigation ul.nav .sub-menu li.current-menu-item > a {
            padding-bottom: 2px;
            border-bottom: 1px solid black; }
          .mobile-menu nav.navigation ul.nav .sub-menu li a {
            font-size: 15px;
            font-weight: 300;
            color: black; }
  .mobile-menu .close-mobile-menu {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

@media (max-width: 1380px) {
  .top-left {
    max-width: 28%;
    min-width: 260px; } }

@media (max-width: 1170px) {
  .left-menu {
    display: none; } }

@media (max-width: 767px) {
  .mobile-top:after {
    content: '';
    display: block;
    clear: both; }
  .mobile-top {
    display: block;
    background-color: #e8eaf5;
    height: 47px; }
    .mobile-top .social-links {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 47px; }
      .mobile-top .social-links ul {
        list-style-type: none;
        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; }
        .mobile-top .social-links ul li {
          display: inline-block;
          margin: 0 10px; }
          .mobile-top .social-links ul li img {
            max-height: 23px; }
    .mobile-top .search-toggle-mobile {
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 47px; }
      .mobile-top .search-toggle-mobile img {
        margin-top: 0;
        -ms-flex-item-align: center;
            align-self: center; }
      .mobile-top .search-toggle-mobile form {
        display: none; }
  .mobile-nav-toggle {
    float: left;
    margin-right: 10px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mobile-nav-toggle img {
      -ms-flex-item-align: center;
          align-self: center; }
  .search-form {
    display: none; }
  .logo {
    top: 25px;
    width: 64px;
    margin-right: 0; }
  header.header {
    padding-top: 0;
    margin-bottom: 4px; }
    header.header.sticky {
      padding-top: 0;
      height: 130px; }
      header.header.sticky .logo {
        top: 22px; }
  .right-menu {
    margin-right: 15px;
    margin-top: 21px; }
    .right-menu ul li {
      line-height: 18px; }
      .right-menu ul li:first-of-type {
        padding-left: 0; }
        .right-menu ul li:first-of-type:after {
          left: -7px; }
      .right-menu ul li a {
        font-size: 11px;
        line-height: 0; }
  .header-search {
    display: none; } }

@media (max-width: 400px) {
  .mobile-menu nav.navigation {
    padding: 100px 20px; }
    .mobile-menu nav.navigation ul.nav .sub-menu li a {
      font-size: 13px; } }

@media (max-width: 361px) {
  .right-menu ul li a {
    font-size: 10px; } }

@media (max-width: 330px) {
  header.header.sticky {
    height: 110px; } }

.menu {
  z-index: 10;
  position: relative;
  background-color: transparent;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
  transition: transform 0.26s ease, -webkit-transform 0.26s ease; }
  .menu.shown {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .menu nav.navigation {
    padding: 28px;
    position: relative;
    margin: 0; }
    .menu nav.navigation ul.nav {
      list-style-type: none; }
      .menu nav.navigation ul.nav > li {
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        margin: 0 0 20px;
        position: relative; }
        .menu nav.navigation ul.nav > li:hover > a {
          padding-bottom: 2px;
          border-bottom: 1px solid #2F4A9C; }
        .menu nav.navigation ul.nav > li.current-menu-item > a {
          padding-bottom: 2px;
          border-bottom: 1px solid #2F4A9C; }
        .menu nav.navigation ul.nav > li a {
          font-size: 13px;
          color: #2F4A9C;
          font-weight: 600; }
        .menu nav.navigation ul.nav > li .menu-chevron {
          position: relative;
          top: -2px;
          left: -10px;
          padding: 20px 0 10px 30px;
          margin-bottom: -10px;
          margin-top: -10px;
          display: inline-block; }
          .menu nav.navigation ul.nav > li .menu-chevron.mirrored {
            padding: 10px 30px 20px 0;
            -webkit-transform: rotateZ(180deg);
                    transform: rotateZ(180deg); }
        .menu nav.navigation ul.nav > li:last-of-type {
          margin: 0; }
      .menu nav.navigation ul.nav .sub-menu {
        list-style-type: none;
        display: none;
        margin-top: 20px; }
        .menu nav.navigation ul.nav .sub-menu.shown {
          display: block; }
        .menu nav.navigation ul.nav .sub-menu li {
          margin-bottom: 20px; }
          .menu nav.navigation ul.nav .sub-menu li:hover > a {
            padding-bottom: 2px;
            border-bottom: 1px solid black; }
          .menu nav.navigation ul.nav .sub-menu li.current-menu-item > a {
            padding-bottom: 2px;
            border-bottom: 1px solid black; }
          .menu nav.navigation ul.nav .sub-menu li a {
            font-size: 13px;
            font-weight: 300;
            color: black; }

.desktop-menu-items {
  display: block; }

.mobile-menu-items {
  display: none; }

@media (max-width: 767px) {
  .menu {
    display: none; }
  .desktop-menu-items {
    display: none; }
  .mobile-menu-items {
    display: block; } }

footer#footer {
  width: 100%;
  background-color: #e8eaf5;
  position: relative;
  margin-top: 54px;
  padding: 25px 0; }
  footer#footer.relative {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 100px; }
  footer#footer ul {
    list-style-type: none; }
    footer#footer ul li {
      display: inline-block;
      margin: 0 7.5px; }
  footer#footer p,
  footer#footer a {
    font-size: 12px; }
    footer#footer p strong,
    footer#footer a strong {
      font-size: 12px;
      font-weight: 700; }
  footer#footer .grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer#footer .address {
    text-align: left;
    -webkit-box-flex: 0.64;
        -ms-flex: 0.64;
            flex: 0.64;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    footer#footer .address p {
      padding: 0 10px 5px;
      line-height: 17px;
      font-size: 12px; }
      footer#footer .address p:last-of-type {
        padding: 0 10px 0; }
  footer#footer .opening-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0.74;
        -ms-flex: 0.74;
            flex: 0.74;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer#footer .opening-hours > div {
      padding: 0 5px;
      -ms-flex-item-align: start;
          align-self: flex-start;
      position: relative; }
      footer#footer .opening-hours > div:last-of-type {
        padding-left: 15px; }
    footer#footer .opening-hours p {
      padding: 0;
      line-height: 23px; }
      footer#footer .opening-hours p:first-of-type {
        padding: 0; }
    footer#footer .opening-hours .opening-en {
      direction: ltr;
      text-align: left; }
  footer#footer .contact-footer {
    text-align: center;
    padding: 0 15px;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0.1;
        -ms-flex: 0.1;
            flex: 0.1; }
    footer#footer .contact-footer a {
      line-height: 23px;
      font-size: 12px;
      color: #2F4A9C;
      font-weight: 700; }
    footer#footer .contact-footer:before {
      content: "";
      position: absolute;
      height: 95%;
      width: 1px;
      background-color: #2F4A9C;
      z-index: 1;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    footer#footer .contact-footer:after {
      content: "";
      position: absolute;
      height: 95%;
      width: 1px;
      background-color: #2F4A9C;
      z-index: 1;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  footer#footer .social-links {
    text-align: left;
    -webkit-box-flex: 0.27;
        -ms-flex: 0.27;
            flex: 0.27; }
    footer#footer .social-links ul {
      position: relative;
      top: 5px; }
      footer#footer .social-links ul li {
        margin: 0 16px 0 0; }
    footer#footer .social-links p {
      padding: 0;
      margin: 5px 0 0; }
  footer#footer .footer-mobile-contact {
    display: none; }

.footer-mobile {
  display: none; }

#go-top-mobile {
  display: none; }

.hour-break {
  display: none; }

@media (min-width: 768px) {
  .footer-mobile-bottom {
    display: none; } }

.footer-mobile-bottom {
  border-top: 1.5px solid #2F4A9C; }

.home .footer-mobile-bottom {
  border: 0; }

@media (max-width: 1370px) {
  footer#footer .address {
    -webkit-box-flex: 0.72;
        -ms-flex: 0.72;
            flex: 0.72; }
  footer#footer .social-links {
    -webkit-box-flex: 0.2;
        -ms-flex: 0.2;
            flex: 0.2; }
    footer#footer .social-links img {
      max-height: 22px; }
    footer#footer .social-links p {
      padding: 0;
      line-height: 18px; }
  footer#footer .separator {
    display: none; }
  .hour-break {
    display: block; } }

@media (max-width: 767px) {
  .home footer#footer {
    margin-top: 0; }
  footer#footer {
    position: relative;
    bottom: auto;
    background-color: white; }
    footer#footer .container > .grid-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: none; }
    footer#footer .address {
      text-align: left; }
    footer#footer .separator {
      display: block; }
    footer#footer .opening-hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer#footer .opening-hours > div {
        padding: 0 15px;
        border-left: 1px solid #2F4A9C; }
    footer#footer .footer-mobile:after {
    content: '';
    display: block;
    clear: both; }
    footer#footer .footer-mobile {
      display: block;
      padding: 20px 0;
      border-top: 1.5px solid #2F4A9C;
      border-bottom: 1.5px solid #2F4A9C; }
      footer#footer .footer-mobile .opening-hours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        footer#footer .footer-mobile .opening-hours > div {
          min-width: 33%;
          padding: 0;
          border-left: 0; }
          footer#footer .footer-mobile .opening-hours > div:after {
            position: absolute;
            height: auto;
            width: auto;
            background-color: transparent;
            left: auto;
            top: auto;
            -webkit-transform: none;
                    transform: none; }
    footer#footer .footer-mobile-contact {
      display: block;
      float: right;
      margin-top: 6px; }
  #go-top-mobile {
    display: block;
    float: left;
    margin-top: 15px; } }

.home .menu {
  float: left;
  max-width: 372px;
  width: 100%;
  background-color: #e4e6f1;
  background-color: rgba(228, 230, 241, .76); }

.home p {
  color: #2F4A9C;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 10px;
  display: inline-block; }
  .home p a {
    color: #2F4A9C;
    font-size: 14px;
    line-height: 17px; }
    .home p a:visited {
      color: #2F4A9C; }

.home #go-top {
  display: none !important; }

.featured-exhibition:after {
  content: '';
  display: block;
  clear: both; }

.featured-exhibition {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 7; }
  .featured-exhibition .container {
    height: 100%; }
  .featured-exhibition .exhibition-line {
    background-color: #e4e6f1;
    background-color: rgba(228, 230, 241, .76);
    position: absolute;
    bottom: 20px;
    right: 30px; }
    .featured-exhibition .exhibition-line p {
      padding: 10px; }

.home-slider {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%; }
  .home-slider .slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 468px; }
  .home-slider .slide-line {
    background-color: #e4e6f1;
    background-color: rgba(228, 230, 241, .76);
    position: absolute;
    bottom: 20px;
    right: 30px; }
    .home-slider .slide-line p {
      padding: 10px; }
  .home-slider a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.slider-menu-container {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  max-width: 1370px;
  padding: 0 20px; }

.news-slider {
  margin: 50px 0;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .news-slider > div {
    -ms-flex-preferred-size: calc(25% - 17.75px);
        flex-basis: calc(25% - 17.75px);
    width: calc(25% - 17.75px);
    padding: 0 24px;
    border-right: 1px solid #2F4A9C; }
    .news-slider > div:last-of-type {
      padding: 0 24px 0 0; }
    .news-slider > div:first-of-type {
      border-right: 0;
      padding: 0 0 0 24px;
      -ms-flex-preferred-size: 71px;
          flex-basis: 71px;
      width: 71px;
      text-align: center; }
      .news-slider > div:first-of-type p {
        line-height: 22px; }
        .news-slider > div:first-of-type p a {
          color: #2F4A9C; }
        .news-slider > div:first-of-type p span {
          font-weight: 700; }
  .news-slider p {
    font-size: 13px;
    line-height: 22px;
    padding: 0; }
    .news-slider p a {
      font-size: 13px;
      line-height: 22px;
      color: #58595b; }
    .news-slider p span {
      display: block; }

@media (min-width: 768px) and (max-width: 960px) {
  .news-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 -16px 0; }
    .news-slider > div {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      margin-bottom: 24px; }
      .news-slider > div:first-of-type {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        display: none; } }

@media (max-width: 767px) {
  .home p {
    padding: 0; }
  .news-slider {
    margin: 40px 0 20px; }
  .separator {
    width: 0;
    height: 6px;
    display: block;
    color: transparent; }
  .featured-exhibition .exhibition-line {
    position: absolute;
    bottom: 15px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 30px); }
  .home-slider .slide-line {
    right: auto;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .news-slider {
    margin: 20px 0 -16px 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-slider > div {
      padding: 0;
      border: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-bottom: 12px; }
      .news-slider > div:first-of-type {
        display: none; }
      .news-slider > div:last-of-type {
        padding: 0;
        border: 0; } }

.main-image {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0; }

.article-h1 {
  margin: 0 0 50px 0;
  text-align: center; }

h1.page-title {
  font-size: calc(30.23256px + 2.32558vw);
  line-height: calc(33.23256px + 2.32558vw); }

@media screen and (min-width: 1280px) {
  h1.page-title {
    line-height: 63px; } }

@media screen and (max-width: 420px) {
  h1.page-title {
    line-height: 43px; } }

@media screen and (min-width: 1280px) {
  h1.page-title {
    font-size: 60px; } }

@media screen and (max-width: 420px) {
  h1.page-title {
    font-size: 40px; } }

.main-post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px; }

.main-page-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 61%;
  margin-bottom: 40px; }

.lang-wrapper {
  position: absolute;
  top: 0;
  right: -18%; }

.padding {
  padding-bottom: 50px; }

#english {
  direction: ltr;
  text-align: left; }

.article-body p:first-of-type {
  margin-top: 0; }

.article-body img {
  margin: 20px auto; }

.article-body.en {
  direction: ltr; }
  .article-body.en p,
  .article-body.en a,
  .article-body.en span,
  .article-body.en h1,
  .article-body.en h2,
  .article-body.en h3,
  .article-body.en h4 {
    direction: ltr; }

@media (max-width: 767px) {
  main#content {
    margin-top: 0; }
  .main-image {
    height: 360px; }
  .main-image-gradient {
    height: 360px; }
  .padding {
    padding-bottom: 30px; } }

.exhibitions .grid-item {
  width: calc(33.3% - 3.33333px);
  margin-bottom: 5px; }

.exhibitions .grid-item:nth-child(1n) {
  float: right;
  margin-left: 5px;
  clear: none; }

.exhibitions .grid-item:last-child {
  margin-left: 0; }

.exhibitions .grid-item:nth-child(3n) {
  margin-left: 0;
  float: left; }

.exhibitions .grid-item:nth-child(3n + 1) {
  clear: both; }

.exhibitions .image {
  width: 100%;
  max-width: 230px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .exhibitions .image:hover .text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .exhibitions .image .text {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .8);
    height: 90%;
    width: 90%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .exhibitions .image .text p {
      padding-right: 35px;
      display: block; }
    .exhibitions .image .text img {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 5px; }

.exhibitions .group {
  background-color: #e8eaf5;
  width: 100%;
  max-width: 230px;
  height: 230px;
  position: relative; }
  .exhibitions .group .text p:last-of-type {
    margin: 20px 0 0; }

.exhibitions .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  width: 95%; }
  .exhibitions .text p {
    margin: 0 0 10px;
    color: #2F4A9C;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600; }

@media (min-width: 768px) and (max-width: 769px) {
  .exhibitions .text {
    right: 23px; } }

@media (max-width: 767px) {
  .page-template-template-exhibitions main#content > .container {
    padding: 0; }
  .exhibitions {
    margin-top: 40px; }
    .exhibitions .grid-item {
      width: 99.9%;
      margin-bottom: 5px; }
    .exhibitions .grid-item:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .exhibitions .grid-item:last-child {
      margin-left: 0; }
    .exhibitions .grid-item:nth-child(0n) {
      float: left; }
    .exhibitions .image {
      max-width: 100%;
      height: 160px; }
      .exhibitions .image .text {
        display: none;
        height: 84%; }
    .exhibitions .group {
      max-width: 100%;
      height: 100px; }
      .exhibitions .group .text p:last-of-type {
        display: none; }
    .exhibitions .text {
      width: 85%; }
      .exhibitions .text p {
        font-weight: 300;
        font-size: 15px;
        margin: 0 0 7px; }
        .exhibitions .text p:first-of-type {
          display: inline; }
        .exhibitions .text p:nth-of-type(2) {
          display: inline; } }

.single-exhibitions .home-slider {
  margin-bottom: 20px; }

.main-exhibition-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 61%;
  margin-bottom: 40px; }
  .main-exhibition-image .exhibition-line {
    background-color: #e4e6f1;
    background-color: rgba(228, 230, 241, .76);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px; }
    .main-exhibition-image .exhibition-line p {
      font-size: 14px;
      line-height: 15px; }

.content-grid:after {
  content: '';
  display: block;
  clear: both; }

.content-grid {
  position: relative; }
  .content-grid .grid-item:first-of-type {
    width: 23.976%; }
  .content-grid .grid-item:first-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .content-grid .grid-item:first-of-type:last-child {
    margin-left: 0; }
  .content-grid .grid-item:first-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .content-grid .grid-item:first-of-type:nth-child(2n + 1) {
    clear: both; }
  .content-grid .grid-item:last-of-type {
    width: 75.924%; }
  .content-grid .grid-item:last-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .content-grid .grid-item:last-of-type:last-child {
    margin-left: 0; }
  .content-grid .grid-item:last-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .content-grid .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; }

.single-exhibitions-mobile-wrapper .main-exhibition-image {
  margin-bottom: 0;
  padding-bottom: inherit;
  height: 291px; }

.single-exhibitions-mobile-wrapper .exhibition-line {
  padding: 10px; }
  .single-exhibitions-mobile-wrapper .exhibition-line p {
    font-size: 15px;
    line-height: 17px; }

@media (max-width: 767px) {
  .single-exhibitions .inner-container {
    padding: 0 20px; }
  .single-exhibitions .home-slider {
    margin-bottom: 0; }
    .single-exhibitions .home-slider .slide-line {
      bottom: 38px; } }

.wpcf7:after {
  content: '';
  display: block;
  clear: both; }
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    border-radius: 0;
    color: #2F4A9C;
    font-weight: 400;
    padding: 5px;
    font-size: 14px; }
    .wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
      font-family: 'Abraham', sans-serif; }
    .wpcf7 input:-moz-placeholder, .wpcf7 textarea:-moz-placeholder, .wpcf7 select:-moz-placeholder {
      font-family: 'Abraham', sans-serif; }
    .wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
      font-family: 'Abraham', sans-serif; }
    .wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
      font-family: 'Abraham', sans-serif; }
  .wpcf7 label {
    font-weight: 600;
    color: #2F4A9C;
    font-size: 14px; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    padding: 14px 5px;
    border: 0;
    background-color: #e8eaf5; }
  .wpcf7 p {
    padding-bottom: 25px;
    margin: 0;
    display: block; }
  .wpcf7 br {
    display: none; }
  .wpcf7 .wpcf7-submit {
    cursor: pointer;
    padding: 9px 30px 7px;
    background-color: #e8eaf5;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: left;
    max-width: 178px; }
  .wpcf7 .wpcf7-response-output {
    margin: 0 0 40px;
    text-align: center; }
    .wpcf7 .wpcf7-response-output br {
      display: block; }
  .wpcf7 .wpcf7-mail-sent-ok {
    padding: 32px;
    border: 0;
    background: #2e3192;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 527px;
    width: 95%;
    z-index: 999; }
  .wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
    padding: 32px;
    border: 0;
    background: #eb5e67;
    color: #fff;
    font-size: 14px;
    font-weight: 400; }
  .wpcf7 .wpcf7-form-control-wrap + br {
    display: none; }
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 14px; }
  @media (max-width: 767px) {
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
      font-size: 16px; } }
  .wpcf7 .wpcf7-submit {
    font-weight: 600;
    font-size: 14px; }

.page-template-template-contact .wpcf7 span.wpcf7-not-valid-tip {
  margin-bottom: -15px; }

.page-template-template-contact #go-top {
  display: none !important; }

.contact-map {
  margin-top: 35px; }

#join-mailing-list {
  background-color: #e8eaf5;
  height: 40px;
  color: #2F4A9C;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  display: block;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 30px;
  cursor: pointer; }

.mailing-list-modal {
  padding: 35px;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #e8eaf5;
  background-color: rgba(232, 234, 245, .83); }
  .mailing-list-modal form label {
    width: 100%;
    color: #2F4A9C;
    font-weight: 600;
    font-size: 14px; }
  .mailing-list-modal form input {
    background-color: white;
    color: #2F4A9C;
    border: 0;
    width: 100%;
    font-size: 14px;
    padding: 5px; }
  .mailing-list-modal input[type="submit"] {
    height: 31px;
    width: 173px;
    background-color: #2F4A9C;
    color: white;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    cursor: pointer; }
  .mailing-list-modal #close-mailing-list {
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 99999;
    cursor: pointer; }

@media (max-width: 767px) {
  .page-template-template-contact main#content {
    margin-top: 0; }
  #join-mailing-list {
    padding: 20px;
    height: inherit; }
    #join-mailing-list span {
      color: transparent;
      width: 0;
      height: 3px;
      display: block; }
  .mailing-list-modal {
    width: 100%;
    height: 100%; }
    .mailing-list-modal .grid-wrapper .grid-50:first-of-type {
      margin-bottom: 10px; } }

.single .article-body > p, .single .article-body a, .single .article-body span, .single .article-body li, .single .article-body h1, .single .article-body h2, .single .article-body h3, .single .article-body h4, .page .article-body > p, .page .article-body a, .page .article-body span, .page .article-body li, .page .article-body h1, .page .article-body h2, .page .article-body h3, .page .article-body h4 {
  text-align: justify; }

.single p, .single li, .page p, .page li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400; }

.single hr, .page hr {
  margin: 25px 0; }

.article-title h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 28px;
  color: #2F4A9C; }

.article-date {
  position: absolute;
  top: 10px;
  left: 29px; }
  .article-date p {
    color: #2F4A9C;
    font-weight: 600;
    font-size: 15px; }

.separate {
  height: 1px;
  background-color: #2F4A9C;
  width: 100%;
  margin: 15px 0; }

.lang-select, .lang-select-mobile {
  text-align: center;
  width: 100%; }
  .lang-select li, .lang-select-mobile li {
    display: inline-block;
    margin: 0 3.5px; }
  .lang-select a, .lang-select button, .lang-select-mobile a, .lang-select-mobile button {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 0;
    display: inline-block;
    color: #2F4A9C;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer; }
    .lang-select a.selected, .lang-select button.selected, .lang-select-mobile a.selected, .lang-select-mobile button.selected {
      font-weight: 700; }

.lang-select.sticky {
  text-align: center;
  padding-top: 250px; }

.lang-select-mobile li {
  padding: 0 10.5px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  .lang-select-mobile li:nth-of-type(1):after, .lang-select-mobile li:nth-of-type(2):after {
    content: "";
    position: absolute;
    height: 86%;
    width: 1px;
    background-color: #2F4A9C;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.lang-select-mobile a {
  font-size: 28px;
  line-height: 17px; }

.lang-wrapper-desktop.sticky {
  position: fixed;
  top: 30px;
  width: 165px; }

.single .single-mobile-wrapper .main-post-image, .single .single-exhibitions-mobile-wrapper .main-post-image, .page .single-mobile-wrapper .main-post-image, .page .single-exhibitions-mobile-wrapper .main-post-image {
  margin-bottom: 0;
  padding-bottom: inherit;
  height: 291px; }

.single .single-mobile-wrapper .article-title, .single .single-exhibitions-mobile-wrapper .article-title, .page .single-mobile-wrapper .article-title, .page .single-exhibitions-mobile-wrapper .article-title {
  position: relative; }
  .single .single-mobile-wrapper .article-title h1, .single .single-exhibitions-mobile-wrapper .article-title h1, .page .single-mobile-wrapper .article-title h1, .page .single-exhibitions-mobile-wrapper .article-title h1 {
    padding-left: 80px;
    font-size: 20px;
    line-height: 25px; }

.single .single-mobile-wrapper .lang-wrapper, .single .single-exhibitions-mobile-wrapper .lang-wrapper, .page .single-mobile-wrapper .lang-wrapper, .page .single-exhibitions-mobile-wrapper .lang-wrapper {
  position: relative;
  top: auto;
  right: auto;
  background-color: #eaeaf4;
  padding: 14px 0 5px;
  margin-bottom: 30px; }

.single .single-mobile-wrapper .article-date, .single .single-exhibitions-mobile-wrapper .article-date, .page .single-mobile-wrapper .article-date, .page .single-exhibitions-mobile-wrapper .article-date {
  top: 0;
  left: 0; }
  .single .single-mobile-wrapper .article-date p, .single .single-exhibitions-mobile-wrapper .article-date p, .page .single-mobile-wrapper .article-date p, .page .single-exhibitions-mobile-wrapper .article-date p {
    font-size: 20px;
    line-height: 25px; }

.single .single-mobile-wrapper .article-footer:after,
.single .single-exhibitions-mobile-wrapper .article-footer:after,
.page .single-mobile-wrapper .article-footer:after,
.page .single-exhibitions-mobile-wrapper .article-footer:after {
  content: '';
  display: block;
  clear: both; }

.single .single-mobile-wrapper .article-footer, .single .single-exhibitions-mobile-wrapper .article-footer, .page .single-mobile-wrapper .article-footer, .page .single-exhibitions-mobile-wrapper .article-footer {
  margin-top: 25px; }
  .single .single-mobile-wrapper .article-footer p, .single .single-mobile-wrapper .article-footer a, .single .single-exhibitions-mobile-wrapper .article-footer p, .single .single-exhibitions-mobile-wrapper .article-footer a, .page .single-mobile-wrapper .article-footer p, .page .single-mobile-wrapper .article-footer a, .page .single-exhibitions-mobile-wrapper .article-footer p, .page .single-exhibitions-mobile-wrapper .article-footer a {
    font-weight: 700;
    color: #2F4A9C;
    font-size: 16px; }
  .single .single-mobile-wrapper .article-footer img, .single .single-exhibitions-mobile-wrapper .article-footer img, .page .single-mobile-wrapper .article-footer img, .page .single-exhibitions-mobile-wrapper .article-footer img {
    display: inline-block;
    margin: 0 0 0 5px;
    float: right; }
  .single .single-mobile-wrapper .article-footer .right, .single .single-exhibitions-mobile-wrapper .article-footer .right, .page .single-mobile-wrapper .article-footer .right, .page .single-exhibitions-mobile-wrapper .article-footer .right {
    float: right; }
    .single .single-mobile-wrapper .article-footer .right p, .single .single-exhibitions-mobile-wrapper .article-footer .right p, .page .single-mobile-wrapper .article-footer .right p, .page .single-exhibitions-mobile-wrapper .article-footer .right p {
      position: relative;
      top: 2px;
      float: right; }
    .single .single-mobile-wrapper .article-footer .right.en, .single .single-exhibitions-mobile-wrapper .article-footer .right.en, .page .single-mobile-wrapper .article-footer .right.en, .page .single-exhibitions-mobile-wrapper .article-footer .right.en {
      direction: rtl; }
  .single .single-mobile-wrapper .article-footer .left, .single .single-exhibitions-mobile-wrapper .article-footer .left, .page .single-mobile-wrapper .article-footer .left, .page .single-exhibitions-mobile-wrapper .article-footer .left {
    float: left; }
    .single .single-mobile-wrapper .article-footer .left p, .single .single-exhibitions-mobile-wrapper .article-footer .left p, .page .single-mobile-wrapper .article-footer .left p, .page .single-exhibitions-mobile-wrapper .article-footer .left p {
      position: relative;
      top: 6px; }

.single .single-mobile-wrapper .ar-content, .single .single-mobile-wrapper .en-content, .single .single-exhibitions-mobile-wrapper .ar-content, .single .single-exhibitions-mobile-wrapper .en-content, .page .single-mobile-wrapper .ar-content, .page .single-mobile-wrapper .en-content, .page .single-exhibitions-mobile-wrapper .ar-content, .page .single-exhibitions-mobile-wrapper .en-content {
  display: none; }

.single .single-mobile-wrapper .en p, .single .single-exhibitions-mobile-wrapper .en p, .page .single-mobile-wrapper .en p, .page .single-exhibitions-mobile-wrapper .en p {
  text-align: justify; }

.single .single-mobile-wrapper .en .article-date, .single .single-exhibitions-mobile-wrapper .en .article-date, .page .single-mobile-wrapper .en .article-date, .page .single-exhibitions-mobile-wrapper .en .article-date {
  left: auto;
  right: 0; }

.single .single-mobile-wrapper .en .article-title, .single .single-exhibitions-mobile-wrapper .en .article-title, .page .single-mobile-wrapper .en .article-title, .page .single-exhibitions-mobile-wrapper .en .article-title {
  position: relative; }
  .single .single-mobile-wrapper .en .article-title h1, .single .single-exhibitions-mobile-wrapper .en .article-title h1, .page .single-mobile-wrapper .en .article-title h1, .page .single-exhibitions-mobile-wrapper .en .article-title h1 {
    padding-left: 0;
    padding-right: 80px; }

@media (max-width: 767px) {
  .single main > .container {
    padding: 0; }
  .single .inner-small-container {
    padding: 0 20px; } }

.blog-article {
  position: relative;
  margin-top: 50px; }
  .blog-article p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300; }
  .blog-article > a {
    display: block; }
  .blog-article hr {
    margin: 20px 0; }
  .blog-article .article-head {
    cursor: pointer; }
  .blog-article .article-date {
    left: 0; }
    .blog-article .article-date p {
      color: #2F4A9C;
      font-weight: 600;
      font-size: 15px; }
  .blog-article article {
    position: relative; }
  .blog-article .post-wrapper {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    margin-top: -50px;
    position: relative;
    -webkit-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out; }
    .blog-article .post-wrapper.show {
      max-height: 99999px;
      visibility: visible;
      overflow: inherit;
      margin-top: 0; }
  .blog-article .article-footer:after {
  content: '';
  display: block;
  clear: both; }
  .blog-article .article-footer {
    margin-top: 25px; }
    .blog-article .article-footer p, .blog-article .article-footer a {
      font-weight: 700;
      color: #2F4A9C;
      font-size: 16px; }
    .blog-article .article-footer img {
      display: inline-block;
      margin: 0 0 0 5px;
      float: right; }
    .blog-article .article-footer .right {
      float: right; }
      .blog-article .article-footer .right p {
        position: relative;
        top: 2px;
        float: right; }
      .blog-article .article-footer .right.en {
        direction: rtl; }
    .blog-article .article-footer .left {
      float: left; }
      .blog-article .article-footer .left p {
        position: relative;
        top: 6px; }

#load-more {
  color: #2F4A9C;
  font-weight: 600;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 50px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0; }
  #load-more img {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -2px; }

#go-top {
  display: none;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  color: #2F4A9C;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer; }
  #go-top img {
    margin: 0 auto; }
  #go-top.show {
    display: block; }

#share-window {
  height: 151px; }
  #share-window #close-share {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99999;
    cursor: pointer; }
  #share-window .share-button {
    cursor: pointer; }
  #share-window ul {
    margin-top: 48px;
    list-style-type: none;
    text-align: center; }
    #share-window ul li {
      display: inline-block;
      margin: 0 0 0 10px; }
      #share-window ul li:last-of-type {
        margin: 0; }

.search-results .main,
.search-no-results .main {
  padding-top: 35px; }

.search-results h1.page-title,
.search-no-results h1.page-title {
  font-size: 25px;
  color: #2F4A9C;
  font-weight: 600;
  margin: 0; }
  .search-results h1.page-title strong,
  .search-no-results h1.page-title strong {
    font-weight: 700; }

.search-results .result-wrapper:after,
.search-no-results .result-wrapper:after {
  content: '';
  display: block;
  clear: both; }

.search-results .result-wrapper,
.search-no-results .result-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2F4A9C;
  position: relative; }
  .search-results .result-wrapper p,
  .search-results .result-wrapper a,
  .search-no-results .result-wrapper p,
  .search-no-results .result-wrapper a {
    font-size: 18px;
    color: #2F4A9C; }
  .search-results .result-wrapper h2,
  .search-no-results .result-wrapper h2 {
    margin: 0;
    line-height: 23px; }
    .search-results .result-wrapper h2 a,
    .search-no-results .result-wrapper h2 a {
      font-size: 19px;
      color: #2F4A9C;
      line-height: 23px;
      font-weight: 600; }
  .search-results .result-wrapper .grid-item:first-of-type,
  .search-no-results .result-wrapper .grid-item:first-of-type {
    width: 82.917%; }
  .search-results .result-wrapper .grid-item:first-of-type:nth-child(1n),
  .search-no-results .result-wrapper .grid-item:first-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .search-results .result-wrapper .grid-item:first-of-type:last-child,
  .search-no-results .result-wrapper .grid-item:first-of-type:last-child {
    margin-left: 0; }
  .search-results .result-wrapper .grid-item:first-of-type:nth-child(2n),
  .search-no-results .result-wrapper .grid-item:first-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .search-results .result-wrapper .grid-item:first-of-type:nth-child(2n + 1),
  .search-no-results .result-wrapper .grid-item:first-of-type:nth-child(2n + 1) {
    clear: both; }
  .search-results .result-wrapper .grid-item:last-of-type,
  .search-no-results .result-wrapper .grid-item:last-of-type {
    width: 16.983%; }
  .search-results .result-wrapper .grid-item:last-of-type:nth-child(1n),
  .search-no-results .result-wrapper .grid-item:last-of-type:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .search-results .result-wrapper .grid-item:last-of-type:last-child,
  .search-no-results .result-wrapper .grid-item:last-of-type:last-child {
    margin-left: 0; }
  .search-results .result-wrapper .grid-item:last-of-type:nth-child(2n),
  .search-no-results .result-wrapper .grid-item:last-of-type:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .search-results .result-wrapper .grid-item:last-of-type:nth-child(2n + 1),
  .search-no-results .result-wrapper .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; }
    .search-results .result-wrapper .grid-item:last-of-type p,
    .search-no-results .result-wrapper .grid-item:last-of-type p {
      position: relative;
      top: 0;
      left: 0; }
    .search-results .result-wrapper .grid-item:last-of-type img,
    .search-no-results .result-wrapper .grid-item:last-of-type img {
      position: relative;
      left: 0;
      bottom: 0; }

.search-results .result-link p,
.search-no-results .result-link p {
  position: absolute;
  top: 0;
  left: 0; }

.search-results .result-link img,
.search-no-results .result-link img {
  position: absolute;
  left: 0;
  bottom: 30px; }

.search-results .result-content,
.search-no-results .result-content {
  padding-left: 98px; }

.search-results .en,
.search-no-results .en {
  direction: ltr;
  text-align: left; }
  .search-results .en .result-link p,
  .search-no-results .en .result-link p {
    left: auto;
    right: 0; }
  .search-results .en .result-link img,
  .search-no-results .en .result-link img {
    right: 0;
    left: auto; }
  .search-results .en .result-content,
  .search-no-results .en .result-content {
    padding-right: 98px;
    padding-left: 0; }
  .search-results .en img[src*="go-left"],
  .search-no-results .en img[src*="go-left"] {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg); }
  .search-results .en .not-found-search .not-found-icon,
  .search-no-results .en .not-found-search .not-found-icon {
    right: 0;
    left: auto; }

.search-results .not-found-search,
.search-no-results .not-found-search {
  background-color: #f3f3f6;
  max-width: 555px;
  width: 100%;
  float: left;
  position: relative; }
  .search-results .not-found-search .inner,
  .search-no-results .not-found-search .inner {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0; }
  .search-results .not-found-search h3,
  .search-no-results .not-found-search h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #2F4A9C;
    margin: 0 0 20px; }
  .search-results .not-found-search p,
  .search-no-results .not-found-search p {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #2F4A9C; }
  .search-results .not-found-search .not-found-icon,
  .search-no-results .not-found-search .not-found-icon {
    position: absolute;
    bottom: 25px;
    left: 0; }

.search-form-mobile {
  display: none;
  position: fixed;
  z-index: 9999;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  height: 165px;
  max-width: 100%;
  width: 100%;
  background: #e8eaf5;
  background: rgba(232, 234, 245, .9); }
  .search-form-mobile form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 220px; }
    .search-form-mobile form #searchsubmit {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      background: transparent;
      position: absolute;
      top: -6px;
      right: -31px; }
    .search-form-mobile form #s {
      padding: 6px 13px 6px 0;
      background-color: transparent;
      border: 1px solid #2F4A9C;
      font-size: 15px;
      color: #2F4A9C;
      width: 100%; }
      .search-form-mobile form #s::-webkit-input-placeholder {
        color: #2F4A9C; }
      .search-form-mobile form #s:-moz-placeholder {
        color: #2F4A9C; }
      .search-form-mobile form #s::-moz-placeholder {
        color: #2F4A9C; }
      .search-form-mobile form #s:-ms-input-placeholder {
        color: #2F4A9C; }
  .search-form-mobile #close-search-mobile {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

@media (max-width: 767px) {
  .search-results h1.page-title,
  .search-no-results h1.page-title {
    font-size: 22px;
    margin-bottom: 20px; }
  .search-results .not-found-search .inner,
  .search-no-results .not-found-search .inner {
    max-width: 280px; }
  .search-results .not-found-search h3,
  .search-no-results .not-found-search h3 {
    font-size: 20px;
    line-height: 26px; }
  .search-results .not-found-search p,
  .search-no-results .not-found-search p {
    font-size: 17px;
    line-height: 23px; }
  .search-results .result-link img,
  .search-no-results .result-link img {
    bottom: 10px; } }
