@charset "UTF-8";
/*!
Theme Name: CIH
Theme URI: http://underscores.me/
Author: Tom Jenkins
Author URI: http://underscores.me/
Description: CIH
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cih
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

cih is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.colour-bg-one {
  background: #1b1464;
}

.colour-bg-two {
  background: #c7db49;
}

.colour-bg-three {
  background: #89bbe4;
}

.colour-bg-four {
  background: #9d97ca;
}

.colour-sec-bg-one {
  background: #d50367;
}

.colour-sec-bg-two {
  background: #f6b1d0;
}

.colour-sec-bg-three {
  background: #f8951d;
}

.colour-sec-bg-four {
  background: #ffc40c;
}

.colour-sec-bg-five {
  background: #ed1d24;
}

.colour-sec-bg-six {
  background: #000000;
}

.colour-sec-bg-seven {
  background: #fff;
}

.colour-one {
  color: #1b1464;
}

.colour-two {
  color: #c7db49;
}

.colour-three {
  color: #89bbe4;
}

.colour-four {
  color: #9d97ca;
}

.colour-sec-one {
  color: #d50367;
}

.colour-sec-two {
  color: #f6b1d0;
}

.colour-sec-three {
  color: #f8951d;
}

.colour-sec-four {
  color: #ffc40c;
}

.colour-sec-five {
  color: #ed1d24;
}

.colour-sec-six {
  color: #000000;
}

.colour-sec-seven {
  color: #fff;
}

.colour-one-opaque::after {
  background: rgba(27, 20, 100, 0.6);
}

.colour-two-opaque::after {
  background: rgba(199, 219, 73, 0.6);
}

.colour-three-opaque::after {
  background: rgba(137, 187, 228, 0.6);
}

.colour-four-opaque::after {
  background: rgba(157, 151, 202, 0.6);
}

.colour-sec-one-opaque::after {
  background: rgba(213, 3, 103, 0.6);
}

.colour-sec-two-opaque::after {
  background: rgba(246, 177, 208, 0.6);
}

.colour-sec-three-opaque::after {
  background: rgba(248, 149, 29, 0.6);
}

.colour-sec-four-opaque::after {
  background: rgba(255, 196, 12, 0.6);
}

.colour-sec-five-opaque::after {
  background: rgba(237, 29, 36, 0.6);
}

.colour-sec-six-opaque ::after {
  background: rgba(0, 0, 0, 0.6);
}

.colour-sec-seven-opaque::after {
  background: rgba(255, 255, 255, 0.6);
}

.page-colour-one .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-one.svg);
}
.page-colour-one .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-one .page-head .page-head-image h1::after {
  background: #1b1464;
}
.page-colour-one #listing-view .sectionInner ul li a h4,
.page-colour-one #events .sectionInner ul li a .event-info,
.page-colour-one #passport .sectionInner ul li a .passport-info {
  background: #1b1464;
  color: #fff;
}
.page-colour-one #events .sectionInner ul li a .event-info h4 {
  color: #fff;
}
.page-colour-one #listing-view .sectionInner ul li a .listing-button,
.page-colour-one #events .sectionInner ul li a .event-button,
.page-colour-one #passport .sectionInner ul li a .passport-button {
  background: #1b1464;
}

.page-colour-two .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-two.svg);
}
.page-colour-two .page-head .page-head-image h1 {
  color: #1b1464;
}
.page-colour-two .page-head .page-head-image h1::after {
  background: #c7db49;
}
.page-colour-two #listing-view .sectionInner ul li a h4,
.page-colour-two #events .sectionInner ul li a .event-info,
.page-colour-two #passport .sectionInner ul li a .passport-info {
  background: #c7db49;
  color: #1b1464;
}
.page-colour-two #events .sectionInner ul li a .event-info h4,
.page-colour-two #events .sectionInner ul li a .event-info span {
  color: #1b1464;
}
.page-colour-two #listing-view .sectionInner ul li a .listing-button,
.page-colour-two #events .sectionInner ul li a .event-button,
.page-colour-two #passport .sectionInner ul li a .passport-button {
  background: #c7db49;
  color: #1b1464;
}

.page-colour-three .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-three.svg);
}
.page-colour-three .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-three .page-head .page-head-image h1::after {
  background: #89bbe4;
}
.page-colour-three #listing-view .sectionInner ul li a h4,
.page-colour-three #events .sectionInner ul li a .event-info,
.page-colour-three #passport .sectionInner ul li a .passport-info {
  background: #89bbe4;
}
.page-colour-three #listing-view .sectionInner ul li a .listing-button,
.page-colour-three #events .sectionInner ul li a .event-button,
.page-colour-three #passport .sectionInner ul li a .passport-button {
  background: #89bbe4;
  color: #fff;
}

.page-colour-four .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-four.svg);
}
.page-colour-four .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-four .page-head .page-head-image h1::after {
  background: #9d97ca;
}
.page-colour-four #listing-view .sectionInner ul li a h4,
.page-colour-four #events .sectionInner ul li a .event-info,
.page-colour-four #passport .sectionInner ul li a .passport-info {
  background: #9d97ca;
  color: #fff;
}
.page-colour-four #listing-view .sectionInner ul li a .listing-button,
.page-colour-four #events .sectionInner ul li a .event-button,
.page-colour-four #passport .sectionInner ul li a .passport-button {
  background: #9d97ca;
  color: #fff;
}

.page-colour-five .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-five.svg);
}
.page-colour-five .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-five .page-head .page-head-image h1::after {
  background: #d50367;
}
.page-colour-five #listing-view .sectionInner ul li a h4,
.page-colour-five #events .sectionInner ul li a .event-info,
.page-colour-five #passport .sectionInner ul li a .passport-info {
  background: #d50367;
  color: #fff;
}
.page-colour-five #listing-view .sectionInner ul li a .listing-button,
.page-colour-five #events .sectionInner ul li a .event-button,
.page-colour-five #passport .sectionInner ul li a .passport-button {
  background: #d50367;
  color: #fff;
}

.page-colour-six .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-six.svg);
}
.page-colour-six .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-six .page-head .page-head-image h1::after {
  background: #f6b1d0;
}
.page-colour-six #listing-view .sectionInner ul li a h4,
.page-colour-six #events .sectionInner ul li a .event-info,
.page-colour-six #passport .sectionInner ul li a .passport-info {
  background: #f6b1d0;
  color: #fff;
}
.page-colour-six #listing-view .sectionInner ul li a .listing-button,
.page-colour-six #events .sectionInner ul li a .event-button,
.page-colour-six #passport .sectionInner ul li a .passport-button {
  background: #f6b1d0;
  color: #fff;
}

.page-colour-seven .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-seven.svg);
}
.page-colour-seven .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-seven .page-head .page-head-image h1::after {
  background: #f8951d;
}
.page-colour-seven #listing-view .sectionInner ul li a h4,
.page-colour-seven #events .sectionInner ul li a .event-info,
.page-colour-seven #passport .sectionInner ul li a .passport-info {
  background: #f8951d;
  color: #fff;
}
.page-colour-seven #listing-view .sectionInner ul li a .listing-button,
.page-colour-seven #events .sectionInner ul li a .event-button,
.page-colour-seven #passport .sectionInner ul li a .passport-button {
  background: #f8951d;
  color: #fff;
}

.page-colour-eight .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-eight.svg);
}
.page-colour-eight .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-eight .page-head .page-head-image h1::after {
  background: #ffc40c;
}
.page-colour-eight #listing-view .sectionInner ul li a h4,
.page-colour-eight #events .sectionInner ul li a .event-info,
.page-colour-eight #passport .sectionInner ul li a .passport-info {
  background: #ffc40c;
  color: #fff;
}
.page-colour-eight #listing-view .sectionInner ul li a .listing-button,
.page-colour-eight #events .sectionInner ul li a .event-button,
.page-colour-eight #passport .sectionInner ul li a .passport-button {
  background: #ffc40c;
  color: #fff;
}

.page-colour-nine .page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-nine.svg);
}
.page-colour-nine .page-head .page-head-image h1 {
  color: #fff;
}
.page-colour-nine .page-head .page-head-image h1::after {
  background: #ed1d24;
}
.page-colour-nine #listing-view .sectionInner ul li a h4,
.page-colour-nine #events .sectionInner ul li a .event-info,
.page-colour-nine #passport .sectionInner ul li a .passport-info {
  background: #ed1d24;
  color: #fff;
}
.page-colour-nine #listing-view .sectionInner ul li a .listing-button,
.page-colour-nine #events .sectionInner ul li a .event-button,
.page-colour-nine #passport .sectionInner ul li a .passport-button {
  background: #ed1d24;
  color: #fff;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* content
--------------------------------------------- */
.customWrapper {
  display: inline-block;
  width: 100%;
  margin: 0.9375rem 0;
}
.customWrapper .customButton {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 0.9375rem 1.875rem 1.2rem 1.875rem;
  border: 2px solid #263269;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.customWrapper .customButton::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  left: calc(-100% - 10px);
  top: 0;
  transition: all ease-out 0.3s;
  background: #fff;
}
.customWrapper .customButton:hover {
  color: #1e183d;
}
.customWrapper .customButton:hover::after {
  left: 0px;
}
.customWrapper .customButton.one {
  background: #1b1464;
}
.customWrapper .customButton.two {
  background: #c7db49;
}
.customWrapper .customButton.three {
  background: #89bbe4;
}
.customWrapper .customButton.four {
  background: #9d97ca;
}
.customWrapper .customButton.five {
  background: #d50367;
}
.customWrapper .customButton.six {
  background: #f6b1d0;
}
.customWrapper .customButton.seven {
  background: #f8951d;
}
.customWrapper .customButton.eight {
  background: #ffc40c;
}
.customWrapper .customButton.nine {
  background: #ed1d24;
}

#listing-view {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0 1.875rem;
}
#listing-view .sectionInner ul {
  display: inline-flex;
  width: calc(100% + 7.5rem);
  margin: 0;
  flex-wrap: wrap;
  padding: 3.75rem 0;
  margin: 0 -3.75rem;
}
#listing-view .sectionInner ul li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  min-height: 400px;
  list-style: none;
  padding: 0 3.75rem;
  margin: 0 0 1.875rem 0;
}
#listing-view .sectionInner ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.875rem;
  text-decoration: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#listing-view .sectionInner ul li a h4 {
  width: 100%;
  line-height: 1em;
  padding: 0.9375rem;
  color: #fff;
  background: #1b1464;
}
#listing-view .sectionInner ul li a p {
  color: #fff;
}
#listing-view .sectionInner ul li a .listing-button {
  padding: 0.9375rem 1.875rem;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #1b1464;
  transition: all ease-out 0.3s;
  margin: 0 0 1.875rem 0;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
#listing-view .sectionInner ul li a .listing-button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#listing-view .sectionInner ul li a:hover .listing-button::after {
  top: 0;
}
#listing-view .sectionInner ul li a:hover .listing-button {
  color: #1b1464;
}
#listing-view .sectionInner .user-content ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 1.875rem 0 1.875rem 1.875rem;
  list-style: disc;
  list-style-type: disc;
}
#listing-view .sectionInner .user-content ul li {
  min-height: 0;
  padding: 0;
  margin: 0;
  max-width: initial;
  width: 100%;
  display: list-item;
  list-style: disc;
}

#events {
  display: inline-flex;
  width: 100%;
  padding: 3.75rem;
}
#events .sectionInner {
  display: inline-flex;
  width: 100%;
}
#events .sectionInner h5 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0 0 1.875rem 0;
  color: #1b1464;
}
#events .sectionInner .event-filter {
  display: inline-flex;
  width: 100%;
}
#events .sectionInner .event-filter form {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#events .sectionInner .event-filter form div {
  display: inline-flex;
  width: 100%;
  max-width: 18%;
}
#events .sectionInner .event-filter form div label {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
#events .sectionInner .event-filter form div select {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-weight: bold;
  padding: 18px 0.9375rem;
  border: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  background-color: #1b1464;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 9px), calc(100% - 15px) calc(1em - 9px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
#events .sectionInner .event-filter form .filter-search {
  display: inline-flex;
  width: 100%;
  position: relative;
  max-width: 22%;
}
#events .sectionInner .event-filter form .filter-search input {
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 18px;
  border: 0;
  color: #fff;
  background-color: #1b1464;
}
#events .sectionInner .event-filter form .filter-search input[type=text] {
  font-weight: bold;
  width: calc(100% - 40px);
  color: #fff;
  height: auto;
  margin: 0;
}
#events .sectionInner .event-filter form .filter-search input[type=text]:focus {
  outline: none;
}
#events .sectionInner .event-filter form .filter-search input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#events .sectionInner .event-filter form .filter-search input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#events .sectionInner .event-filter form .filter-search input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#events .sectionInner .event-filter form .filter-search input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#events .sectionInner .event-filter form .filter-search .filter-submit {
  padding: 9px 18px 9px 0;
  width: 40px;
  background: #1b1464;
}
#events .sectionInner .event-filter form .filter-search .filter-submit input[type=submit] {
  width: 100%;
  padding: 0;
  text-indent: -9999px;
  background-image: url(/app/themes/cih/assets/images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#events .sectionInner .event-filter form .filter-search .filter-submit input[type=submit]:hover {
  cursor: pointer;
}
#events .sectionInner .event-filter form .filter-search input[type=button] {
  font-size: 14px;
  text-decoration: underline;
  background: none;
  color: #1b1464;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 0;
  z-index: 20;
}
#events .sectionInner .event-filter form .filter-search input[type=button]:hover {
  cursor: pointer;
}
#events .sectionInner ul {
  display: inline-flex;
  width: calc(100% + 7.5rem);
  margin: 0;
  flex-wrap: wrap;
  padding: 3.75rem 0;
  margin: 0 -3.75rem;
}
#events .sectionInner ul li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  min-height: 400px;
  list-style: none;
  padding: 0 3.75rem;
  margin: 0 0 1.875rem 0;
}
#events .sectionInner ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.875rem;
  text-decoration: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#events .sectionInner ul li a .event-info {
  width: 100%;
  padding: 0.9375rem;
  color: #fff;
  background: #1b1464;
}
#events .sectionInner ul li a .event-info h4 {
  color: #fff;
  line-height: 1.2em;
}
#events .sectionInner ul li a .event-info span {
  color: #fff;
}
#events .sectionInner ul li a .event-button {
  padding: 0.9375rem 1.875rem;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #1b1464;
  transition: all ease-out 0.3s;
  margin: 0 0 1.875rem 0;
  position: relative;
  overflow: hidden;
  z-index: 20;
  min-width: 50%;
  justify-content: center;
  text-align: center;
}
#events .sectionInner ul li a .event-button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#events .sectionInner ul li a:hover .event-button::after {
  top: 0;
}
#events .sectionInner ul li a:hover .event-button {
  color: #1b1464;
}
#events .sectionInner .button-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#events .sectionInner .button-block span.current {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #1b1464;
}
#events .sectionInner .button-block span.dots {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#events .sectionInner .button-block a {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  transition: all ease-out 0.3s;
}
#events .sectionInner .button-block a:hover {
  background: #f2f2f2;
}

