/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/* BASE */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

/* Basic Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: inherit;
  line-height: 1.25;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal; }

h1, .h1 {
  font-size: 3.6em; }

h2, .h2 {
  font-size: 3.1em; }

h3, .h3 {
  font-size: 2.6em; }

h4, .h4 {
  font-size: 2.35em; }

h5, .h5 {
  font-size: 1.85em; }

h6, .h6 {
  font-size: 1em; }

small, .small {
  font-size: 0.7em; }

a.link {
  text-decoration: none; }

a.link:hover {
  text-decoration: underline; }

p {
  margin: 0 0 15px 0; }

hr {
  border-bottom: 1px solid #333333;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  clear: both; }

ul.list-inline, ol.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.list-inline li, ol.list-inline li {
  display: inline-block; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

abbr, acronym {
  cursor: help; }

tt, code {
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier", monospace;
  font-size: 0.75em; }

pre {
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier", monospace;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  margin-bottom: 12px;
  white-space: nowrap;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Media elements */
img, picture, video, audio, embed, object, input, iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

img[src*=".svg"] {
  width: 100% \9; }

a:hover img {
  border: none;
  background: none; }

x::-ms-reveal, img[src*=".svg"] {
  width: 100%; }

a img {
  border: none; }

/* Button Module */
button, .button {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

button {
  background-image: none; }

button:focus, button:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

button.button-disabled, button[disabled] {
  cursor: not-allowed;
  opacity: 0.65; }

/* Header module */
/* Form Module */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea, select {
  padding: 6px 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

textarea, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: none;
  height: auto;
  min-height: 50px; }

.table {
  width: 100%;
  margin-bottom: 15px; }

.table th, .table td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 10px 20px;
  text-align: left; }

.table th:first-child, .table td:first-child {
  padding-left: 0; }

.table th:last-child, .table td:last-child {
  padding-right: 0; }

/* General layout */
section {
  width: 100%;
  display: block;
  position: relative; }

section:before, section:after {
  content: " ";
  display: table; }

section:after {
  clear: both; }

.inner-container {
  width: 100%; }

.inner-container:before, .inner-container:after {
  content: " ";
  display: table; }

