  /*!
Theme Name: Kibble
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kibble
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 with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalise
# Typography
# Colour
# Elements
# Forms
# Navigation
# Links
# Site branding
# Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content containers
# Posts and pages
# Comments
# Infinite Scroll
# Media
# Captions
# Galleries
# Margins & padding
# Borders
# Box-shadows
# Position and center
# Floats and tables
# Dimensions
# Breadcrumb
# Buttons
# WP-Forms
# Banners
# Homepage
# Content area & sidebar
# Flex items
# Contacts
# Cards
# Logos
# Slick carousel
# Service page
# Header
# Footer
# Header & footer
# Timeline
# SCOTT
# Media queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

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

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

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

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

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}


/**
 * Style Gutenberg hr.
 */
.wp-block-separator {margin: 50px 0 50px;background-color:#ddd;}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:'Lato', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.fancy-font {
    font-family:BlackerDisplay-Heavy;
    font-weight: normal;
    font-style: normal;
}

dfn, cite, em, i {
	font-style: italic;
}

.content-area blockquote p:first-of-type {
	color:#f15a24;
	font-size:38px !important;
	line-height:48px !important;
}
blockquote {
	padding: 35px 0 25px 1em;
	margin: 35px 0;
	border-left:8px solid #f15a24;
	font-family: BlackerDisplay-Heavy;
	font-weight:bold;
	color:#f15a24;
	font-size:38px;
	line-height:48px;
}
blockquote cite {
	font-size:14px;
	color:#24272a;
	font-family:'Lato', Arial, sans-serif;
	margin-top:20px;
	line-height:21px;
	display:inline-block;
}
@media (max-width:1023px) {
	.content-area blockquote p:first-of-type {
		font-size:32px !important;
		line-height:40px !important;
	}
}
@media (max-width:767px) {
	.content-area blockquote p:first-of-type {
		font-size:24px !important;
		line-height:32px !important;
	}
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin:0;
	color: #24272a;
	font-weight:bold
}

p {
	margin: 0;
}

.bold {font-weight:600}