#event-detail {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 3.75rem;
}
#event-detail #book-banner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#event-detail #book-banner .event-nobook-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
#event-detail #book-banner .book-block.wrap {
  flex-wrap: wrap;
}
#event-detail #book-banner .book-block.wrap .book-button {
  width: auto;
}
#event-detail #book-banner .book-block {
  display: inline-flex;
  width: 100%;
  width: calc(100% + 10px);
  justify-content: space-between;
  margin: 0 -10px 0.9375rem;
}
#event-detail #book-banner .book-block .event-nobook {
  padding: 5px 0.9375rem;
  background: #f7f7f7;
  margin: 0 0.9375rem 5px 0;
}
#event-detail #book-banner .book-block .book-passed {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  padding: 1.875rem;
  text-align: center;
  line-height: 1.2em;
  color: #1b1464;
  background: #f7f7f7;
}
#event-detail #book-banner .book-block .book-button {
  display: inline-flex;
  width: 100%;
  min-width: calc(33.333% - 10px);
  margin: 0 5px 0.9375rem;
}
#event-detail #book-banner .book-block .book-button a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 1.875rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 20;
  color: #1b1464;
  background: #c7db49;
}
#event-detail #book-banner .book-block .book-button a svg {
  margin-left: 8px;
}
#event-detail #book-banner .book-block .book-button a::after {
  content: "";
  position: absolute;
  background: #1b1464;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#event-detail #book-banner .book-block .book-button a:hover {
  color: #c7db49;
}
#event-detail #book-banner .book-block .book-button a:hover::after {
  top: 0;
}
#event-detail #book-banner .mapBox {
  position: relative;
}
#event-detail #book-banner .visit-map-add {
  position: absolute;
  z-index: 100;
  padding: 0.9375rem;
  background: rgba(255, 255, 255, 0.8);
  width: auto;
  border-radius: 5px;
  max-width: 250px;
  margin: 5px;
  bottom: 5px;
}
#event-detail #book-banner .visit-map-add p {
  margin: 0 0 5px 0;
  line-height: 1.2em;
}
#event-detail #book-banner .visit-map-add a {
  margin: 0;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  background: #1b1464;
}
#event-detail #book-banner .visit-map-add a svg {
  margin-left: 8px;
}
#event-detail #book-banner .event-map {
  display: inline-flex;
  width: 100%;
  height: 400px;
}
#event-detail #book-banner .event-map .no-map {
  width: 100%;
}
#event-detail #book-banner .event-map .no-map h2 {
  color: #fff;
}
#event-detail .sectionInner h2 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 1.875rem 0;
  font-size: 36px;
}
#event-detail .sectionInner ul {
  padding: 0;
  margin: 0 0 0.9375rem 0;
  width: 100%;
}
#event-detail .sectionInner ul li {
  list-style: none;
}
#event-detail .sectionInner ul li .detail-content .detail-title {
  font-weight: bold;
  font-size: 20px;
}
#event-detail .sectionInner ul li .detail-content h2 {
  justify-content: flex-start;
  margin: 0 0 0.9375rem 0;
}
#event-detail .sectionInner ul li .detail-content ul {
  margin: 0 0 1.875rem 1.875rem;
}
#event-detail .sectionInner ul li .detail-content ul li {
  list-style: disc;
}
#event-detail .sectionInner ul li .detail-content ol {
  margin: 0 0 1.875rem 1.875rem;
}
#event-detail .sectionInner ul li .detail-content ol li {
  list-style: decimal;
}
#event-detail .sectionInner ul li .detail-content a {
  font-weight: bold;
  color: #d50367;
}
#event-detail .sectionInner ul li .detail-info ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.875rem 3.75rem;
  background: #c7db49;
}
#event-detail .sectionInner ul li .detail-info ul li {
  display: inline-flex;
  width: auto;
  min-width: 33.333%;
  padding: 5px 0;
  align-items: center;
}
#event-detail .sectionInner ul li .detail-info ul li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 5px;
  z-index: 20;
  color: #1b1464;
}
#event-detail .sectionInner ul li .detail-info ul li a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#event-detail .sectionInner ul li .detail-info ul li a:hover::after {
  top: 0;
}
#event-detail .sectionInner ul li .detail-info ul li div {
  color: #1b1464;
}
#event-detail .sectionInner ul li .detail-info ul li svg {
  width: 30px;
  color: #1b1464;
  fill: #1b1464;
}

#event-book {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#event-book .sectionInner .form-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  background: #f2f2f2;
  padding: 1.875rem;
  margin: 0 0 3.75rem 0;
}
#event-book .sectionInner .form-wrap form {
  width: 100%;
  max-width: 1024px;
}
#event-book .sectionInner .form-wrap form h4 {
  margin-top: 1.875rem;
}
#event-book .sectionInner .form-wrap form .form-row {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#event-book .sectionInner .form-wrap form .form-row .form-block {
  display: inline-flex;
  width: 100%;
  max-width: 48%;
  flex-wrap: wrap;
}
#event-book .sectionInner .form-wrap form .form-block {
  width: 100%;
  width: 48%;
}
#event-book .sectionInner .form-wrap form .g-recaptcha {
  margin: 1.875rem 0;
}
#event-book .sectionInner .form-wrap form .submit-block {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
#event-book .sectionInner .form-wrap form .submit-block input[type=submit] {
  padding: 0.9375rem 1.875rem;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 10;
  color: #1b1464;
  background: #c7db49;
}
#event-book .sectionInner .form-wrap form .submit-block input[type=submit]:hover {
  cursor: pointer;
}

#booked-block .booked-details {
  padding: 0 1.875rem;
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
}
#booked-block .booked-details h2 {
  font-size: 65px;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1b1464;
  font-family: Rustyhand, Arial, sans-serif;
}
#booked-block .booked-details ul {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  max-width: 50%;
  flex-wrap: wrap;
  background: #f2f2f2;
  padding: 1.875rem;
  margin: 0 0 3.75rem 0;
}
#booked-block .booked-details ul li {
  width: 50%;
  list-style: none;
  border-bottom: 1px solid #ccc;
  display: inline-flex;
  padding: 3px 0;
}
#booked-block .booked-details ul li:nth-child(even) {
  justify-content: flex-start;
}
#booked-block .booked-details ul li:nth-child(odd) {
  font-weight: bold;
}
#booked-block .booked-details ul li.wide {
  width: 100%;
  margin: 0 0 5px 0;
  border: 0;
}
#booked-block .booked-details ul li.pink {
  color: #d50367;
}

#passport {
  display: inline-flex;
  width: 100%;
  padding: 3.75rem;
}
#passport .sectionInner {
  display: inline-flex;
  width: 100%;
}
#passport .sectionInner h3 {
  width: 100%;
  text-align: center;
  color: #1b1464;
}
#passport .sectionInner h6 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 1.875rem 0;
  color: #1b1464;
}
#passport .sectionInner .passport-filter {
  display: inline-flex;
  width: 100%;
}
#passport .sectionInner .passport-filter form {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#passport .sectionInner .passport-filter form div {
  display: inline-flex;
  width: 100%;
  max-width: 18%;
}
#passport .sectionInner .passport-filter form div label {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
#passport .sectionInner .passport-filter form div select {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-weight: bold;
  padding: 18px 0.9375rem;
  border: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  background-color: #d50367;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 9px), calc(100% - 15px) calc(1em - 9px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
#passport .sectionInner .passport-filter form .filter-search {
  display: inline-flex;
  width: 100%;
  position: relative;
  max-width: 22%;
}
#passport .sectionInner .passport-filter form .filter-search input {
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 18px;
  border: 0;
  height: auto;
  margin: 0;
  color: #fff;
  background-color: #d50367;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text] {
  font-weight: bold;
  width: calc(100% - 40px);
  color: #fff;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text]:focus {
  outline: none;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#passport .sectionInner .passport-filter form .filter-search input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#passport .sectionInner .passport-filter form .filter-search .filter-submit {
  padding: 9px 18px 9px 0;
  width: 40px;
  background: #d50367;
}
#passport .sectionInner .passport-filter form .filter-search .filter-submit input[type=submit] {
  width: 100%;
  padding: 0;
  text-indent: -9999px;
  background-image: url(/app/themes/cih/assets/images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#passport .sectionInner .passport-filter form .filter-search .filter-submit input[type=submit]:hover {
  cursor: pointer;
}
#passport .sectionInner .passport-filter form .filter-search input[type=button] {
  font-size: 14px;
  text-decoration: underline;
  background: none;
  color: #1b1464;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 0;
  z-index: 20;
}
#passport .sectionInner .passport-filter form .filter-search input[type=button]:hover {
  cursor: pointer;
}
#passport .sectionInner ul {
  display: inline-flex;
  width: calc(100% + 7.5rem);
  margin: 0;
  flex-wrap: wrap;
  padding: 3.75rem 0;
  margin: 0 -3.75rem;
}
#passport .sectionInner ul li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  min-height: 400px;
  list-style: none;
  padding: 0 3.75rem;
  margin: 0 0 1.875rem 0;
}
#passport .sectionInner ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.875rem;
  text-decoration: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#passport .sectionInner ul li a .passport-info {
  width: 100%;
  padding: 0.9375rem;
  color: #fff;
  background: #1b1464;
}
#passport .sectionInner ul li a .passport-info h4 {
  color: #fff;
}
#passport .sectionInner ul li a .passport-info span {
  color: #fff;
}
#passport .sectionInner ul li a .passport-button {
  padding: 0.9375rem 1.875rem;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d50367;
  transition: all ease-out 0.3s;
  margin: 0 0 1.875rem 0;
  position: relative;
  overflow: hidden;
  z-index: 20;
  min-width: 50%;
  justify-content: center;
  text-align: center;
}
#passport .sectionInner ul li a .passport-button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#passport .sectionInner ul li a:hover .passport-button::after {
  top: 0;
}
#passport .sectionInner ul li a:hover .passport-button {
  color: #1b1464;
}
#passport .sectionInner .button-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#passport .sectionInner .button-block span.current {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #d50367;
}
#passport .sectionInner .button-block a {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  transition: all ease-out 0.3s;
}
#passport .sectionInner .button-block a:hover {
  background: #f2f2f2;
}

#offer-detail {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 3.75rem;
}
#offer-detail img {
  margin: 0 0 1.875rem 0;
}
#offer-detail .offer-map {
  display: inline-flex;
  width: 100%;
  height: 400px;
}
#offer-detail .sectionInner {
  justify-content: center;
}
#offer-detail .sectionInner p {
  width: 100%;
}
#offer-detail .sectionInner p a {
  font-weight: bold;
  color: #d50367;
}
#offer-detail .sectionInner h2 {
  justify-content: flex-start;
  margin: 0 0 0.9375rem 0;
}
#offer-detail .sectionInner ul {
  width: 100%;
  margin: 0 0 1.875rem 1.875rem;
}
#offer-detail .sectionInner ul li {
  list-style: disc;
}
#offer-detail .sectionInner ul li a {
  font-weight: bold;
  color: #d50367;
}
#offer-detail .sectionInner ol {
  width: 100%;
  margin: 0 0 1.875rem 1.875rem;
}
#offer-detail .sectionInner ol li {
  list-style: decimal;
}
#offer-detail .sectionInner ol li a {
  font-weight: bold;
  color: #d50367;
}
#offer-detail .sectionInner .detail-info {
  display: inline-flex;
  width: 100%;
}
#offer-detail .sectionInner .detail-info ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 1.875rem 3.75rem;
  background: #d50367;
}
#offer-detail .sectionInner .detail-info ul li {
  display: inline-flex;
  width: auto;
  min-width: 25%;
  padding: 5px 0;
  align-items: center;
  color: #fff;
}
#offer-detail .sectionInner .detail-info ul li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 5px;
  z-index: 20;
  color: #fff;
}
#offer-detail .sectionInner .detail-info ul li a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#offer-detail .sectionInner .detail-info ul li a:hover {
  color: #d50367;
}
#offer-detail .sectionInner .detail-info ul li a:hover::after {
  top: 0;
}
#offer-detail .sectionInner .detail-info ul li strong {
  margin-right: 5px;
}
#offer-detail .sectionInner .detail-info ul li div {
  color: #1b1464;
}
#offer-detail .sectionInner .detail-info ul li svg {
  width: 30px;
  color: #fff;
  fill: #fff;
}

#searchresults {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#searchresults .sectionInner {
  display: inline-flex;
  width: 100%;
}
#searchresults .sectionInner ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 1.875rem 0;
  padding: 1.875rem 0;
}
#searchresults .sectionInner ul li {
  display: inline-flex;
  width: 100%;
  list-style: none;
  max-width: 33.333%;
  padding: 0 1.875rem;
  margin: 0 0 1.875rem 0;
  list-style: none;
}
#searchresults .sectionInner ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.9375rem;
  z-index: 20;
  background: rgba(27, 20, 100, 0.6);
}
#searchresults .sectionInner ul li a .search-title {
  display: inline-flex;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0.9375rem;
  color: #1b1464;
}
#searchresults .sectionInner ul li a .search-text {
  display: inline-flex;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0.9375rem;
}
#searchresults .sectionInner ul li a .search-button {
  display: inline-flex;
  width: 100%;
  align-self: flex-end;
  width: auto;
  padding: 0.9375rem;
  font-weight: bold;
  color: #1b1464;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
#searchresults .sectionInner ul li a .search-button::after {
  content: "";
  position: absolute;
  background: #d50367;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#searchresults .sectionInner ul li a:hover .search-button {
  color: #fff;
}
#searchresults .sectionInner ul li a:hover .search-button::after {
  top: 0;
}

#blog-view {
  display: inline-flex;
  width: 100%;
  justify-self: center;
}
#blog-view .sectionInner {
  display: inline-flex;
  width: 100%;
  max-width: 1440px;
}
#blog-view .sectionInner ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 3.75rem 0;
}
#blog-view .sectionInner ul li {
  display: inline-flex;
  width: 100%;
  max-width: 25%;
  padding: 0 0.9375rem;
  margin: 0 0 1.875rem 0;
  list-style: none;
}
#blog-view .sectionInner ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.875rem;
  flex-direction: column;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#blog-view .sectionInner ul li a .blog-list-image {
  display: inline-flex;
  width: 100%;
  height: 300px;
}
#blog-view .sectionInner ul li a .blog-list-content {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: calc(100% - 300px);
}
#blog-view .sectionInner ul li a .blog-list-content h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0.9375rem 0 0 0;
  color: #1b1464;
}
#blog-view .sectionInner ul li a .blog-list-content p {
  display: inline-flex;
  width: 100%;
  margin: 0 0 1.875rem 0;
  color: #0a0a0a;
}
#blog-view .sectionInner ul li a .blog-list-content div {
  padding: 0.9375rem 1.875rem;
  align-self: flex-end;
  display: inline-flex;
  color: #fff;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  z-index: 20;
  transition: all ease-out 0.3s;
  background: #1b1464;
}
#blog-view .sectionInner ul li a .blog-list-content div:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#blog-view .sectionInner ul li a:hover .blog-list-content div {
  color: #1b1464;
}
#blog-view .sectionInner ul li a:hover .blog-list-content div::after {
  top: 0;
}
#blog-view .sectionInner .button-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#blog-view .sectionInner .button-block span.current {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #1b1464;
}
#blog-view .sectionInner .button-block span.dots {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#blog-view .sectionInner .button-block a {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  transition: all ease-out 0.3s;
}
#blog-view .sectionInner .button-block a:hover {
  background: #f2f2f2;
}

