/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 in Chrome and Safari on macOS.
 */

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

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

.bodycopy {
  color: #3a393a;
  font-weight: 500;
  font-size: 0.875rem; }

.bodycopy h1, .bodycopy h2, .bodycopy h3, .bodycopy h4, .bodycopy h5, .bodycopy h6 {
    color: #283F8A; }

.bodycopy table {
    border-collapse: collapse; }

.bodycopy td, .bodycopy th {
    padding: 0.5em;
    border: 1px solid #728188; }

.bodycopy h1, .bodycopy h2, .bodycopy h3, .bodycopy h5 {
    font-weight: 700; }

.bodycopy h2, .bodycopy h3, .bodycopy h4, .bodycopy h5 {
    margin-bottom: 1.0625rem;
    margin-top: 2.5rem; }

.bodycopy h1, .bodycopy h2, .bodycopy h3, .bodycopy h4 {
    font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.bodycopy h2 {
    font-size: 2.125rem;
    line-height: 1; }

.bodycopy h3 {
    font-size: 1.75rem;
    line-height: 1.14286; }

.bodycopy h4 {
    font-size: 1.375rem;
    line-height: 1.09091; }

.bodycopy h5 {
    font-size: 1.25rem;
    line-height: 1.1; }

.bodycopy p, .bodycopy li {
    line-height: 1.5; }

.bodycopy li {
    margin-bottom: 0.375rem; }

.bodycopy p, .bodycopy ul, .bodycopy ol {
    margin-top: 1.0625rem;
    margin-bottom: 1.6875rem; }

.bodycopy ul, .bodycopy ol {
    padding-left: 0; }

.bodycopy li {
    margin-left: 1.2em; }

.bodycopy img {
    max-width: 100%; }

html, body {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif; }

html {
  box-sizing: border-box;
  line-height: 1.25;
  -webkit-font-smoothing: greyscale; }

body {
  background-color: #EAEAEA; }

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

a {
  color: inherit; }

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

img[src$=".svg"] {
  width: 100%; }

.noscript-message {
  background-color: #fab417;
  color: #283F8A;
  font-weight: bold;
  text-align: center;
  padding: 0.625rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

.no-js body {
  margin-top: 2.25rem; }

.anta_sr {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  white-space: nowrap; }

@media screen and (min-width: 480px) {
  body {
    padding-top: 70px; } }

@media screen and (min-width: 1760px) {
  body {
    padding-top: 0; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1760px;
  padding-left: 10px;
  padding-right: 10px; }

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

.container--page {
    max-width: 960px;
    padding-top: 80px;
    padding-bottom: 80px; }

@media screen and (min-width: 1760px) {
  .container--page {
    min-height: 900px; } }

.sec--dk {
  background-color: #283F8A;
  color: #ffffff; }

.sec--md {
  background-color: #283F8A;
  color: #ffffff; }

.sec--white {
  background-color: #ffffff;
  color: #283F8A; }

.js-nav-open .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff; }

.header {
  z-index: 888;
  position: relative; }

.header__contacts {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none; }

.header__contact {
  font-size: 1rem; }

.header__contact--tel:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 2em;
    height: 1.5em;
    background-image: url(../img/phone.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em; }

.header__contact--email:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 2em;
    height: 1.5em;
    background-image: url(../img/envelope.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em; }

.header__contact + .header__contact {
    margin-left: 40px; }

.main-logo {
  position: relative;
  background-image: url(../img/harefield-joint-logo.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 63px;
  width: 43px;
  background-size: 43px auto;
  flex: 0 0 43px;
  margin-right: 10px; }

.infant .main-logo {
    width: 53px;
    background-size: 50px auto;
    background-image: url(../img/harefield-infant-logo.svg);
    flex: 0 0 53px; }

.main-logo a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block; }

.header__main {
  position: relative;
  height: 70px;
  width: 100%;
  top: 0; }

.header__burger {
  position: absolute;
  display: block;
  width: 2.25rem;
  height: 1.75rem;
  border-bottom: 0.25rem solid currentColor;
  border-top: 0.25rem solid currentColor;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.header__burger::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: currentColor;
    top: 0.5rem; }

.header__burger span {
    display: block;
    text-indent: -999em; }

.header__title {
  font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }

.header__title a {
    text-decoration: none; }

.header__title b {
    color: #fab417;
    font-weight: inherit; }

.header__title-search {
  display: none; }

.header__name {
  display: flex;
  align-items: center;
  padding-top: 4px;
  max-width: calc(100% - 2.5rem); }

@media screen and (min-width: 480px) {
  .header__main {
    position: fixed; }
    .admin-bar .header__main {
      top: 46px; } }

@media screen and (min-width: 480px) and (min-width: 783px) {
      .admin-bar .header__main {
        top: 32px; } }

@media screen and (min-width: 480px) {
  .header:before {
    content: "";
    display: block;
    position: fixed;
    right: 0;
    transition: right 0.3s, background-color 0.3s;
    background-color: transparent; }
  .js-nav-open .header {
    background-color: initial; }
    .js-nav-open .header:before {
      top: 70px;
      right: 300px;
      bottom: 0;
      left: 0;
      background-color: rgba(40, 63, 138, 0.5); } }

@media screen and (min-width: 768px) {
  .header__title {
    font-size: 22px; } }

@media screen and (min-width: 1760px) {
  .header:before {
    display: none; }
  .header__name {
    margin-right: auto; }
  .header__main {
    position: static;
    height: auto;
    width: auto;
    padding-top: 10px;
    padding-bottom: 8px; }
    .header__main .container {
      display: flex;
      align-items: flex-end; }
  .header__burger {
    display: none; }
  .header__title {
    margin: 0;
    font-weight: 700;
    display: block;
    font-size: 28px; }
  .header__others {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; }
  .header__title-search {
    margin-top: auto;
    margin-bottom: 5px;
    flex: 0 0 auto;
    display: flex;
    z-index: 2; }
  .header__search {
    text-align: right;
    flex: 1 0 auto; }
  .header__contacts {
    display: block; }
  .js-nav-open .header {
    position: static;
    overflow-y: initial;
    height: initial; }
  .main-logo {
    background-size: 43px auto;
    background-position: 100% 50%;
    width: 43px;
    height: 63px;
    margin-right: 20px;
    left: auto;
    top: auto;
    transform: none;
    position: relative;
    flex: 0 0 auto; }
    .infant .main-logo {
      width: 53px;
      background-size: 53px auto;
      flex: 0 0 auto; } }

.footer {
  padding: 50px 0 180px; }

.footer__contact {
  display: block; }

.footer__copyright {
  margin-top: auto; }

.footer__addresses {
  display: flex;
  flex-direction: column;
  font-weight: bold; }

.footer__col {
  margin-right: 40px;
  line-height: 1.5; }

.footer__header {
  font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.375rem; }

@media screen and (min-width: 768px) {
  .footer__contact {
    display: flex;
    justify-content: center; }
  .footer__map {
    max-width: 365px;
    flex: 0 0 auto;
    margin-right: 20px; }
  .footer__details {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem; } }

@media screen and (min-width: 1760px) {
  .footer__addresses {
    flex-direction: row; }
  .footer__col + .footer__col {
    margin-left: 20px; } }

.js .js-nav-open {
  overflow-y: hidden; }

.main-nav {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: -100%;
  top: 70px;
  z-index: 888;
  font-size: 0.9375rem; }

.js-nav-open .main-nav, .main-nav:target {
    left: 0; }

.main-nav:focus-within {
    left: 0; }

.main-nav ul, .main-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }

.main-nav a {
    text-decoration: none;
    padding-left: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 50px;
    display: block;
    transition: background-color 0.32s;
    position: relative; }

.main-nav a:hover {
      background-color: rgba(40, 63, 138, 0.3); }

.main-nav .children {
    display: none; }

.main-nav .children a {
      padding-left: 30px;
      padding-right: 10px; }

.main-nav__search {
    padding: 10px;
    display: flex;
    margin: 0 auto; }

.main-nav__input {
    background-color: #EFEFEF;
    line-height: 30px;
    padding: 1px;
    border: 1px solid #EFEFEF; }

.main-nav__submit {
    background: url(../img/magnifier.svg) no-repeat 50% 50%/auto #ffffff;
    width: 32px;
    height: 34px;
    border: 0;
    cursor: pointer; }

.no-js .main-nav .children,
.main-nav .js-expanded .children {
  display: block; }

.js-expand {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.js-expand:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-width: 0 2px 2px 0;
    border-color: transparent #283F8A #283F8A transparent;
    border-style: solid;
    position: absolute;
    right: 14px;
    top: 0.25em;
    transform: rotate(45deg);
    transition: transform 0.5s, top 0.5s; }

.js-expanded .js-expand:after {
      transform: rotate(-135deg);
      top: 0.75em; }

@media screen and (min-width: 480px) {
  .main-nav {
    width: 0;
    position: fixed;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    left: auto;
    transition: width 0.3s; }
    .js-nav-open .main-nav, .main-nav:target {
      left: auto;
      width: 300px; }
    .main-nav:focus-within {
      left: auto;
      width: 300px; } }

@media screen and (min-width: 1760px) {
  .js .js-nav-open {
    overflow-y: initial; }
  .main-nav {
    position: static;
    background-color: transparent;
    width: initial;
    overflow-y: visible;
    flex: 0 0 auto;
    z-index: 1; }
    .js-nav-open .main-nav, .main-nav:target {
      left: auto;
      width: auto; }
    .main-nav:focus-within {
      left: auto;
      width: auto; }
    .main-nav ul {
      display: flex; }
    .main-nav li {
      position: relative; }
    .main-nav a {
      padding: 10px; }
    .main-nav > ul > li a {
      position: relative; }
      .main-nav > ul > li a:hover {
        background-color: unset; }
      .main-nav > ul > li a:after {
        content: "";
        height: 2px;
        position: absolute;
        background-color: transparent;
        bottom: 0;
        left: 50%;
        right: 50%; }
      .main-nav > ul > li a:hover:after {
        background-color: #fab417;
        left: 10px;
        right: 10px; }
    .main-nav > ul > li.page_item_has_children a {
      position: static; }
      .main-nav > ul > li.page_item_has_children a:after {
        display: none; }
    .main-nav li.page-item-search {
      display: none; }
    .main-nav .children {
      position: absolute;
      top: 99%;
      left: -999em;
      background-color: #283F8A;
      display: block;
      width: 220px;
      padding: 10px;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15); }
      .main-nav .children a {
        padding: 0.5em 10px;
        color: #ffffff;
        border-top: 1px solid #ffffff; }
      .main-nav .children li:first-child a {
        border-top: none; }
    .main-nav li:hover .children,
    .main-nav li a:focus .children {
      left: -10px; }
    .main-nav li:focus-within .children {
      left: -10px; }
    .main-nav li:last-child:hover .children {
      right: -10px;
      left: auto; }
  .js-expand {
    display: none; } }

.page--subnav:after {
  content: "";
  clear: both;
  display: table; }

@media screen and (min-width: 768px) {
  .page--subnav {
    float: left;
    width: 66.28352%; } }

.subnav {
  padding: 0;
  margin: 1em 0; }

.subnav li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #283F8A; }

.subnav > li:first-child {
    border-top: none; }

.subnav a {
    text-decoration: none;
    padding: 0.5em 0;
    display: block;
    color: #283F8A; }

.subnav .children {
    padding: 0;
    margin: 0;
    display: none; }

.subnav .children a {
      padding-left: 20px; }

.subnav .current_page_item .children {
    display: block; }

@media screen and (min-width: 768px) {
  .sidebar {
    float: right;
    width: 22.98851%; } }

#respond label {
  display: block; }

.comments .comment {
  margin-top: 1em;
  margin-bottom: 2em; }

.comment-author > * {
  vertical-align: middle; }

.comment-author {
  margin-bottom: 1em; }

.comments {
  clear: both; }

.comments .form-submit input {
    background-color: #283F8A;
    color: #ffffff;
    border: none;
    display: inline-block;
    padding: 0.5em 2em;
    cursor: pointer; }

.comments .comment-form-comment, .comments .comment-form-email, .comments .comment-form-author, .comments .comment-form-email, .comments .comment-form-url {
    margin-bottom: 1em; }

.comments .comment-form-comment input, .comments .comment-form-comment textarea, .comments .comment-form-email input, .comments .comment-form-email textarea, .comments .comment-form-author input, .comments .comment-form-author textarea, .comments .comment-form-email input, .comments .comment-form-email textarea, .comments .comment-form-url input, .comments .comment-form-url textarea {
      width: 100%; }

@media screen and (min-width: 768px) {
  .comments .comment-form-comment input, .comments .comment-form-comment textarea, .comments .comment-form-email input, .comments .comment-form-email textarea, .comments .comment-form-author input, .comments .comment-form-author textarea, .comments .comment-form-email input, .comments .comment-form-email textarea, .comments .comment-form-url input, .comments .comment-form-url textarea {
    width: 100%; } }

.home-img__img {
  height: 0;
  padding-top: 44.31818%;
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  overflow: hidden; }

.home-img__img:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-image: url(../img/curve-blue.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain; }

.home-img__container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-color: #283F8A; }

.home-img__tagline {
  position: absolute;
  left: 1.5vw;
  bottom: 1.5vw;
  background-color: #fab417;
  width: 18vw;
  height: 18vw;
  border-radius: 18vw;
  color: #ffffff;
  z-index: 1;
  font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4vw;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s; }

.home-img__tagline.is-active {
    opacity: 1; }

.home-img__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 8.5vw;
  margin: 0;
  padding: 0;
  color: #fab417; }

.home-img__text span:nth-child(2) {
    color: #ffffff; }

.infant .home-img__img:after {
  background-image: url(../img/curve-yellow.svg); }

.infant .home-img__container {
  background-color: #fab417; }

.infant .home-img__tagline {
  background-color: #283F8A; }

.slides__slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s; }

.slides__slide.is-active {
    opacity: 1; }

@media screen and (min-width: 480px) {
  .home-img__tagline {
    display: flex; } }

@media screen and (min-width: 1760px) {
  .home-img__text {
    font-size: 109px; }
  .home-img__tagline {
    width: 317px;
    height: 317px;
    border-radius: 317px;
    bottom: 26px;
    left: 26px;
    font-size: 42px; } }

.home-welcome {
  background-color: #ffffff; }

.home-welcome__container {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex; }

.home-welcome__content {
    color: #283F8A;
    font-size: 1.25rem;
    flex: 1 1 auto; }

.home-welcome__img {
    display: none;
    flex: 0 0 21%; }

.home-welcome__img img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 768px) {
    .home-welcome__content {
      padding-right: 40px; }
    .home-welcome__img {
      display: block; } }

.home-latest {
  padding-top: 0;
  padding-bottom: 0; }

.home-latest__wrap {
    padding-left: 0;
    padding-right: 0; }

.home-latest__section {
    background-color: #fab417;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 30px; }

.home-latest__section--blue {
      background-color: #283F8A; }

.home-latest__section--blue .home-latest__heading {
        color: #fab417; }

.home-latest__heading {
    text-align: center;
    font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.125rem;
    color: #283F8A;
    margin-top: 1.17647em;
    margin-bottom: 0.5em;
    line-height: 1; }

.home-latest__items {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px; }

.home-latest__item {
    background-color: #fff;
    text-align: center;
    margin: 15px;
    position: relative; }

.home-latest__more {
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-top: 20px; }

.home-latest__more-link {
    text-decoration: none;
    color: #283F8A;
    display: block;
    position: relative;
    padding-top: 60px; }

.home-latest__more-link:before {
      content: "";
      background-color: #283F8A;
      width: 50px;
      height: 50px;
      border-radius: 100px;
      display: block;
      position: absolute;
      left: calc(50% - 25px);
      top: 0; }

.home-latest__more-link span:before, .home-latest__more-link span:after {
      content: "";
      background-color: #ffffff;
      display: block;
      position: absolute; }

.home-latest__more-link span:before {
      width: 6px;
      height: 30px;
      left: calc(50% - 3px);
      top: 10px; }

.home-latest__more-link span:after {
      width: 30px;
      height: 6px;
      left: calc(50% - 15px);
      top: 22px; }

.home-latest__more-link--events {
      color: #fab417; }

.home-latest__more-link--events:before {
        background-color: #fab417; }

@media screen and (min-width: 480px) {
    .home-latest__items {
      display: flex;
      flex-wrap: wrap; }
    .home-latest__item {
      width: calc(50% - 30px); } }

@media screen and (min-width: 1340px) {
    .home-latest {
      background-image: linear-gradient(to right, #fab417 50%, #283F8A 50% 100%);
      padding-top: 35px;
      padding-bottom: 43px; }
      .home-latest__wrap {
        max-width: 1340px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px; }
      .home-latest__section {
        width: 50%;
        padding-bottom: 0; }
        .home-latest__section:nth-child(2n-1) {
          margin-left: -10px;
          margin-right: auto; }
        .home-latest__section:nth-child(2n) {
          margin-right: -10px;
          margin-left: auto; }
      .home-latest__items {
        max-width: unset; } }

.home-ql {
  right: 2.5%;
  bottom: 0;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.70455%; }

.home-ql__links {
    width: 100%; }

.home-ql__link {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block; }

.home-ql__text {
    display: block;
    background-color: #ffffff;
    color: #283F8A;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    padding: 0.5em;
    font-family: "ff-cocon-pro", Arial, "Helvetica Neue", Helvetica, sans-serif; }

@media screen and (min-width: 480px) {
    .home-ql__links {
      display: flex;
      flex-wrap: wrap; }
    .home-ql__link {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(50% - 40px);
      flex: 1 1 auto; } }

@media screen and (min-width: 960px) {
    .home-ql {
      position: absolute;
      width: 75%;
      padding-left: 0;
      padding-right: 0; }
      .home-ql__links {
        flex-wrap: nowrap; }
      .home-ql__link {
        width: 25%; }
        .home-ql__link + .home-ql__link {
          margin-left: 2.27273%; }
      .home-ql__text {
        font-size: 1.25vw; } }

@media screen and (min-width: 1760px) {
    .home-ql {
      right: 44px; }
      .home-ql__text {
        font-size: 1.375rem; } }

.hsearch {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1em;
  display: flex; }

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

.hsearch__form {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: #EFEFEF;
  position: absolute;
  right: 35px;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s; }

.js-reveal .hsearch__form {
    max-width: 300px; }

.hsearch__input {
  display: inline;
  border: 1px solid #EFEFEF;
  font-size: 0.875em;
  line-height: 30px;
  padding: 1px;
  background-color: #EFEFEF; }

.hsearch__searchicon {
  cursor: pointer;
  width: 35px;
  height: 34px;
  background-color: #ffffff;
  border: none;
  background-image: url(../img/magnifier.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px auto; }

@media screen and (min-width: 1760px) {
  .hsearch {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 1; } }

.skiplinks a {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  white-space: nowrap; }

.skiplinks a:focus {
  position: fixed;
  width: auto;
  height: auto;
  clip: initial;
  top: 0;
  z-index: 10000;
  left: 0;
  right: 0;
  background-color: #283F8A;
  color: #ffffff;
  text-align: center;
  padding: 1em 0; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

.aligncenter img {
    margin-left: auto;
    margin-right: auto; }

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em; }

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 2em; }

.wp-caption-text {
  font-size: 0.8em;
  margin-top: 0.5em; }

.wp-caption img {
  display: block; }

.wp-caption {
  margin-bottom: 2em; }

.event {
  color: #283F8A; }

.event__head {
    padding-top: 71.66667%;
    height: 0;
    position: relative; }

.event__desc {
    height: 82px;
    display: flex;
    align-items: center;
    padding: 0 16px; }

.event__title {
    font-size: 14px;
    line-height: 1.21429;
    font-weight: 400;
    max-height: 68px;
    overflow: hidden;
    width: 100%; }

.event__month {
    position: absolute;
    font-size: 10vw;
    line-height: 1;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4.16667vw;
    font-weight: 600;
    height: 10vw; }

.event__date {
    position: absolute;
    top: 10.41667vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 52.08333vw;
    font-weight: 600; }

@media screen and (min-width: 480px) {
    .event__title {
      font-size: 12px; }
    .event__month {
      font-size: 24px;
      height: 24px;
      line-height: 1; }
    .event__date {
      font-size: 100px; } }

@media screen and (min-width: 568px) {
    .event__title {
      font-size: 14px; }
    .event__month {
      font-size: 30px;
      padding-top: 20px; }
    .event__date {
      font-size: 140px;
      top: 50px; } }

.home-news__img {
  padding-top: 71.66667%;
  height: 0;
  background: no-repeat 50% 50% / cover; }

.home-news__desc {
  height: 82px;
  display: flex;
  align-items: center;
  background-color: #283F8A;
  padding: 0 16px; }

.home-news__title {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: 400;
  max-height: 68px;
  overflow: hidden;
  width: 100%; }

.home-news a {
  text-decoration: none; }

.home-news a::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute; }

@media screen and (min-width: 480px) {
  .home-news__title {
    font-size: 12px; } }

@media screen and (min-width: 568px) {
  .home-news__title {
    font-size: 14px; } }

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.no-js .cookie-message, .cookie-message.-dismissed {
    display: none; }

.cookie-message__inner {
    background-color: #ffffff;
    border: 5px solid #121d49;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    margin: 1rem; }

.cookie-message__content {
    align-items: center;
    display: grid;
    gap: 1rem; }

.cookie-message__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #283F8A;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5em 1em;
    display: block; }

@media screen and (min-width: 480px) {
    .cookie-message__content {
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content; } }

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