@charset "UTF-8";
/*!
Theme Name: Phenix
Theme URI: http://underscores.me/
Author: Candy Factory
Author URI: https://candy-factory.ch
Description: Custom Theme by Candy-Factory. Based on undescore.me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cf_phenix
Tags: custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Phenix is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*
	Simple Template, all content on single SASS file
*/
/*
	Variables
*/
/*
	General
*/
body {
  background-color: #E7EFF6;
}

body, html {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
}

body.cf_lb_opened, body.preloading {
  overflow: hidden;
}

* {
  box-sizing: content-box;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 1em;
  color: #0057A2;
}

h2 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 1em;
  color: #FFFFFF;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

a {
  text-decoration: none;
  transition: all 350ms;
  color: #0057A2;
  transition: all 350ms;
}

a:hover svg path, a:hover svg rect {
  transition: all 350ms;
}

.inner_wrapper {
  padding: 0 25px;
  margin: 0 auto;
  width: calc(100% - 50px);
  max-width: 1200px;
}

.box_shadow, #site-navigation ul li ul.sub-menu {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.15);
  transition: all 350ms;
}

.box_shadow:hover, #site-navigation ul li ul.sub-menu:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
}

.padded_area {
  margin-bottom: 50px;
  padding: 100px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.padded_area ul {
  list-style-type: circle;
  padding: 0;
  list-style-position: inside;
}

.padded_area.single_padded {
  min-height: 350px;
}

#main .padded_area.second_area {
  margin-top: 0;
}

.btn_blue, .cf_lightbox .lb_content .wpcf7-submit, .tags a {
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  color: #0057A2;
  border: 1px solid #0057A2;
  border-radius: 25px;
  padding: 12px 25px 14px;
  display: inline-block;
  margin: 25px auto 0;
}

.btn_blue:hover, .cf_lightbox .lb_content .wpcf7-submit:hover, .tags a:hover {
  background-color: #0057A2;
  color: #FFFFFF;
}

.box_shadow_hover, .doc_wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  transition: all 350ms;
}

.box_shadow_hover:hover, .doc_wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*
	Preloader
*/
#preloader {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  display: block;
  z-index: 9999;
}

div.spinner {
  -moz-animation: rotate 10s infinite linear;
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
  position: relative;
  display: block;
  margin: auto;
  width: 128px;
  height: 128px;
}

div.spinner i {
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  -moz-transform-origin: 50% 100% 0;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  border: solid 6px transparent;
  border-bottom: none;
}

div.spinner i:nth-child(1) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.3, 0.12, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.3, 0.12, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 0.3, 0.12, 0.03);
  width: 44px;
  height: 22px;
  margin-top: -22px;
  margin-left: -22px;
  border-color: #A82863;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

div.spinner i:nth-child(2) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.24, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.24, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.24, 0.03);
  width: 58px;
  height: 29px;
  margin-top: -29px;
  margin-left: -29px;
  border-color: #E79527;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

div.spinner i:nth-child(3) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.9, 0.36, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.9, 0.36, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 0.9, 0.36, 0.03);
  width: 72px;
  height: 36px;
  margin-top: -36px;
  margin-left: -36px;
  border-color: #698E35;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

div.spinner i:nth-child(4) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 1.2, 0.48, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 1.2, 0.48, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 1.2, 0.48, 0.03);
  width: 86px;
  height: 43px;
  margin-top: -43px;
  margin-left: -43px;
  border-color: #007388;
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}

div.spinner i:nth-child(5) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 1.5, 0.6, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 1.5, 0.6, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 1.5, 0.6, 0.03);
  width: 100px;
  height: 50px;
  margin-top: -50px;
  margin-left: -50px;
  border-color: #D05834;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

div.spinner i:nth-child(6) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 1.8, 0.72, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 1.8, 0.72, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 1.8, 0.72, 0.03);
  width: 114px;
  height: 57px;
  margin-top: -57px;
  margin-left: -57px;
  border-color: #6A3053;
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
}