#blog-detail {
  display: inline-flex;
  width: 100%;
  justify-self: center;
}
#blog-detail .sectionInner {
  display: inline-flex;
  width: 100%;
  justify-self: center;
}
#blog-detail .sectionInner .blog-nav {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#blog-detail .sectionInner .blog-nav .blognav-inner {
  display: inline-flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
}
#blog-detail .sectionInner .blog-nav .blognav-inner a {
  display: inline-flex;
  width: 200px;
  justify-content: center;
  align-items: center;
  margin: 1.875rem 0;
  font-weight: bold;
  font-size: 18px;
  color: #1b1464;
}
#blog-detail .sectionInner .blog-nav .blognav-inner a img {
  max-width: 30px;
  margin: 0 0.9375rem;
  transition: all ease-out 0.3s;
}
#blog-detail .sectionInner .blog-nav .blognav-inner a.inactive {
  pointer-events: none;
  opacity: 0.2;
}
#blog-detail .sectionInner img {
  margin: 10px 0;
}

body.young-carers .header-bottom {
  background: #d50367;
}

body.young-carers .nav-number a {
  background: #1b1464;
  color: #fff;
}

#carers-landing {
  overflow: hidden;
}

#carers-banner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem;
}
#carers-banner ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0;
}
#carers-banner ul li {
  width: 50%;
  max-width: 300px;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#carers-banner ul li .banner-inner {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#carers-banner ul li .banner-inner .yc-icon, #carers-banner ul li .banner-inner h1, #carers-banner ul li .banner-inner h4, #carers-banner ul li .banner-inner h5 {
  display: inline-flex;
  width: 100%;
  max-width: 180px;
  position: absolute;
}
#carers-banner ul li .banner-inner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  margin: 0;
}
#carers-banner ul li .banner-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  line-height: 1em;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  margin: 0;
}
#carers-banner ul li .banner-inner h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  line-height: 1.2em;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  margin: 0;
}
#carers-banner ul li:nth-child(1) .banner-inner {
  padding: 1.875rem 0 0 1.875rem;
}
#carers-banner ul li:nth-child(2) .banner-inner {
  padding: 0 0 1.875rem 1.875rem;
}
#carers-banner ul li:nth-child(3) .banner-inner {
  padding: 1.875rem 1.875rem 0 0;
}
#carers-banner ul li:nth-child(4) .banner-inner {
  padding: 0 1.875rem 1.875rem 0;
}

#carers-list {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#carers-list li {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0 1.875rem 3.75rem;
  position: relative;
  min-height: 85vh;
}
#carers-list li .list-inner {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  padding: 7.5rem 0 3.75rem 0;
  position: relative;
}
#carers-list li .list-inner .content {
  width: 100%;
  max-width: calc(100% - 650px);
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#carers-list li .list-inner .content h3 {
  width: auto;
  font-size: 125px;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  text-align: right;
  line-height: 0.8em;
  text-transform: uppercase;
  margin: 0 0 1.875rem 0;
}
#carers-list li .list-inner .content p {
  width: auto;
  max-width: 500px;
  font-size: 26px;
  text-align: right;
  line-height: 1.2em;
  color: #000000;
}
#carers-list li .bg-icon {
  position: absolute;
  width: 100%;
  max-width: 700px;
  height: 100%;
  top: 0;
  display: inline-flex;
  align-items: center;
  left: -12%;
  z-index: -1;
}
#carers-list li .bg-icon.lines {
  background: url(/app/themes/cih/assets/images/lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
}
#carers-list li .bg-icon.logo {
  background: url(/app/themes/cih/assets/images/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carers-list li .bg-icon.yc {
  background: url(/app/themes/cih/assets/images/yc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carers-list li.bg-colour-one {
  background: rgba(27, 20, 100, 0.6);
}
#carers-list li.bg-colour-one a, #carers-list li.bg-colour-one h3 {
  color: #1b1464;
}
#carers-list li.bg-colour-two {
  background: rgba(199, 219, 73, 0.6);
}
#carers-list li.bg-colour-two a, #carers-list li.bg-colour-two h3 {
  color: #c7db49;
}
#carers-list li.bg-colour-three {
  background: rgba(137, 187, 228, 0.6);
}
#carers-list li.bg-colour-three a, #carers-list li.bg-colour-three h3 {
  color: #89bbe4;
}
#carers-list li.bg-colour-four {
  background: rgba(157, 151, 202, 0.6);
}
#carers-list li.bg-colour-four a, #carers-list li.bg-colour-four h3 {
  color: #9d97ca;
}
#carers-list li.bg-colour-five {
  background: rgba(213, 3, 103, 0.6);
}
#carers-list li.bg-colour-five a, #carers-list li.bg-colour-five h3 {
  color: #d50367;
}
#carers-list li.bg-colour-six {
  background: rgba(246, 177, 208, 0.6);
}
#carers-list li.bg-colour-six a, #carers-list li.bg-colour-six h3 {
  color: #f6b1d0;
}
#carers-list li.bg-colour-seven {
  background: rgba(248, 149, 29, 0.6);
}
#carers-list li.bg-colour-seven a, #carers-list li.bg-colour-seven h3 {
  color: #f8951d;
}
#carers-list li.bg-colour-eight {
  background: rgba(255, 196, 12, 0.6);
}
#carers-list li.bg-colour-eight a, #carers-list li.bg-colour-eight h3 {
  color: #ffc40c;
}
#carers-list li.bg-colour-nine {
  background: rgba(237, 29, 36, 0.6);
}
#carers-list li.bg-colour-nine a, #carers-list li.bg-colour-nine h3 {
  color: #ed1d24;
}
#carers-list li:nth-child(even) .list-inner {
  justify-content: flex-start;
}
#carers-list li:nth-child(even) .content {
  align-items: flex-start;
}
#carers-list li:nth-child(even) .content h3, #carers-list li:nth-child(even) .content p {
  text-align: left;
}
#carers-list li:nth-child(even) .bg-icon {
  left: auto;
  left: initial;
  right: -12%;
  transform: scalex(-1);
}
#carers-list li:nth-child(even) .bg-icon.lines {
  right: 0;
}
#carers-list li:nth-child(even) #image-clip-02,
#carers-list li:nth-child(even) #image-clip-04 {
  left: auto;
  left: initial;
  right: 0;
  transform: scaleX(-1) !important;
}
#carers-list li:nth-child(even) #image-clip-02 a,
#carers-list li:nth-child(even) #image-clip-04 a {
  transform: scaleX(-1);
  padding: 1.875rem 3rem 0.9375rem 1.875rem;
  background: url(/app/themes/cih/assets/images/bubble-link-left.svg);
  background-repeat: no-repeat;
}

#image-clip-01 {
  display: inline-flex;
  width: 800px;
  height: 675px;
  position: absolute;
  flex-wrap: wrap;
  left: 0;
  top: 5rem;
  z-index: 50;
}
#image-clip-01 #image-clip-empty-01 {
  width: 800px;
  height: 675px;
  position: absolute;
}
#image-clip-01 .background-image-div {
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 100%;
  -webkit-clip-path: url(#image-clip-mask-01);
  clip-path: url(#image-clip-mask-01);
}
#image-clip-01 a {
  display: inline-flex;
  position: absolute;
  font-weight: 900;
  font-size: 40px;
  font-family: nunito, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1.875rem 0.9375rem 3rem;
  bottom: 3.5rem;
  right: 7.5rem;
  background: url(/app/themes/cih/assets/images/bubble-link-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#image-clip-02 {
  display: inline-flex;
  width: 800px;
  height: 675px;
  position: absolute;
  flex-wrap: wrap;
  left: 0;
  top: 5rem;
  z-index: 50;
}
#image-clip-02 #image-clip-empty-02 {
  width: 800px;
  height: 675px;
  position: absolute;
}
#image-clip-02 .background-image-div {
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 100%;
  -webkit-clip-path: url(#image-clip-mask-02);
  clip-path: url(#image-clip-mask-02);
}
#image-clip-02 a {
  display: inline-flex;
  position: absolute;
  font-weight: 900;
  font-size: 40px;
  font-family: nunito, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1.875rem 0.9375rem 3rem;
  bottom: 3.5rem;
  right: 7.5rem;
  background: url(/app/themes/cih/assets/images/bubble-link-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#image-clip-03 {
  display: inline-flex;
  width: 800px;
  height: 675px;
  position: absolute;
  flex-wrap: wrap;
  left: 0;
  top: 5rem;
  z-index: 50;
}
#image-clip-03 #image-clip-empty-03 {
  width: 800px;
  height: 675px;
  position: absolute;
}
#image-clip-03 .background-image-div {
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 100%;
  -webkit-clip-path: url(#image-clip-mask-03);
  clip-path: url(#image-clip-mask-03);
}
#image-clip-03 a {
  display: inline-flex;
  position: absolute;
  font-weight: 900;
  font-size: 40px;
  font-family: nunito, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1.875rem 0.9375rem 3rem;
  bottom: 3.5rem;
  right: 7.5rem;
  background: url(/app/themes/cih/assets/images/bubble-link-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#image-clip-04 {
  display: inline-flex;
  width: 800px;
  height: 675px;
  position: absolute;
  flex-wrap: wrap;
  left: 0;
  top: 5rem;
  z-index: 50;
}
#image-clip-04 #image-clip-empty-04 {
  width: 800px;
  height: 675px;
  position: absolute;
}
#image-clip-04 .background-image-div {
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 100%;
  -webkit-clip-path: url(#image-clip-mask-04);
  clip-path: url(#image-clip-mask-04);
}
#image-clip-04 a {
  display: inline-flex;
  position: absolute;
  font-weight: 900;
  font-size: 40px;
  font-family: nunito, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1.875rem 0.9375rem 3rem;
  bottom: 3.5rem;
  right: 7.5rem;
  background: url(/app/themes/cih/assets/images/bubble-link-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#carers-accordion {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 7.5rem 0;
}
#carers-accordion .accordion {
  width: 100%;
  margin: 0;
}
#carers-accordion .accordion li {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1px 0 9px 0;
  transition: all ease-out 0.3s;
}
#carers-accordion .accordion li a {
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
  border: none;
  padding: 1.875rem;
}
#carers-accordion .accordion li a:hover {
  background: #1b1464 !important;
}
#carers-accordion .accordion li a::before {
  top: auto;
  top: initial;
}
#carers-accordion .accordion li .accordion-content {
  font-size: 20px;
  width: 100%;
}
#carers-accordion .accordion li .accordion-content .content-inner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#carers-accordion .accordion li.is-active a {
  background: #1b1464 !important;
}
#carers-accordion .accordion li.bg-colour-one a {
  background: #1b1464;
}
#carers-accordion .accordion li.bg-colour-two a {
  background: #c7db49;
}
#carers-accordion .accordion li.bg-colour-three a {
  background: #89bbe4;
}
#carers-accordion .accordion li.bg-colour-four a {
  background: #9d97ca;
}
#carers-accordion .accordion li.bg-colour-five a {
  background: #d50367;
}
#carers-accordion .accordion li.bg-colour-six a {
  background: #f6b1d0;
}
#carers-accordion .accordion li.bg-colour-seven a {
  background: #f8951d;
}
#carers-accordion .accordion li.bg-colour-eight a {
  background: #ffc40c;
}
#carers-accordion .accordion li.bg-colour-nine a {
  background: #ed1d24;
}

@font-face {
  font-family: "Rustyhand";
  src: url("/app/themes/cih/assets/fonts/RustysHand-Regular.eot");
  src: local("☺"), url("/app/themes/cih/assets/fonts/RustysHand-Regular.woff") format("woff"), url("/app/themes/cih/assets/fonts/RustysHand-Regular.ttf") format("truetype"), url("/app/themes/cih/assets/fonts/RustysHand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
header,
section {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.sectionInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

#standard-view {
  padding: 0 1.875rem;
}

#standard-view .sectionInner {
  max-width: 1440px;
}

.confined {
  max-width: 1440px;
}

html.sr .scrlreveal {
  visibility: hidden;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin: 0;
}

#hide-site {
  z-index: 999;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  right: -2.4rem;
  top: 50%;
  padding: 0.9375rem 1.8758rem;
  transform: rotate(-90deg);
  background: #d50367;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.3);
}

.default {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.875rem 3.75rem;
  background-color: white;
}
.default .content-width {
  display: inline-block;
  width: 100%;
}
.default div {
  width: 100%;
}
.default p {
  width: auto;
}
.default p a {
  font-weight: bold;
  color: #d50367;
}
.default iframe {
  width: 100%;
}
.default ul {
  margin: 0 0 0.9375rem 1rem;
  padding: 0;
  width: 100%;
}
.default ul li a {
  font-weight: bold;
  color: #d50367;
}

.wp-video {
  margin: 1.875rem auto;
}

.posts-navigation {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.875rem;
  margin: 1.875rem 0;
  justify-content: center;
}
.posts-navigation .nav-links {
  min-width: 320px;
  display: inline-flex;
  justify-content: center;
}
.posts-navigation .nav-links .nav-previous {
  display: inline-flex;
  order: 2;
}
.posts-navigation .nav-links a {
  font-size: 18px;
  font-weight: bold;
  padding: 0.9375rem;
  margin: 0 1.875rem;
  overflow: hidden;
  z-index: 10;
  position: relative;
  background: #1b1464;
  transition: all ease-out 0.3s;
}
.posts-navigation .nav-links a::after {
  content: "";
  position: absolute;
  background: #d50367;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
  transition: all ease-out 0.3s;
}
.posts-navigation .nav-links a:hover::after {
  top: 0;
}