.inner-container:after {
  clear: both; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.full-width {
  width: 100%; }

.spacing {
  padding: 15px 0; }

/* PRINT STYLES */
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

html, body {
  width: 100%;
  display: block; }

html {
  font-weight: normal;
  font-family: "opensans-regular";
  font-size: 16px;
  color: #333;
  line-height: 1; }

body.body-lock {
  overflow: hidden; }

a {
  text-decoration: none;
  color: #000000; }

.is-link:hover {
  text-decoration: underline; }

* {
  outline: 0; }

p small {
  font-size: 0.875em;
  line-height: 1.5; }

input,
select,
textarea {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

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

figure {
  margin: 0; }

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

@font-face {
  font-family: "opensans-bold";
  src: url("../fonts/opensans-bold.eot?1");
  src: url("../fonts/opensans-bold.eot?1#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff?1") format("woff"), url("../fonts/opensans-bold.svg?1#wf") format("svg"), url("../fonts/opensans-bold.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/opensans-regular.eot?1");
  src: url("../fonts/opensans-regular.eot?1#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff?1") format("woff"), url("../fonts/opensans-regular.svg?1#wf") format("svg"), url("../fonts/opensans-regular.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/opensans-semibold.eot?1");
  src: url("../fonts/opensans-semibold.eot?1#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff?1") format("woff"), url("../fonts/opensans-semibold.svg?1#wf") format("svg"), url("../fonts/opensans-semibold.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url("../fonts/CormorantGaramond-Bold.eot?1");
  src: url("../fonts/CormorantGaramond-Bold.eot?1#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Bold.woff?1") format("woff"), url("../fonts/CormorantGaramond-Bold.svg?1#wf") format("svg"), url("../fonts/CormorantGaramond-Bold.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

.font-main, .custom-search h2, .general-text__left-side .custom-search h2 {
  font-family: 'opensans-regular'; }

.font-main-600, strong, .btn, .news-slider__text .btn, .news h2, .category__item--news .category__item-text h2, .magazine h1, .hidden-container__info-title-text {
  font-family: 'opensans-semibold'; }

.font-main-700, .footer__info li .btn, .newsletter h2, .news-slider__text h3, .main-slider__text h1, .mision__info h2, .mision__info .btn, .author__quick-info li .title, .author__other-info-item h3, .author__resume a, .general-text__left-side h2, .general-text__right-side h3, .publications-details__category .title, .publications-details__category h2, .publications-details__info span.sub-title, .publications-details__info span.title, .order-form__info h2, .magazine__above-title, .hidden-container--archive .hidden-container__info-title-text, .hidden-container--archive .hidden-container__info-body ul li a {
  font-family: 'opensans-bold'; }

.sub-font, .header--magazine .header__logo-text, .header__logo-text {
  font-family: 'CormorantGaramond-Bold'; }

.btn {
  background-color: #d4b171;
  color: #ffffff;
  text-align: center;
  font-size: 0.875em;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-block;
  border-radius: 0; }
  .btn:hover {
    background-color: #c49e5e; }
  .btn--inversely {
    border: 2px solid #053da5;
    background: #ffffff;
    color: #4a4a4a; }
    .btn--inversely:hover {
      background-color: #053da5;
      color: #ffffff; }
  .btn--underline {
    padding-bottom: 6px;
    position: relative;
    border-bottom: 2px solid #b2c5e8;
    background-color: transparent;
    letter-spacing: 1.1px; }
    .btn--underline:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      border-top: 2px solid #053da5;
      transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s; }
    .btn--underline:hover {
      color: inherit;
      background-color: transparent; }
      .btn--underline:hover:after {
        width: 100%; }
    .btn--underline-dark {
      color: #053da5; }
      .btn--underline-dark:hover {
        color: #053da5; }
  .btn--arrow {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px; }
    .btn--arrow .icon {
      width: 12px;
      height: 10px;
      margin-left: 6px;
      will-change: transform; }
    .btn--arrow:hover .icon {
      -ms-transform: translateX(10px);
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }
  .btn--center {
    display: table;
    margin: 0 auto; }
  .btn--load-more {
    min-width: 210px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px; }
  .btn span {
    vertical-align: middle; }
  .btn .icon {
    vertical-align: middle;
    transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s; }

.main__wrapper {
  padding-top: 121px;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  @media (max-width: 1280px) {
    .main__wrapper {
      padding-top: 105px; } }
  @media (max-width: 767px) {
    .main__wrapper {
      padding-top: 102px; } }
  .main__wrapper--no-padding {
    padding-top: 0; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  .container:after {
    clear: both;
    display: table;
    content: ''; }

* {
  outline: none; }

@media (max-width: 480px) {
  .hide-on-mobile {
    display: none !important; } }

.media__wrapper {
  position: relative;
  overflow: hidden;
  margin: 0; }
  .media__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.inner {
  clear: both;
  width: 100%;
  float: left; }
  .inner:after {
    content: " ";
    display: block;
    clear: both; }

.main-padding {
  padding: 0 4.02%; }
  @media (max-width: 767px) {
    .main-padding {
      padding: 0 20px; } }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-list-item {
  margin: 0 !important;
  display: inherit !important; }

div.wpcf7-validation-errors {
  border: 0 !important;
  margin: 0;
  padding: 0;
  color: #053da5; }

div.wpcf7-mail-sent-ok {
  border: 0 !important; }

.input-field {
  position: relative;
  margin-bottom: 70px;
  float: left;
  width: 100%; }
  @media (max-width: 480px) {
    .input-field {
      margin-bottom: 20px; } }
  .input-field:last-child {
    margin-bottom: 0; }
  .input-field:after {
    content: '';
    clear: both;
    display: table; }
  .input-field--margin-bottom-30 {
    margin-bottom: 30px; }
  .input-field--left {
    width: 46.96%;
    float: left;
    margin-right: 3.03%; }
    @media (max-width: 480px) {
      .input-field--left {
        width: 100%;
        margin-right: 0; } }
  .input-field--right {
    width: 46.96%;
    float: left;
    margin-left: 3.03%; }
    @media (max-width: 480px) {
      .input-field--right {
        width: 100%;
        margin-left: 0; } }
  .input-field--last {
    margin-bottom: 38px; }
  .input-field input, .input-field textarea {
    border-width: 0 0 2px 0;
    border-color: #808080;
    border-style: solid;
    padding: 0;
    height: 44px;
    width: 100%;
    background-color: transparent;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
    .input-field input:focus, .input-field textarea:focus {
      border-color: #d4b171; }
    @media (max-width: 480px) {
      .input-field input, .input-field textarea {
        height: 48px; } }
  .input-field input::-webkit-input-placeholder {
    opacity: 1;
    color: #333; }
  .input-field input:-ms-input-placeholder {
    opacity: 1;
    color: #333; }
  .input-field input::-ms-input-placeholder {
    opacity: 1;
    color: #333; }
  .input-field input::placeholder {
    opacity: 1;
    color: #333; }
  .input-field textarea {
    height: 150px;
    display: table;
    line-height: 1.2;
    padding: 22px 0; }
    .input-field textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #333; }
    .input-field textarea:-ms-input-placeholder {
      opacity: 1;
      color: #333; }
    .input-field textarea::-ms-input-placeholder {
      opacity: 1;
      color: #333; }
    .input-field textarea::placeholder {
      opacity: 1;
      color: #333; }
    @media (max-width: 767px) {
      .input-field textarea {
        height: 120px; } }
  .input-field .validation, .input-field .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -14px;
    left: 0;
    font-size: 0.8125em;
    color: #ef0000;
    display: none;
    transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; }
  .input-field.is-error .validation, .input-field.is-error .wpcf7-not-valid-tip {
    opacity: 1;
    visibility: visible; }
  .input-field .form-cta {
    background-color: #d4b171;
    height: 50px;
    line-height: 48px;
    font-size: 0.875em;
    letter-spacing: 1.4px;
    border: 0;
    width: 275px;
    display: block; }
    .input-field .form-cta:hover {
      color: #ffffff;
      background-color: #c49e5e; }
    @media (max-width: 767px) {
      .input-field .form-cta {
        width: 240px; } }
    @media (max-width: 480px) {
      .input-field .form-cta {
        width: 100%;
        margin-top: 30px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  will-change: transform;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  .header--magazine .header__quick-links-item {
    margin: 0 24px; }
    @media (max-width: 1280px) {
      .header--magazine .header__quick-links-item {
        margin: 0 11px; } }
    @media (max-width: 1024px) {
      .header--magazine .header__quick-links-item {
        margin: 0; } }
  .header--magazine .header__bottom:before {
    border-width: 1px 0 0; }
  .header--magazine .header__logo {
    height: inherit;
    margin: 0;
    width: inherit !important; }
    @media (max-width: 480px) {
      .header--magazine .header__logo {
        width: 225px !important; } }
    .header--magazine .header__logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .header--magazine .header__logo-wrapper {
    position: relative; }
    .header--magazine .header__logo-wrapper .inner {
      width: 50px;
      height: 58px;
      background-color: #287195;
      -webkit-box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.4);
      position: relative;
      margin-top: 2px; }
      @media (max-width: 480px) {
        .header--magazine .header__logo-wrapper .inner {
          width: 40px;
          height: 44px; } }
      .header--magazine .header__logo-wrapper .inner:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 25px solid transparent;
        border-top: 8px solid #287195; }
      .header--magazine .header__logo-wrapper .inner:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 0 solid transparent;
        border-top: 8px solid #287195; }
    .header--magazine .header__logo-wrapper img.logo {
      position: absolute;
      width: 39px;
      height: 37px;
      left: 6px;
      bottom: 0; }
      @media (max-width: 480px) {
        .header--magazine .header__logo-wrapper img.logo {
          width: 30px;
          height: 30px; } }
  .header--magazine .header__logo-text {
    color: #ffffff;
    text-align: center;
    padding: 35px 0 30px 35px; }
    @media (max-width: 1024px) {
      .header--magazine .header__logo-text {
        padding: 25px 0 25px 20px; } }
    @media (max-width: 480px) {
      .header--magazine .header__logo-text {
        padding: 12px 0 12px 8px; } }
    .header--magazine .header__logo-text .title {
      display: block;
      text-transform: uppercase;
      font-size: 1.125em;
      line-height: 1.22222;
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        .header--magazine .header__logo-text .title {
          font-size: 0.875em;
          line-height: 1.21429;
          margin-bottom: 0; } }
      @media (max-width: 480px) {
        .header--magazine .header__logo-text .title {
          font-size: 0.75em;
          line-height: 1.16667; } }
    .header--magazine .header__logo-text .sub-title {
      display: block;
      font-size: 1.0625em;
      line-height: 1.11765; }
      @media (max-width: 767px) {
        .header--magazine .header__logo-text .sub-title {
          font-size: 0.8125em;
          line-height: 1.15385; } }
      @media (max-width: 480px) {
        .header--magazine .header__logo-text .sub-title {
          font-size: 0.6875em;
          line-height: 1.18182; } }
  .header--magazine .header__menu-list-item.is-active a {
    border-bottom-color: #ffffff; }
  .header--magazine .header__bottom-line {
    border-bottom: 20px solid transparent;
    border-top: 1px solid #ffffff; }
  @media (max-width: 1024px) {
    .header--magazine .header__menu {
      top: 135px; } }
  @media (max-width: 767px) {
    .header--magazine .header__menu {
      top: 111px; } }
  @media (max-width: 480px) {
    .header--magazine .header__menu {
      top: 94px; } }
  .header--magazine .header__menu-trigger {
    margin-top: 46px; }
    @media (max-width: 1024px) {
      .header--magazine .header__menu-trigger {
        margin-top: 38px; } }
    @media (max-width: 767px) {
      .header--magazine .header__menu-trigger {
        margin-top: 35px; } }
    @media (max-width: 480px) {
      .header--magazine .header__menu-trigger {
        margin-top: 25px; } }
  .header__top {
    padding: 7px 30px;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .header__top {
        padding: 7px 20px; } }
    .header__top:after {
      display: table;
      clear: both;
      content: ''; }
  .header__language {
    float: left;
    font-size: 0.7375em;
    color: #4d4d4d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__language .title {
      letter-spacing: 0.2px; }
  .header__language-links {
    float: left;
    margin-left: 10px;
    position: relative; }
    .header__language-links li {
      display: block; }
      .header__language-links li a {
        color: #4d4d4d; }
  .header__language-trigger {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__language-trigger img {
      width: 19px;
      margin-right: 8px; }
    .header__language-trigger svg {
      margin-left: 8px;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
    .header__language-trigger.is-active svg {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .header__language-dropdown {
    border-top: 1px solid #e7e7e7;
    padding: 7px 11px;
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    width: 110px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    z-index: 3;
    right: 0;
    top: 18px; }
    .header__language-dropdown.is-active {
      visibility: visible;
      opacity: 1;
      -ms-transform: translateY(5px);
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
      @media (max-width: 1024px) {
        .header__language-dropdown.is-active {
          -ms-transform: translateY(3px);
          -webkit-transform: translateY(3px);
          transform: translateY(3px); } }
    .header__language-dropdown li {
      display: block;
      padding: 5px 0; }
      .header__language-dropdown li a {
        font-size: 12px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header__language-dropdown li a:hover {
          color: #053da5; }
        .header__language-dropdown li a img {
          width: 19px;
          margin-right: 8px; }
  .header__site-link {
    color: #d7962b;
    font-size: 0.75em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 2px 0 0 54px; }
    @media (max-width: 1024px) {
      .header__site-link {
        display: none; } }
    .header__site-link .icon {
      margin-left: 8px; }
  .header__quick-links {
    float: right; }
    @media (max-width: 1024px) {
      .header__quick-links {
        display: none; } }
    .header__quick-links--menu {
      display: none; }
      @media (max-width: 1024px) {
        .header__quick-links--menu {
          display: block;
          background-color: #ededed;
          width: 100%; }
          .header__quick-links--menu li {
            float: none;
            display: block;
            margin: 0;
            border-bottom: 1px solid #bfbfbf; }
            .header__quick-links--menu li a {
              display: block;
              padding: 16px 25px;
              color: #4d4d4d; } }
  .header__quick-links-item {
    float: left;
    margin: 0 18px; }
    .header__quick-links-item:last-child {
      margin-right: 0; }
    .header__quick-links-item a {
      text-transform: uppercase;
      will-change: opacity;
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s;
      font-size: 0.75em;
      color: #4d4d4d; }
      .header__quick-links-item a:hover {
        opacity: 0.8; }
  .header__bottom {
    background: #053da5;
    background: -webkit-linear-gradient(to bottom, #053da5, #1f3f7b);
    background: -o-linear-gradient(to bottom, #053da5, #1f3f7b);
    background: -webkit-gradient(linear, left top, left bottom, from(#053da5), to(#1f3f7b));
    background: -webkit-linear-gradient(top, #053da5, #1f3f7b);
    background: -o-linear-gradient(top, #053da5, #1f3f7b);
    background: linear-gradient(to bottom, #053da5, #1f3f7b);
    padding: 0 30px;
    position: relative; }
    @media (max-width: 767px) {
      .header__bottom {
        padding: 0 20px; } }
    .header__bottom:before {
      content: '';
      position: absolute;
      top: 1px;
      bottom: 1px;
      width: 100%;
      left: 0;
      right: 0;
      border-width: 1px 0;
      border-style: solid;
      border-color: #419BF9; }
    .header__bottom:after {
      display: table;
      clear: both;
      content: ''; }
  .header__logo {
    float: left;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
    .header__logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__logo img {
      width: 63px;
      height: 63px; }
      @media (max-width: 1280px) {
        .header__logo img {
          width: 50px;
          height: 50px; } }
    @media (max-width: 767px) {
      .header__logo {
        margin: 0; } }
    @media (max-width: 480px) {
      .header__logo {
        margin: 0;
        width: 182px; } }
  .header__logo-wrapper {
    position: relative; }
    .header__logo-wrapper .inner {
      width: 50px;
      height: 58px;
      background-color: #287195;
      -webkit-box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.4);
      position: relative;
      margin-top: 2px; }
      @media (max-width: 480px) {
        .header__logo-wrapper .inner {
          width: 40px;
          height: 44px; } }
      .header__logo-wrapper .inner:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 25px solid transparent;
        border-top: 8px solid #287195; }
      .header__logo-wrapper .inner:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 0 solid transparent;
        border-top: 8px solid #287195; }
    .header__logo-wrapper img.logo {
      position: absolute;
      width: 39px;
      height: 37px;
      left: 6px;
      bottom: 0; }
      @media (max-width: 480px) {
        .header__logo-wrapper img.logo {
          width: 30px;
          height: 30px; } }
  .header__logo-text {
    color: #ffffff;
    text-align: center;
    padding: 22px 0 22px 22px; }
    @media (max-width: 767px) {
      .header__logo-text {
        padding: 17px 0 17px 20px; } }
    @media (max-width: 480px) {
      .header__logo-text {
        padding: 12px 0 12px 8px; } }
    .header__logo-text .title {
      display: block;
      text-transform: uppercase;
      font-size: 1.125em;
      line-height: 1.22222;
      margin-bottom: 1px; }
      @media (max-width: 1280px) {
        .header__logo-text .title {
          font-size: 0.75em;
          line-height: 1.33333; } }
      @media (max-width: 767px) {
        .header__logo-text .title {
          font-size: 0.875em;
          line-height: 1.21429;
          margin-bottom: 0; } }
      @media (max-width: 480px) {
        .header__logo-text .title {
          font-size: 0.75em;
          line-height: 1.16667; } }
    .header__logo-text .sub-title {
      display: block;
      font-size: 1.0625em;
      line-height: 1.11765; }
      @media (max-width: 1280px) {
        .header__logo-text .sub-title {
          font-size: 0.875em;
          line-height: 1.14286;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .header__logo-text .sub-title {
          font-size: 0.8125em;
          line-height: 1.15385; } }
      @media (max-width: 480px) {
        .header__logo-text .sub-title {
          font-size: 0.6875em;
          line-height: 1.18182; } }
  .header__menu {
    float: right;
    margin: 48px 85px 0 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1280px) {
      .header__menu {
        margin: 39px 55px 0 0; } }
    @media (max-width: 1024px) {
      .header__menu {
        position: fixed;
        top: 105px;
        right: 0;
        width: 100%;
        overflow: auto;
        z-index: 9;
        margin: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        will-change: transform,opacity;
        background: #053da5;
        background: -webkit-linear-gradient(to bottom, #1f3f7b, #1c3766);
        background: -o-linear-gradient(to bottom, #1f3f7b, #1c3766);
        background: -webkit-gradient(linear, left top, left bottom, from(#1f3f7b), to(#1c3766));
        background: -webkit-linear-gradient(top, #1f3f7b, #1c3766);
        background: -o-linear-gradient(top, #1f3f7b, #1c3766);
        background: linear-gradient(to bottom, #1f3f7b, #1c3766);
        height: -webkit-calc(100vh - 105px);
        height: calc(100vh - 105px); } }
    @media (max-width: 767px) {
      .header__menu {
        top: 89px;
        height: -webkit-calc(100vh - 89px);
        height: calc(100vh - 89px); } }
    .header__menu.is-active {
      visibility: visible;
      opacity: 1;
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .header__menu-list {
    float: left; }
    @media (max-width: 1024px) {
      .header__menu-list {
        width: 100%;
        padding: 10px 0 0; } }
  .header__menu-list-item {
    float: left;
    padding: 0 12px;
    position: relative; }
    .header__menu-list-item:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 2px;
      height: 20px;
      background-color: rgba(255, 255, 255, 0.4);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 1280px) {
      .header__menu-list-item {
        padding: 0 10px; } }
    @media (max-width: 1024px) {
      .header__menu-list-item {
        display: block;
        float: none;
        padding: 0;
        border-bottom: 1px solid #5f84b2; }
        .header__menu-list-item:first-child {
          border-top: 1px solid #5f84b2; }
        .header__menu-list-item:after {
          display: none; } }
    .header__menu-list-item:last-child {
      margin-right: 0; }
    .header__menu-list-item.is-active a {
      border-bottom-color: #d4b171; }
      @media (max-width: 1024px) {
        .header__menu-list-item.is-active a {
          border-left: 5px solid #d4b171; } }
    .header__menu-list-item > a {
      color: #ffffff;
      text-transform: uppercase;
      padding: 12px 19px;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s;
      border-bottom: 5px solid transparent;
      font-size: 0.875em; }
      .header__menu-list-item > a:hover {
        opacity: 0.8; }
      .header__menu-list-item > a.is-active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      @media (max-width: 1280px) {
        .header__menu-list-item > a {
          padding: 12px 8px; } }
      @media (max-width: 1024px) {
        .header__menu-list-item > a {
          display: block;
          padding: 16px 25px;
          border-bottom: 0; } }
      .header__menu-list-item > a .icon {
        width: 8px;
        vertical-align: middle;
        margin: -2px 0 0 3px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s; }
        @media (max-width: 1024px) {
          .header__menu-list-item > a .icon {
            width: 12px;
            margin: 0;
            float: right;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
  .header__menu-dropdown {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background-color: #123E91;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    @media (max-width: 1024px) {
      .header__menu-dropdown {
        display: none; } }
    .header__menu-dropdown.is-active {
      visibility: visible;
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      @media (max-width: 1024px) {
        .header__menu-dropdown.is-active {
          display: block; } }
    @media (max-width: 1024px) {
      .header__menu-dropdown {
        position: relative;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0; } }
    .header__menu-dropdown li {
      border-bottom: 1px solid #5f84b2; }
      .header__menu-dropdown li:last-child {
        border-bottom: 0; }
      @media (max-width: 1024px) {
        .header__menu-dropdown li {
          margin: 0; } }
      .header__menu-dropdown li a {
        padding: 12px 5px;
        text-align: center;
        display: block;
        transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        font-size: 0.875em;
        color: #ffffff; }
        @media (max-width: 1024px) {
          .header__menu-dropdown li a {
            padding: 16px 25px;
            text-align: left; } }
  .header__menu-trigger {
    width: 26px;
    height: 14px;
    margin-top: 32px;
    position: relative;
    cursor: pointer;
    float: right;
    display: none;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .header__menu-trigger {
        display: block; } }
    @media (max-width: 767px) {
      .header__menu-trigger {
        margin-top: 25px; } }
    .header__menu-trigger i {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #ffffff;
      opacity: 1;
      right: 0;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
      .header__menu-trigger i:nth-child(1) {
        top: 0; }
      .header__menu-trigger i:nth-child(2), .header__menu-trigger i:nth-child(3) {
        top: 6px; }
      .header__menu-trigger i:nth-child(4) {
        top: 12px; }
    .header__menu-trigger.is-active {
      height: 24px; }
      .header__menu-trigger.is-active i:nth-child(1), .header__menu-trigger.is-active i:nth-child(4) {
        opacity: 0; }
      .header__menu-trigger.is-active i:nth-child(2) {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%; }
      .header__menu-trigger.is-active i:nth-child(3) {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%; }
  .header__search-trigger {
    color: #ffffff;
    float: right;
    font-size: 0.875em;
    cursor: pointer;
    margin-top: 46px;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 1280px) {
      .header__search-trigger {
        margin-top: 40px; } }
    @media (max-width: 1024px) {
      .header__search-trigger {
        margin: 30px 50px 0 0; } }
    @media (max-width: 767px) {
      .header__search-trigger {
        margin: 23px 30px 0 0; } }
    .header__search-trigger.is-active .icon {
      fill: #d4b171; }
    .header__search-trigger span {
      vertical-align: middle; }
      @media (max-width: 767px) {
        .header__search-trigger span {
          display: none; } }
    .header__search-trigger .icon {
      width: 19px;
      height: 19px;
      vertical-align: middle;
      margin-left: 22px;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
      @media (max-width: 767px) {
        .header__search-trigger .icon {
          width: 17px;
          height: 17px; } }

.header-search {
  background-color: #231f20;
  height: 125px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 25px;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  .header-search.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .header-search.is-active ~ .header {
      transform: translateY(125px);
      -ms-transform: translateY(125px);
      -webkit-transform: translateY(125px);
      transform: translateY(125px); }
    .header-search.is-active ~ .main__wrapper {
      -ms-transform: translateY(125px) !important;
      -webkit-transform: translateY(125px) !important;
      transform: translateY(125px) !important; }
  .header-search__close {
    cursor: pointer; }
    .header-search__close:after {
      clear: both;
      content: " ";
      display: block; }
    .header-search__close svg {
      fill: #b4b3b4;
      float: right;
      margin-right: 50px;
      height: 14px;
      width: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 1024px) {
        .header-search__close svg {
          margin-right: 0; } }
  .header-search__form {
    max-width: 952px;
    margin: 20px auto 0;
    position: relative; }
    .header-search__form input[type="search"] {
      width: 100%;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #555;
      background: transparent;
      height: 40px;
      padding: 0 10px;
      font-size: 0.9375em;
      color: #fff;
      transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s; }
      .header-search__form input[type="search"]::-webkit-input-placeholder {
        color: #a9a9a9;
        opacity: 1; }
      .header-search__form input[type="search"]:-ms-input-placeholder {
        color: #a9a9a9;
        opacity: 1; }
      .header-search__form input[type="search"]::-ms-input-placeholder {
        color: #a9a9a9;
        opacity: 1; }
      .header-search__form input[type="search"]::placeholder {
        color: #a9a9a9;
        opacity: 1; }
      .header-search__form input[type="search"]:focus {
        border-color: #757575; }
    .header-search__form input[type="submit"] {
      border: 0;
      background: url("../images/search.png") no-repeat 0 0 transparent;
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 21px;
      height: 21px; }

.footer {
  border-top: 4px solid #e6e6e6;
  padding: 42px 4.02%; }
  .footer:after {
    display: table;
    content: '';
    clear: both; }
  @media (max-width: 1024px) {
    .footer__nav-content {
      width: 65%;
      float: left; } }
  @media (max-width: 767px) {
    .footer__nav-content {
      width: 100%; } }
  @media (max-width: 480px) {
    .footer__nav-content {
      display: none; } }
  .footer__nav-content ul {
    float: left;
    margin-right: 5.85%; }
    @media (max-width: 1024px) {
      .footer__nav-content ul {
        margin-right: 0;
        width: 33.33%;
        padding-right: 15px; } }
    .footer__nav-content ul li {
      margin-bottom: 10px; }
      .footer__nav-content ul li:last-child {
        margin-bottom: 0; }
      .footer__nav-content ul li a {
        color: #5e5e5e;
        font-size: 0.75em;
        text-transform: uppercase;
        padding: 4px 0;
        display: table;
        line-height: 1.33333;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s; }
        .footer__nav-content ul li a:hover {
          color: #053da5; }
        @media (max-width: 767px) {
          .footer__nav-content ul li a {
            font-size: 0.6875em; } }
  .footer__info {
    float: left; }
    @media (max-width: 1024px) {
      .footer__info {
        width: 35%; } }
    @media (max-width: 767px) {
      .footer__info {
        width: 100%;
        margin-top: 40px; } }
    @media (max-width: 480px) {
      .footer__info {
        margin-top: 0; } }
    .footer__info li {
      font-size: 0.75em;
      line-height: 1.75;
      color: #5e5e5e; }
      .footer__info li a {
        color: #5e5e5e;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s; }
        .footer__info li a:hover {
          color: #053da5; }
      .footer__info li .btn {
        margin-top: 10px;
        color: #053da5;
        padding-bottom: 3px; }
  .footer__social-links {
    float: right; }
    @media (max-width: 1024px) {
      .footer__social-links {
        clear: left;
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .footer__social-links {
        float: left; } }
    .footer__social-links ul li {
      display: inline-block;
      margin-right: 6px;
      text-transform: uppercase; }
      .footer__social-links ul li:last-child {
        margin-right: 11px; }
      .footer__social-links ul li:last-child {
        margin-right: 0; }
      .footer__social-links ul li a:hover .icon {
        fill: #053da5; }
      .footer__social-links ul li .icon {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        fill: #a0a0a0;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        color: #053da5; }

.newsletter {
  padding: 110px 0; }
  @media (max-width: 767px) {
    .newsletter {
      padding: 70px 0; } }
  @media (max-width: 480px) {
    .newsletter {
      padding: 60px 0 50px; } }
  .newsletter h2 {
    display: table;
    padding: 11px 38px;
    border: solid 7px #F4F4F4;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    text-align: center; }
    @media (max-width: 480px) {
      .newsletter h2 {
        padding: 6px 15px;
        border-width: 5px;
        letter-spacing: 2.2px; } }
  .newsletter__form {
    max-width: 635px;
    margin: 75px auto 0;
    text-align: center; }
    @media (max-width: 767px) {
      .newsletter__form {
        margin-top: 65px; } }
    @media (max-width: 480px) {
      .newsletter__form {
        margin-top: 55px; } }
  .newsletter__input {
    float: left;
    width: 70%;
    height: 48px;
    padding: 0 23px;
    font-size: 1em;
    border-width: 0;
    background-color: #eeeeee; }
    .newsletter__input::-webkit-input-placeholder {
      color: #999999;
      opacity: 1; }
    .newsletter__input:-ms-input-placeholder {
      color: #999999;
      opacity: 1; }
    .newsletter__input::-ms-input-placeholder {
      color: #999999;
      opacity: 1; }
    .newsletter__input::placeholder {
      color: #999999;
      opacity: 1; }
    @media (max-width: 480px) {
      .newsletter__input {
        font-size: 0.875em;
        width: 81.45%; } }
  .newsletter__cta {
    float: left;
    width: 30%;
    height: 48px;
    font-size: 0.875em;
    letter-spacing: 1.4px;
    background-color: #c5a458; }
    .newsletter__cta:hover {
      background-color: #d4b171; }
    @media (max-width: 480px) {
      .newsletter__cta {
        width: 18.55%; } }
    .newsletter__cta .icon {
      width: 28px;
      height: 24px;
      display: none; }
      @media (max-width: 480px) {
        .newsletter__cta .icon {
          display: inline; } }
  .newsletter__check-content {
    display: table;
    margin: 50px auto 0; }
    @media (max-width: 480px) {
      .newsletter__check-content {
        margin-top: 40px;
        display: block; } }
    .newsletter__check-content .custom-check {
      margin: 0 78px 0 0; }
      .newsletter__check-content .custom-check:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .newsletter__check-content .custom-check {
          margin: 0 18px 0 0; } }
      @media (max-width: 480px) {
        .newsletter__check-content .custom-check {
          margin: 0 0 22px 0;
          width: 50%; } }
      @media (max-width: 767px) {
        .newsletter__check-content .custom-check label {
          font-size: 0.75em; }
          .newsletter__check-content .custom-check label:after {
            top: 0; } }

.custom-check {
  display: inline-block;
  position: relative;
  margin: 2px 0 6px 12px;
  float: left;
  cursor: pointer; }
  .custom-check input[type="checkbox"] {
    display: none; }
  .custom-check label {
    font-size: 0.875em;
    padding-left: 30px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: -1;
    letter-spacing: 0.4px; }
    .custom-check label:after {
      border-radius: 5px;
      background-color: #eeeeee;
      content: "";
      height: 18px;
      width: 18px;
      position: absolute;
      top: 1px;
      left: 0;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
    .custom-check label:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      z-index: 1;
      height: 6px;
      width: 11px;
      border-width: 0 0 2px 2px;
      border-style: solid;
      border-color: #ffffff;
      -ms-transform: rotate(-42deg);
      -webkit-transform: rotate(-42deg);
      transform: rotate(-42deg);
      opacity: 0;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
    .custom-check label.is-active:after {
      background-color: #053da5; }
    .custom-check label.is-active:before {
      opacity: 1; }
  .custom-check--tags {
    margin: 0 20px 10px 0; }
    @media (max-width: 767px) {
      .custom-check--tags {
        margin: 0 10px 10px 0; } }
    .custom-check--tags label {
      border-radius: 100px;
      border: solid 1px #808080;
      text-align: center;
      padding: 11px 14px;
      min-width: 165px;
      display: block;
      letter-spacing: 1.1px;
      color: #808080;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
      @media (max-width: 767px) {
        .custom-check--tags label {
          text-align: center;
          padding: 9px 14px;
          min-width: 145px;
          letter-spacing: 0.9px;
          font-size: 0.6875em; } }
      @media (max-width: 480px) {
        .custom-check--tags label {
          min-width: inherit !important; } }
      .custom-check--tags label:after, .custom-check--tags label:before {
        display: none; }
      .custom-check--tags label.is-active {
        border-color: #053da5;
        color: #ffffff !important;
        background-color: #053da5; }
    .custom-check--tags:hover label {
      border-color: #053da5;
      color: #053da5; }
  .custom-check--tags-small label {
    text-align: center;
    padding: 9px 14px;
    min-width: 145px;
    letter-spacing: 0.9px;
    font-size: 0.6875em; }

.news-slider {
  padding: 35px 0 0; }
  @media (max-width: 767px) {
    .news-slider {
      padding-top: 25px; } }
  .news-slider__item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 3.02%; }
    @media (max-width: 480px) {
      .news-slider__item-content {
        padding: 0; } }
  .news-slider__img {
    width: 24.57%;
    margin-top: 27px; }
  .news-slider__text {
    width: 75.42%;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .news-slider__text {
        padding: 0 20px; } }
    .news-slider__text .date {
      letter-spacing: 0.6px;
      color: #808080;
      display: block;
      font-size: 0.75em; }
    .news-slider__text h3 {
      font-size: 1.0625em;
      letter-spacing: 0.2px;
      line-height: 1.17647;
      margin-bottom: 20px;
      text-transform: uppercase;
      margin: 13px 0 10px; }
      @media (max-width: 1024px) {
        .news-slider__text h3 {
          font-size: 0.9375em; } }
    .news-slider__text p {
      font-size: 0.875em;
      line-height: 1.5;
      color: #666666;
      margin-bottom: 16px; }
      @media (max-width: 1024px) {
        .news-slider__text p {
          font-size: 0.8125em;
          line-height: 1.46154; } }
    .news-slider__text .btn {
      font-size: 0.6875em;
      letter-spacing: 1.1px; }
  @media (max-width: 767px) {
    .news-slider .slick-arrow {
      top: auto;
      bottom: 45px; } }
  .news-slider .slick-arrow:hover svg {
    opacity: 0.9; }
  .news-slider .slick-arrow svg {
    fill: #a6a6a6; }
    @media (max-width: 767px) {
      .news-slider .slick-arrow svg {
        width: 18px;
        height: 18px; } }
  @media (max-width: 767px) {
    .news-slider .slick-arrow.slick-prev {
      left: 43%; } }
  @media (max-width: 480px) {
    .news-slider .slick-arrow.slick-prev {
      left: 40%; } }
  @media (max-width: 767px) {
    .news-slider .slick-arrow.slick-next {
      right: 43%; } }
  @media (max-width: 480px) {
    .news-slider .slick-arrow.slick-next {
      right: 40%; } }
  .news-slider__slider-number {
    font-size: 1.125em;
    position: absolute;
    top: 72px;
    right: 72px; }
    @media (max-width: 1024px) {
      .news-slider__slider-number {
        right: 27px; } }
    @media (max-width: 767px) {
      .news-slider__slider-number {
        font-size: 1em;
        right: 21px;
        top: 54px; } }
    @media (max-width: 480px) {
      .news-slider__slider-number {
        font-size: 0.875em; } }
  .news-slider__current-slide {
    color: #053da5;
    float: left; }
  .news-slider__slide-total-number {
    color: #727272;
    float: left; }

.custom-search {
  padding: 38px 0 50px; }
  @media (max-width: 767px) {
    .custom-search {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .custom-search {
      padding: 30px 0 30px; } }
  .custom-search h2 {
    font-size: 1em;
    line-height: 1.5;
    color: #4d4d4d;
    letter-spacing: 1.6px; }
  .custom-search__form {
    width: 52.7%;
    text-align: center; }
    @media (max-width: 1024px) {
      .custom-search__form {
        width: 62%; } }
    @media (max-width: 767px) {
      .custom-search__form {
        width: 82%; } }
    @media (max-width: 480px) {
      .custom-search__form {
        width: 100%; } }
  .custom-search__input {
    float: left;
    width: 70.83%;
    height: 50px;
    padding: 0 23px;
    font-size: 1em;
    border-width: 0;
    background-color: #eeeeee; }
    .custom-search__input::-webkit-input-placeholder {
      color: #999999;
      opacity: 1; }
    .custom-search__input:-ms-input-placeholder {
      color: #999999;
      opacity: 1; }
    .custom-search__input::-ms-input-placeholder {
      color: #999999;
      opacity: 1; }
    .custom-search__input::placeholder {
      color: #999999;
      opacity: 1; }
    @media (max-width: 480px) {
      .custom-search__input {
        font-size: 0.875em;
        width: 81.45%; } }
  .custom-search__cta {
    float: left;
    width: 29.16%;
    height: 50px;
    font-size: 0.875em;
    letter-spacing: 1.4px;
    background-color: #c5a458; }
    .custom-search__cta:hover {
      background-color: #d4b171; }
    @media (max-width: 480px) {
      .custom-search__cta {
        width: 18.55%; } }
    .custom-search__cta .icon {
      width: 28px;
      height: 24px;
      display: none; }
      @media (max-width: 480px) {
        .custom-search__cta .icon {
          display: inline; } }

.breadcrumb {
  padding: 30px 0 8px; }
  @media (max-width: 480px) {
    .breadcrumb {
      padding: 18px 0 8px; } }
  .breadcrumb:after {
    content: '';
    clear: both;
    display: table; }
  .breadcrumb__list li {
    float: left;
    font-size: 0.875em;
    color: #4d4d4d;
    position: relative;
    padding: 0 30px 0 0;
    margin-bottom: 8px;
    letter-spacing: 0.7px; }
    .breadcrumb__list li:first-child {
      padding-left: 0; }
    .breadcrumb__list li:last-child:after {
      display: none; }
    .breadcrumb__list li:after {
      border-bottom: 1px solid #4d4d4d;
      border-left: 1px solid #4d4d4d;
      content: "";
      height: 8px;
      width: 8px;
      position: absolute;
      right: 14px;
      top: 3px;
      -webkit-transform: rotate(-140deg);
      -ms-transform: rotate(-140deg);
      transform: rotate(-140deg); }
    .breadcrumb__list li a {
      color: #4d4d4d;
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s; }
      .breadcrumb__list li a:hover {
        opacity: 0.8; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
    cursor: hand; }

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

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*Home page*/
@media (max-width: 767px) {
  .main-slider {
    padding-bottom: 45px; } }

.main-slider .slick-slider {
  position: static; }

.main-slider .slick-list {
  z-index: 1; }

.main-slider__item {
  padding: 0em;
  position: relative; }
  .main-slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .main-slider__item--black:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .main-slider__item--black h1, .main-slider__item--black p, .main-slider__item--black a {
    color: #ffffff !important; }
  .main-slider__item--black .btn {
    border-bottom-color: #ffffff; }
  .main-slider__item--text .main-slider__img {
    display: none; }
  .main-slider__item--text .main-slider__item-content {
    max-width: inherit; }
  .main-slider__item--text .main-slider__text {
    padding: 0 4%;
    width: 46.33%; }
    @media (max-width: 1280px) {
      .main-slider__item--text .main-slider__text {
        width: 56.33%; } }
    @media (max-width: 1024px) {
      .main-slider__item--text .main-slider__text {
        width: 66.33%; } }
    @media (max-width: 767px) {
      .main-slider__item--text .main-slider__text {
        width: 90%; } }
  .main-slider__item .media__wrapper {
    padding-bottom: 38.54%; }

.main-slider__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1600px) {
    .main-slider__item-content {
      max-width: 960px; } }
  @media (max-width: 1024px) {
    .main-slider__item-content {
      max-width: 760px; } }
  @media (max-width: 767px) {
    .main-slider__item-content {
      padding: 0 20px; } }
  @media (max-width: 480px) {
    .main-slider__item-content {
      -webkit-align-items: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.main-slider__img {
  width: 23.7%;
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.7); }
  @media (max-width: 1600px) {
    .main-slider__img {
      width: 29%; } }
  @media (max-width: 1024px) {
    .main-slider__img {
      width: 30%; } }

.main-slider__text {
  padding-left: 150px;
  width: 76.3%; }
  @media (max-width: 1600px) {
    .main-slider__text {
      width: 69.5%; } }
  @media (max-width: 1024px) {
    .main-slider__text {
      padding-left: 50px;
      width: 70%; } }
  @media (max-width: 767px) {
    .main-slider__text {
      padding-left: 30px; } }
  @media (max-width: 480px) {
    .main-slider__text {
      padding-left: 20px; } }
  .main-slider__text h1 {
    font-size: 2.5em;
    line-height: 1.15;
    color: #053da5;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .main-slider__text h1 {
        font-size: 1.875em;
        line-height: 1.2;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .main-slider__text h1 {
        font-size: 1.5em;
        line-height: 1.33333;
        margin-bottom: 12px; } }
    @media (max-width: 480px) {
      .main-slider__text h1 {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-bottom: 8px; } }
  .main-slider__text p {
    line-height: 1.625;
    margin-bottom: 38px; }
    @media (max-width: 1024px) {
      .main-slider__text p {
        font-size: 0.875em;
        line-height: 1.71429;
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .main-slider__text p {
        font-size: 0.8125em;
        line-height: 1.53846;
        margin-bottom: 22px; } }
    @media (max-width: 480px) {
      .main-slider__text p {
        margin-bottom: 10px;
        line-height: 1.38462; } }
  @media (max-width: 767px) {
    .main-slider__text .btn {
      font-size: 0.8125em; } }

@media (max-width: 1024px) {
  .main-slider .slick-arrow {
    display: none !important; } }

.main-slider__slider-number {
  font-size: 1.125em;
  position: absolute;
  top: 40px;
  right: 72px;
  z-index: 1; }
  @media (max-width: 1024px) {
    .main-slider__slider-number {
      top: 30px;
      right: 27px; } }
  @media (max-width: 767px) {
    .main-slider__slider-number {
      font-size: 1em;
      right: 21px; } }
  @media (max-width: 480px) {
    .main-slider__slider-number {
      font-size: 0.875em;
      top: 15px; } }

.main-slider__current-slide {
  color: #053da5;
  float: left; }

.main-slider__slide-total-number {
  color: #727272;
  float: left; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  z-index: 2; }
  .slick-arrow:hover svg {
    opacity: 0.9; }
  .slick-arrow svg {
    fill: #053da5;
    width: 23px;
    height: 23px;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
  .slick-arrow.slick-prev {
    left: 23px; }
  .slick-arrow.slick-next {
    right: 23px; }

.slick-dots {
  bottom: 25px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2; }
  @media (max-width: 480px) {
    .slick-dots {
      bottom: 20px; } }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 11px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background: #d4b171; }
    .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      padding: 0;
      background-color: #053da5;
      border-radius: 50%;
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s; }
      .slick-dots li button:hover {
        background: #d4b171; }

.news {
  padding: 70px 3.12% 120px; }
  .news .slick-slider {
    position: static; }
  @media (max-width: 1024px) {
    .news {
      padding: 60px 3% 100px; } }
  @media (max-width: 767px) {
    .news {
      padding: 50px 3% 80px; } }
  @media (max-width: 480px) {
    .news {
      padding: 50px 20px 100px; } }
  .news h2 {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #999999; }

.mision {
  position: relative; }
  .mision .media__wrapper {
    padding-bottom: 40.4%; }
    @media (max-width: 1024px) {
      .mision .media__wrapper {
        height: 460px;
        padding-bottom: 0; }
        .mision .media__wrapper img {
          bottom: -9999px;
          height: 100%;
          left: -9999px;
          margin: auto;
          max-width: initial;
          min-width: 100%;
          position: absolute;
          right: -9999px;
          top: -9999px;
          width: auto; } }
    @media (max-width: 767px) {
      .mision .media__wrapper {
        height: 320px; } }
    @media (max-width: 480px) {
      .mision .media__wrapper {
        height: 280px; } }
  .mision__info {
    position: absolute;
    top: 0;
    left: 0;
    background: #053da5;
    background: -webkit-linear-gradient(to bottom, #053da5, #1f3f7b);
    background: -o-linear-gradient(to bottom, #053da5, #1f3f7b);
    background: -webkit-gradient(linear, left top, left bottom, from(#053da5), to(#1f3f7b));
    background: -webkit-linear-gradient(top, #053da5, #1f3f7b);
    background: -o-linear-gradient(top, #053da5, #1f3f7b);
    background: linear-gradient(to bottom, #053da5, #1f3f7b);
    padding: 100px 11.71% 100px 3.12%;
    width: 100%;
    max-width: 682px;
    z-index: 1; }
    @media (max-width: 1280px) {
      .mision__info {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      .mision__info {
        position: relative;
        width: 100%;
        max-width: inherit;
        padding: 80px 20px; } }
    @media (max-width: 480px) {
      .mision__info {
        padding: 55px 20px 60px; } }
    .mision__info h2 {
      font-size: 1em;
      line-height: 1.5;
      color: #d4b171;
      margin-bottom: 25px;
      letter-spacing: 1.6px; }
    .mision__info p {
      color: #ffffff;
      font-size: 0.875em;
      line-height: 1.71429;
      margin-bottom: 30px; }
    .mision__info .btn {
      font-size: 0.75em;
      border-color: #9dbdfb; }
      .mision__info .btn:after {
        border-color: #3373ea; }
      .mision__info .btn:hover {
        color: #ffffff; }

/*Category page*/
.category__item-content {
  display: inherit !important; }
  .category__item-content:after {
    display: table;
    content: '';
    clear: both; }
  .category__item-content--top-space {
    margin-top: 55px; }
    @media (max-width: 480px) {
      .category__item-content--top-space {
        margin-top: 35px; } }

.category__item {
  margin-bottom: 85px;
  width: 30.92105%;
  float: left; }
  .category__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .category__item:nth-child(3n + 2) {
    margin-left: 34.53947%;
    margin-right: -100%;
    clear: none; }
  .category__item:nth-child(3n + 3) {
    margin-left: 69.07895%;
    margin-right: -100%;
    clear: none; }
  @media (max-width: 1600px) {
    .category__item {
      width: 48.19079%;
      float: left; }
      .category__item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .category__item:nth-child(2n + 2) {
        margin-left: 51.80921%;
        margin-right: -100%;
        clear: none; } }
  .category__item:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 767px) {
    .category__item:last-child {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .category__item {
      width: 100%;
      float: left;
      float: none;
      margin-bottom: 55px; }
      .category__item:nth-child(1n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none; }
      .category__item:after {
        display: table;
        clear: both;
        content: ''; } }
  @media (max-width: 480px) {
    .category__item {
      margin-bottom: 45px; } }
  .category__item--small {
    width: 100%;
    float: left;
    margin-bottom: 60px !important;
    float: none; }
    .category__item--small:nth-child(1n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 1024px) {
      .category__item--small {
        margin-bottom: 30px !important; } }
    .category__item--small .category__item-img {
      width: 10.4%; }
      @media (max-width: 1024px) {
        .category__item--small .category__item-img {
          width: 18%; } }
      @media (max-width: 480px) {
        .category__item--small .category__item-img {
          width: 25%; } }
      .category__item--small .category__item-img .number {
        text-align: center;
        margin-top: 4px;
        font-size: 0.6875em; }
    .category__item--small .category__item-img-wrapper {
      padding: 7px 12px; }
      @media (max-width: 480px) {
        .category__item--small .category__item-img-wrapper {
          padding: 4px 6px; } }
    .category__item--small .category__item-text {
      width: 89.6%;
      padding: 0 27.2% 0 3.3%; }
      @media (max-width: 1024px) {
        .category__item--small .category__item-text {
          padding-right: 10%;
          width: 82%; } }
      @media (max-width: 480px) {
        .category__item--small .category__item-text {
          width: 75%;
          padding: 0 0 0 15px; } }
  .category__item--researcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1280px) {
      .category__item--researcher {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .category__item--researcher .category__item-img-wrapper {
      padding: 0;
      margin-bottom: 10px; }
    .category__item--researcher .category__item-text h2 {
      letter-spacing: 1.5px;
      font-size: 1.1875em;
      line-height: 1.10526;
      margin-bottom: 18px; }
      @media (max-width: 1024px) {
        .category__item--researcher .category__item-text h2 {
          font-size: 1.0625em;
          line-height: 1.11765; } }
      @media (max-width: 480px) {
        .category__item--researcher .category__item-text h2 {
          font-size: 1em;
          line-height: 1.125;
          margin-bottom: 14px; } }
    .category__item--researcher .category__item-text p {
      font-size: 0.9375em;
      line-height: 1.53333;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .category__item--researcher .category__item-text p {
          font-size: 0.875em;
          line-height: 1.57143; } }
      @media (max-width: 480px) {
        .category__item--researcher .category__item-text p {
          font-size: 0.75em;
          line-height: 1.5; } }
    .category__item--researcher .category__item-text .tags-content--small {
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .category__item--researcher .category__item-text .tags-content--small {
          margin-top: 15px; } }
    .category__item--researcher .category__item-text .custom-check--tags-small {
      margin-right: 10px; }
      .category__item--researcher .category__item-text .custom-check--tags-small label {
        font-size: 0.625em;
        line-height: 1.2;
        padding: 7px 28px 6px;
        min-width: 102px; }
        @media (max-width: 1024px) {
          .category__item--researcher .category__item-text .custom-check--tags-small label {
            padding: 7px 10px 6px; } }
  .category__item--news .category__item-img {
    width: 18.31%; }
    @media (max-width: 1024px) {
      .category__item--news .category__item-img {
        width: 22%; } }
    @media (max-width: 480px) {
      .category__item--news .category__item-img {
        width: 30%; } }
  .category__item--news .category__item-img-wrapper {
    padding: 0; }
  .category__item--news .category__item-text {
    width: 81.69%; }
    @media (max-width: 1024px) {
      .category__item--news .category__item-text {
        width: 78%; } }
    @media (max-width: 480px) {
      .category__item--news .category__item-text {
        width: 70%; } }
    .category__item--news .category__item-text h2 {
      font-size: 1em;
      line-height: 1.1875;
      margin-bottom: 14px;
      color: #333; }
      @media (max-width: 480px) {
        .category__item--news .category__item-text h2 {
          font-size: 0.9375em;
          line-height: 1.13333; } }
    .category__item--news .category__item-text p {
      font-size: 0.875em;
      line-height: 1.5;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .category__item--news .category__item-text p {
          font-size: 0.75em;
          line-height: 1.58333; } }
    .category__item--news .category__item-text .btn {
      font-size: 0.6875em;
      margin-top: 45px;
      color: #053da5;
      padding-bottom: 8px; }
      .category__item--news .category__item-text .btn:hover {
        background-color: transparent; }
      @media (max-width: 767px) {
        .category__item--news .category__item-text .btn {
          margin-top: 25px; } }

.category__item-img {
  width: 22.4%;
  float: left; }
  @media (max-width: 480px) {
    .category__item-img {
      width: 25%; } }
  .category__item-img .number {
    font-size: 0.75em;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #808080;
    display: block;
    text-align: right;
    margin-top: 15px; }
    @media (max-width: 480px) {
      .category__item-img .number {
        font-size: 0.625em;
        line-height: 1.9;
        margin-top: 10px; } }

.category__item-img-wrapper {
  padding: 12px 20px;
  background-color: #efefef; }
  @media (max-width: 1024px) {
    .category__item-img-wrapper {
      padding: 6px 10px; } }
  @media (max-width: 480px) {
    .category__item-img-wrapper {
      padding: 4px 6px; } }

.category__item-text {
  padding: 0 0 0 4.8%;
  width: 77.6%;
  float: left; }
  @media (max-width: 767px) {
    .category__item-text {
      padding: 0 0 0 30px; } }
  @media (max-width: 480px) {
    .category__item-text {
      width: 75%;
      padding: 0 0 0 15px; } }
  .category__item-text .category-title {
    font-size: 0.625em;
    letter-spacing: 0.4px;
    color: #808080;
    display: block;
    margin-bottom: 12px; }
  .category__item-text h2 {
    font-size: 0.875em;
    line-height: 1.5;
    color: #053da5;
    margin-bottom: 10px; }
  .category__item-text p {
    font-size: 0.8125em;
    line-height: 1.53846;
    margin-bottom: 38px;
    color: #666666; }
    @media (max-width: 1024px) {
      .category__item-text p {
        font-size: 0.875em;
        line-height: 1.71429;
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .category__item-text p {
        font-size: 0.8125em;
        line-height: 1.53846;
        margin-bottom: 22px; } }
    @media (max-width: 480px) {
      .category__item-text p {
        margin-bottom: 10px;
        line-height: 1.38462; } }

.category__item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .category__item-author--big {
    margin-bottom: 20px; }
    .category__item-author--big .category__item-author-img {
      width: 38px;
      height: 38px; }
    .category__item-author--big .category__item-author-info {
      padding-left: 20px;
      font-size: 1.0625em; }

.category__item-author-img {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 15px; }
  .category__item-author-img:first-child {
    margin-left: 0; }

.category__item-author-info {
  font-size: 0.75em;
  color: #053da5;
  padding-left: 15px; }

.tags-content {
  margin: 20px 0 100px; }
  @media (max-width: 767px) {
    .tags-content {
      margin: 10px 0 60px; } }
  .tags-content--small {
    margin-bottom: 70px; }
  .tags-content--publications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 15px; }
    .tags-content--publications .tags-content__list {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 0 0 30px; }
      .tags-content--publications .tags-content__list .custom-check {
        margin: 0 10px 10px 0; }
  .tags-content--disable-click .custom-check {
    pointer-events: none; }
  .tags-content__title {
    padding-top: 5px; }
  .tags-content li {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important; }
    .tags-content li:after {
      display: none !important; }
  .tags-content:after {
    display: table;
    clear: both;
    content: ''; }

/*Author*/
.author h1 {
  margin: 50px 0 42px;
  font-size: 2.3125em;
  line-height: 1.08108;
  color: #053da5; }
  @media (max-width: 1024px) {
    .author h1 {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .author h1 {
      font-size: 1.75em;
      line-height: 1.14286; } }
  @media (max-width: 480px) {
    .author h1 {
      margin-bottom: 30px; } }

.author__left-side {
  width: 29.28%;
  float: left; }
  @media (max-width: 767px) {
    .author__left-side {
      width: 100%; } }

.author__right-side {
  width: 70.71%;
  float: left;
  padding-left: 8.19%; }
  @media (max-width: 1024px) {
    .author__right-side {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .author__right-side {
      width: 100%;
      padding-left: 0;
      margin-top: 50px; } }

.author__image .media__wrapper {
  max-width: 250px; }
  @media (max-width: 767px) {
    .author__image .media__wrapper {
      max-width: 100%;
      text-align: center; } }
  .author__image .media__wrapper img {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto; }

.author__quick-info {
  margin: 46px 0 20px;
  padding: 0 10% 82px;
  border-bottom: 1px solid #b6b6b6; }
  @media (max-width: 1024px) {
    .author__quick-info {
      padding: 0 3% 40px; } }
  @media (max-width: 767px) {
    .author__quick-info {
      padding: 0 10% 40px; } }
  @media (max-width: 480px) {
    .author__quick-info {
      padding: 0 0 40px; } }
  .author__quick-info li {
    color: #808080;
    font-size: 1.125em;
    margin-bottom: 17px; }
    @media (max-width: 1024px) {
      .author__quick-info li {
        font-size: 1em; } }
    @media (max-width: 767px) {
      .author__quick-info li {
        font-size: 0.875em; } }
    .author__quick-info li:after {
      display: table;
      content: '';
      clear: both; }
    .author__quick-info li a {
      color: #808080; }
    .author__quick-info li span {
      display: block; }
    .author__quick-info li .title {
      width: 27%;
      float: left;
      text-align: right; }
    .author__quick-info li .info {
      width: 73%;
      float: left;
      padding-left: 24px; }

.author__other-info {
  padding-top: 50px;
  margin-bottom: 6px; }
  @media (max-width: 1024px) {
    .author__other-info {
      padding-top: 40px; } }
  .author__other-info .title {
    color: #808080;
    font-size: 0.8125em;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 28px; }

.author__other-info-item {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 16px;
  padding-right: 18.75%;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .author__other-info-item {
      padding-right: 0; } }
  .author__other-info-item:last-child {
    margin-bottom: 0; }
  .author__other-info-item h3 {
    letter-spacing: 0.6px;
    font-size: 1em; }
  .author__other-info-item p {
    letter-spacing: 0.6px;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0; }
  .author__other-info-item--education {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 28px; }

.author__resume {
  border-top: 1px solid #b6b6b6;
  padding-top: 27px;
  margin-top: 58px; }
  .author__resume a {
    letter-spacing: 0.6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .author__resume a span {
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s; }
    .author__resume a .icon {
      width: 42px;
      height: 48px;
      margin-left: 27px; }
    .author__resume a:hover span {
      opacity: 0.7; }

.author__info-text {
  color: #666666;
  font-size: 1.0625em;
  line-height: 1.64706;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .author__info-text {
      font-size: 0.875em;
      line-height: 1.57143;
      margin-bottom: 40px; } }

/*General text*/
.general-text {
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .general-text {
      margin-bottom: 40px; } }
  .general-text .breadcrumb {
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .general-text .breadcrumb {
        margin-bottom: 30px; } }
  .general-text__left-side {
    float: left;
    width: 67.05%;
    padding-right: 9.51%;
    padding-top: 4%; }
    @media (max-width: 767px) {
      .general-text__left-side {
        width: 100%;
        padding-right: 0; } }
    .general-text__left-side h1 {
      font-size: 2.25em;
      line-height: 1.19444;
      margin-bottom: 45px; }
      @media (max-width: 1024px) {
        .general-text__left-side h1 {
          font-size: 2em;
          line-height: 1.1875;
          margin-bottom: 35px; } }
      @media (max-width: 1024px) {
        .general-text__left-side h1 {
          font-size: 1.75em;
          line-height: 1.14286;
          margin-bottom: 25px; } }
    .general-text__left-side h2 {
      font-size: 1.1875em;
      line-height: 1.26316;
      letter-spacing: 0.8px;
      padding-bottom: 30px;
      margin: 0; }
      @media (max-width: 480px) {
        .general-text__left-side h2 {
          font-size: 1.0625em;
          line-height: 1.17647;
          padding-bottom: 20px; } }
    .general-text__left-side p {
      font-size: 1.0625em;
      line-height: 1.64706;
      color: #666;
      margin-bottom: 42px; }
      @media (max-width: 480px) {
        .general-text__left-side p {
          font-size: 0.875em;
          line-height: 1.57143;
          margin-bottom: 30px; } }
    .general-text__left-side ul {
      padding: 10px 0; }
      .general-text__left-side ul li {
        font-size: 1.0625em;
        line-height: 1.64706;
        color: #7e8083;
        margin-bottom: 18px;
        padding-left: 54px;
        position: relative; }
        @media (max-width: 480px) {
          .general-text__left-side ul li {
            font-size: 0.875em;
            line-height: 1.57143;
            margin-bottom: 15px; } }
        .general-text__left-side ul li:after {
          content: '';
          position: absolute;
          top: 7px;
          left: 14px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #053da5; }
    .general-text__left-side ol {
      padding: 10px 0 10px 15px; }
      .general-text__left-side ol li {
        font-size: 1.0625em;
        line-height: 1.64706;
        color: #7e8083;
        margin-bottom: 18px;
        padding-left: 5px;
        position: relative;
        counter-increment: step-counter; }
        @media (max-width: 480px) {
          .general-text__left-side ol li {
            font-size: 0.875em;
            line-height: 1.57143;
            margin-bottom: 15px; } }
        .general-text__left-side ol li:after {
          position: absolute;
          top: 1px;
          left: 0;
          width: 30px;
          background-color: #ffffff;
          height: 30px;
          content: counter(step-counter) ". ";
          color: #053da5;
          font-size: 14px;
          text-align: center;
          border-radius: 50%;
          display: none !important;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          boredr: 1px solid #053da5; }
    .general-text__left-side .custom-search h2 {
      padding-bottom: 16px; }
    .general-text__left-side .custom-search .custom-search__form {
      width: 100%; }
  .general-text__right-side {
    float: left;
    width: 32.94%; }
    @media (max-width: 767px) {
      .general-text__right-side {
        width: 100%;
        margin-top: 40px; } }
    .general-text__right-side h3 {
      color: #808080;
      font-size: 0.8125em;
      line-height: 1.23077;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .general-text__right-side .documents {
      padding-top: 30px; }
      .general-text__right-side .documents .documents__item {
        display: block;
        float: none;
        margin: 0 0 26px 0; }
  .general-text__quick-links ul li {
    border-bottom: 1px solid #b6b6b6;
    padding: 19px 20px; }
    .general-text__quick-links ul li:first-child {
      border-top: 1px solid #b6b6b6; }
    @media (max-width: 1024px) {
      .general-text__quick-links ul li {
        padding: 15px 20px; } }
    .general-text__quick-links ul li a {
      letter-spacing: 0.6px;
      color: #808080;
      font-size: 0.875em;
      padding: 5px 0;
      display: table;
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s; }
      .general-text__quick-links ul li a:hover {
        color: #053da5; }
  .general-text__news-image {
    margin-bottom: 98px;
    display: block; }
    @media (max-width: 1024px) {
      .general-text__news-image {
        margin-bottom: 60px; } }
    .general-text__news-image .media__wrapper {
      padding-bottom: 67.77%; }

.documents {
  padding-top: 20px; }
  .documents:after {
    display: table;
    content: '';
    clear: both; }
  .documents__item {
    float: left;
    margin-right: 12.73%; }
    .documents__item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.1875em;
      color: #053da5; }
      .documents__item a span {
        transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s; }
      .documents__item a .icon {
        width: 42px;
        height: 48px;
        margin-right: 23px; }
      .documents__item a:hover span {
        opacity: 0.8; }

.gallery {
  margin-top: 10px; }
  .gallery:after {
    display: table;
    content: '';
    clear: both; }
  .gallery__item {
    width: 31.97279%;
    float: left;
    margin-bottom: 2.04082%; }
    .gallery__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery__item:nth-child(3n + 2) {
      margin-left: 34.01361%;
      margin-right: -100%;
      clear: none; }
    .gallery__item:nth-child(3n + 3) {
      margin-left: 68.02721%;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 480px) {
      .gallery__item {
        width: 48.97959%;
        float: left; }
        .gallery__item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .gallery__item:nth-child(2n + 2) {
          margin-left: 51.02041%;
          margin-right: -100%;
          clear: none; } }
    .gallery__item .media__wrapper {
      padding-bottom: 68.75%; }

.employed {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .employed:after {
    display: table;
    content: '';
    clear: both; }
  .employed__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .employed__item {
        width: 100%;
        float: left; } }
    .employed__item:nth-child(2n+1) {
      padding-right: 2.56%; }
    .employed__item:nth-child(2n+2) {
      padding-left: 2.56%; }
  .employed__image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
  .employed__info {
    padding-left: 30px; }
    @media (max-width: 1024px) {
      .employed__info {
        padding-left: 20px; } }
    .employed__info span {
      display: block; }
      .employed__info span.name {
        line-height: 1.25;
        color: #053da5;
        margin-bottom: 8px; }
        @media (max-width: 1024px) {
          .employed__info span.name {
            font-size: 0.875em;
            line-height: 1.28571; } }
      .employed__info span.title {
        color: #333333;
        font-size: 0.875em;
        margin-bottom: 2px; }
        @media (max-width: 1024px) {
          .employed__info span.title {
            font-size: 0.75em; } }
    .employed__info p {
      color: #666666;
      font-size: 0.875em;
      line-height: 1.21429;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .employed__info p {
          font-size: 0.75em;
          line-height: 1.25; } }

.pagination {
  display: table;
  margin: 90px auto 0; }
  @media (max-width: 1024px) {
    .pagination {
      margin: 40px auto 0; } }
  @media (max-width: 1024px) {
    .pagination {
      margin: 20px auto 0; } }
  .pagination li {
    display: block;
    float: left;
    margin: 0 4px; }
    .pagination li:after {
      content: none !important; }
    @media (max-width: 1024px) {
      .pagination li {
        margin: 0 3px; } }
    .pagination li:first-child {
      margin-right: 30px; }
    .pagination li:last-child {
      margin-left: 30px; }
    .pagination li.is-active a {
      border-color: #808080; }
    .pagination li a {
      display: block;
      width: 30px;
      height: 30px;
      background-color: white;
      border: 1px solid transparent;
      border-radius: 50%;
      text-align: center;
      line-height: 28px;
      font-size: 0.875em;
      color: #808080;
      transition: all 0.25s linear 0s;
      -o-transition: all 0.25s linear 0s;
      -moz-transition: all 0.25s linear 0s;
      -webkit-transition: all 0.25s linear 0s; }
      @media (max-width: 480px) {
        .pagination li a {
          font-size: 0.75em;
          width: 24px;
          height: 24px;
          line-height: 22px; } }
    .pagination li svg {
      vertical-align: middle;
      margin-top: -2px; }
    .pagination li:hover a {
      color: #053da5; }

.publications-details__category {
  margin-bottom: 25px; }
  .publications-details__category--margin-0 {
    margin-bottom: 0; }
  .publications-details__category .title {
    letter-spacing: 0.8px;
    color: #808080;
    font-size: 1.1875em;
    line-height: 1.26316;
    display: block;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .publications-details__category .title {
        font-size: 1em;
        line-height: 1.375; } }
  .publications-details__category h2 {
    font-size: 1.1875em;
    line-height: 1.26316; }
    @media (max-width: 480px) {
      .publications-details__category h2 {
        font-size: 1.0625em;
        line-height: 1.17647; } }

.publications-details h1 {
  padding-right: 14.64%;
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .publications-details h1 {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .publications-details h1 {
      padding-right: 0px;
      margin-bottom: 40px; } }

.publications-details__author-content {
  margin-bottom: 66px; }

.publications-details__related-article li {
  margin-bottom: 20px; }
  .publications-details__related-article li a {
    color: #053da5;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
    .publications-details__related-article li a:hover {
      opacity: 0.8; }

.publications-details__image {
  padding: 18px 32px;
  width: 63%;
  margin-bottom: 35px; }
  .publications-details__image--magazine {
    padding: 0 !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    width: 60%; }
  @media (max-width: 1024px) {
    .publications-details__image {
      padding: 10px 22px; } }
  @media (max-width: 767px) {
    .publications-details__image {
      width: 100%;
      padding: 18px 32px; } }

.publications-details__info span {
  display: block; }
  .publications-details__info span.sub-title {
    font-size: 0.8125em;
    color: #808080;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .publications-details__info span.title {
    font-size: 1.3125em;
    letter-spacing: 0.8px;
    line-height: 1.14286;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .publications-details__info span.title {
        font-size: 1.125em;
        letter-spacing: 0.6px;
        line-height: 1.16667; } }
  .publications-details__info span.date {
    font-size: 1em;
    line-height: 1.10526;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .publications-details__info span.date {
        font-size: 1em;
        line-height: 1.125; } }
  .publications-details__info span.number {
    font-size: 1.1875em;
    line-height: 1.10526;
    letter-spacing: 1.5px;
    color: #808080; }
    @media (max-width: 1024px) {
      .publications-details__info span.number {
        font-size: 1em;
        line-height: 1.125; } }

.publications-details__info .link {
  font-size: 1.1875em;
  line-height: 1.10526;
  margin-top: 33px; }
  .publications-details__info .link--magazine {
    margin-top: 26px; }
    .publications-details__info .link--magazine a {
      text-decoration: underline; }
  .publications-details__info .link span {
    display: block;
    margin-bottom: 7px; }
  .publications-details__info .link a {
    color: #053da5;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
    .publications-details__info .link a:hover {
      opacity: 0.8; }

.order-form__info {
  padding: 0 16.83%; }
  @media (max-width: 767px) {
    .order-form__info {
      padding: 0 6%; } }
  @media (max-width: 480px) {
    .order-form__info {
      padding: 0 30px; } }
  .order-form__info h2 {
    font-size: 2.1875em;
    line-height: 1.2;
    text-align: center; }
    @media (max-width: 767px) {
      .order-form__info h2 {
        font-size: 1.875em;
        line-height: 1.33333; } }
  .order-form__info p {
    font-size: 0.875em;
    line-height: 1.5; }

.order-form__body {
  margin: 37px 0 42px;
  background-color: #f2f2f2;
  padding: 55px 13.03% 60px; }
  @media (max-width: 767px) {
    .order-form__body {
      padding: 45px 12.03% 60px; } }
  @media (max-width: 480px) {
    .order-form__body {
      padding: 45px 30px 60px; } }
  .order-form__body:after {
    content: '';
    clear: both;
    display: table; }

/*Contact page*/
.contact__left-side {
  float: left;
  width: 36.3%;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .contact__left-side {
      width: 100%;
      margin-top: 40px; } }
  .contact__left-side h1 {
    font-size: 2.25em;
    line-height: 1.19444;
    margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .contact__left-side .input-field {
      margin-bottom: 45px; } }
  @media (max-width: 1024px) {
    .contact__left-side .form-cta {
      width: 100%; } }
  @media (max-width: 767px) {
    .contact__left-side .form-cta {
      margin-top: 0; } }

.contact__right-side {
  float: left;
  width: 63.7%;
  margin-top: 50px;
  padding-left: 7.5%; }
  @media (max-width: 767px) {
    .contact__right-side {
      width: 100%;
      padding-left: 0;
      margin-top: 35px; } }

.contact__info {
  margin-bottom: 50px; }
  .contact__info li {
    font-size: 1.0625em;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .contact__info li {
        font-size: 1em;
        margin-bottom: 20px; } }

.contact__form .input-field:nth-last-child(2) {
  margin-bottom: 50px; }

.contact__map {
  width: 100%;
  height: 965px; }
  @media (max-width: 1024px) {
    .contact__map {
      height: 895px; } }
  @media (max-width: 767px) {
    .contact__map {
      height: 350px; } }

/*Magazine*/
.magazine {
  padding-top: 102px; }
  @media (max-width: 1024px) {
    .magazine {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .magazine {
      padding-top: 60px; } }
  .magazine__above-title {
    color: #808080;
    font-size: 1em;
    line-height: 1.375;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .magazine__above-title {
        font-size: 0.875em;
        line-height: 1.28571;
        margin-bottom: 18px; } }
    @media (max-width: 480px) {
      .magazine__above-title {
        font-size: 1em;
        line-height: 1.375; } }
  .magazine h1 {
    font-size: 1.9375em;
    line-height: 1.25806;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .magazine h1 {
        font-size: 1.625em;
        line-height: 1.15385; } }
  .magazine__article {
    width: 50%;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1280px) {
      .magazine__article {
        width: 100%;
        float: left;
        padding: 0 !important; } }
    .magazine__article:nth-child(2n+1) {
      padding-right: 4%; }
    .magazine__article:nth-child(2n+2) {
      padding-left: 4%; }
    .magazine__article h2 {
      font-size: 1em;
      line-height: 1.3125;
      color: #00456f;
      font-family: 'opensans-regular';
      padding: 0 0 15px; }
    .magazine__article p {
      font-size: 0.875em;
      line-height: 1.42857;
      color: #333333;
      margin-bottom: 20px; }
    .magazine__article .category__item-author-img {
      min-width: 50px;
      min-height: 50px; }

.hidden-container {
  border-top: 1px solid #acacac; }
  .hidden-container--archive {
    border-top: 2px solid #808080;
    width: 100%;
    max-width: 680px;
    margin: 0 auto; }
    .hidden-container--archive:last-child {
      border-bottom: 0 !important; }
    .hidden-container--archive .hidden-container__info-title {
      padding: 30px 60px 30px 0; }
      @media (max-width: 767px) {
        .hidden-container--archive .hidden-container__info-title {
          padding: 16px 60px 16px 0; } }
    .hidden-container--archive .hidden-container__info-title-text {
      font-size: 1.875em;
      color: #333333;
      width: 100% !important;
      float: inherit !important; }
      @media (max-width: 767px) {
        .hidden-container--archive .hidden-container__info-title-text {
          font-size: 1.25em;
          font-family: 'opensans-semibold'; } }
    .hidden-container--archive .hidden-container__info-title-icon {
      border: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .hidden-container--archive .hidden-container__info-title-icon {
          right: 10px; } }
      .hidden-container--archive .hidden-container__info-title-icon .icon {
        width: 30px;
        height: 30px;
        stroke-width: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-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); }
        @media (max-width: 767px) {
          .hidden-container--archive .hidden-container__info-title-icon .icon {
            width: 20px;
            height: 20px; } }
      .hidden-container--archive .hidden-container__info-title-icon.is-active .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .hidden-container--archive .hidden-container__info-body ul {
      padding: 12px 0 22px;
      width: 70.6%; }
      @media (max-width: 767px) {
        .hidden-container--archive .hidden-container__info-body ul {
          padding-top: 0; } }
      .hidden-container--archive .hidden-container__info-body ul li a {
        border-bottom: 2px solid #b5b5b5;
        display: block;
        padding: 30px 0;
        font-size: 1.125em; }
        @media (max-width: 767px) {
          .hidden-container--archive .hidden-container__info-body ul li a {
            padding: 15px 0;
            font-size: 1em; } }
        .hidden-container--archive .hidden-container__info-body ul li a .icon {
          width: 28px;
          height: 21px;
          fill: #9f9f9f;
          float: right;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-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); }
        .hidden-container--archive .hidden-container__info-body ul li a:hover .icon {
          fill: #053da5; }
      .hidden-container--archive .hidden-container__info-body ul li:last-child a {
        border-bottom: 0; }
  .hidden-container:last-child {
    border-bottom: 1px solid #acacac; }
  .hidden-container__info-title {
    padding: 50px 60px 50px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s; }
    .hidden-container__info-title.is-active .hidden-container__info-title-arrow {
      -ms-transform: translateY(-50%) rotate(90deg);
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
  .hidden-container__info-title-text {
    font-size: 1.4375em;
    line-height: 1.21739;
    color: #002448; }
  .hidden-container__info-title-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    border: solid 1px #9c9c9c;
    width: 26px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hidden-container__info-title-icon .icon {
      width: 14px;
      fill: #002448;
      stroke-width: 2px; }
      .hidden-container__info-title-icon .icon-minus {
        display: none; }
  .hidden-container__info-body {
    display: none; }
    .hidden-container__info-body:after {
      content: '';
      display: table;
      clear: both; }

.newsletter__form .input-field {
  float: left;
  width: 70%; }

.political-thought .header__bottom {
  background: #004570;
  background: -webkit-gradient(linear, left top, right top, from(#004570), color-stop(30%, #236e93), color-stop(50%, #267296), color-stop(70%, #236e93), to(#004570));
  background: -webkit-linear-gradient(left, #004570 0%, #236e93 30%, #267296 50%, #236e93 70%, #004570 100%);
  background: -o-linear-gradient(left, #004570 0%, #236e93 30%, #267296 50%, #236e93 70%, #004570 100%);
  background: linear-gradient(90deg, #004570 0%, #236e93 30%, #267296 50%, #236e93 70%, #004570 100%); }

.political-thought .header__bottom-line {
  border-bottom-color: #d1d2d4; }

.political-thought .general-text__left-side h1, .political-thought .footer__info li .btn, .political-thought .general-text__left-side h2, .political-thought .category__item-author-info, .political-thought .documents__item a, .political-thought .publications-details__info .link a {
  color: #002448; }

.political-thought .newsletter__cta {
  background-color: #002448; }

.political-thought .custom-check label.is-active:after {
  background-color: #002448; }

.political-thought .btn--underline:after {
  border-top-color: #002448; }

.political-thought .footer__social-links ul li a:hover .icon {
  fill: #002448; }

@media (max-width: 1024px) {
  .political-thought .header__menu {
    background: #00456f; } }

.administration-public-policy .header--magazine .header__logo-wrapper .inner {
  background-color: #3f6778; }

.administration-public-policy .header--magazine .header__logo-wrapper .inner:before, .administration-public-policy .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #3f6778; }

.administration-public-policy .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.administration-public-policy .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7895a3), to(#7895a3));
  background-image: -webkit-linear-gradient(top, #7895a3, #7895a3);
  background-image: -o-linear-gradient(top, #7895a3, #7895a3);
  background-image: linear-gradient(to bottom, #7895a3, #7895a3); }

.administration-public-policy .header__bottom-line {
  border-bottom-color: #507282; }

.administration-public-policy .general-text__left-side h1, .administration-public-policy .footer__info li .btn, .administration-public-policy .general-text__left-side h2, .administration-public-policy .category__item-author-info, .administration-public-policy .documents__item a,
.administration-public-policy .publications-details__info .link a {
  color: #3f6778; }

.administration-public-policy .newsletter__cta {
  background-color: #3f6778; }

.administration-public-policy .custom-check label.is-active:after {
  background-color: #3f6778; }

.administration-public-policy .btn--underline:after {
  border-top-color: #3f6778; }

.administration-public-policy .footer__social-links ul li a:hover .icon {
  fill: #3f6778; }

@media (max-width: 1024px) {
  .administration-public-policy .header__menu {
    background: #3f6778; } }

.national-security-policy .header--magazine .header__logo-wrapper .inner {
  background-color: #335c64; }

.national-security-policy .header--magazine .header__logo-wrapper .inner:before, .national-security-policy .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #335c64; }

.national-security-policy .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.national-security-policy .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#254553), color-stop(51%, #254553), to(#254553));
  background-image: -webkit-linear-gradient(top, #254553, #254553 51%, #254553);
  background-image: -o-linear-gradient(top, #254553, #254553 51%, #254553);
  background-image: linear-gradient(to bottom, #254553, #254553 51%, #254553); }

.national-security-policy .header__bottom-line {
  border-bottom-color: #335c64; }

.national-security-policy .general-text__left-side h1, .national-security-policy .footer__info li .btn, .national-security-policy .general-text__left-side h2, .national-security-policy .category__item-author-info, .national-security-policy .documents__item a,
.national-security-policy .publications-details__info .link a {
  color: #af7c06; }

.national-security-policy .general-text__left-side h1 {
  color: #002448; }

.national-security-policy .newsletter__cta {
  background-color: #002448; }

.national-security-policy .custom-check label.is-active:after {
  background-color: #af7c06; }

.national-security-policy .btn--underline:after {
  border-top-color: #af7c06; }

.national-security-policy .footer__social-links ul li a:hover .icon {
  fill: #af7c06; }

.national-security-policy .btn--underline {
  border-bottom: 2px solid rgba(175, 124, 6, 0.5); }

@media (max-width: 1024px) {
  .national-security-policy .header__menu {
    background: #254553; } }

.journal-for-national .header--magazine .header__logo-wrapper .inner {
  background-color: #004266; }

.journal-for-national .header--magazine .header__logo-wrapper .inner:before, .journal-for-national .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #004266; }

.journal-for-national .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.journal-for-national .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004c6c), to(#004c6c));
  background-image: -webkit-linear-gradient(top, #004c6c, #004c6c);
  background-image: -o-linear-gradient(top, #004c6c, #004c6c);
  background-image: linear-gradient(to bottom, #004c6c, #004c6c); }

.journal-for-national .header__bottom-line {
  border-bottom-color: #aca783; }

.journal-for-national .general-text__left-side h1, .journal-for-national .footer__info li .btn, .journal-for-national .general-text__left-side h2, .journal-for-national .category__item-author-info, .journal-for-national .documents__item a,
.journal-for-national .publications-details__info .link a {
  color: #d7962b; }

.journal-for-national .general-text__left-side h1 {
  color: #002448; }

.journal-for-national .newsletter__cta {
  background-color: #005e7c; }

.journal-for-national .custom-check label.is-active:after {
  background-color: #d7962b; }

.journal-for-national .btn--underline:after {
  border-top-color: #d7962b; }

.journal-for-national .footer__social-links ul li a:hover .icon {
  fill: #d7962b; }

.journal-for-national .btn--underline {
  border-bottom: 2px solid rgba(215, 150, 43, 0.5); }

@media (max-width: 1024px) {
  .journal-for-national .header__menu .header__menu {
    background: #5c8ba1; } }

.political-review .header--magazine .header__logo-wrapper .inner {
  background-color: #002448; }

.political-review .header--magazine .header__logo-wrapper .inner:before, .political-review .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #002448; }

.political-review .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.political-review .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004766), to(#004766));
  background-image: -webkit-linear-gradient(top, #004766, #004766);
  background-image: -o-linear-gradient(top, #004766, #004766);
  background-image: linear-gradient(to bottom, #004766, #004766); }

.political-review .header__bottom-line {
  border-bottom-color: #d1d2d4; }

.political-review .general-text__left-side h1, .political-review .footer__info li .btn, .political-review .general-text__left-side h2, .political-review .category__item-author-info, .political-review .documents__item a,
.political-review .publications-details__info .link a {
  color: #d90b17; }

.political-review .general-text__left-side h1 {
  color: #002448; }

.political-review .newsletter__cta {
  background-color: #002448; }

.political-review .custom-check label.is-active:after {
  background-color: #d90b17; }

.political-review .btn--underline:after {
  border-top-color: #d90b17; }

.political-review .footer__social-links ul li a:hover .icon {
  fill: #d90b17; }

.political-review .btn--underline {
  border-bottom: 2px solid rgba(217, 11, 23, 0.5); }

@media (max-width: 1024px) {
  .political-review .header__menu .header__menu {
    background: #004869; } }

.social-policy .header--magazine .header__logo-wrapper .inner {
  background-color: #1855a6; }

.social-policy .header--magazine .header__logo-wrapper .inner:before, .social-policy .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #1855a6; }

.social-policy .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.social-policy .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7b492), to(#c7b492));
  background-image: -webkit-linear-gradient(top, #c7b492, #c7b492);
  background-image: -o-linear-gradient(top, #c7b492, #c7b492);
  background-image: linear-gradient(to bottom, #c7b492, #c7b492); }

.social-policy .header__bottom-line {
  border-bottom-color: #4374b7; }

.social-policy .general-text__left-side h1, .social-policy .footer__info li .btn, .social-policy .general-text__left-side h2, .social-policy .category__item-author-info, .social-policy .documents__item a,
.social-policy .publications-details__info .link a {
  color: #1856a7; }

.social-policy .general-text__left-side h1 {
  color: #002448; }

.social-policy .newsletter__cta {
  background-color: #1856a7; }

.social-policy .custom-check label.is-active:after {
  background-color: #1856a7; }

.social-policy .btn--underline:after {
  border-top-color: #1856a7; }

.social-policy .footer__social-links ul li a:hover .icon {
  fill: #1856a7; }

.social-policy .btn--underline {
  border-bottom: 2px solid rgba(24, 86, 167, 0.5); }

@media (max-width: 1024px) {
  .social-policy .header__menu {
    background: #1855a6; } }

.serbian-political-thought .header--magazine .header__logo-wrapper .inner {
  background-color: #002448; }

.serbian-political-thought .header--magazine .header__logo-wrapper .inner:before, .serbian-political-thought .header--magazine .header__logo-wrapper .inner:after {
  border-top: 8px solid #002448; }

.serbian-political-thought .header__bottom:before {
  border-color: rgba(255, 255, 255, 0.5); }

.serbian-political-thought .header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c3262f), to(#c3262f));
  background-image: -webkit-linear-gradient(top, #c3262f, #c3262f);
  background-image: -o-linear-gradient(top, #c3262f, #c3262f);
  background-image: linear-gradient(to bottom, #c3262f, #c3262f); }

.serbian-political-thought .header__bottom-line {
  border-bottom-color: #004563; }

.serbian-political-thought .general-text__left-side h1, .serbian-political-thought .footer__info li .btn, .serbian-political-thought .general-text__left-side h2, .serbian-political-thought .category__item-author-info, .serbian-political-thought .documents__item a,
.serbian-political-thought .publications-details__info .link a {
  color: #d90b17; }

.serbian-political-thought .general-text__left-side h1 {
  color: #002448; }

.serbian-political-thought .newsletter__cta {
  background-color: #002448; }

.serbian-political-thought .custom-check label.is-active:after {
  background-color: #d90b17; }

.serbian-political-thought .btn--underline:after {
  border-top-color: #d90b17; }

.serbian-political-thought .footer__social-links ul li a:hover .icon {
  fill: #d90b17; }

.serbian-political-thought .btn--underline {
  border-bottom: 2px solid rgba(217, 11, 23, 0.5); }

@media (max-width: 1024px) {
  .serbian-political-thought .header__menu {
    background: #002448; } }

.archive {
  padding-top: 100px;
  padding-bottom: 25px; }
  @media (max-width: 1280px) {
    .archive {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .archive {
      padding-top: 30px; } }
  .archive h1 {
    font-size: 2.25em;
    line-height: 1.11111;
    margin-bottom: 90px; }
    @media (max-width: 1280px) {
      .archive h1 {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .archive h1 {
        margin-bottom: 50px;
        font-size: 1.75em;
        line-height: 1.21429; } }

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