div.spinner i:nth-child(7) {
  /*
        @include animation-timing-function(
          cubic-bezier(.09, .3 * $i, .12 * $i, .03)  
        );
        */
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 2.1, 0.84, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 2.1, 0.84, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 2.1, 0.84, 0.03);
  width: 128px;
  height: 64px;
  margin-top: -64px;
  margin-left: -64px;
  border-color: #425763;
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}

@-moz-keyframes rotate {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
	Masthead
*/
#masthead {
  height: 175px;
  width: 100%;
  border-bottom: 1px solid #0057A2;
  background-color: #E7EFF6;
}

#masthead .header_left {
  width: 210px;
  float: left;
  margin-top: 25px;
}

#masthead .header_left img {
  height: 100px;
  width: auto;
}

#masthead .header_right {
  width: calc(100% - 210px);
  float: left;
}

#masthead .header_btns {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 25px;
}

.rnd_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0057A2;
  border-radius: 50%;
  text-transform: uppercase;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: 600;
  color: #0057A2;
  margin-left: 20px;
}

.rnd_btn:hover {
  background-color: #0057A2;
  color: #FFFFFF;
}

.rnd_btn:hover svg path {
  fill: #FFFFFF;
}

#site-navigation {
  float: right;
}

#site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

#site-navigation ul li {
  list-style: none;
  padding: 0 0 50px;
  margin: 0 0 0 10px;
  display: inline-block;
}

#site-navigation ul li a {
  color: #000000;
  font-size: 18px;
}

#site-navigation ul li a:hover {
  color: #0057A2;
}

#site-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 25px 25px 20px;
  margin-top: 50px;
}

#site-navigation ul li ul.sub-menu li {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

#site-navigation ul li ul.sub-menu ul.sub-menu {
  display: none;
}

#site-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

#site-navigation #magic_line {
  margin-top: -5px;
  width: 10px;
  height: 5px;
  background-color: #0057A2;
  transition: all 650ms ease;
}

#site-navigation #magic_line.animated {
  background-color: #000000;
}

#bg_layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
}

#bg_layer #bg_img_top {
  margin-top: 175px;
  height: 800px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -5;
}

#bg_layer #bg_top_triangle {
  position: relative;
  z-index: -4;
  margin-top: -124px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 125px calc(100vw - 17px);
  border-color: transparent transparent #E7EFF6 transparent;
}

#search {
  width: 100%;
  height: 50px;
  background-color: #0057A2;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 650ms;
}

#search input {
  width: 100%;
  height: 50px;
  display: block;
  border: none;
  font-size: 25px;
  font-weight: 600;
  background-color: transparent;
  color: #FFFFFF;
}

#search.opened_search {
  max-height: 50px;
  padding: 25px 0;
}

/*
	Homepage
*/
.slogan {
  margin-top: 350px;
  margin-bottom: 50px;
  float: right;
  width: 400px;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.slogan .round_bg {
  width: 700px;
  height: 700px;
  max-width: 50vw;
  max-height: 50vw;
  border-radius: 50%;
  position: absolute;
  margin: -100px 0 0 -200px;
  z-index: -1;
}

/*
	Tiles & cols
*/
.cols_wrapper {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-bottom: -25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.cols_wrapper .col {
  width: calc(33.333% - 50px);
  float: left;
  margin: 25px;
}

.cols_wrapper .col .col_text {
  text-align: justify;
  line-height: 26px;
  padding: 10px 0;
}

.cols_wrapper .col.hidden_filter {
  display: none;
}

.tile {
  display: block;
  margin-bottom: 25px;
}

.tile img {
  display: block;
  width: 100%;
  height: auto;
}

.tile .tile_text {
  padding: 12.5px 10px;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: -50px;
  transition: all 350ms;
  position: relative;
  z-index: 10;
}

.tile .tile_text .tile_text_title {
  font-weight: 600;
  width: calc(100% - 25px);
  float: left;
}

.tile .tile_text .tile_text_icon {
  float: right;
  display: flex;
  align-items: center;
  height: 25px;
}

.tile .tile_text .tile_text_icon svg {
  max-height: 25px;
}

.tile .tile_text .tile_text_hover {
  max-height: 0;
  overflow: hidden;
  transition: all 350ms;
  font-weight: 400;
}

.tile:hover .tile_text {
  margin-top: -100px;
}

.tile:hover .tile_text .tile_text_hover {
  max-height: 50px;
}

.centres_list .tile:hover .tile_text {
  margin-top: -75px;
}

.centres_list .tile:hover .tile_text .tile_text_hover {
  max-height: 25px;
}

/*
	Pre Footer
*/
.triangle_bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(100vw - 17px) 155px 0;
  border-color: transparent #E7EFF6 transparent transparent;
  position: absolute;
  margin-bottom: -155px;
  z-index: 1;
}

#pre_footer {
  background-color: rgba(0, 87, 162, 0.05);
}