.site-header {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.header-top {
  display: inline-flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 1.875rem;
}
.header-top .main-logo {
  display: inline-flex;
  width: 100%;
  max-width: 600px;
}
.header-top .main-logo a {
  display: inline-flex;
  width: 100%;
  max-width: 100px;
}
.header-top .main-logo a img {
  display: inline-flex;
  width: 100%;
}

.header-bottom {
  display: inline-flex;
  width: 100%;
  background: #1b1464;
  justify-content: center;
}

.main-navigation {
  display: inline-flex;
  width: 100%;
}

.menu-top-nav-container {
  display: inline-flex;
  width: 100%;
}
.menu-top-nav-container ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0.9375rem 0;
  align-items: center;
  justify-content: space-between;
}
.menu-top-nav-container ul li, .menu-top-nav-container ul div {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-top-nav-container ul li a, .menu-top-nav-container ul div a {
  display: inline-flex;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  font-size: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 8px;
  transition: all ease-out 0.3s;
  position: relative;
  overflow: hidden;
}
.menu-top-nav-container ul li a:hover, .menu-top-nav-container ul div a:hover {
  color: #1b1464;
}
.menu-top-nav-container ul li a::after, .menu-top-nav-container ul div a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: 0;
}
.menu-top-nav-container ul li a:hover::after, .menu-top-nav-container ul div a:hover::after {
  top: 0;
}
.menu-top-nav-container ul li a span, .menu-top-nav-container ul div a span {
  position: relative;
  z-index: 10;
}
.menu-top-nav-container ul li .mega, .menu-top-nav-container ul div .mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.menu-top-nav-container ul li .mega .mega-close, .menu-top-nav-container ul div .mega .mega-close {
  position: absolute;
  width: 20px;
  right: 1.875rem;
  z-index: 210;
  top: 1.875rem;
}
.menu-top-nav-container ul li .mega .mega-close:hover, .menu-top-nav-container ul div .mega .mega-close:hover {
  cursor: pointer;
}
.menu-top-nav-container ul li .mega .sub-menu, .menu-top-nav-container ul div .mega .sub-menu {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  left: 0;
  top: 100%;
  z-index: 200;
  padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  background: rgba(27, 20, 100, 0.9);
}
.menu-top-nav-container ul li .mega .sub-menu li, .menu-top-nav-container ul div .mega .sub-menu li {
  width: auto;
}
.menu-top-nav-container ul li .mega .sub-menu li a, .menu-top-nav-container ul div .mega .sub-menu li a {
  margin: 5px;
}
.menu-top-nav-container ul li .mega .sub-menu li a:hover, .menu-top-nav-container ul div .mega .sub-menu li a:hover {
  color: #1b1464;
}
.menu-top-nav-container ul li .mega .sub-menu li a::after, .menu-top-nav-container ul div .mega .sub-menu li a::after {
  z-index: -1;
}
.menu-top-nav-container ul li .mega.hover, .menu-top-nav-container ul div .mega.hover {
  display: inline-flex;
}
.menu-top-nav-container ul li.highlight a {
  color: #c7db49;
  padding-right: 1.875rem;
}
.menu-top-nav-container ul li.highlight a::before {
  content: "";
  position: absolute;
  background: url(/app/themes/cih/assets/images/yc_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0.9375rem;
  z-index: 20;
}
.menu-top-nav-container ul li.highlight .sub-menu li a {
  padding-right: 8px;
}
.menu-top-nav-container ul li.highlight .sub-menu li a::before {
  display: none;
}
.menu-top-nav-container ul li.highlight .sub-menu li a::after {
  background: #c7db49;
}
.menu-top-nav-container ul li.active a {
  color: #c7db49;
}
.menu-top-nav-container ul li.active a span {
  border-bottom: 2px solid #c7db49;
}
.menu-top-nav-container ul li.active a .sub-menu li a {
  color: #fff;
}

.search-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

#site-search {
  display: inline-flex;
  width: 100%;
  max-width: 400px;
  margin: 0 0 1.875rem 0;
}
#site-search form {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  width: 100%;
}
#site-search form label {
  display: inline-flex;
  width: 100%;
}
#site-search form label input {
  width: 100%;
  font-weight: bold;
  height: auto;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #1b1464;
  border-bottom: 1px solid #1b1464;
}
#site-search form label input:focus {
  outline: none;
}
#site-search form label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1b1464;
}
#site-search form label input::-moz-placeholder { /* Firefox 19+ */
  color: #1b1464;
}
#site-search form label input:-ms-input-placeholder { /* IE 10+ */
  color: #1b1464;
}
#site-search form label input:-moz-placeholder { /* Firefox 18- */
  color: #1b1464;
}
#site-search form .search-submit {
  width: 30px;
  text-indent: -9999px;
  border: none;
  background: url("/app/themes/cih/assets/images/search.svg");
  background-repeat: no-repeat;
}

.nav-number {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.nav-number a {
  padding: 8px 1.875rem;
  color: #fff;
  background: #d50367;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

#top-nav {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 600px;
}
#top-nav ul {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
#top-nav ul li {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin-left: 1.875rem;
}
#top-nav ul li a {
  justify-content: center;
  display: inline-flex;
  font-weight: bold;
  text-decoration: none;
  flex-wrap: wrap;
  color: #c7db49;
  text-align: center;
}
#top-nav ul li a svg {
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
}
#top-nav ul li a div {
  width: 100%;
  color: #1b1464;
}
#top-nav #google_language_translator {
  position: absolute;
  top: 100%;
  min-width: 166px;
  right: 0.9375rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0;
}
#top-nav #google_language_translator .goog-te-gadget-simple {
  margin: 0;
}

#search_wrapper,
#nav-toggle {
  display: none;
}

.page-head {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.page-head .page-head-image {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3.75rem;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .page-head-image h1,
.page-head .page-head-image h4,
.page-head .page-head-image p {
  display: inline-flex;
  width: 100%;
  color: #fff;
  margin: 0 0 0.9375rem;
  padding: 0 1.875rem 0 0;
  position: relative;
  z-index: 20;
}
.page-head .page-head-image p {
  display: none;
}
.page-head .page-head-image h1 {
  font-size: 46px;
  line-height: 1.2em;
  position: relative;
  flex-wrap: wrap;
  width: auto;
  max-width: 75%;
  z-index: 10;
  align-items: center;
}
.page-head .page-head-image h1::before {
  content: url(/app/themes/cih/assets/images/bubble-title-one.svg);
  position: absolute;
  width: 100%;
  max-width: 99px;
  right: -10px;
  top: -1px;
  z-index: -1;
}
.page-head .page-head-image h1::after {
  content: "";
  position: absolute;
  width: 200%;
  height: calc(100% + 3.75rem);
  right: 0;
  border-radius: 15px;
  z-index: -1;
  background: #1b1464;
}
.page-head .page-head-image h4 {
  font-size: 26px;
  margin: 1.875rem 0 0 0;
  width: 100%;
}
.page-head .page-head-image p {
  max-width: 50%;
}
.page-head .page-head-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
}
.page-head .page-head-image.small {
  min-height: auto;
}
.page-head .page-head-image.blog-header {
  min-height: auto;
}
.page-head .page-head-image.blog-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 20, 100, 0.6);
}
.page-head .page-head-image.blog-header h1 {
  font-size: 38px;
  font-weight: bold;
  font-family: Roboto, arial, sans-serif;
}
.page-head .page-head-image.blog-header h1::after {
  display: none;
}
.page-head .page-head-image.blog-header h1::before {
  display: none;
}

.breadbasket {
  padding: 0 1.875rem;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.breadcrumbs {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin: 0.9375rem 0;
  color: #1b1464;
}
.breadcrumbs a {
  text-decoration: none;
  color: #1b1464;
}
.breadcrumbs .bread-home {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumbs .bread-home img {
  width: 100%;
  max-width: 30px;
}
.breadcrumbs span {
  align-items: center;
  display: inline-flex;
  margin: 0 5px;
  color: #1b1464;
}
.breadcrumbs span a {
  width: 100%;
}

#site-banner-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
#site-banner-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 1.875rem;
}
#site-banner-widget .widgetInner .banner-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
#site-banner-widget .widgetInner .banner-block .banner-title {
  color: #fff;
}
#site-banner-widget .widgetInner .banner-block .banner-text {
  color: #fff;
}
#site-banner-widget .widgetInner .banner-block a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
#site-banner-widget .widgetInner svg {
  color: #fff;
  position: absolute;
  right: 0;
}
#site-banner-widget .widgetInner svg:hover {
  cursor: pointer;
}

#site-banner-widget.bg-colour-one {
  background: #1b1464;
}

#site-banner-widget.bg-colour-two {
  background: #c7db49;
}
#site-banner-widget.bg-colour-two .banner-block .banner-title,
#site-banner-widget.bg-colour-two .banner-block .banner-text,
#site-banner-widget.bg-colour-two .banner-block a,
#site-banner-widget.bg-colour-two .banner-block svg {
  color: #1b1464;
  fill: #1b1464;
}

#site-banner-widget.bg-colour-three {
  background: #89bbe4;
}
#site-banner-widget.bg-colour-three .banner-block .banner-title,
#site-banner-widget.bg-colour-three .banner-block .banner-text,
#site-banner-widget.bg-colour-three .banner-block a,
#site-banner-widget.bg-colour-three .banner-block svg {
  color: #1b1464;
  fill: #1b1464;
}

#site-banner-widget.bg-colour-four {
  background: #9d97ca;
}

#site-banner-widget.bg-colour-five {
  background: #d50367;
}

#site-banner-widget.bg-colour-six {
  background: #f6b1d0;
}

#site-banner-widget.bg-colour-seven {
  background: #f8951d;
}

#site-banner-widget.bg-colour-eight {
  background: #ffc40c;
}
#site-banner-widget.bg-colour-eight .banner-block .banner-title,
#site-banner-widget.bg-colour-eight .banner-block .banner-text,
#site-banner-widget.bg-colour-eight .banner-block a,
#site-banner-widget.bg-colour-eight .banner-block svg {
  color: #1b1464;
  fill: #1b1464;
}

#site-banner-widget.bg-colour-nine {
  background: #ed1d24;
}

footer {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background: #1b1464;
  padding: 3.75rem 1.875rem;
  position: relative;
}
footer .sectionInner {
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .sectionInner .footer-left {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
footer .sectionInner .footer-left .footer-logo {
  width: 130px;
  margin: 0 0 0.9375rem 0;
}
footer .sectionInner .footer-left #footer_buttons {
  display: inline-flex;
  width: 100%;
  margin: 0 0 1.875rem 0;
  padding: 0;
}
footer .sectionInner .footer-left #footer_buttons li {
  list-style: none;
  margin: 0 1.875rem 0 0;
}
footer .sectionInner .footer-left #footer_buttons li a {
  padding: 0.9375rem 1.875rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: #1b1464;
  background: #9d97ca;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  transition: all ease-out 0.3s;
}
footer .sectionInner .footer-left #footer_buttons li a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: 0;
}
footer .sectionInner .footer-left #footer_buttons li a:hover::after {
  top: 0;
}
footer .sectionInner .footer-left #footer_buttons li a:hover {
  color: #9d97ca;
}
footer .sectionInner .footer-left #footer_buttons li a span {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
}
footer .sectionInner .footer-left #footer_buttons li a svg {
  margin: 0 0 0 10px;
  font-size: 28px;
}
footer .sectionInner .footer-right {
  display: inline-flex;
  width: 100%;
  max-width: 300px;
  justify-content: flex-end;
  text-align: right;
}
footer .footer-info {
  display: inline-flex;
  width: 100%;
  border-top: 1px solid #9d97ca;
  padding: 1.875rem 0 0 0;
  justify-content: space-between;
  color: #9d97ca;
}
footer .footer-info span {
  margin: 0 0 0 1.875rem;
}

.menu-footer-menu-container ul {
  margin: 0;
  height: calc(100% - 1.875rem);
  flex-direction: column;
  justify-content: space-between;
  display: inline-flex;
}
.menu-footer-menu-container ul li {
  list-style: none;
}
.menu-footer-menu-container ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  color: #9d97ca;
  transition: all ease-out 0.3s;
}
.menu-footer-menu-container ul li a:hover {
  color: #fff;
}

#footer-slider {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem 0;
}

#associations {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#associations li {
  list-style: none;
  margin: 0 1.875rem;
  align-items: center;
  display: inline-flex;
}
#associations li a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
#associations li a img {
  width: 100%;
  height: 100%;
  max-width: 180px;
}

.newsletter_form {
  display: none;
  flex-wrap: wrap;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 1.875rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #9d97ca;
  padding: 1.875rem;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-out 0.8s;
  z-index: 50;
}
.newsletter_form h3,
.newsletter_form p,
.newsletter_form div {
  width: 100%;
  color: #fff;
}
.newsletter_form h3 {
  font-size: 32px;
  margin: 0;
}
.newsletter_form .form-close {
  display: inline-flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}
.newsletter_form .form-close:hover {
  cursor: pointer;
}
.newsletter_form form {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.newsletter_form form .gfield_required {
  color: #fff;
}
.newsletter_form form .gform_button {
  padding: 0.9375rem 1.875rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #1b1464;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border: 0;
}
.newsletter_form form .gform_button:hover {
  cursor: pointer;
}
.newsletter_form form .gform_footer {
  padding-bottom: 0 !important;
}
.newsletter_form form .ginput_container_radio .gchoice {
  display: inline-flex;
}
.newsletter_form form .ginput_container_radio .gchoice label {
  color: #fff;
  font-size: 16px;
}

.newsletter_form.open {
  display: inline-flex;
  opacity: 1;
}

h1 {
  font-size: 65px;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1b1464;
  font-family: Rustyhand, Arial, sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1b1464;
  font-family: Roboto, Arial, sans-serif;
}

h3 {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1b1464;
  font-family: Roboto, Arial, sans-serif;
}

h4 {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px 0;
  color: #1b1464;
  font-family: Roboto, Arial, sans-serif;
}

h5 {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px 0;
  color: #333333;
  font-family: Roboto, Arial, sans-serif;
}

h6 {
  font-size: 26px;
  font-weight: normal;
  width: 100%;
  margin: 0 0 10px 0;
  color: #333333;
  font-family: Roboto, Arial, sans-serif;
}

pre {
  font-family: Roboto, Arial, sans-serif;
}

#homepage {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#homepage .bg-logo-block {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -10%;
  display: inline-flex;
  width: 600px;
  height: 600px;
  max-width: 600px;
  transform: rotate(15deg);
}
#homepage .bg-logo-block .simpleParallax {
  overflow: visible !important;
  width: 100%;
  height: 100%;
}