.t-100, .t-200, .t-300, .t-400, .t-500, .t-600, .t-700, .t-800, .t-900 {color:#24272a;}

h6 {font-size:12px;line-height:16px}
h5 {font-size:16px;line-height:20px}
h4 {font-size:20px;line-height:28px}
h3 {font-size:24px;line-height:32px}
h2 {font-size:32px;line-height:40px}
h1 {font-size:38px;line-height:46px}

.t-100 {font-size:12px;line-height:16px;}
.t-200 {font-size:16px;line-height:20px;}
.t-300 {font-size:20px;line-height:28px;}
.t-400 {font-size:24px;line-height:32px;}
.t-500 {font-size:32px;line-height:40px;}
.t-600 {font-size:38px;line-height:46px;}
.t-700 {font-size:48px;line-height:56px;}
.t-800 {font-size:60px;line-height:68px;}
.t-900 {font-size:72px;line-height:80px;}

@media (max-width:1023px) {
	.t-600 {font-size:32px;line-height:40px;}
	.t-700 {font-size:38px;line-height:46px;}
	.t-800 {font-size:48px;line-height:56px;}
	.t-900 {font-size:60px;line-height:68px;}
}
@media (max-width:767px) {
	.t-700, .t-600 {font-size:32px;line-height:40px;}
	.t-800, .t-900 {font-size:48px;line-height:56px;}
}
@media (max-width:500px) {
	.t-600 {font-size:28px;line-height:35px;}
	.t-700 {font-size:32px;line-height:40px;}
	.t-800, .t-900 {font-size:32px;line-height:40px;}
}


/*--------------------------------------------------------------
# Colour
--------------------------------------------------------------*/
.dark-text {color:#24272a !important}

.brand-teal {color:#0099a8}
.brand-teal-bg {background-color:#0099a8}
a.btn.brand-teal-bg {color:#fff}

.brand-yellow {color:#ffcd00}
.brand-yellow-bg {background-color:#ffcd00}

.brand-orange {color:#f15a24}
.brand-orange-bg {background-color:#f15a24}

.brand-grey {color:#24272a}
.brand-grey-bg {background-color:#24272a}

.white {color:#fff}
.white-bg {background-color:#fff}

.medium-grey {color:#989898}
.medium-grey-bg {background-color:#989898}

.light-grey {color:#f1f1f1}
.light-grey-bg {background-color:#f1f1f1}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.tagcloud a, .tagcloud a:visited {
	color: #24272a;
	font-size:16px !important;
	display:block;
	text-decoration:none
}
.tagcloud a:hover {
	color: #0099a8;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	background:#0099a8;
	color:#fff;
	border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    padding: 8px 10px;
    transition: background 0.3s;
    text-align: center;
    font-weight: 600;
	cursor:pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #00858c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px;
}
@media (max-width:1100px) {
	input[type="search"] {max-width: 150px;}
}
@media (max-width:900px) {
	input[type="search"] {max-width: 124px;}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Download blocks
--------------------------------------------------------------*/
.wp-block-file {padding:30px;box-shadow:0 0 15px rgba(0,0,0,0.2);margin-bottom:1em;}
.wp-block-file a:first-of-type {padding-top:5px;}
.wp-block-file__button {float:right;}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0099a8;
	transition:all 0.3s;
}

a:visited {
	color: #0099a8;
}

a:hover, a:focus, a:active {
	color: #00858c;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.back-link {text-decoration:none;font-weight:600;display:inline-block;color:#24272a}
a.back-link:before {content:'<';padding-right:3px;transition:all 0.3s}

a.back-link:hover {color:#00858c}
a.back-link:hover:before {padding-right: 0;color:#00858c}

a.text-link {text-decoration:none;font-weight:600;color:#0099a8;font-size:21px}
a.text-link:hover {text-decoration:underline;color:#00858c}

a.document-download {
	margin-bottom:10px;
	padding-bottom:3px;
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid transparent
}
a.document-download i {margin-right:10px;}
a.document-download:hover {border-bottom:1px solid #0099a8}

@media (max-width:767px) {
	sidebar a.back-link, .sidebar a.back-link {display:none}
}


/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/
.site-branding {float:left;margin-right:10px}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#dropdown-315 ul li.quadmenu-item-level-1 {min-width:279px !important}
#dropdown-809 ul li.quadmenu-item-level-1 {min-width:410px !important}
#dropdown-818 ul li.quadmenu-item-level-1 {min-width:258px !important}
#dropdown-336 ul li.quadmenu-item-level-1 {min-width:279px !important}
#dropdown-331 ul li.quadmenu-item-level-1 {min-width:275px !important}

#main-menu-wrapper {border-top:1px solid #e1e1e1}
#main-menu-wrapper-inner {width:90%;margin:0 auto;max-width:1500px}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#main-menu-wrapper .current-page-ancestor, #main-menu-wrapper .current-menu-item {
	border-bottom:3px solid #0099a8 !important
}

#main-menu-wrapper .quadmenu-dropdown-menu .current-menu-item {
	border-bottom:0px solid #0099a8 !important
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

#quadmenu .quadmenu-navbar-toggle {width:100%}
#quadmenu .quadmenu-navbar-toggle:after {
    content: "Menu";
    position: absolute;
    left: 47px;
    top: 3px;
}

@media (max-width:1023px) {
	#quadmenu .quadmenu-navbar-toggle {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul {
		padding:0 0 0 20px !important
	}
	#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content, #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content > .quadmenu-caret {
		padding: 15px !important;
	}
	.nav-menu {margin-bottom:30px !important}
}
@media (max-width:480px) {
	#quadmenu .quadmenu-navbar-toggle {
		margin-top:10px !important;
		margin-bottom:10px !important;
	}
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear-both {clear:both}

.clearfix {
	overflow: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content containers
--------------------------------------------------------------*/
.container-superwide {max-width:1500px;width:90%;margin:0 auto}
.container-wide {max-width:1200px;width:90%;margin:0 auto}
.container-medium {max-width:900px;width:90%;margin:0 auto}
.container-narrow {max-width:720px;width:90%;margin:0 auto}

.max-width-l {max-width:1024px}
.max-width-m {max-width:720px}
.max-width-s {max-width:600px}

.intro-block p {
    margin-bottom: 20px;
}
.intro-block p:first-of-type {
	font-size: 21px;
    line-height: 32px;
}

@media (max-width:1023px) {
	.max-width-m {max-width:500px}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.attachment-post-thumbnail {vertical-align:bottom;width:100%}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Margins & Padding
--------------------------------------------------------------*/

/* Extra large */
.m-xl {margin:150px}
.mtb-xl {margin:150px 0}
.mt-xl {margin-top:150px}
.mb-xl {margin-bottom:150px}

.p-xl {padding:150px}
.ptb-xl {padding:150px 0}
.pt-xl {padding-top:150px}
.pb-xl {padding-bottom:150px}

/* Large */
.m-l {margin:100px}
.mtb-l {margin:100px 0}
.mt-l {margin-top:100px}
.mb-l {margin-bottom:100px}

.p-l {padding:100px}
.ptb-l {padding:100px 0}
.pt-l {padding-top:100px}
.pb-l {padding-bottom:100px}

/* Medium */
.m-m {margin:50px}
.mtb-m {margin:50px 0}
.mt-m {margin-top:50px}
.mb-m {margin-bottom:50px}

.p-m {padding:50px}
.ptb-m {padding:50px 0}
.pt-m {padding-top:50px}
.pb-m {padding-bottom:50px}

/* Small */
.m-s {margin:25px}
.mtb-s {margin:25px 0}
.mt-s {margin-top:25px}
.mb-s {margin-bottom:25px}

.p-s {padding:25px}
.ptb-s {padding:25px 0}
.pt-s {padding-top:25px}
.pb-s {padding-bottom:25px}

/* Extra small */
.m-xs {margin:15px}
.mtb-xs {margin:15px 0}
.mt-xs {margin-top:15px}
.mb-xs {margin-bottom:15px}

.p-xs {padding:15px}
.ptb-xs {padding:15px 0}
.pt-xs {padding-top:15px}
.pb-xs {padding-bottom:15px}

@media (max-width:1023px) {
	/* Extra large */
	.m-xl {margin:120px}
	.mtb-xl {margin:120px 0}
	.mt-xl {margin-top:120px}
	.mb-xl {margin-bottom:120px}

	.p-xl {padding:120px}
	.ptb-xl {padding:120px 0}
	.pt-xl {padding-top:120px}
	.pb-xl {padding-bottom:120px}

	/* Large */
	.m-l {margin:80px}
	.mtb-l {margin:80px 0}
	.mt-l {margin-top:80px}
	.mb-l {margin-bottom:80px}

	.p-l {padding:80px}
	.ptb-l {padding:80px 0}
	.pt-l {padding-top:80px}
	.pb-l {padding-bottom:80px}

	/* Medium */
	.m-m {margin:40px}
	.mtb-m {margin:40px 0}
	.mt-m {margin-top:40px}
	.mb-m {margin-bottom:40px}

	.p-m {padding:40px}
	.ptb-m {padding:40px 0}
	.pt-m {padding-top:40px}
	.pb-m {padding-bottom:40px}
}

@media (max-width:767px) {
	/* Extra large */
	.m-xl {margin:100px}
	.mtb-xl {margin:100px 0}
	.mt-xl {margin-top:100px}
	.mb-xl {margin-bottom:100px}

	.p-xl {padding:100px}
	.ptb-xl {padding:100px 0}
	.pt-xl {padding-top:100px}
	.pb-xl {padding-bottom:100px}

	/* Large */
	.m-l {margin:60px}
	.mtb-l {margin:60px 0}
	.mt-l {margin-top:60px}
	.mb-l {margin-bottom:60px}

	.p-l {padding:60px}
	.ptb-l {padding:60px 0}
	.pt-l {padding-top:60px}
	.pb-l {padding-bottom:60px}

	/* Medium */
	.m-m {margin:30px}
	.mtb-m {margin:30px 0}
	.mt-m {margin-top:30px}
	.mb-m {margin-bottom:30px}

	.p-m {padding:30px}
	.ptb-m {padding:30px 0}
	.pt-m {padding-top:30px}
	.pb-m {padding-bottom:30px}

	/* Small */
	.m-s {margin:20px}
	.mtb-s {margin:20px 0}
	.mt-s {margin-top:20px}
	.mb-s {margin-bottom:20px}

	.p-s {padding:20px}
	.ptb-s {padding:20px 0}
	.pt-s {padding-top:20px}
	.pb-s {padding-bottom:20px}
}


/*--------------------------------------------------------------
# Borders
--------------------------------------------------------------*/
.fade-in-up {
	opacity:0;
	margin-top:40px;
	animation-name: fade-in-up;
	animation-duration: 0.5s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes fade-in-up {
  0% {
    margin-top:40px;
	opacity:0;
  }
  100% {
    margin-top:0;
	opacity:1;
  }
}

.border {
	width:0;
	height:4px;
	border-radius:2px;
	animation-name: draw-border;
	animation-duration: 0.5s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes draw-border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Box-shadows
--------------------------------------------------------------*/
.box-shadow-large {box-shadow:0 0 15px rgba(0,0,0,0.2);transition:all 0.3s;}
.box-shadow-large:hover {box-shadow: 0 0 25px rgba(0,0,0,0.4);}

.box-shadow-medium {box-shadow:0 0 10px rgba(0,0,0,0.2);transition:all 0.3s}
.box-shadow-medium:hover {box-shadow: 0 0 15px rgba(0,0,0,0.4);}


/*--------------------------------------------------------------
# Position and center
--------------------------------------------------------------*/
.center-text {text-align:center}
.center-image {text-align:center;display:block;margin:0 auto}
.bg-cover {background-size:cover;background-position:center}


/*--------------------------------------------------------------
# Floats & tables
--------------------------------------------------------------*/
.left {float:left;}
.right {float:right;}


/*--------------------------------------------------------------
# Dimensions
--------------------------------------------------------------*/
.one-third {width:33.33%}
.two-thirds {width:66.66%}
.fifty-fifty {display:table;width:100%}
.fifty {display:table-cell;width:50%;background-size:cover;background-position:center;}


/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
p#breadcrumbs {
    padding: 13px 50px 0 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 50px 0 0;
    font-size: 14px;
    display: inline-block;
    height: 50px;
}
p#breadcrumbs a {
    color:#fff;
}
p#breadcrumbs span.breadcrumb_last {
    color:#ffcd00;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.btn {
	border-radius:30px;
	height:60px;
	display:inline-block;
	text-decoration:none;
	padding:15px 30px;
	transition:background 0.3s;
	text-align:center;
	min-width:200px;
	font-weight:600;
	font-size: 18px;
}
a.btn:hover {background:#00858c}

a.btn-teal {
	background:#0099a8;
	color:#fff;
}
a.btn-teal:hover {
	background:#00858c
}
a.btn-yellow {
	background:#ffcd00;
	color:#24272a;
}
a.btn-yellow:hover {
	background:#edbf00
}

a.more-link {
	display:block;
	font-weight:600;
	text-decoration:none;
	margin-top:15px;
}
@media (max-width:767px) {
	a.btn {
		border-radius: 25px;
		height: 50px;
		padding: 11px 16px;
		min-width: 200px;
	}
}


/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
header#masthead ul, header#masthead li, footer#colophon ul, footer#colophon li {margin:0;padding:0;}
header#masthead li, footer#colophon li {list-style-type:none;}

header#masthead a, footer#colophon a {text-decoration:none;}
header#masthead a:hover, footer#colophon a:hover {color:#0099a8}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {padding:20px 0;width:90%;margin:0 auto;max-width:1500px}

header#masthead a {color:#24272a;}
header#masthead li {display:inline;}

header#masthead .header-menu-wrapper li a {
	padding:7px 7px 9px;
	display:inline-block;
}
header#masthead ul#header-contact li a {
	background:#24272a;
	border-radius:20px;
	padding:7px 20px 9px;
	color:#fff;
	display:inline-block;
	transform:background 0.3s
}
header#masthead ul#header-contact li a:hover {
	background:#0099a8;
}
header#masthead ul#header-contact li.current_page_item a {
	background:#0099a8;
}
header#masthead p.referral {padding:8px 15px 8px 25px;border-left:1px solid #e1e1e1}
ul#header-contact li:first-of-type {margin-right:7px;}

.header-menu-wrapper {float:right;padding-top:5px;position:relative}
.menu-header-utility-container, .menu-header-contact-container {float:left;}
.menu-header-utility-container {margin-right:15px}

img.logo-medium {
	height:50px;
	width:155px;
	vertical-align:bottom;
}

button.site-search {padding:12px;margin-left:10px;border-radius:20px;}
button.site-search:focus {outline:0}
button.search-border-radius {border-radius:20px 20px 0 0;padding:12px 12px 14px 12px;background:rgba(0,0,0,0.8)}
.site-search-icon {width:16px;height:16px;float:left;}

.search-form-wrapper {
	display:none;
	width:300px;
	position: absolute;
    right: 0px;
    padding: 20px;
    background:rgba(0,0,0,0.8);
    z-index: 10001;
	border-radius:3px 0 3px 3px
}

@media (max-width:1023px) {
	ul#header-utility {display:none}
	header#masthead p.referral {border-left:0}
	
	.search-form-wrapper {
		width:250px;
	}
}
@media (max-width:767px) {
	.menu-header-utility-container {margin-right:0;}
	header#masthead p.referral {display:none}
	ul#header-contact li:first-of-type {display:none}
	img.logo-medium {height:40px;width:124px}
	.header-menu-wrapper {padding-top:0}
}
@media (max-width:480px) {
	header#masthead {padding:15px 0;}
	button.site-search {
		padding: 10px;
		margin-left: 3px;
		z-index: 10000;
	}
	.site-branding {
		margin-right: 5px;
	}
	img.logo-medium {height:38px;width:118px}
	header#masthead ul#header-contact li a {padding: 6px 12px 8px;font-size:14px}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon li a {padding:7px 0;line-height:21px;}

.footer-menu {float:left;width:17.6%;margin-right:3%;}
.footer-menu:last-of-type {margin-right:0%}
.footer-menu ul li a {display:inline-block;color:#ffcd00}
.footer-menu ul li ul.sub-menu li a {color:#fff}

ul#menu-footer-utility li {display:inline-block;}
ul#menu-footer-utility li a {color:#fff;padding:10px;display:inline-block;}

.footer-logo a {
	border-top: 1px solid #333333;
    width: 100%;
    display: block;
}
.footer-logo img.logo-medium {
	height:50px;
	width:235px;
	vertical-align:bottom;
	margin-top: -25px;
    background: #24272a;
    padding: 0 40px;
}

@media (max-width:1023px) {
	.footer-menu {
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom:30px
	}
	.footer-menu:last-of-type {margin-bottom:0}
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home-banner {
	height:calc(100vh - 151px);
	max-height:900px;
	min-height:700px;
	margin-bottom:183px
}

.home-banner h2, .home-banner a.btn {position:relative;z-index:1}

.big-tile {height:100%;padding:100px;position:relative}
.stacked-tiles {height:100%}
.stacked-tile {height:50%;position:relative;overflow:hidden}
.stacked-tile a {text-decoration:none;font-weight:bold}
.stacked-tile-padding {padding:50px;height:100%}

.stacked-tile video {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	background:#212121;
	transition:opacity 0.3s;
	opacity:0.8
}
#play-video i {
	font-size: 40px;
    color: #fff;
	float:left;
	margin-right:10px;
	transition: all 0.3s;
}
.video-tile-content {
	position: absolute;
    bottom: 0;
    left: 50px;
    width: calc(100% - 100px);
	cursor:pointer
}
.video-tile-content:hover i {
	color:#ffcd00 !important;
	margin-right:13px !important;
}
.video-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	z-index: -1;
	opacity:0;
	transition:opacity 0.5s
}
.show-video {
	z-index: 10000;
	opacity:1;
}
.video-overlay iframe {
	position:fixed;
	top:50%;
	left:50%;
	max-width: 100%;
    max-height: 100%;
	transform:translate(-50%,-50%);
	z-index: 10001
}
#close-video {
	position:fixed;
	top:30px;
	right:30px;
	font-size: 60px;
    color: #ffcd00;
}
#close-video:hover {
	cursor:pointer;
	transition:all ease-in 0.3s;
	transform:rotate(90deg)
}

.stacked-tile .text-carousel {width:calc(100% - 70px);height:100%;float:left;}
@media screen and (max-width: 480px) {
	.slick-slide.t-500 {
        font-size: 28px;
		line-height:34px
	}
	.stacked-tile-padding {padding:30px}
	.video-tile-content {
		left: 30px;
    	width: calc(100% - 60px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .slick-slide.t-500 {
        font-size: 28px;
		line-height:34px
    }
}

.stacked-tile .social-links {
	float:right;
	background:#24272a;
	width:70px;
	height:100%;
	padding:40px 5px
}

.white-border-bg {
	width:1px;
	height:calc(100% - 100px);
	position:absolute;
	top:50px;
	transform: translateX(30px);
	background:#333;
	z-index:0;
}

p.social-title {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
	background:#24272a;
	padding:10px 0 20px;
	position:relative
}

.social-link-images {
	position:absolute;
	bottom:40px;
	transform:translateX(12px);
	background:#24272a;
	padding-top:20px;
}
a.social-link {
	margin: 0 auto;
	padding:10px;
    display: block;
	transition:opacity 0.3s
}
a.social-link:hover {
	opacity:0.8
}
.social-link img {width:20px;height:20px;}

a.home-banner-link {position:absolute;bottom:0;width:calc(100% - 100px);}

@media (max-width:1400px) {	
	.big-tile {width:60%;padding:75px}
	.stacked-tiles {width:40%}
	.home-banner .max-width-m {max-width:600px;}
	.home-banner .t-900 {font-size:60px;line-height:68px;}
}
@media (max-width:1200px) {
	.home-banner .t-600 {font-size:32px;line-height:40px;}
}
@media (max-width:1023px) {
	.home-banner {margin-bottom:100px}
	.home-banner .max-width-m {
		max-width: 500px;
	}
	.big-tile {
		width:100%;
		float:none;
		height:auto;
		padding:100px 75px
	}
	.stacked-tiles {
		width:100%;
		height:auto;
		float:none
	}
	.stacked-tile {
		width:50%;
		height:350px;
		float:left
	}
	.home-banner {
		height: auto;
		max-height:inherit;
		min-height:auto;
	}
}
@media (max-width:767px) {
	.home-banner .t-900 {font-size:48px;line-height:60px;}
	.home-banner {margin-bottom:60px}
	.home-banner .max-width-m {
		max-width: 360px;
	}
	a.home-banner-link {
		position: absolute;
		bottom: 0;
	}
	.stacked-tile {
		width:100%;
		float:none
	}
	.big-tile {padding:50px}
}
@media (max-width:500px) {
	.big-tile {padding:30px 30px 50px}
	.stacked-tile .social-links {
		padding:30px 5px
	}
}


/*--------------------------------------------------------------
# Home - 91¸£ÀûÒ»·ÖÖÓ
--------------------------------------------------------------*/
.home-news-items {display:flex;}
.home-news-item {flex-grow:1;flex-basis:0;margin:0 10px;position:relative}
.home-news-image {height:250px;}

@media (max-width:1023px) {
	.home-news-items {
		display: block;
		max-width:400px;
		margin:0 auto;
	}
	.home-news-item {margin:0 0 20px;}
}


/*--------------------------------------------------------------
# Home - Accreditations
--------------------------------------------------------------*/
.accreditations-wrapper {padding:150px 0}
.accreditation {width:20%;}
@media (max-width:767px) {
	.accreditations-wrapper {padding:100px 0}
	.accreditation {
		width: 33.33%;
	}
}
@media (max-width:600px) {
	.accreditations-wrapper {padding:75px 0}
	.accreditation {
		width: 50%;
	}
}


/*--------------------------------------------------------------
# Home - Feature
--------------------------------------------------------------*/
.feature {margin-bottom:150px;}
.feature-content {padding:200px 0;position:relative}
.feature-content img.feature-mobile {display:none;max-width:400px;width:100%}

.feature-1 .texture-1 {top:0;right:50px;}
.feature-1 .texture-2 {bottom:0;left:50px;}

.feature-2 .texture-1 {top:0;left:50px;}
.feature-2 .texture-2 {bottom:0;right:50px;}


@media (max-width:1400px) {
	.feature-content {padding:150px 0;}
}

@media (max-width:1023px) {
	.feature {
		max-width: 720px;
		width: 90%;
		margin: 0 auto 120px;
		overflow-x: hidden
	}
	.feature-image {display:none;}
	.feature-content {text-align:center;padding:0;}
	.feature-content img {display:inline-block;}
	
	.feature-content .texture {display:none}
}
@media (max-width:767px) {
	.feature-content .t-600 {font-size:32px;line-height:40px;}
}


/*--------------------------------------------------------------
# Home - News
--------------------------------------------------------------*/
.news-wrapper {margin-bottom:150px}
@media (max-width:767px) {
	.news-wrapper {margin-bottom:100px}
}
@media (max-width:600px) {
	.news-wrapper {margin-bottom:75px}
}


/*--------------------------------------------------------------
# News & events items
--------------------------------------------------------------*/
.tiles {columns:2;}
.news-event {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	position:relative;
	border-radius:2px;
	transition:all 0.3s;
	background:#f1f1f1;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	backface-visibility: hidden;
}
.news-event:hover {
	background:#fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.news-event h3 {margin-top:0 !important;margin-bottom:15px !important;transition:all 0.3s}

.news-event img {margin-top:-1px; width: 100%;}

.news-event .posted-date {font-size:13px}

.single .content-area p:first-of-type {font-size:24px;line-height:32px;color:#24272a;}

.single-events .content-area p:first-of-type,
.single-vacancies .content-area p:first-of-type {
	font-size:16px;line-height:24px;color:#404040
}
.single .content-area .vacancy-details p span,
.single .content-area .event-details p span {
	font-size:16px;line-height:32px;
}

.page-child .content-area p:first-of-type,
.page-parent .content-area p:first-of-type {
	font-size:21px;line-height:32px
}
@media (max-width:1023px) {
	.tiles {
		columns:1;
	}
	.news-event {display:block}
	.news-event-image {width:100%}
	.news-event-content {width:100%}
}
@media (max-width:767px) {
	.page-child .content-area p:first-of-type,
	.page-parent .content-area p:first-of-type {
		font-size:19px;line-height:28px
	}
}

.content-area p.event-detail {margin-bottom:5px;}
.content-area p.event-detail i {margin-right:7px;}
.content-area p.news-event-excerpt {margin:10px 0}

.page-child .content-area ol {margin:0 0 1.5em 0;padding:0 0 0 1rem;}
.page-child .content-area ol li {padding: 0 10px 10px 5px;}


/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
.banner-neg-mar-1 {margin-bottom:-50px}
.banner-neg-mar-2 {margin-bottom:-100px}

.banner-1, .banner-2 .fifty, .banner-3, .banner-4 {position:relative;}
.banner-2 h1, .banner-3 h1, .banner-4 h1 {position:relative;z-index:1}

.banner-1 .border {
	position: relative;
    z-index: 1;
}
.image-cutout {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.banner-1 h1 {
	position: relative;
    z-index: 3;
}

.banner .container-superwide {position:relative}

.banner-1 {
	position:relative;
	padding-bottom:200px;
	background-size:cover;
	background-position:center;
}
.banner-1 h1 {max-width:650px;width:75%}

.banner-2 .fifty {
	padding-bottom:250px;
	background-size:cover;
	background-position:center;
}
.left-width-fix .fifty:nth-child(1) {
	max-width: 650px;
	margin-right: 100px;
	float: right;
	width: 100%;
}
.right-width-fix .fifty:nth-child(2) {
	max-width: 650px;
	margin-left: 100px;
	float: left;
	width: 100%;
}

.banner-3 {padding-bottom:150px}
.banner-3 .border {max-width:200px;margin:0 auto}

.banner-4 .fifty {padding-bottom:200px;background-size:cover;background-position:center;}

.texture {position:absolute;}
.banner-2 .texture-1 {right:-3%;top:30px}

.banner-3 .texture-1 {left:15%;bottom:30px}
.banner-3 .texture-2 {right:15%;top:30px}

.banner-4 .texture-1 {right:-3%;top:30px}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
@media (max-width:1023px) {
	.banner-2 .border {
		max-width: 200px;
		margin: 0 auto;
	}
	.banner-2 .fifty:first-of-type {
		display: inherit;
		padding-bottom: 150px;
	}
	.banner-1 {padding-bottom:130px;}
	.banner-2 .fifty:nth-child(1) {
		width:100%;
	}
	.banner-2 .fifty:nth-of-type(2) {
		display:none;
	}
	.banner-2 h1, .banner-3 h1, .banner-4 h1 {padding:0 20px}
	
	.banner-2 .texture-1 {right:5%;}

	.banner-3 .texture-1 {left:5%;}
	.banner-3 .texture-2 {right:5%;}

	.banner-4 .texture-1 {right:5%;}
}
@media (max-width:767px) {
	.banner-2 .texture-1 {right:1%;}

	.banner-3 .texture-1 {left:1%;}
	.banner-3 .texture-2 {right:1%;}

	.banner-4 .texture-1 {right:1%;}
}
@media (max-width:500px) {
	.banner-1 h1 {width:90%}
}


/*--------------------------------------------------------------
# Content area & sidebar
--------------------------------------------------------------*/
.content-area p {margin-bottom:20px}
.content-area h1,
.content-area h2 {
	margin-bottom:25px;
}
.content-area h3,
.content-area h4, 
.content-area h5,
.content-area h6 {
	margin-bottom:20px;
	margin-top:30px
}
@media (max-width:767px) {
	.content-area h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom:25px
	}
}

.content-area ul {
	margin:0 0 1.5rem 0;
	list-style-type:none;
	padding:0 0 0 2px;
}
.content-area ul li {
    line-height:24px;
	padding:0 0 16px 16px;
	position:relative;
}
.content-area ul li:before {
    content: '';
    display: inline-block;
    height: 8px;
    min-width: 6px;
    background-size: 6px;
    background-image: url(/wp-content/themes/kibble/images/kibble-bullet.svg);
    background-repeat: no-repeat;
	position: absolute;
    margin-right: 10px;
	left: 0px;
	top:8px
}
.content-area ul a {
    color:#f15a24;
}
.content-area ul a:hover {
    color:#e24c1e;
}

.content-area ul ul {
	margin:10px 0;
	list-style-type:circle;
	padding:0 0 0 2.8rem;
}
.content-area ul ul li {
    line-height:16px;
	padding:5px 0 5px;
}
.content-area ul ul li:before, .wpforms-container ul li:before {
    content: '';
    display: inline-block;
    height: auto;
    min-width: auto;
    background-size: auto;
    background-image: none;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.half-bg-white {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	position:relative
}
.half-bg-black {
	display: table;
	width: 100%;
	position:relative
}
.half-bg-black .fifty:first-of-type {
	max-width: 750px;
	float: right;
	width: 100%;
}
.half-bg-black .fifty:first-of-type:before {
	content: "";
	background-color: rgba(0,0,0,0.5);
	float: left;
	height: 50px;
	width: 100vw;
	margin-left: -100vw;
}

@media (max-width:1680px) {
	.half-bg-black .fifty:first-of-type {
		max-width: inherit;
		padding-left: 5%;
		width: 100%;
		display: block;
    	float: none;
	}
	.half-bg-black .fifty:nth-of-type(2) {
		width: 0;
	}
	.banner-1, .banner-2 .fifty, .banner-3, .banner-4 {overflow-x:hidden}
}
@media (max-width:767px) {
	.half-bg-white {
		background: #fff;
	}
	.content-area-wrapper {display:flex; flex-direction: column; padding-top:50px;}
	.content-area-wrapper .sidebar:not(.sidebar--mobile-top) {order: 1;}
	
	.half-bg-black .fifty:first-of-type:before {
		display:none
	}
	.half-bg-black .fifty:first-of-type {padding-left:0;}
	p#breadcrumbs {margin-top:3px;font-size:12px;height:auto;padding:14px 25px 15px 5%;}
	
	.page-template-sypat-page .sidebar ul {display:none}
}

@media (min-width:767px) {
	.content-area-wrapper {display:table}
	.content-area {display:table-cell;width:60vw;}
	.right-gap {display:table-cell;width:20vw;}
}

.sidebar {display:table-cell;vertical-align:top;width:20vw;}
.sidebar .jump-to {color:#24272a;margin-bottom:10px}
.sidebar ul, .sidebar ul li {margin:0;padding:0;list-style-type:none}
.sidebar ul.children {margin-left:30px;}

.sidebar ul li a {
	padding:5px 0;
	display:inline-block;
	line-height:21px;
	color:#24272a;
	text-decoration:none;
}
.sidebar ul li a:hover {color:#0099a8}
.sidebar ul li.current_page_item a {color:#0099a8;font-weight:bold;}
.sidebar ul.children li.current_page_item > a {color:#0099a8;font-weight:bold;}
.sidebar ul.children li.current_page_item > a:before {content:'- ';}
.sidebar ul.children {margin-bottom:5px}
.sidebar ul li ul.children li a {color:#24272a;font-weight:normal;padding:4px 0;}
.sidebar ul li ul.children li a:hover {color:#0099a8}

.sidebar .widget-title {margin-bottom:15px}

.children {display:none;}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {display:block;}

.breadcrumb-negative {position:relative;top:-120px;margin-bottom:-120px}

@media (max-width:1400px) {
	.sidebar {
		width:25%;
	}
	.right-gap {
		width:15%;
	}
}
@media (max-width:1200px) {
	.right-gap {
		display:none;
	}
}
@media (max-width:767px) {
	/* #secondary {display:none} */
	.sidebar {width:100%;display:block;}
	/* .sidebar ul {display:none} */
	.content-area {width:100%;display:block}
	.content-area.p-m {padding:0;}
	.sidebar .mb-xs {margin-bottom: 0;}
	.page-template-contact .sidebar, .page-template-make-a-referral .sidebar {
		padding-bottom:50px;
		margin-bottom:50px;
		border-bottom:1px solid #ddd
	}
}

/*--------------------------------------------------------------
# Flex items
--------------------------------------------------------------*/
.flex-items {display:flex;flex-wrap:wrap;}
.flex-fifth {width:20%}
.flex-quarter {width:25%}
.flex-third {width:33.33%}
.flex-half {width:50%}

@media (max-width:1023px) {
	.contacts .flex-third {width:50%}
	.contacts .flex-third p {padding:0 10px}
}
@media (max-width:767px) {
	.contacts .flex-third {width:100%;max-width:500px;margin:0 auto 40px}
	.contacts .flex-third p {padding:0 10px}
}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {position:relative;}
.card:nth-of-type(2n) {direction: rtl;}
.card:nth-of-type(2n) .card-content {direction: ltr;}
.card:nth-of-type(2n) .card-content .brand-teal-bg {background-color:#ffcd00;color:#24272a}

.fifty.card-content {padding:150px 100px}

.page-child .card-content p:first-of-type {
	font-size:16px;line-height:24px
}
.page-child .card-content h3 {
	margin-top:0
}

.page-child .card {border-top:5px solid #ffcd00}
.page-child .card:nth-of-type(2n) .card-content .brand-teal-bg {background-color:#0099a8;color:#fff}

a.cover-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
    background-position: center;
}

@media (max-width:1200px) {
	.card-content.p-l {padding: 75px;}
}
@media (max-width:1023px) {
	.card-content.p-l {padding: 50px;}
}
@media (max-width:767px) {
	.fifty-fifty {display:block}
	.fifty-fifty .fifty {width:100%}
}
@media (max-width:500px) {
	.card-content.p-l {padding: 30px;}
}


/*--------------------------------------------------------------
# Generic info boxes
--------------------------------------------------------------*/
.info-box {
	padding:20px 50px 30px;
	border-top: 5px solid #0099a8;
	background-color: #f1f1f1;
	clear:both
}
@media (max-width:480px) {
	.info-box {
		padding:10px 30px 20px;
	}
}


/*--------------------------------------------------------------
# WP-Forms
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color:#0099a8 !important;
	border-radius:30px !important;
	height:60px !important;
	color:#fff !important;
	border:none !important;
	transition:background 0.3s;
	text-align:center;
	min-width:200px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color:#00858c !important;
	border:none !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select {
	padding:6px 10px 10px !important;
    height:42px !important;
}
div.wpforms-container-full .wpforms-form textarea {
	padding:6px 10px 10px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {margin:0 0 10px 0 !important;}
div.wpforms-submit-container {margin-top:20px !important}

.wpforms-container ul li:before {
    margin-right: 0;
}
div.wpforms-container {
	padding: 30px !important;
    border: 1px solid #ddd !important;
    background: #eee !important;
}


/*--------------------------------------------------------------
# Sub nav
--------------------------------------------------------------*/
.sub-nav-texture {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}


/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contact .thin-border {width:272px;height:272px;margin-bottom:20px;border:1px solid #fff;border-radius:50%;}
.contact img {width:270px;height:270px;border-radius:50%;border:10px solid #0099a8}
.contact p {color:#fff;margin-bottom:5px}


/*--------------------------------------------------------------
# Service page
--------------------------------------------------------------*/
.get-in-touch {padding-left:25px;padding-right:25px}
.get-in-touch a {transition:all 0.3s}
.get-in-touch a.btn:hover {background-color:#edbf00}
.service-contact {
	display:flex;
	background-image:url(/wp-content/themes/kibble/images/contact-bg.jpg);
	background-size:cover;
	background-position:center;
	width:100%;
	align-items: center;
}
.service-contact-image, .service-contact-content {vertical-align: top;}
.service-contact-image {width:200px}
.service-contact-image img {width:100%;border:1px solid #ccc;}
.service-contact-content {padding-left:25px}

@media (max-width:480px) {
	.service-contact {display:block}
	.service-contact-content {
		padding-left: 0;
	}
	.get-in-touch {padding-left:15px;padding-right:15px}
}


/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.timeline-wrapper .border {max-width:200px;margin:0 auto}

section.timeline {overflow:hidden}
.timeline ul {
	padding: 50px 0;
	margin:0;
}
.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff;
}
.timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
}
.timeline ul li div {
	position: relative;
	bottom: -13px;
	width: 400px;
	padding: 35px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.timeline ul li div::before {
	content: '';
	position: absolute;
	bottom: 10px;
	width: 0;
	height: 0;
	border-style: solid;
}
.timeline ul li:nth-child(odd) div {
	left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 20px 16px 20px 0;
	border-color: transparent #fff transparent transparent;
}
.timeline ul li:nth-child(even) div { left: -439px; }
.timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 20px 0 20px 16px;
	border-color: transparent transparent transparent #fff;
}
time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.timeline ul li::after { transition: background .5s ease-in-out; }
.timeline ul li.in-view::after { background: #fff; }
.timeline ul li:nth-child(odd) div { transform: translate3d(200px, 0, 0); }
.timeline ul li:nth-child(even) div { transform: translate3d(-200px, 0, 0); }
.timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
}
@media (max-width:1023px) {
	.timeline ul li div {width: 250px;}
	.timeline ul li:nth-child(even) div {left: -289px;/*250+45-6*/}
}
@media (max-width:767px) {
	.timeline ul li { margin-left: 20px; }
	.timeline ul li div { width: calc(100vw - 100px); }
	.timeline ul li:nth-child(even) div { left: 45px;border-radius: 50px 50px 50px 0; }
	.timeline ul li:nth-child(even) div::before {
		left: -15px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}
}

/*--------------------------------------------------------------
# SCOTT
--------------------------------------------------------------*/

.service-info.box {
    border: solid thin #24272a;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 0 6em 0 0;
    background-color: #24272a;
    color: #fff;
}

.contact-no.mb-m .t-400 {
    font-size: 18px;
}

.wpgmp_map_container {overflow: auto;}

.site-wide-message {
	text-align: center;
	padding: 1em 0;
	color: #fff;
}

.site-wide-message.medium {font-size: 1.5em;}
.site-wide-message.sitewideTeal {background-color: #0099a8;}
.site-wide-message.sitewidePurple {background-color: #3d195b;}
.site-wide-message.sitewideRed {background-color: #b00;}
.site-wide-message.sitewideBlack {background-color: #24272a;}
.site-wide-message.sitewideYellow {
	background-color: #ffcd00;
	color: #000;
}
.site-wide-message.sitewideTeal a, .site-wide-message.sitewidePurple a, .site-wide-message.sitewideBlack a, .site-wide-message.sitewideRed a {color: #ffcd00;}

.services-care-inspectorate-container {
    padding: 0 3em 3em 3em;
    overflow: auto;
}

.services-care-inspectorate-details {
    width: calc(100% - 120px);
    float: left;
}

@media (max-width:767px) {
	.services-care-inspectorate-details {
		width: 100%;
		float: none;
	}
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.locations {border-top:1px solid #f1f1f1}
.location {width:25%;}
.location a.btn {min-width:auto}
.map img {width:100%}

.wpgmp_map_container {
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	border: 10px solid #fff;
    border-radius: 5px;
}

@media (max-width:767px) {
	.location {width:50%;}
}
@media (max-width:600px) {
	.location.flex-half {
		width:100%;
		max-width:400px;
		margin:0 auto 40px
	}
	.location {
		width:50%;
	}
}

/*--------------------------------------------------------------
# Vacancies page
--------------------------------------------------------------*/
.vacancy {position:relative;}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}
.pagination a {
	text-decoration: none;
}
.pagination > a,
.pagination > span {
	font-size: 0.85em;
	display: inline-block;
	margin: 0 5px;
}
/*:not(.prev):not(.next)*/
.pagination > a,
.pagination > span {
	padding: 0.1em 0.5em;
	position: relative;
	border: solid 2px #0099a8;
	overflow: hidden;
}
.pagination > a:after {
	display: block;
	background: rgba(0,153,168,0.2);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 0;
	transition: all 0.5s;
}
.pagination > a:hover:after,
.pagination > a:focus:after {
	width: 2em;
}
.pagination > a.prev,
.pagination > a.next,
.pagination > span {
	border: solid 2px #fff;
}
.pagination > a.prev:after,
.pagination > a.next:after,
.pagination > span:after {
	content: none;
}

/* Tweets */
.twitter-tweet:not(.twitter-tweet-rendered):before,
.twitter-tweet:not(.twitter-tweet-rendered) *,
.twitter-tweet:not(.twitter-tweet-rendered):after,
.twitter-timeline * {
	display: none;
}
.twitter-tweet:not(.twitter-tweet-rendered),
.twitter-timeline {
	width: 100%;
	max-width: 400px;
	background: url(https://miro.medium.com/max/1400/1*CsJ05WEGfunYMLGfsT2sXA.gif) center center no-repeat;
	background-size: 180px auto;
}
.twitter-tweet:not(.twitter-tweet-rendered) {
	color: rgba(255, 205, 0, 0.3);
	border: 0;
}
.twitter-timeline-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
}
.twitter-timeline {
	display: flex;
	color: rgb(255, 205, 0);
    line-height: 100px;
    text-decoration: none;
    padding-bottom: 3em;
    justify-content: center;
    height: auto !important;
	min-height: 400px !important;
}


/* Geometry */
.geom-circle,
.geom-square,
.geom-triangle {
	width: 124px;
	height: 124px;
}
.geom-triangle {
	width: 138px;
}
.geom-path {
	stroke: #ffcd00;
	stroke-width: 1.5;
}
.geom.visible .geom-path {
	animation: geom-anim 2.5s 0s forwards;
}
.geom-circle .geom-path {
	stroke-dasharray: 188.522, 188.522;
	stroke-dashoffset: 188.522;
}
.geom-square .geom-path {
	stroke-dasharray: 240, 240;
	stroke-dashoffset: 240;
}
.geom-triangle .geom-path {
	stroke-dasharray: 166,166;
	stroke-dashoffset: 166;
}
@keyframes geom-anim {
  100% {
    stroke-dashoffset: 0;
  }
}
.with-geom {
	position: relative;
	overflow-x: hidden;
}
.with-geom .geom {
	position: absolute;
	
}
@media (max-width:1023px) {
	.with-geom .geom {
		display: none;
	}
}
/* Panel 1 */
.with-geom-1 .geom-1 { /* Panel 1 - Circle 1 */
	left: 6%;
	top: -10%;
}
.with-geom-1 .geom-1 svg {
	transform: scale(0.75);
}
.with-geom-1 .geom-1 .geom-path {
	stroke-width: 2.5;
}
.with-geom-1 .geom-2 { /* Panel 1 - Circle 2 */
	right: 20%;
	bottom: -10%;
}
.with-geom-1 .geom-2 svg {
	transform: scale(0.8);
}
.with-geom-1 .geom-2 .geom-path {
	stroke-width: 2;
}
.with-geom-1 .geom-3 { /* Panel 1 - Triangle 1 */
	left: 45%;
	bottom: 20%;
}
.with-geom-1 .geom-4 { /* Panel 1 - Triangle 2 */
	right: 5%;
	top: -10%;
}
.with-geom-1 .geom-4 svg {
    transform: scale(0.6) rotate(180deg);
    transform-origin: center center;
}
.with-geom-1 .geom-4 .geom-path {
	stroke-width: 2.5;
}
/* Panel 2 */
.with-geom-2 .geom-1 { /* Panel 2 - Triangle 1 */
	right: 6%;
	top: -6%;
}
.with-geom-2 .geom-2 { /* Panel 2 - Circle 1 */
	left: 50%;
	bottom: 5%;
	margin-left: -62px;
}
.with-geom-2 .geom-2 .geom-path {
	stroke-width: 2;
}

/*--------------------------------------------------------------
# Page & element animations
--------------------------------------------------------------*/
.section {
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 1s;
}
.section.visible { 
	opacity: 1;
	transform: translate(0, 0);
}


/*--------------------------------------------------------------
# Sitemap page
--------------------------------------------------------------*/
.page-list-ext .page-list-ext-image {display:none}



/*--------------------------------------------------------------
# Universal media queries
--------------------------------------------------------------*/
@media (max-width:1680px) {
	.left-width-fix .fifty:nth-child(1), .right-width-fix .fifty:nth-child(2) {
		max-width: inherit;
		padding-right: 5%;
		padding-left: 5%;
		width: 50%;
		float: none;
	}
}
@media (max-width:1023px) {
	.left-width-fix .fifty:nth-child(1), .right-width-fix .fifty:nth-child(2) {
		max-width: inherit;
		padding-right: 0%;
		padding-left: 0%;
		width: 100%;
		float: none;
		text-align:center
	}
	.twitter-timeline {height:400px !important;}
}