#pre_footer .col {
  display: block;
  z-index: 2;
}

#pre_footer .col_logo {
  margin-top: 65px;
  color: #0057A2;
  line-height: 25px;
}

#pre_footer .col_footer_center {
  padding-top: 125px;
  padding-bottom: 100px;
}

#pre_footer .col_footer_right {
  padding-top: 125px;
  display: flex;
  flex-direction: column-reverse;
}

#pre_footer .col_footer_right .rnd_btn {
  margin-top: 25px;
  align-self: end;
}

/*
	Footer
*/
#colophon {
  background-color: #0057A2;
  font-size: 12px;
  color: #FFFFFF;
}

#colophon .footer_left, #colophon .footer_right {
  display: flex;
  height: 50px;
  align-items: center;
}

#colophon .footer_left a, #colophon .footer_right a {
  color: #FFFFFF;
}

#colophon .footer_right {
  justify-content: flex-end;
}

#colophon #gototop {
  display: flex;
  margin: 0 auto;
  border-color: #FFFFFF;
}

#colophon #gototop:hover {
  background-color: #FFFFFF;
}

#colophon #gototop:hover svg path {
  fill: #0057A2;
}

/*
	Lightbox
*/
.cf_lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 87, 162, 0.9);
  z-index: 100;
  transition: all 650ms;
  display: none;
  opacity: 0;
}

.cf_lightbox #lb_close {
  border-color: #FFFFFF;
  margin: 75px auto 50px;
}

.cf_lightbox .lb_content {
  padding: 50px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #FFFFFF;
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.cf_lightbox .lb_content input, .cf_lightbox .lb_content textarea {
  width: calc(100% - 50px);
  border: 1px solid #0057A2;
  padding: 15px 25px;
  color: #0057A2;
}

.cf_lightbox .lb_content textarea {
  height: 200px;
}

.cf_lightbox .lb_content .wpcf7-submit {
  width: 125px;
  margin: 25px auto 0;
  display: block;
  background-color: #0057A2;
  color: #FFFFFF;
}

.cf_lightbox .lb_content .wpcf7-submit:hover {
  cursor: pointer;
  background-color: #FFFFFF;
  color: #0057A2;
  border: 1px solid #0057A2 !important;
}

.cf_lightbox .lb_content .wpcf7-response-output {
  border-width: 3px;
  margin: 0 0 25px;
  padding: 12.5px;
}

.cf_lightbox .lb_content i {
  font-size: 12px;
  font-style: italic;
}

.cf_lightbox .lb_content i p {
  margin-bottom: 0;
}

#lb_login label {
  display: none;
}

#lb_login input {
  border-top: none;
  border-left: none;
  border-right: none;
}

#lb_login input#wp-submit {
  background-color: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #0057A2;
  transition: all 350ms;
  cursor: pointer;
  margin: 25px 0;
}

#lb_login input#wp-submit:hover {
  background-color: #0057A2;
  color: #FFFFFF;
}

#lb_contact input, #lb_contact textarea {
  margin-bottom: 5px;
  border-left: none;
  border-right: none;
  border-top: none;
}

/*
	Page
*/
#main .padded_area {
  margin-top: 295px;
}

#main.home_main .padded_area {
  margin-top: 0;
}

.col_links {
  margin-top: 25px;
  margin-bottom: 25px;
}