#home-box {
  display: inline-flex;
  width: 100%;
  height: calc(100vh - 165px);
  margin: 0;
  padding: 0;
}
#home-box li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
#home-box li .home-box-item {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
#home-box li .home-box-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0.75;
}
#home-box li .home-box-item .home-box-title {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: bold;
  width: 100%;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 25;
  visibility: hidden;
}
#home-box li .home-box-item .home-box-title.color-one {
  color: #1b1464;
}
#home-box li .home-box-item .home-box-title.color-two {
  color: #c7db49;
}
#home-box li .home-box-item .home-box-title.color-three {
  color: #89bbe4;
}
#home-box li .home-box-item .home-box-title.color-four {
  color: #9d97ca;
}
#home-box li .home-box-item .home-box-title.color-five {
  color: #d50367;
}
#home-box li .home-box-item .home-box-title.color-six {
  color: #f6b1d0;
}
#home-box li .home-box-item .home-box-title.color-seven {
  color: #f8951d;
}
#home-box li .home-box-item .home-box-title.color-eight {
  color: #ffc40c;
}
#home-box li .home-box-item .home-box-title.color-nine {
  color: #ed1d24;
}
#home-box li .home-box-item .home-box-title.color-ten {
  color: #000000;
}
#home-box li .home-box-item .home-box-text {
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  width: 100%;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 25;
  visibility: hidden;
}
#home-box li .home-box-item a {
  padding: 0.9375rem 1.875rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: #1b1464;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  margin-top: 3.75rem;
  display: inline-flex;
  position: relative;
  z-index: 25;
  visibility: hidden;
}
#home-box li .home-box-item a::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: 0;
}
#home-box li .home-box-item a:hover::after {
  top: 0;
}
#home-box li .home-box-item a::after {
  left: 0;
}
#home-box li .home-box-item a:hover {
  color: #fff;
}
#home-box li .home-box-item a span {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
}
#home-box li .home-box-item .simpleParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#home-box li .home-box-item .simpleParallax img {
  min-height: 100%;
}
#home-box li.color-one .home-box-item::after {
  background: #1b1464;
}
#home-box li.color-two .home-box-item::after {
  background: #c7db49;
}
#home-box li.color-three .home-box-item::after {
  background: #89bbe4;
}
#home-box li.color-four .home-box-item::after {
  background: #9d97ca;
}
#home-box li.color-five .home-box-item::after {
  background: #d50367;
}
#home-box li.color-six .home-box-item::after {
  background: #f6b1d0;
}
#home-box li.color-seven .home-box-item::after {
  background: #f8951d;
}
#home-box li.color-eight .home-box-item::after {
  background: #ffc40c;
}
#home-box li.color-nine .home-box-item::after {
  background: #ed1d24;
}
#home-box li.color-ten .home-box-item::after {
  background: #000000;
}
#home-box li.color-one .home-box-item a::after {
  background: #1b1464;
}
#home-box li.color-two .home-box-item a::after {
  background: #c7db49;
}
#home-box li.color-three .home-box-item a::after {
  background: #89bbe4;
}
#home-box li.color-four .home-box-item a::after {
  background: #9d97ca;
}
#home-box li.color-five .home-box-item a::after {
  background: #d50367;
}
#home-box li.color-six .home-box-item a::after {
  background: #f6b1d0;
}
#home-box li.color-seven .home-box-item a::after {
  background: #f8951d;
}
#home-box li.color-eight .home-box-item a::after {
  background: #ffc40c;
}
#home-box li.color-nine .home-box-item a::after {
  background: #ed1d24;
}
#home-box li.color-ten .home-box-item a::after {
  background: #000000;
}

#mission {
  display: inline-flex;
  width: 100%;
  padding: 7.5rem 3.75rem;
  min-height: 400px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#mission .mission-title {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 1.875rem 0;
  color: #1b1464;
}
#mission .mission-text {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  color: #1b1464;
}
#mission a {
  padding: 0.9375rem 1.875rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: #1b1464;
  background: #c7db49;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  margin-top: 1.875rem;
}
#mission a::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: 0;
}
#mission a:hover::after {
  top: 0;
}
#mission .sectionInner {
  flex-wrap: nowrap;
  justify-content: space-between;
}
#mission .mission-content {
  display: inline-flex;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

/* logo clip */
#logo-clip {
  display: inline-flex;
  width: 800px;
  height: 800px;
  position: relative;
  flex-wrap: wrap;
  left: 0;
  top: 0;
}

.logo-clip-wrapper {
  display: inline-flex;
  width: 100%;
  height: 800px;
  position: relative;
}

#logo-clip-empty {
  width: 800px;
  height: 800px;
  fill: #ccc;
  position: absolute;
}

.background-image-div {
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 100%;
  -webkit-clip-path: url(#logo-clip-mask);
  clip-path: url(#logo-clip-mask);
}

#page-slide {
  overflow: hidden;
}
#page-slide .sectionInner .slideshow {
  display: inline-flex;
  width: 100%;
  margin: 0;
}
#page-slide .sectionInner .slideshow .slick-list {
  display: inline-block;
  width: 100%;
}
#page-slide .sectionInner .slideshow .slide-block {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page-slide .sectionInner .slideshow .slide-block .slide-inner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  height: 600px;
  position: relative;
}
#page-slide .sectionInner .slideshow .slide-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content .slide-title {
  display: inline-flex;
  width: 100%;
  position: relative;
  z-index: 20;
  font-size: 70px;
  line-height: 0.9em;
  font-weight: bold;
  color: #fff;
  margin: 0 0 1.875rem 0;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content .slide-text {
  display: inline-flex;
  width: 100%;
  position: relative;
  z-index: 20;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content a.slide-link {
  display: inline-flex;
  width: 100%;
  position: relative;
  z-index: 20;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 150px;
  font-weight: bold;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content a.slide-link .link-text {
  font-size: 37px;
  line-height: 0.8em;
  padding: 10px 20px 0 40px;
  position: absolute;
  display: inline-flex;
}
#page-slide .sectionInner .slideshow .slide-block .slide-content a.slide-link svg {
  width: 100%;
  z-index: -1;
}
#page-slide .sectionInner .slideshow .slide-block.colour-one-opaque a.slide-link {
  color: #1b1464;
}
#page-slide .sectionInner .slideshow .slide-block.colour-one-opaque a.slide-link svg {
  fill: #9d97ca;
}
#page-slide .sectionInner .slideshow .slide-block.colour-two-opaque a.slide-link {
  color: #c7db49;
}
#page-slide .sectionInner .slideshow .slide-block.colour-two-opaque a.slide-link {
  fill: #1b1464;
}
#page-slide .sectionInner .slideshow .slide-block.colour-three-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-three-opaque a.slide-link {
  fill: #89bbe4;
}
#page-slide .sectionInner .slideshow .slide-block.colour-four-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-four-opaque a.slide-link {
  fill: #9d97ca;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-one-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-one-opaque a.slide-link {
  fill: #d50367;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-two-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-two-opaque a.slide-link {
  fill: #f6b1d0;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-three-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-three-opaque a.slide-link {
  fill: #f8951d;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-four-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-four-opaque a.slide-link {
  fill: #ffc40c;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-five-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-five-opaque a.slide-link {
  fill: #ed1d24;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-six-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-six-opaque a.slide-link {
  fill: #000000;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-seven-opaque a.slide-link {
  color: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-seven-opaque a.slide-link svg {
  fill: #fff;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-seven-opaque .slide-title {
  color: #1b1464;
}
#page-slide .sectionInner .slideshow .slide-block.colour-sec-seven-opaque .slide-text {
  color: #1b1464;
}
#page-slide .sectionInner .slideshow .slick-dots {
  bottom: 1.875rem;
}
#page-slide .sectionInner .slideshow .slick-dots li.slick-active button::before {
  color: #c7db49;
}
#page-slide .sectionInner .slideshow .slick-dots li button::before {
  font-size: 12px;
  color: #fff;
}

#download-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 290px 0;
  background: #1b1464;
}
#download-widget .widgetInner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.75rem 0;
  width: 100%;
}
#download-widget .widgetInner .widget-title {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  font-size: 48px;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.9375rem 0;
  font-weight: bold;
}
#download-widget .widgetInner .widget-text {
  color: #fff;
  margin: 0 0 0.9375rem 0;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  max-width: 50%;
}
#download-widget svg {
  fill: #1b1464;
}
#download-widget svg.lower-wave {
  width: 100%;
  position: absolute;
  bottom: -290px;
  left: 0;
  z-index: -1;
}
#download-widget ul {
  display: inline-flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 1.875rem 0;
  position: relative;
  z-index: 20;
}
#download-widget ul li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  list-style: none;
  padding: 0 3.75rem;
  justify-content: center;
}
#download-widget ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3.75rem 1.875rem;
  background: #89bbe4;
  text-decoration: none;
  min-height: 250px;
  z-index: 20;
  position: relative;
}
#download-widget ul li a svg {
  width: 60px;
}
#download-widget ul li a .dl-title {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  margin: 1.875rem 0 2rem 0;
  font-size: 20px;
  text-align: center;
  color: #1b1464;
}
#download-widget ul li a .dl-arrow {
  display: inline-flex;
}
#download-widget .logo-float {
  position: absolute;
  width: 600px;
  max-width: 30%;
  left: -10%;
  top: 0;
  transform: rotate(20deg);
  opacity: 0.2;
  z-index: 1;
}

#event-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  float: left;
  margin-top: 12rem;
  position: relative;
}
#event-widget .widgetInner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.875rem 1.875rem 7.5rem 1.875rem;
  overflow: hidden;
  width: 100%;
  background: #c7db49;
}
#event-widget .widgetInner h3 {
  display: inline-flex;
  width: 100%;
  font-size: 48px;
  color: #1b1464;
  margin: 0;
  font-weight: bold;
}
#event-widget svg {
  fill: #1b1464;
}
#event-widget ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  width: calc(100% + 7.5rem);
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 1.875rem -7.5rem;
}
#event-widget ul li {
  display: inline-flex;
  width: 100%;
  max-width: 33.333%;
  list-style: none;
  padding: 0 3.75rem;
  justify-content: center;
  margin: 0 0 1.875rem 0;
}
#event-widget ul li a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  text-decoration: none;
  min-height: 400px;
  z-index: 20;
  position: relative;
}
#event-widget ul li a .event-title {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.1em;
  padding: 0.9375rem;
  margin: 0;
  font-size: 32px;
  color: #fff;
  background: #1b1464;
}
#event-widget ul li a .event-title span {
  display: inline-flex;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
}
#event-widget ul li a .event-button {
  padding: 0.9375rem 1.875rem;
  font-weight: bold;
  font-size: 18px;
  display: inline-flex;
  align-self: flex-end;
  justify-content: center;
  min-width: 60%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  transition: all ease-out 0.3s;
  color: #1b1464;
  background: #c7db49;
}
#event-widget ul li a .event-button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#event-widget ul li a:hover .event-button::after {
  top: 0;
}
#event-widget .upper-wave {
  position: absolute;
  z-index: -1;
  transform: rotate(180deg);
  top: -18rem;
  fill: #c7db49;
}
#event-widget .button-block {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
#event-widget .view-more {
  padding: 0.9375rem 1.875rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  transition: all ease-out 0.3s;
  background: #1b1464;
}
#event-widget .view-more::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#event-widget .view-more:hover {
  color: #1b1464;
}
#event-widget .view-more:hover::after {
  top: 0;
}

#event-relations {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0 3.75rem;
}
#event-relations .detail-content {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#event-relations .detail-content ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.875rem 0;
  padding: 1.875rem 0;
}
#event-relations .detail-content ul li {
  display: inline-flex;
  width: 100%;
  max-width: 31.333%;
  margin: 0 1% 1.875rem;
}
#event-relations .detail-content ul li a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 3.75rem;
  color: #1b1464;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}
#event-relations .detail-content ul li a span {
  background: #c7db49;
  padding: 0.9375rem 1.875rem;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#event-relations .detail-content ul li a span::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all ease-out 0.3s;
  z-index: -1;
}
#event-relations .detail-content ul li a:hover span::after {
  top: 0;
}

#cta-widget {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#cta-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#cta-widget .cta-block {
  display: inline-flex;
  width: 100%;
}
#cta-widget .cta-block .cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem;
  overflow: hidden;
  position: relative;
}
#cta-widget .cta-block .cta a, #cta-widget .cta-block .cta div {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  text-decoration: none;
  justify-content: center;
}
#cta-widget .cta-block .cta a .logo-float, #cta-widget .cta-block .cta div .logo-float {
  position: absolute;
  transform: rotate(20deg);
  top: 0;
  right: 0;
  width: 50%;
  z-index: 0;
  opacity: 0.2;
  transition: all ease-out 0.3s;
}
#cta-widget .cta-block .cta a h2, #cta-widget .cta-block .cta div h2 {
  position: relative;
  z-index: 20;
  text-align: center;
  transition: all ease-out 0.3s;
  overflow: hidden;
  width: auto;
  padding: 0.9375rem 1.875rem;
  line-height: 1.2em;
  transition: all ease-out 0.3s;
}
#cta-widget .cta-block .cta a h2::after, #cta-widget .cta-block .cta div h2::after {
  transition: all ease-out 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#cta-widget .cta-block .cta a:hover h2, #cta-widget .cta-block .cta div:hover h2 {
  color: #fff;
}
#cta-widget .cta-block .cta a:hover h2::after, #cta-widget .cta-block .cta div:hover h2::after {
  height: 100%;
}
#cta-widget .cta-block .cta .cta-arrow svg {
  width: 60px;
  fill: #fff;
}
#cta-widget .cta-block .cta.bg-colour-one {
  background: #1b1464;
}
#cta-widget .cta-block .cta.bg-colour-one h2 {
  color: #fff;
}
#cta-widget .cta-block .cta.bg-colour-two {
  background: #c7db49;
}
#cta-widget .cta-block .cta.bg-colour-three {
  background: #89bbe4;
}
#cta-widget .cta-block .cta.bg-colour-four {
  background: #9d97ca;
}
#cta-widget .cta-block .cta.bg-colour-five {
  background: #d50367;
}
#cta-widget .cta-block .cta.bg-colour-five h2 {
  color: #fff;
}
#cta-widget .cta-block .cta.bg-colour-six {
  background: #f6b1d0;
}
#cta-widget .cta-block .cta.bg-colour-seven {
  background: #f8951d;
}
#cta-widget .cta-block .cta.bg-colour-eight {
  background: #ffc40c;
}
#cta-widget .cta-block .cta.bg-colour-nine {
  background: #ed1d24;
}
#cta-widget .cta-block .cta.bg-colour-nine h2 {
  color: #fff;
}
#cta-widget .cta-block .cta.bg-colour-one .logo-float svg {
  fill: #04030f;
}
#cta-widget .cta-block .cta.bg-colour-one a h2::after, #cta-widget .cta-block .cta.bg-colour-one div h2::after {
  background: #04030f;
}
#cta-widget .cta-block .cta.bg-colour-two .logo-float svg {
  fill: #8d9f1f;
}
#cta-widget .cta-block .cta.bg-colour-two a h2::after, #cta-widget .cta-block .cta.bg-colour-two div h2::after {
  background: #8d9f1f;
}
#cta-widget .cta-block .cta.bg-colour-three .logo-float svg {
  fill: #368bd1;
}
#cta-widget .cta-block .cta.bg-colour-three a h2::after, #cta-widget .cta-block .cta.bg-colour-three div h2::after {
  background: #368bd1;
}
#cta-widget .cta-block .cta.bg-colour-four .logo-float svg {
  fill: #5e55a6;
}
#cta-widget .cta-block .cta.bg-colour-four a h2::after, #cta-widget .cta-block .cta.bg-colour-four div h2::after {
  background: #5e55a6;
}
#cta-widget .cta-block .cta.bg-colour-five .logo-float svg {
  fill: #700236;
}
#cta-widget .cta-block .cta.bg-colour-five a h2::after, #cta-widget .cta-block .cta.bg-colour-five div h2::after {
  background: #700236;
}
#cta-widget .cta-block .cta.bg-colour-six .logo-float svg {
  fill: #eb5699;
}
#cta-widget .cta-block .cta.bg-colour-six a h2::after, #cta-widget .cta-block .cta.bg-colour-six div h2::after {
  background: #eb5699;
}
#cta-widget .cta-block .cta.bg-colour-seven .logo-float svg {
  fill: #aa5f05;
}
#cta-widget .cta-block .cta.bg-colour-seven a h2::after, #cta-widget .cta-block .cta.bg-colour-seven div h2::after {
  background: #aa5f05;
}
#cta-widget .cta-block .cta.bg-colour-eight .logo-float svg {
  fill: #a57d00;
}
#cta-widget .cta-block .cta.bg-colour-eight a h2::after, #cta-widget .cta-block .cta.bg-colour-eight div h2::after {
  background: #a57d00;
}
#cta-widget .cta-block .cta.bg-colour-nine .logo-float svg {
  fill: #980c11;
}
#cta-widget .cta-block .cta.bg-colour-nine a h2::after, #cta-widget .cta-block .cta.bg-colour-nine div h2::after {
  background: #980c11;
}

