/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: "Lato";
  /* 1 */
  font-size: 100%;
  line-height: 1.375em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  line-height: 1.375em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.6875em 0; }

h2 {
  font-size: 1.5em;
  line-height: 1.83333em;
  margin: 0.91667em 0; }

h3 {
  font-size: 1.17em;
  line-height: 2.35043em;
  margin: 1.17521em 0; }

h4 {
  font-size: 1em;
  line-height: 1.375em;
  margin: 1.375em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.65663em;
  margin: 1.65663em 0; }

h6 {
  font-size: 0.67em;
  line-height: 2.05224em;
  margin: 2.05224em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.375em 0; }

dl,
ol,
ul {
  margin: 1.375em 0; }

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 0; }

ol,
ul {
  padding: 0 0 0 0; }

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.375em 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.375em 0; }

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

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

/**
 * 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 */
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.375em 0;
  /* 1 */
  padding: 0 0 0 0;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */ }
  menu menu, ol menu, ul menu {
    margin: 0; }

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

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

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

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

a {
  color: inherit;
  text-decoration: none; }

body, html {
  overflow-x: hidden; }

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

.header {
  height: 7.5em; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.nav ul {
  list-style: none;
  display: flex;
  font-size: 1em;
  color: #031c6d; }

body {
  background: #d2d0e5;
  background: -moz-linear-gradient(top, #d2d0e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d2d0e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d2d0e5 0%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d0e5', endColorstr='#ffffff', GradientType=0);
  padding-bottom: 7em; }

@media (max-width: 1530px) {
  html {
    font-size: 73%; } }

.main {
  max-width: 1505px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1530px) and (min-width: 1130px) {
    .main {
      max-width: 1100px; } }
  @media (max-width: 1130px) and (min-width: 767px) {
    .main {
      max-width: 767px; } }
  @media (max-width: 767px) {
    .main {
      width: 100%;
      padding: 0 15px; } }

.languages {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0; }
  .languages img {
    display: block;
    margin-right: 0.4em;
    margin-left: 0em; }
  .languages li:first-child a {
    background: #722a40; }
  .languages li:last-child a {
    background: #9996c0; }
  .languages a {
    height: 1.50023em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.33313em;
    color: #fff;
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.45em;
    padding-right: 0.45em; }

.logo {
  margin-top: -1em; }
  .logo img {
    max-width: 6.6em; }
  @media (max-width: 767px) {
    .logo {
      margin-top: 2em;
      text-align: center; } }

.nav {
  background: #eeedf5;
  color: #040061;
  margin-top: 0.8em;
  position: relative; }
  .nav button {
    display: none;
    padding: 0;
    border: none;
    background: transparent;
    height: 35px;
    margin-left: auto;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .nav button {
        display: block; } }
    .nav button span {
      background: #040061;
      height: 2px;
      width: 30px;
      display: block;
      position: relative; }
      .nav button span:after, .nav button span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background: #040061; }
      .nav button span:after {
        top: 6px; }
      .nav button span:before {
        top: -6px; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .nav {
      font-size: 65%; } }
  .nav ul.menu-main, .nav ul.mobile-main {
    display: flex;
    margin: 0;
    padding: 0.6em 2em;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .nav ul.menu-main, .nav ul.mobile-main {
        display: none; } }
  .nav ul.mobile-main {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100%;
    background: #eeedf5;
    width: 100%;
    left: 0;
    right: 0; }
  .nav li:not(:last-child) a:after {
    content: '|';
    margin-left: 0.75em;
    margin-right: 0.4em; }
@Media (max-width: 767px) {
  .nav li:not(:last-child) a:after {
    display: none; } }
  .nav a {
    font-size: 1.45em;
    color: #040061;
    font-weight: 300; }

.banner {
  height: 24.8125em;
  margin-top: 11px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .banner {
      font-size: 70%; } }
  @media (max-width: 767px) {
    .banner {
      font-size: 50%; } }
  .banner__text {
    position: absolute;
    bottom: 5.2em;
    right: 2.4em;
    text-align: right; }
    .banner__text__title {
      font-weight: 300;
      font-size: 2.44688em;
      color: #fff;
      background: rgba(4, 0, 104, 0.75);
      text-transform: uppercase;
      margin-bottom: 0.65em;
      line-height: 1.85em;
      position: relative;
      right: 2.56em;
      padding-left: 0.3em;
      padding-right: 0.4em; }
    .banner__text__subtitle {
      font-weight: 300;
      font-size: 3.73188em;
      text-transform: uppercase;
      color: #1c1958; }

.page {
  display: flex;
  flex-wrap: wrap; }
  .page__content {
    padding: 30px;
    width: 74.5%; }
    .page__content li {
      color: #CB0466;
      margin-bottom: 14px; }
      .page__content li > div {
        color: #000; }
    @media (max-width: 767px) {
      .page__content {
        width: 100%; } }

.submenu {
  width: 25.5%;
  text-align: center;
  margin-top: -13.45em;
  position: relative;
  z-index: 1;
  background: #8785b7; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .submenu {
      font-size: 80%; } }
  @media (max-width: 767px) {
    .submenu {
      display: none; } }
  .submenu:before {
    content: '';
    background: #040067;
    height: 3.375em;
    display: block; }
  .submenu ul {
    list-style: none;
    margin: 0; }
  .submenu li.current-menu-item a {
    background: #c1c1db; }
  .submenu a {
    display: block;
    background: #8785b7;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    transition: all .3s ease;
    border-top: 5px solid white;
    line-height: 1.3;
    padding: 0 20px;
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
    .submenu a:hover {
      background: #c1c1db; }

.footer {
  background: #030063;
  color: #fff;
  font-weight: 500;
  font-size: 1.33313em;
  text-align: center;
  padding: 0 30px;
  padding-top: 2.7em;
  padding-bottom: 2.5em;
  margin-top: 5px; }

ul[type=square] {
  padding-left: 40px; }

.front {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 4.2em; }
  .front img {
    max-width: 41em;
    display: block;
    height: auto; }
    @media (max-width: 767px) {
      .front img {
        max-width: 100%; } }
  .front h2 {
    color: #04006e;
    font-size: 2.90125em;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0.8em;
    text-align: center; }

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