.col_links a:nth-child(1), .col_links a:nth-child(2), .col_links a:nth-child(3) {
  border-top: 1px solid #000000;
}

.col_links a.a_col {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000000;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 13px 15px 15px;
  margin-top: -1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.col_links a.a_col svg {
  float: right;
}

.col_links a.a_col svg path {
  fill: #000000;
}

.col_links a.a_col span {
  width: calc(100% - 15px);
}

.col_links a.a_col:hover {
  z-index: 2;
  color: #0057A2;
  border-bottom-color: #0057A2;
  border-top-color: #0057A2;
}

.col_links a.a_col:hover svg path {
  fill: #0057A2;
}

/*
	single
*/
.cat_list {
  margin-bottom: 20px;
}

.cat_list a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
}

.cat_list a:after {
  content: "\00a0|\00a0";
  display: inline-block;
  color: #000000;
}

.cat_list a:hover {
  color: #0057A2;
}

.cat_list a:last-of-type:after {
  display: none;
}

.content_left {
  width: 65%;
  float: left;
  text-align: justify;
  line-height: 25px;
}

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

.content_left .img_single {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

.content_right {
  width: 30%;
  float: right;
}

.col .doc_wrapper {
  margin-left: -25px;
  width: calc(100% + 50px);
  margin-bottom: -25px;
}

.doc_wrapper {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #000000;
  display: flex;
  margin-bottom: 0;
  padding: 25px;
  /*
	&:hover {
		color: $clr-blue;
		img {
			border-color: $clr-blue;
		}
		.doc_text_wrapper .doc_text_bottom svg path {
			fill: $clr-blue;
		}
	}
	*/
}

.doc_wrapper img {
  width: 73px;
  height: auto;
  float: left;
  display: block;
  border: 1px solid #000000;
}

.doc_wrapper .doc_text_wrapper {
  float: right;
  width: calc(100% - 100px);
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}

.doc_wrapper .doc_text_wrapper .doc_text_bottom {
  font-weight: 600;
  font-size: 12px;
  margin-top: auto;
}

.doc_wrapper .doc_text_wrapper .doc_text_bottom svg {
  float: right;
}

.doc_wrapper .doc_text_wrapper .doc_text_bottom svg path {
  fill: #000000;
}

.neg_padding {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: -25px;
}

.post_meta {
  border-top: 1px solid rgba(0, 87, 162, 0.25);
  padding-top: 45px;
}

.date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.tags a {
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
  margin-right: 5px;
}

/*
	Testimony Slider
*/
.slider_title {
  margin-bottom: 25px;
}

.slider_title h1 {
  display: block;
  width: calc(100% - 150px);
  float: left;
}

.slider_title h1 p {
  margin: 0;
}

.slider_title .slider_ctrl {
  display: block;
  float: left;
  width: 150px;
  margin-top: -10px;
}

.slider_title .slider_ctrl a {
  display: block;
  float: right;
  border: 1px solid #0057A2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin-left: 25px;
  opacity: 0.25;
}

.slider_title .slider_ctrl a svg path {
  fill: #0057A2;
}

.slider_title .slider_ctrl a.slider_prev {
  margin-left: 0;
}

.slider_title .slider_ctrl a:hover {
  opacity: 1;
}

.slider_item .slider_img {
  width: 30%;
  margin-right: 50px;
  float: left;
}

.slider_item .slider_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.slider_item .slider_content {
  width: calc(70% - 50px);
  float: left;
}

.slider_item .slider_content .slider_content_title {
  font-weight: 600;
}

.slider_item .slider_content .slider_content_testimony {
  font-style: italic;
  line-height: 25px;
}

.slider_item .slider_content .slider_content_testimony p:first-of-type {
  display: inline;
  margin-top: 0;
}

.slider_item .slider_content .slider_content_testimony p:last-of-type {
  display: inline;
  margin-bottom: 0;
}

/*
	Documents
*/
#file_search {
  box-sizing: border-box;
  border: 1px solid #0057A2;
  border-radius: 25px;
  width: 100%;
  padding: 13px 25px 15px;
  color: #0057A2;
  transition: all 350ms;
}