#news-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 7.5rem 3.75rem;
  position: relative;
  overflow: hidden;
}
#news-widget .logo-float {
  width: 700px;
  position: absolute;
  top: 0;
  left: -100px;
  transform: rotate(20deg);
  opacity: 0.2;
  z-index: -1;
}
#news-widget .logo-float svg {
  fill: #89bbe4;
}
#news-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#news-widget .widgetInner .news-block {
  display: inline-flex;
  width: 100%;
  max-width: 30%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.875rem;
}
#news-widget .widgetInner .news-block a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.75rem 1.875rem;
  text-decoration: none;
}
#news-widget .widgetInner .news-block a .news-icon {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #1b1464;
}
#news-widget .widgetInner .news-block a .news-icon svg {
  width: 100%;
  max-width: 100px;
  height: auto;
}
#news-widget .widgetInner .news-block a .news-title {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  color: #1b1464;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1.875rem 0;
  position: relative;
  z-index: 20;
  padding: 8px 0.9375rem;
}
#news-widget .widgetInner .news-block a .news-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transition: all ease-out 0.3s;
}
#news-widget .widgetInner .news-block a .news-arrow {
  width: 60px;
}
#news-widget .widgetInner .news-block a .news-arrow svg {
  fill: #1b1464;
}
#news-widget .widgetInner .news-block a:hover .news-title::after {
  height: 100%;
}
#news-widget .widgetInner .news-block.bg-colour-one a {
  background: #1b1464;
}
#news-widget .widgetInner .news-block.bg-colour-one a .news-icon,
#news-widget .widgetInner .news-block.bg-colour-one a .news-title {
  color: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-one a .news-arrow svg {
  fill: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-two a {
  background: #c7db49;
}
#news-widget .widgetInner .news-block.bg-colour-three a {
  background: #89bbe4;
}
#news-widget .widgetInner .news-block.bg-colour-four a {
  background: #9d97ca;
}
#news-widget .widgetInner .news-block.bg-colour-five a {
  background: #d50367;
}
#news-widget .widgetInner .news-block.bg-colour-five a .news-icon,
#news-widget .widgetInner .news-block.bg-colour-five a .news-title {
  color: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-five a .news-arrow svg {
  fill: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-six a {
  background: #f6b1d0;
}
#news-widget .widgetInner .news-block.bg-colour-seven a {
  background: #f8951d;
}
#news-widget .widgetInner .news-block.bg-colour-eight a {
  background: #ffc40c;
}
#news-widget .widgetInner .news-block.bg-colour-nine a {
  background: #ed1d24;
}
#news-widget .widgetInner .news-block.bg-colour-nine a .news-icon,
#news-widget .widgetInner .news-block.bg-colour-nine a .news-title {
  color: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-nine a .news-arrow svg {
  fill: #fff;
}
#news-widget .widgetInner .news-block.bg-colour-one a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-one div .news-title::after {
  background: #100c3a;
}
#news-widget .widgetInner .news-block.bg-colour-two a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-two div .news-title::after {
  background: #8d9f1f;
}
#news-widget .widgetInner .news-block.bg-colour-three a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-three div .news-title::after {
  background: #368bd1;
}
#news-widget .widgetInner .news-block.bg-colour-four a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-four div .news-title::after {
  background: #5e55a6;
}
#news-widget .widgetInner .news-block.bg-colour-five a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-five div .news-title::after {
  background: #700236;
}
#news-widget .widgetInner .news-block.bg-colour-six a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-six div .news-title::after {
  background: #eb5699;
}
#news-widget .widgetInner .news-block.bg-colour-seven a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-seven div .news-title::after {
  background: #aa5f05;
}
#news-widget .widgetInner .news-block.bg-colour-eight a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-eight div .news-title::after {
  background: #a57d00;
}
#news-widget .widgetInner .news-block.bg-colour-nine a .news-title::after, #news-widget .widgetInner .news-block.bg-colour-nine div .news-title::after {
  background: #980c11;
}

#related-large {
  display: inline-flex;
  width: 100%;
  margin: 7.5rem 0 3.75em 0;
}
#related-large .widgetInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#related-large .widgetInner .rl-block {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 10rem 0;
}
#related-large .widgetInner .rl-block a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
#related-large .widgetInner .rl-block a .rl-image {
  display: inline-flex;
  width: 100%;
  height: 550px;
  width: 65%;
  border-radius: 50px;
}
#related-large .widgetInner .rl-block a .rl-content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 0;
  width: 45%;
  padding: 5% 5% 5% 10%;
}
#related-large .widgetInner .rl-block a .rl-content .rl-title {
  font-size: 36px;
  line-height: 1.2em;
  margin: 0 0 1.875rem 0;
  font-weight: bold;
  color: #000000;
}
#related-large .widgetInner .rl-block a .rl-content .rl-text {
  font-size: 20px;
  color: #000000;
}
#related-large .widgetInner .rl-block a .rl-content .rl-button {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  width: 110px;
  text-align: center;
  position: absolute;
  bottom: -3.75rem;
  right: 3.75rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
#related-large .widgetInner .rl-block a .rl-content .rl-button::after {
  position: absolute;
  width: 165px;
  left: -20px;
  z-index: -1;
}
#related-large .widgetInner .rl-block a .rl-content svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  fill: #ffc40c;
}
#related-large .widgetInner .rl-block a .rl-content::after {
  content: url(/app/themes/cih/assets/images/bubble-title-eight-rev.svg);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
#related-large .widgetInner .rl-block.bg-colour-one .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-one.svg);
}
#related-large .widgetInner .rl-block.bg-colour-two .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-two.svg);
}
#related-large .widgetInner .rl-block.bg-colour-three .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-three.svg);
}
#related-large .widgetInner .rl-block.bg-colour-four .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-four.svg);
}
#related-large .widgetInner .rl-block.bg-colour-five .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-five.svg);
}
#related-large .widgetInner .rl-block.bg-colour-six .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-six.svg);
}
#related-large .widgetInner .rl-block.bg-colour-seven .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-seven.svg);
}
#related-large .widgetInner .rl-block.bg-colour-eight .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-eight.svg);
}
#related-large .widgetInner .rl-block.bg-colour-nine .rl-content .rl-button::after {
  content: url(/app/themes/cih/assets/images/bubble-title-nine.svg);
}

#banner-widget {
  padding: 3.75rem;
}
#banner-widget .widgetInner {
  max-width: 1024px;
}
#banner-widget .widgetInner .banner-block {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
#banner-widget .widgetInner .banner-block .banner-content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#banner-widget .widgetInner .banner-block .banner-content .banner-title {
  font-weight: bold;
  font-size: 45px;
  line-height: 1em;
  margin: 0 0 0.9375rem 0;
  width: 100%;
  color: #1b1464;
}
#banner-widget .widgetInner .banner-block .banner-content .banner-text {
  width: 100%;
  font-size: 18px;
  color: #fff;
}
#banner-widget .widgetInner .banner-block .banner-content .banner-text a {
  font-weight: bold;
  text-decoration: underline;
}
#banner-widget .widgetInner .banner-block .icons-block {
  display: inline-flex;
  width: auto;
  max-width: 35%;
  margin: 0 0 0 3.75rem;
  justify-content: flex-end;
}
#banner-widget .widgetInner .banner-block .icons-block .banner-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.9375rem;
}
#banner-widget .widgetInner .banner-block .icons-block .banner-icons a {
  font-size: 40px;
}
#banner-widget .widgetInner .banner-block .icons-block .banner-icons a i::before {
  font-family: fontawesome;
  font-style: normal;
}

.acf-field .acf-selection i::before {
  font-family: fontawesome;
}

#banner-widget.bg-colour-one {
  background: #1b1464;
}
#banner-widget.bg-colour-one .banner-block .banner-content .banner-title {
  color: #fff;
}
#banner-widget.bg-colour-one .banner-block .banner-content .banner-text {
  color: #fff;
}
#banner-widget.bg-colour-one .banner-block .banner-content .banner-text a {
  color: #fff;
}
#banner-widget.bg-colour-one .banner-block .banner-icons a {
  color: #fff;
}

#banner-widget.bg-colour-two {
  background: #c7db49;
}
#banner-widget.bg-colour-two .banner-block .banner-content .banner-title {
  color: #1b1464;
}
#banner-widget.bg-colour-two .banner-block .banner-content .banner-text {
  color: #1b1464;
}
#banner-widget.bg-colour-two .banner-block .banner-content .banner-text a {
  color: #1b1464;
}
#banner-widget.bg-colour-two .banner-block .banner-icons a {
  color: #1b1464;
}

#banner-widget.bg-colour-three {
  background: #89bbe4;
}
#banner-widget.bg-colour-three .banner-block .banner-content .banner-title {
  color: #1b1464;
}
#banner-widget.bg-colour-three .banner-block .banner-content .banner-text {
  color: #1b1464;
}
#banner-widget.bg-colour-three .banner-block .banner-content .banner-text a {
  color: #1b1464;
}
#banner-widget.bg-colour-three .banner-block .banner-icons a {
  color: #1b1464;
}

#banner-widget.bg-colour-four {
  background: #9d97ca;
}
#banner-widget.bg-colour-four .banner-block .banner-content .banner-title {
  color: #fff;
}
#banner-widget.bg-colour-four .banner-block .banner-content .banner-text {
  color: #fff;
}
#banner-widget.bg-colour-four .banner-block .banner-content .banner-text a {
  color: #fff;
}
#banner-widget.bg-colour-four .banner-block .banner-icons a {
  color: #fff;
}

#banner-widget.bg-colour-five {
  background: #d50367;
}
#banner-widget.bg-colour-five .banner-block .banner-content .banner-title {
  color: #fff;
}
#banner-widget.bg-colour-five .banner-block .banner-content .banner-text {
  color: #fff;
}
#banner-widget.bg-colour-five .banner-block .banner-content .banner-text a {
  color: #fff;
}
#banner-widget.bg-colour-five .banner-block .banner-icons a {
  color: #c7db49;
}

#banner-widget.bg-colour-six {
  background: #f6b1d0;
}
#banner-widget.bg-colour-six .banner-block .banner-content .banner-title {
  color: #1b1464;
}
#banner-widget.bg-colour-six .banner-block .banner-content .banner-text {
  color: #1b1464;
}
#banner-widget.bg-colour-six .banner-block .banner-content .banner-text a {
  color: #1b1464;
}
#banner-widget.bg-colour-six .banner-block .banner-icons a {
  color: #1b1464;
}

#banner-widget.bg-colour-seven {
  background: #f8951d;
}
#banner-widget.bg-colour-seven .banner-block .banner-content .banner-title {
  color: #fff;
}
#banner-widget.bg-colour-seven .banner-block .banner-content .banner-text {
  color: #fff;
}
#banner-widget.bg-colour-seven .banner-block .banner-content .banner-text a {
  color: #fff;
}
#banner-widget.bg-colour-seven .banner-block .banner-icons a {
  color: #fff;
}

#banner-widget.bg-colour-eight {
  background: #ffc40c;
}
#banner-widget.bg-colour-eight .banner-block .banner-content .banner-title {
  color: #1b1464;
}
#banner-widget.bg-colour-eight .banner-block .banner-content .banner-text {
  color: #1b1464;
}
#banner-widget.bg-colour-eight .banner-block .banner-content .banner-text a {
  color: #1b1464;
}
#banner-widget.bg-colour-eight .banner-block .banner-icons a {
  color: #1b1464;
}

#banner-widget.bg-colour-nine {
  background: #ed1d24;
}
#banner-widget.bg-colour-nine .banner-block .banner-content .banner-title {
  color: #fff;
}
#banner-widget.bg-colour-nine .banner-block .banner-content .banner-text {
  color: #fff;
}
#banner-widget.bg-colour-nine .banner-block .banner-content .banner-text a {
  color: #fff;
}
#banner-widget.bg-colour-nine .banner-block .banner-icons a {
  color: #fff;
}

#faq-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem;
}
#faq-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#faq-widget .widgetInner .widget-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2em;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 0.9375rem 0;
  color: #1b1464;
}
#faq-widget .widgetInner p.intro {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #1b1464;
}
#faq-widget .widgetInner #accordion {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#faq-widget .widgetInner #accordion ul {
  display: inline-flex;
  width: 100%;
  max-width: 1024px;
  flex-wrap: wrap;
}
#faq-widget .widgetInner #accordion ul li {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#faq-widget .widgetInner #accordion ul li a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #1b1464;
}
#faq-widget .widgetInner #accordion ul li a::before {
  font-size: 26px;
  top: initial;
  top: auto;
}
#faq-widget .widgetInner #accordion ul li .accordion-content {
  width: 100%;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 1.875rem;
  color: #1b1464;
}
#faq-widget .widgetInner #accordion ul li .accordion-content .customWrapper {
  width: auto;
}
#faq-widget .widgetInner #accordion ul li .accordion-content p:last-child {
  margin: 0;
}
#faq-widget .widgetInner #accordion ul li .accordion-content a {
  width: auto;
  display: inline;
  color: #c7db49;
}
#faq-widget .widgetInner #accordion ul li .accordion-content ul {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
#faq-widget .widgetInner #accordion ul li .accordion-content ul li {
  list-style: disc;
  display: list-item;
}

#testimonial-widget {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem 0;
  min-height: 400px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
#testimonial-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
#testimonial-widget .widgetInner #test-slider {
  width: 100%;
}
#testimonial-widget .widgetInner #test-slider .slick-list .slick-slide {
  overflow: visible;
  display: inline-flex;
  justify-content: center;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item {
  width: 100%;
  max-width: 1024px;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-name {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: bold;
  width: 100%;
  margin: 0 0 0.9375rem 0;
  color: #fff;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-loc {
  font-size: 24px;
  width: 100%;
  margin: 0 0 0.9375rem 0;
  color: #fff;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote {
  font-size: 18px;
  margin: 0 0 0.9375rem 0;
  position: relative;
  color: #fff;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-start,
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-end {
  position: absolute;
  font-size: 450px;
  opacity: 0.2;
  height: 40px;
  line-height: 0.5em;
  display: inline-flex;
  transform: rotate(10deg);
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-start {
  top: -0.9375rem;
  left: -4.5rem;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-end {
  right: 0;
  bottom: 0;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item #test-slider {
  display: inline-flex;
  width: 100%;
}
#testimonial-widget .widgetInner #test-slider .test-slide-item #test-slider .slick-slide {
  padding: 3.75rem;
}
#testimonial-widget .slick-dots li button:before,
#testimonial-widget .slick-dots li.slick-active button:before {
  color: #fff;
}

#testimonial-widget.bg-colour-one {
  background: #1b1464;
}
#testimonial-widget.bg-colour-one .test-name,
#testimonial-widget.bg-colour-one .test-quote {
  color: #fff;
}

#testimonial-widget.bg-colour-two {
  background: #c7db49;
}
#testimonial-widget.bg-colour-two .test-name,
#testimonial-widget.bg-colour-two .test-quote {
  color: #1b1464;
}

#testimonial-widget.bg-colour-three {
  background: #89bbe4;
}

#testimonial-widget.bg-colour-four {
  background: #9d97ca;
}

#testimonial-widget.bg-colour-five {
  background: #d50367;
}
#testimonial-widget.bg-colour-five .test-name,
#testimonial-widget.bg-colour-five .test-quote {
  color: #fff;
}

#testimonial-widget.bg-colour-six {
  background: #f6b1d0;
}

#testimonial-widget.bg-colour-seven {
  background: #f8951d;
}

#testimonial-widget.bg-colour-eight {
  background: #ffc40c;
}

#testimonial-widget.bg-colour-nine {
  background: #ed1d24;
}
#testimonial-widget.bg-colour-nine .test-name,
#testimonial-widget.bg-colour-nine .test-quote {
  color: #fff;
}

body.young-carers #testimonial-widget .widgetInner {
  position: relative;
  z-index: 30;
}
body.young-carers #testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote {
  font-size: 40px;
  font-family: nunito, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
body.young-carers #testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-start,
body.young-carers #testimonial-widget .widgetInner #test-slider .test-slide-item .test-quote .mark-end {
  display: none;
}
body.young-carers #testimonial-widget .widgetInner #test-slider .test-slide-item .test-name {
  font-size: 90px;
  font-weight: 900;
  font-family: nunito, Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0;
}
body.young-carers #testimonial-widget .widgetInner #test-slider .test-slide-item .test-loc {
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  margin: 0 0 1.875rem 0;
}
body.young-carers #testimonial-widget::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(204, 204, 204, 0.3);
  z-index: 0;
  top: 0;
  left: 0;
}

body.young-carers #testimonial-widget.bg-colour-one::after {
  background: rgba(27, 20, 100, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-two::after {
  background: rgba(199, 219, 73, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-three::after {
  background: rgba(137, 187, 228, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-four::after {
  background: rgba(157, 151, 202, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-five::after {
  background: rgba(213, 3, 103, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-six::after {
  background: rgba(246, 177, 208, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-seven::after {
  background: rgba(248, 149, 29, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-eight::after {
  background: rgba(255, 196, 12, 0.6);
}

body.young-carers #testimonial-widget.bg-colour-nine::after {
  background: rgba(237, 29, 36, 0.6);
}

#offer-passport-widget {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-self: center;
  padding: 3.75rem;
  margin: 7.5rem 0 3.75rem 0;
  position: relative;
  overflow: hidden;
}
#offer-passport-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
}
#offer-passport-widget .widgetInner .widget-icon {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
#offer-passport-widget .widgetInner .widget-icon img {
  width: 100%;
  max-width: 100px;
  margin: 0 0 1.875rem 0;
}
#offer-passport-widget .widgetInner .widget-title {
  display: inline-flex;
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2em;
  text-align: center;
  justify-content: center;
  color: #1b1464;
}
#offer-passport-widget .widgetInner .intro {
  display: inline-flex;
  width: 100%;
  font-size: 22px;
  text-align: center;
  justify-content: center;
  margin: 0 0 1.875rem 0;
  color: #1b1464;
}
#offer-passport-widget .widgetInner #passport-slider {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
#offer-passport-widget .widgetInner #passport-slider .slick-dots {
  bottom: -35px;
}
#offer-passport-widget .widgetInner #passport-slider .slick-dots li button:before {
  color: #f14a50;
  font-size: 10px;
}
#offer-passport-widget .widgetInner .view-more {
  padding: 0.9375rem 1.875rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  transition: all ease-out 0.3s;
  background: #f14a50;
  margin-top: 1.875rem;
}
#offer-passport-widget .widgetInner .passport-slide-item {
  width: 100%;
  min-height: 400px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#offer-passport-widget .widgetInner .passport-slide-item a {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 600px;
  background: #f14a50;
  padding: 1.875rem 3.75rem;
}
#offer-passport-widget .widgetInner .passport-slide-item a h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
}
#offer-passport-widget .widgetInner .passport-slide-item a p {
  font-size: 22px;
  color: #fff;
  width: 100%;
  text-align: center;
}
#offer-passport-widget .logo-float {
  width: 700px;
  position: absolute;
  top: 20%;
  right: -100px;
  transform: rotate(20deg);
  opacity: 0.1;
  z-index: -1;
}
#offer-passport-widget .logo-float svg {
  fill: #f14a50;
}

/* page gallery widget */
#page-gallery {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 3.75rem 0;
  padding: 0 1.875rem;
}
#page-gallery .sectionInner {
  max-width: 1440px;
}
#page-gallery .sectionInner .page-gallery-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
#page-gallery .sectionInner .page-gallery-wrap .gallery-title {
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  color: #1b1464;
}
#page-gallery .sectionInner .page-gallery-wrap ul {
  display: inline-block;
  width: 100%;
  margin: 1.875rem 0;
}
#page-gallery .sectionInner .page-gallery-wrap ul li {
  margin: 0.5%;
  width: 24%;
  list-style: none;
}
#page-gallery .sectionInner .page-gallery-wrap ul li:hover {
  cursor: pointer;
}
#page-gallery .sectionInner .page-gallery-wrap ul li img {
  width: 100%;
}

.gallery-reveal {
  list-style: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 1.875rem;
}