#file_search:hover, #file_search:active, #file_search:focus {
  background-color: #0057A2;
  color: #FFFFFF;
}

/*
	Centres archive
*/
#map_canvas {
  width: 100%;
  height: 600px;
}

/*
	Centre Single
*/
.content_sidebar p:first-of-type {
  margin-top: 0;
}

.content_sidebar p:last-of-type {
  margin-bottom: 0;
}

.staff_item img {
  width: 100%;
  height: auto;
}

.staff_item .staff_name {
  line-height: 50px;
  padding: 0 10px;
  margin-top: -50px;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 50px;
}

.staff_item .staff_desc {
  line-height: 25px;
  padding: 15px 0 0;
}

.staff_item .staff_desc a {
  display: block;
  margin-top: 5px;
}

.staff_item .staff_desc a:hover svg rect {
  fill: #000000;
}

/*
	Accordions
*/
.accordions {
  border-bottom: 1px solid rgba(0, 87, 162, 0.25);
}

.accordions .accordion .accordion_title {
  margin-top: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 0 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 350ms;
  border-top: 1px solid rgba(0, 87, 162, 0.25);
}

.accordions .accordion .accordion_title span {
  display: block;
  width: calc(100% - 25px);
  margin-right: 13px;
}

.accordions .accordion .accordion_title svg {
  transition: all 350ms;
}

.accordions .accordion .accordion_title:hover {
  background-color: rgba(0, 87, 162, 0.01);
}

.accordions .accordion .accordion_title:hover svg {
  transform: rotate(180deg);
}

.accordions .accordion .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: all 350ms;
  border-top: 1px solid transparent;
}

.accordions .accordion .accordion_content p:first-of-type {
  margin-top: 0;
}

.accordions .accordion .accordion_content p:last-of-type {
  margin-bottom: 0;
}

.accordions .accordion.open_accordion .accordion_content {
  border-top: 1px solid rgba(0, 87, 162, 0.1);
  max-height: 1000px;
  padding: 15px 0;
}

.accordions .accordion.open_accordion .accordion_title svg {
  transform: rotate(45deg);
}

.accordions .accordion.open_accordion .accordion_title:hover svg {
  transform: rotate(225deg);
}

/*
	Slider Accordéons
*/
.slider_ctrl {
  width: calc(33.333% - 25px);
  float: left;
  margin-top: 1px;
}

.slider_ctrl .slick_link {
  display: block;
  border-bottom: 1px solid #E7EFF6;
  border-top: 1px solid #E7EFF6;
  font-size: 18px;
  color: #000000;
  padding: 15px 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  transition: z-index 0ms;
}

.slider_ctrl .slick_link svg {
  margin-right: 10px;
}

.slider_ctrl .slick_link svg path {
  fill: #000000;
}

.slider_ctrl .slick_link:hover, .slider_ctrl .slick_link.active_acctitle {
  color: #0057A2;
  border-color: #0057A2;
  z-index: 2;
}

.slider_ctrl .slick_link:hover svg path, .slider_ctrl .slick_link.active_acctitle svg path {
  fill: #0057A2;
}

#slider_acc {
  width: calc(66.666% - 25px);
  float: right;
}

#slider_acc > div p:first-of-type {
  margin-top: 0;
}

#slider_acc > div p:last-of-type {
  margin-bottom: 0;
}

/*
	Responsive Menu
*/
#responsive_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 38px 0;
  transition: all 650ms;
  max-width: 0;
  overflow: hidden;
}

#responsive_menu.opened_menu {
  padding: 38px 25px;
  width: 100%;
  max-width: 250px;
  max-height: 100vh;
  scroll: auto;
  overflow: auto;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 87, 162, 0.25);
}

#responsive_menu #responsive-navigation ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 25px 0  0;
}

#responsive_menu #responsive-navigation ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

#responsive_menu #responsive-navigation ul li a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#responsive_menu #responsive-navigation ul li a:hover {
  color: #E7EFF6;
}

#responsive_menu #responsive-navigation ul li ul.sub-menu {
  display: block;
  margin-top: -5px;
  margin-left: 25px;
  margin-bottom: 15px;
}