.gallery-reveal.reveal-close {
  display: inline-block;
  font-size: 16px;
  float: right;
  font-weight: bold;
  padding: 8px 0.9375rem;
  color: #fff;
  background: #1b1464;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

.gallery-reveal.reveal-close:hover {
  cursor: pointer;
}

/* 1440 */
@media only screen and (max-width: 95.063em) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  .header-top .main-logo {
    align-self: flex-start;
  }
  #carers-accordion .accordion li a {
    font-size: 34px;
  }
  #carers-list li {
    padding: 0 3.75rem;
  }
  #carers-list li .list-inner {
    padding: 7.5rem 0;
  }
  #carers-list li .list-inner .content {
    max-width: calc(100% - 490px);
  }
  #carers-list li .list-inner .content h3 {
    font-size: 90px;
  }
  #carers-list li .list-inner .content p {
    font-size: 22px;
  }
  #carers-list li .list-inner .image-clip {
    left: -8%;
    top: 0;
    transform: scale(0.8) !important;
  }
  #carers-list li .list-inner #image-clip-02,
  #carers-list li .list-inner #image-clip-04 {
    left: auto;
    left: initial;
    right: -8%;
    transform: scaleX(-1) scale(0.8) !important;
  }
  #carers-list li .bg-icon {
    max-width: 500px;
  }
  #mission .mission-title {
    font-size: 45px;
  }
  #mission a {
    font-size: 20px;
  }
  #testimonial-widget .widgetInner #test-slider .test-slide-item .test-name {
    font-size: 45px;
  }
  #offer-passport-widget .widgetInner .widget-title {
    font-size: 45px;
  }
  #home-box li .home-box-item .home-box-title {
    font-size: 35px;
    padding: 0 0.9375rem;
  }
  #home-box li .home-box-item .home-box-text {
    font-size: 26px;
    padding: 0 0.9375rem;
  }
  #home-box li .home-box-item a {
    font-size: 20px;
  }
  .mission-image {
    transform: scale(0.9);
  }
}
/* 1280 */
@media only screen and (max-width: 80.063em) {
  #booked-block .booked-details h2 {
    font-size: 45px;
  }
  #site-search {
    max-width: 300px;
  }
  #site-search form label input {
    font-size: 14px;
  }
  #site-search form form label input {
    width: 25px;
  }
  .header-top .main-logo {
    max-width: 200px;
  }
  #top-nav ul li a div {
    font-size: 14px;
  }
  #home-box {
    height: calc(80vh - 165px);
  }
  #home-box li .home-box-item .home-box-title {
    font-size: 30px;
    padding: 0 0.9375rem;
  }
  #home-box li .home-box-item .home-box-text {
    font-size: 20px;
    padding: 0 0.9375rem;
  }
  #home-box li .home-box-item a {
    font-size: 18px;
  }
  #carers-list li .list-inner .content {
    max-width: calc(100% - 450px);
  }
  #carers-list li .list-inner .content h3 {
    font-size: 80px;
  }
  #carers-list li .list-inner .content p {
    font-size: 20px;
  }
  #carers-list li .list-inner .image-clip {
    left: -15%;
    transform: scale(0.7) !important;
  }
  #carers-list li .list-inner #image-clip-02,
  #carers-list li .list-inner #image-clip-04 {
    right: -15%;
    transform: scaleX(-1) scale(0.7) !important;
  }
  #carers-list li .bg-icon {
    max-width: 400px;
  }
  #listing-view .sectionInner ul {
    width: calc(100% + 3.75rem);
    margin: 0 -1.875rem;
  }
  #listing-view .sectionInner ul li {
    padding: 0 1.875rem;
  }
  #mission {
    padding: 3.75rem;
  }
  #mission .sectionInner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #mission .sectionInner .mission-content {
    max-width: 800px;
    justify-content: center;
    align-items: center;
    text-align: center;
    order: 2;
  }
  #mission .sectionInner .mission-image {
    display: none;
  }
  #news-widget .widgetInner .news-block {
    max-width: 32%;
    padding: 0 0.9375rem;
  }
  #news-widget .widgetInner .news-block a .news-icon svg {
    max-width: 50px;
  }
  #news-widget .widgetInner .news-block a .news-arrow {
    width: 40px;
  }
  #news-widget .widgetInner .news-block a .news-title {
    font-size: 26px;
    margin: 8px 0;
  }
  #event-widget .widgetInner h3 {
    font-size: 34px;
  }
  #event-widget .widgetInner ul {
    width: calc(100% + 3.75rem);
  }
  #event-widget .widgetInner ul li {
    padding: 0 1.875rem;
  }
  #event-widget .widgetInner ul li a .event-title {
    font-size: 26px;
  }
  #event-widget .widgetInner ul li a .event-title span {
    font-size: 16px;
  }
  #event-widget .widgetInner ul .view-more {
    font-size: 18px;
  }
  #event-widget .widgetInner ul .upper-wave {
    top: -12rem;
  }
  #offer-passport-widget .widgetInner .widget-title {
    font-size: 34px;
  }
  #offer-passport-widget .widgetInner .intro {
    font-size: 20px;
  }
  #offer-passport-widget .widgetInner .passport-slide-item a h3 {
    font-size: 26px;
  }
  #offer-passport-widget .widgetInner .passport-slide-item a p {
    font-size: 18px;
  }
  #cta-widget .cta-block .cta a h2,
  #cta-widget .cta-block .cta div h2 {
    font-size: 34px;
  }
  #banner-widget .widgetInner .banner-block .banner-content .banner-title {
    font-size: 34px;
  }
  #blog-view .sectionInner ul {
    padding: 1.875rem;
  }
  #blog-view .sectionInner ul li {
    max-width: 33.333%;
  }
  #blog-view .sectionInner ul li a .blog-list-image {
    height: 250px;
  }
  #events .sectionInner ul li {
    padding: 0 1.875rem;
  }
  .page-head .page-head-image h1 {
    font-size: 30px;
  }
  .page-head .page-head-image h1::before {
    max-width: 74px;
    right: -8px;
  }
  #download-widget ul li {
    padding: 0 1.875rem;
  }
  #download-widget ul li a .dl-title {
    margin: 0.9375rem 0;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-title {
    font-size: 28px;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-text {
    font-size: 16px;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-button {
    font-size: 20px;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-button::after {
    width: 150px;
    left: -15px;
  }
}
/* 1024 */
@media only screen and (max-width: 65.063em) {
  #searchresults .sectionInner ul li {
    max-width: 50%;
  }
  #events .sectionInner .button-block,
  #blog-view .sectionInner .button-block {
    flex-wrap: wrap;
  }
  #booked-block .booked-details h2 {
    font-size: 35px;
  }
  #booked-block .booked-details ul {
    max-width: 100%;
  }
  #event-detail #book-banner .book-block .book-button {
    min-width: calc(50% - 10px);
  }
  .header-top .main-logo {
    align-self: flex-start;
  }
  .main-navigation {
    height: 100vh;
    max-height: 60px;
    position: relative;
  }
  .menu-top-nav-container {
    display: inline-flex;
    width: 100%;
    position: relative;
    top: 100%;
  }
  .menu-top-nav-container ul {
    height: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    position: absolute;
    background: rgba(27, 20, 100, 0.9);
    z-index: 50;
  }
  .toggled .menu-top-nav-container ul {
    height: auto;
    padding: 0.9375rem 0;
  }
  .menu-top-nav-container ul li div {
    max-width: max-content;
  }
  .menu-top-nav-container ul li.highlight a {
    padding-right: 2.6rem;
  }
  #nav-toggle {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0.9375rem;
  }
  #nav-toggle:hover {
    cursor: pointer;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
  }
  #nav-toggle span:before {
    top: -8px;
  }
  #nav-toggle span:after {
    bottom: -8px;
  }
  #nav-toggle span,
  #nav-toggle span::before,
  #nav-toggle span::after {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .menu-top-nav-container ul li .mega,
  .menu-top-nav-container ul div .mega {
    max-width: 100%;
    top: 0;
  }
  .header-top {
    position: relative;
  }
  .header-top .main-logo {
    max-width: 100px;
  }
  #top-nav ul li {
    margin-left: 10px;
  }
  #top-nav ul li a {
    font-size: 10px;
  }
  #top-nav ul li a div {
    display: none;
  }
  #home-box {
    height: 500px;
  }
  #home-box li .home-box-item .home-box-title {
    font-size: 28px;
  }
  #home-box li .home-box-item .home-box-text {
    font-size: 20px;
  }
  #home-box li .home-box-item a {
    font-size: 18px;
  }
  #top-nav ul li a {
    font-size: 14px;
  }
  #carers-list li .bg-icon {
    background-size: contain !important;
    left: 0;
    top: 0;
    height: 400px;
  }
  #carers-list li .list-inner {
    padding: 0 0 3.75rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #carers-list li .list-inner .image-clip {
    position: relative;
    left: auto;
    left: initial;
    transform: scale(0.8) !important;
  }
  #carers-list li .list-inner #image-clip-02,
  #carers-list li .list-inner #image-clip-04 {
    right: auto;
    right: initial;
    transform: scaleX(-1) scale(0.8) !important;
  }
  #carers-list li .list-inner .content {
    max-width: 100%;
    justify-content: center;
  }
  #carers-list li .list-inner .content h3, #carers-list li .list-inner .content p {
    text-align: center;
    max-width: 100%;
  }
  #carers-accordion .accordion li a {
    font-size: 26px;
  }
  #carers-accordion .accordion li .accordion-content {
    padding: 1.875rem;
    font-size: 18px;
  }
  #carers-banner ul {
    max-width: 400px;
  }
  #carers-banner ul li {
    max-width: 200px;
  }
  #carers-banner ul li .banner-inner .yc-icon {
    max-width: 130px;
  }
  #carers-banner ul li .banner-inner h1 {
    font-size: 30px;
    max-width: 130px;
  }
  #carers-banner ul li .banner-inner h4 {
    font-size: 28px;
    max-width: 130px;
  }
  #carers-banner ul li .banner-inner h5 {
    font-size: 16px;
    max-width: 130px;
  }
  #carers-banner ul li:nth-child(1) .banner-inner {
    padding: 0.9375rem 0 0 0.9375rem;
  }
  #carers-banner ul li:nth-child(2) .banner-inner {
    padding: 0 0 0.9375rem 0.9375rem;
  }
  #carers-banner ul li:nth-child(3) .banner-inner {
    padding: 0.9375rem 0.9375rem 0 0;
  }
  #carers-banner ul li:nth-child(4) .banner-inner {
    padding: 0 0.9375rem 0.9375rem 0;
  }
  #listing-view .sectionInner ul li {
    max-width: 50%;
  }
  .page-colour-one .page-head .page-head-image h1 {
    font-size: 40px;
  }
  #event-widget ul li {
    max-width: 50%;
  }
  #event-widget .upper-wave {
    top: -12rem;
  }
  #testimonial-widget {
    padding: 3.75rem;
  }
  #offer-passport-widget {
    margin: 0 0 3.75rem 0;
  }
  footer {
    padding: 1.875rem;
  }
  footer .sectionInner .footer-left .footer-logo {
    width: 80px;
  }
  footer .sectionInner .footer-left #footer_buttons {
    flex-wrap: wrap;
  }
  footer .sectionInner .footer-left #footer_buttons li a {
    font-size: 18px;
    padding: 0.9375rem;
  }
  footer .sectionInner .footer-left #footer_buttons li a svg {
    font-size: 20px;
  }
  footer .sectionInner .footer-right {
    max-width: 100%;
  }
  .menu-footer-menu-container ul {
    height: auto;
  }
  #blog-view .sectionInner ul li {
    max-width: 50%;
  }
  #blog-view .sectionInner ul li a .blog-list-image {
    height: 200px;
  }
  #events .sectionInner ul li {
    max-width: 50%;
  }
  .page-colour-two .page-head .page-head-image h1::before {
    display: none;
  }
  #download-widget svg.lower-wave {
    bottom: -140px;
  }
  #download-widget ul {
    flex-wrap: wrap;
  }
  #download-widget ul li {
    max-width: 50%;
    margin: 0 0 1.875rem 0;
  }
  #event-relations .detail-content ul li a {
    padding: 3.75rem 1.875rem;
    font-size: 20px;
  }
  #related-large .widgetInner .rl-block a .rl-image {
    width: 100%;
    height: 450px;
  }
  #related-large .widgetInner .rl-block a .rl-content {
    right: -10px;
    bottom: -40px;
    width: 100%;
    max-width: 500px;
  }
}
/* 880 */
@media only screen and (max-width: 55.063em) {
  #site-banner-widget .widgetInner .banner-block {
    flex-wrap: wrap;
  }
  .header-top {
    flex-wrap: wrap;
    align-items: center;
  }
  .header-top .search-wrapper {
    order: 2;
    justify-content: flex-end;
  }
  .header-top .search-wrapper #site-search {
    margin: 0;
    max-width: 250px;
  }
  .header-top .search-wrapper #site-search form label input {
    margin: 0;
  }
  .header-top #top-nav {
    width: auto;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header-top #top-nav ul {
    margin: 0 5px 0 0;
  }
  .header-top #top-nav .nav-number {
    min-width: 250px;
  }
  #home-box {
    flex-wrap: wrap;
    height: auto;
  }
  #home-box li {
    max-width: 100%;
    height: auto;
  }
  #home-box li .home-box-item {
    padding: 1.875rem 0;
  }
  #home-box li .home-box-item a {
    margin-top: 0.9375rem;
  }
  #mission {
    padding: 3.75rem;
  }
  #carers-list li {
    padding: 0;
  }
  #carers-list li .bg-icon {
    background-size: contain !important;
    left: 0;
    top: auto;
    top: initial;
    bottom: 0;
    height: 400px;
  }
  #carers-list li .list-inner {
    padding: 0 0 3.75rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #carers-list li .list-inner .image-clip {
    transform: scale(1) !important;
    max-height: 400px;
    width: 100%;
    margin: 0 0 3.75rem 0;
  }
  #carers-list li .list-inner #image-clip-02,
  #carers-list li .list-inner #image-clip-04 {
    transform: scaleX(-1) scale(1) !important;
  }
  #carers-list li .list-inner .content {
    padding: 0 3.75rem;
  }
  #carers-list li .list-inner .content h3 {
    font-size: 60px;
  }
  #carers-list li .list-inner .content p {
    font-size: 18px;
  }
  #image-clip-01 .background-image-div,
  #image-clip-02 .background-image-div,
  #image-clip-03 .background-image-div,
  #image-clip-04 .background-image-div {
    clip-path: none;
  }
  #image-clip-01 a,
  #image-clip-03 a,
  #image-clip-02 a,
  #image-clip-04 a {
    right: 1.875rem;
  }
  #carers-banner {
    margin: 0 0 1.875rem 0;
  }
  #news-widget {
    padding: 3.75rem 1.875rem;
  }
  #news-widget .widgetInner {
    flex-wrap: wrap;
  }
  #news-widget .widgetInner .news-block {
    max-width: 50%;
    margin: 0 0 1.875rem 0;
  }
  #mission .mission-title {
    font-size: 36px;
  }
  #mission a {
    font-size: 18px;
  }
  #testimonial-widget .widgetInner #test-slider .test-slide-item .test-name {
    font-size: 36px;
  }
  #cta-widget .cta-block {
    flex-wrap: wrap;
  }
  #cta-widget .cta-block .cta {
    padding: 1.875rem;
  }
  #cta-widget .cta-block .cta a h2,
  #cta-widget .cta-block .cta div h2 {
    font-size: 30px;
  }
  #cta-widget .cta-block .cta .cta-arrow svg {
    width: 40px;
  }
  #offer-passport-widget .widgetInner .passport-slide-item {
    padding: 0 1.875rem;
  }
  #offer-passport-widget .widgetInner .passport-slide-item a {
    padding: 1.875rem;
  }
  footer .footer-info {
    flex-wrap: wrap;
  }
  footer .footer-info div {
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .footer-info div span {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  #passport {
    padding: 1.875rem;
  }
  #passport .sectionInner ul li {
    max-width: 50%;
  }
  #events .sectionInner .event-filter form div {
    max-width: 100%;
    margin: 0 0 5px 0;
  }
  #events .sectionInner .event-filter form .filter-search {
    max-width: 100%;
  }
  #events .sectionInner .event-filter form .filter-search .filter-submit {
    margin: 0;
  }
  #events .sectionInner ul {
    width: 100%;
    margin: 0;
  }
  #events .sectionInner ul li {
    max-width: 100%;
    padding: 0;
  }
  .breadbasket {
    padding: 0 3.75rem;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .breadcrumbs span,
  .breadcrumbs .bread-home {
    font-size: 12px;
  }
  .breadcrumbs .bread-home img {
    max-width: 20px;
  }
  #event-detail #book-banner {
    flex-wrap: wrap;
  }
  #event-detail #book-banner .book-block {
    margin: 0 0 1.875rem 0;
  }
  #event-detail .sectionInner ul li .detail-info ul {
    padding: 1.875rem;
  }
  #event-relations .detail-content ul li {
    max-width: 48%;
  }
  .page-head .page-head-image p {
    max-width: 100%;
  }
  #related-large .widgetInner .rl-block a .rl-content {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 100%;
    padding-bottom: 7.5rem;
  }
  #related-large .widgetInner .rl-block a .rl-content::after,
  #related-large .widgetInner .rl-block .rl-content .rl-button::after {
    display: none;
  }
  #related-large .widgetInner .rl-block {
    margin: 0 0 1.875rem 0;
  }
  .rl-block.bg-colour-one .rl-content {
    background: #1b1464;
  }
  .rl-block.bg-colour-two .rl-content {
    background: #c7db49;
  }
  .rl-block.bg-colour-three .rl-content {
    background: #89bbe4;
  }
  .rl-block.bg-colour-four .rl-content {
    background: #9d97ca;
  }
  .rl-block.bg-colour-five .rl-content {
    background: #d50367;
  }
  .rl-block.bg-colour-six .rl-content {
    background: #f6b1d0;
  }
  .rl-block.bg-colour-seven .rl-content {
    background: #f8951d;
  }
  .rl-block.bg-colour-eight .rl-content {
    background: #ffc40c;
  }
  .rl-block.bg-colour-nine .rl-content {
    background: #ed1d24;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-button {
    font-size: 22px;
    width: 100%;
    bottom: 3.75rem;
    right: auto;
  }
  #related-large .widgetInner .rl-block a .rl-content .rl-title,
  #related-large .widgetInner .rl-block a .rl-content .rl-text {
    color: #fff;
  }
  #related-large .widgetInner .rl-block a .rl-image {
    height: 350px;
  }
  #banner-widget {
    padding: 1.875rem 3.75rem;
  }
  #banner-widget .widgetInner .banner-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  #banner-widget .widgetInner .banner-block .banner-content .banner-title {
    text-align: center;
    font-size: 28px;
  }
  #banner-widget .widgetInner .banner-block .banner-content .banner-text {
    text-align: center;
    font-size: 16px;
  }
  #banner-widget .widgetInner .banner-block .icons-block {
    max-width: 100%;
    margin: 0;
  }
  #banner-widget .widgetInner .banner-block .icons-block .banner-icons a {
    font-size: 30px;
  }
  #download-widget .widgetInner .widget-title,
  #faq-widget .widgetInner .widget-title,
  #page-gallery .sectionInner .page-gallery-wrap .gallery-title,
  #faq-widget .widgetInner .widget-title {
    font-size: 32px;
  }
}
/* 640 */
@media only screen and (max-width: 40.063em) {
  #searchresults .sectionInner ul li {
    max-width: 100%;
  }
  #event-detail #book-banner .book-block.wrap .book-button,
  #event-detail #book-banner .book-block .book-button {
    min-width: calc(100% - 10px);
  }
  #event-detail #book-banner .book-block {
    flex-wrap: wrap;
  }
  #event-detail #book-banner .book-block.wrap .event-nobook {
    margin: 0 0 5px 0;
    width: 100%;
  }
  .header-top {
    justify-content: center;
  }
  .header-top .search-wrapper {
    justify-content: center;
    margin-top: 0.9375rem;
  }
  .header-top #top-nav .nav-number {
    min-width: 200px;
  }
  .header-top .main-logo {
    max-width: 100%;
    justify-content: center;
  }
  #carers-accordion .accordion li a {
    font-size: 20px;
    padding: 0.9375rem 3.75rem;
  }
  #carers-accordion .accordion li .accordion-content {
    font-size: 16px;
  }
  #news-widget .widgetInner .news-block {
    max-width: 100%;
  }
  #news-widget .widgetInner .news-block a {
    padding: 1.875rem;
  }
  #event-widget {
    margin-top: 3.75rem;
  }
  #event-widget .widgetInner {
    padding: 1.875rem 3.75rem 7.5rem 3.75em;
  }
  #event-widget .widgetInner ul li {
    max-width: 100%;
  }
  #event-widget .upper-wave {
    top: -4rem;
  }
  .menu-footer-menu-container ul {
    height: auto;
  }
  footer .sectionInner {
    flex-wrap: wrap;
  }
  footer .sectionInner .footer-left {
    justify-content: center;
  }
  footer .sectionInner .footer-left #footer_buttons {
    margin: 0;
  }
  footer .sectionInner .footer-left #footer_buttons li {
    margin: 0;
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }
  footer .sectionInner .footer-right {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 0 1.875em 0;
  }
  #listing-view .sectionInner ul li,
  #passport .sectionInner ul li {
    max-width: 100%;
  }
  #blog-view .sectionInner ul li {
    max-width: 100%;
  }
  .breadbasket {
    padding: 0 1.875rem;
  }
  #events {
    padding: 1.875rem;
  }
  #download-widget ul li {
    max-width: 100%;
  }
  #download-widget .widgetInner .widget-title,
  #faq-widget .widgetInner .widget-title,
  #page-gallery .sectionInner .page-gallery-wrap .gallery-title,
  #faq-widget .widgetInner .widget-title {
    font-size: 30px;
  }
  #event-detail .sectionInner ul li .detail-info ul li {
    width: 100%;
  }
  #event-relations .detail-content ul li {
    max-width: 100%;
  }
  .header-top {
    padding: 0.9375rem;
  }
  .nav-number a {
    padding: 5px;
  }
}
/* 500 */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: auto;
  margin-bottom: 1.5em;
}

figure.alignright {
  margin-left: auto;
}

figure.alignleft {
  margin-right: auto;
}