#responsive_menu #responsive-navigation ul li ul.sub-menu li a {
  margin-bottom: 5px;
}

#responsive_menu .responsive_btn a {
  margin: 10px 0 10px 0;
}

#responsive_menu .responsive_btn .small_btn {
  width: 100%;
}

#responsive_menu #close_responsivemenu {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

#responsive_menu #close_responsivemenu svg {
  width: 25px;
  height: auto;
}

#responsive_menu #close_responsivemenu svg path {
  transition: all 350ms;
  fill: #000000;
}

#responsive_menu #close_responsivemenu:hover svg path {
  fill: #E7EFF6;
}

#open_responsive_menu {
  display: none;
  float: right;
  text-align: center;
  transition: all 350ms;
  color: #000000;
  padding-top: 20px;
  height: 100px;
  width: 100px;
}

#open_responsive_menu svg {
  display: block;
  margin: 13px auto 0;
  transition: all 350ms;
}

#open_responsive_menu svg rect {
  transition: all 350ms;
  fill: #000000;
}

#open_responsive_menu:hover svg {
  /*
			transform: rotate(90deg);
			transform-origin: center center;
			*/
}

#open_responsive_menu:hover svg rect {
  fill: #E7EFF6;
}

/*
	Responsive Breakpoints
*/
@media (max-width: 1200px) {
  .padded_area {
    padding: 50px;
  }
}

@media (max-width: 920px) {
  #open_responsive_menu svg {
    margin-top: 25px;
  }
  #open_responsive_menu {
    display: block;
  }
  .header_right {
    display: none;
  }
  #masthead {
    height: 120px;
  }
  #masthead .header_left {
    margin-top: 15px;
  }
  #masthead .header_left img {
    height: 90px;
  }
  .slogan {
    margin-top: 125px;
  }
  .slogan .round_bg {
    margin-left: -75px;
  }
  #bg_layer #bg_img_top {
    margin-top: 120px;
  }
  .cols_wrapper .col {
    width: calc(50% - 50px);
  }
  #main .padded_area {
    margin-top: 100px;
  }
  #pre_footer .col_footer_right {
    display: none;
  }
  #colophon .cols_wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #colophon .cols_wrapper .col {
    float: none;
    width: 100%;
    margin: 12.5px 0;
  }
  #colophon .footer_left, #colophon .footer_right {
    justify-content: center;
  }
  .hidden_resp {
    display: none;
  }
  .cols_search {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cols_search .col_search {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .slogan {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
  .slogan .round_bg {
    margin: 0 0 0 -12.5px;
    width: calc(100% + 25px);
    max-width: none;
    height: 300px;
    border-radius: 0;
  }
  .inner_wrapper {
    padding: 0 12.5px;
    width: calc(100% - 25px);
  }
  .padded_area {
    padding: 12.5px;
  }
  .cols_wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .cols_wrapper .col {
    float: none;
    width: 100%;
    margin: 12.5px 0;
  }
  #pre_footer .col_footer_center {
    padding: 25px 0;
  }
  #pre_footer .col_footer_right {
    padding: 0;
  }
  .cf_lightbox #lb_close {
    margin: 25px auto 25px;
  }
  .cf_lightbox .lb_content {
    padding: 12.5px;
    width: calc(100% - 25px);
    max-height: calc(100vh - 100px);
  }
  .slider_ctrl, .content_left, #slider_acc {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .slider_acc, .content_right {
    width: 100%;
    float: none;
  }
  #bg_layer #bg_img_top {
    margin-top: 167px;
  }
  #main .padded_area {
    margin-top: 12.5px;
  }
  .neg_padding {
    width: 100%;
    margin: 0;
  }
  .doc_wrapper {
    padding: 12.5px;
  }
  .triangle_bg {
    display: none;
  }
  #pre_footer {
    background-color: #E7EFF6;
  }
  .slider_title h1, .slider_title .slider_ctrl {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .col .doc_wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .slider_item .slider_img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .slider_item .slider_content {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  #colophon .footer_left, #colophon .footer_right {
    justify-content: center;
  }
}
