/*!
Theme Name: Dolia
Theme URI: http://underscores.me/
Author: dolia
Author URI: http://underscores.me/
Description: Bespoke Website Design Agency in Hampshire
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: dolia
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.

Dolia 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

--------------------------------------------------------------*/

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #192626;
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #01aaaa;
}

a:hover,
a:focus,
a:active {
	color: #01aaaa;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #192626;
	border: none;
	border-radius: 10px;
	background: rgba(1, 170, 170, 0.05);
	padding: 10px 20px;
	width: 100%;
	margin: 0 0 10px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 0 40px 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 {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity: 1;
	margin-top: 0;
}

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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: #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: 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-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.wpcf7-form {max-width: 900px; margin: 0 auto;}
.wpcf7-text {margin: 10px 0px; border: none !important; border-radius: 50px !important; background: rgba(1, 170, 170, 0.05) !important;}
.wpcf7-list-item {background: rgba(1, 170, 170, 0.05); color: #666 !important; padding: 12px 20px; box-sizing: border-box; border-radius: 50px; margin: 5px 15px 5px 0px; font-size: 16px; line-height: 24px !important;}
.wpcf7-list-item label {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.wpcf7-list-item input {margin-right: 8px;}
.wpcf7-submit {color: #fff !important; text-transform: uppercase; font-weight: 600; font-size: 15px; position: relative; padding: 15px 20px !important; background-color: #01aaaa !important; letter-spacing: 0.5px; border: none !important; line-height: 15px !important; border-radius: 50px !important; -webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;}
.wpcf7-submit:hover {background-color: #ea4e6f;}
.wpcf7-select {border: none !important; padding: 10px 20px; border-radius: 50px; margin: 0px 0px 10px; color: #666 !important; background-color: rgba(1, 170, 170, 0.05); font-weight: 300; width: 100%;}
.wpcf7-text:focus-visible {outline: none !important;}

.innerReviewJobTitle p {text-transform: uppercase; font-weight: 100; font-size: 15px; letter-spacing: 1px; color: #01aaaa; margin: 0;}

.page-id-272 .course-directory-page-results, .page-id-235 .course-directory-page-results {margin: 0 auto;}
.page-id-272 .press-page-tile {margin: 0 0 35px;}
.appDeadline {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.appDeadline p {font-weight: 600 !important;}

.tabs-nav-wrap ul li {text-align: left !important;}

/* TEAM PAGE */
.team-filter .sf-field-category ul {display: flex;max-width: 700px;margin: 0 auto 25px;padding: 0;justify-content: center;}

.menu-item-1932 a, .menu-item-243 a, .menu-special a {background: #01aaaa; color: #fff !important; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-family: proxima-nova,sans-serif; text-align: center; font-size: 12px !important; line-height: 22px !important;}
.tabs-nav-wrap ul li {cursor:pointer;}

.page-cta .section-container:not(.section-has-image) {background: rgba(1, 170, 170, 0.05) !important; padding: 35px; text-align: center; max-width: 600px !important; position: relative; border-radius: 5px;}
.distance-learning-cta:not(.section-has-image) {max-width: 850px; margin-left: auto; margin-right: auto;}
.distance-learning-cta.page-cta .section-container:not(.section-has-image) {width: 100%!important; max-width: 100%!important; padding: 50px;}
.distance-learning-cta.page-cta p {margin-bottom: 0;}
.page-cta h4 {font-size: 28px; line-height: 38px; color:#01aaaa;}
.page-cta h2 {color:#01aaaa; margin-bottom: 0;}
.page-cta .readon:before {background-color:#01aaaa;}
.page-cta p {font-weight: 400;}
.readon.soft-yellow {background: #fff4e2; color: #e5b15e;}
.readon.soft-yellow:before {background-color: #e5b15e !important;}
.readon.readon-arrow {background: unset; color: #01aaaa;}
.tabBlockContainer .tabContainer {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(100% - 10px); margin: 5px 10px 5px 0;}
.tabBlockContainer .tabs-nav-wrap {width: 250px; height: 100%;}
.tabBlockContainer .tabs-nav {display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.tabBlockContainer .tabs-nav-wrap ul li {list-style: none; display: block; text-align: left; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; position: relative; font-weight: 600; font-size: 16px; line-height: 21px; color: #000; background-color: #fff3f2; margin: 0 0 5px; padding: 15px 20px !important;}
.tabBlockContainer .tabs-nav-wrap ul li:before {display: none;}
.tabBlockContainer .tabs-nav-wrap ul li:after {border: none;}
.tabBlockContainer .tabs-main-content {width: calc(100% - 300px); margin-left: 50px;}

.distance-learning-cta .section-wrapper.section-has-image {display: flex; border-radius: 50px 5px 5px 5px; overflow: hidden;}
.distance-learning-cta.section-has-image {max-width: 1250px; margin-left: auto; margin-right: auto;}
.distance-learning-cta.section-has-image img {object-fit: cover; height: 100%; width: 100%;}
.cta-section-image {display: flex;}
.page-cta .section-container.section-has-image {background: rgba(1, 170, 170, 0.05) !important; padding: clamp(30px,3vw,50px); position: relative;}

.carousel-wrapper-title {max-width: 800px;}
.carouselTeam .carousel-cell img {width: 100%; height: auto; object-fit: cover; max-height: 300px;}
.carouselTeam .carousel-cell h3 {font-size: 23px; line-height: 33px; margin: 0;}
.carouselTeam .carousel-cell h5 {font-size: 14px; line-height: 20px; font-weight: 100; color: #01aaaa; margin: 0; text-transform: uppercase;}
.carouselTeam .carousel-cell p {margin: 15px 0; line-height: 0;}
.carouselTeam .carousel-cell a {margin: 0px;}

.carousel.carouselTeam .carousel-cell {width: 25%; box-sizing: border-box; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f9f9f9; border-radius: 5px; margin: 10px; position: relative; overflow: hidden; text-align: left;}
.carouselTeamTextContainer {padding: 15px 25px; box-sizing: border-box;}

.carousel.carouselTestimonials .carousel-cell {width: 33.333%; box-sizing: border-box; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f9f9f9; border-radius: 5px; margin: 10px; position: relative; overflow: hidden; text-align: left;}
.carouselTestimonials .carousel-cell img {width: 100%; height: auto; object-fit: cover; max-height: 300px;}
.carouselTestimonials .carousel-cell h3 {font-size: 23px; line-height: 33px; margin: 0;}
.carouselTestimonials .carousel-cell h5 {font-size: 14px; line-height: 20px; font-weight: 100; color: #01aaaa; margin: 0; text-transform: uppercase;}
.carouselTestimonials .carousel-cell p {margin: 15px 0;}
.carouselTestimonials .carousel-cell a {margin: 0px;}
.carouselTestimonials .carousel-cell .testimonial-page-tile {width: calc(100% - 30px);}


.baseCTA a span:before {display: none;}

.teamProfileImage {max-width: 150px; height: auto; object-fit: cover;}
.teamProfileImage img {}

.teamQualification {color: #01aaaa; margin-right: 10px;}
.teamInnerPage .flexBox {align-items: center; padding: 15px; box-sizing: border-box; background: #f9f9f9; border-radius: 5px;}
.teamInnerPage .flexBox div:last-child {margin: 0px 0px 10px 25px;}
.teamInnerPage .flexBox h5 {font-weight: 100; text-transform: uppercase; font-size: 16px !important; line-height: 1.2; margin: 0px 0px 10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;  display: flex; max-width: 600px;}
.teamInnerPage .flexBox h2 {margin-bottom: 10px; font-size: 35px; line-height: 45px;}

.mainContentTeam {padding: 15px; box-sizing: border-box;}

.applicationDeadlineTag ul {margin: 0px; list-style: none; padding: 0px;}
.applicationDeadlineTag li {line-height: 15px; font-size: 15px; }
.applicationDeadlineTag a {margin: 0px; font-size: 15px; line-height: 15px; text-transform: uppercase; color: #fff3f2; letter-spacing: 1px; font-weight: 600;}


.testimonial-page-tile:not(.profileImageFW) {align-items: start;}
.bioSplit .profileInfoSplit:not(.profileImageFW .profileInfoSplit) {width: 100%; margin: 0px;}

.study_recruitment .entry-title {display: none;}

.cta-bar-three-wrapper {max-width: 1250px; margin: 0 auto;}
.cta-bar-three-title-wrapper {padding: 0 25px 25px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.cta-bar-three-block {list-style: none; margin: 0;padding: 0;}
.flexWrap {-ms-flex-wrap: wrap; flex-wrap: wrap;}
.flexBox {display: -webkit-box; display: -ms-flexbox; display: flex;}
.cta-bar-three-block > li {width: calc(50% - 30px); margin: 15px; padding: 50px 35px; -webkit-box-sizing: border-box;box-sizing: border-box; background: rgba(1, 170, 170, 0.05) !important; flex-wrap: wrap; border-radius: 5px;}
.cta-bar-three-block {list-style: none;}
.full-split-wrapper {display: flex;}
.fs-column-one {width: 50%;}
.fs-column-two {width: 50%; padding: 100px; box-sizing: border-box;}
.fs-column-one.map iframe {height: 100%; width: 100%;}

.displayFlex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;  display: flex;}

.fs-column-two .wpcf7-form {max-width: 100%; margin: unset;}

.type-dsrunews .tp-text, .type-evidence_reviews .tp-text, .type-blog .tp-text {margin: 0 auto !important; max-width: 700px;}
.type-blog .tp-text  {padding: 25px 0px;}
.type-evidence_reviews .tp-thumbnail img, .type-blog .tp-thumbnail img {display: none;}
.wp-block-image {text-align: center;}
.courseHeader > div p {text-align: center;}

.single-conference-abstracts .tp-meta {margin-bottom: 35px;}

.owl-item .item-inner::before {opacity:.95 !important;}

tbody {text-align:left; background: #fafafa; border-radius: 5px;}
td {padding: 15px; box-sizing: border-box; line-height: 1.8;}
th {padding: 10px; box-sizing: border-box; line-height: 1.8;}

.tp-tooltip:before {content: "\f05a"; font-size: 18px; line-height: 18px; font-family: 'Font Awesome 5 Pro'; margin-right: 10px; padding: 0px;}
.tp-tooltip {font-size: 18px; line-height: 28px; background: #fff4e2; display: inline-block; padding: 5px 15px; box-sizing: border-box; border-radius: 50px; color: #e5b15e; font-weight: 800; margin-bottom: 35px; text-transform: uppercase;}

#search-filter-results-1380 .item-tile .item-text-split, #search-filter-results-1378  .item-tile .item-text-split {justify-content: center;}
.type-evidence_reviews .wp-block-quote:before {content: ""; position: absolute; top: 50%; left: -15px; background: #01aaaa; width: 3px; height: 100%; transform: translateY(-50%);}
.type-evidence_reviews .wp-block-quote {position: relative;}

.owl-item .item-inner img, .item-tile.item-tile-column .item-image-split {height: 400px !important;}

#search-filter-results-4373, #search-filter-results-1378 {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;
    justify-content: space-between; padding: 0 25px; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 25px 0 100px;}

.category-trustees .tp-thumbnail {max-height: 500px; max-width: 500px;}
.category-trustees .tp-text {margin: 15px auto 0;}

.courseTip {font-size: 15px; line-height: 21px; margin-bottom: 25px; padding: 0px; background: none; color: #01aaaa; position: relative; margin-left: 20px; text-transform: unset;}
.courseTip.tp-tooltip::before {font-size: 15px; line-height: 21px; color: #01aaaa; position: absolute; left: -20px;}

.download-tile-container {list-style: none; margin: 35px 0px; padding: 0px;}
.download-tile-container li {padding: 25px; background: #f9f9f9; border-radius: 10px; margin: 0 0 20px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.download-tile-container a {padding: 25px; background: #f9f9f9; border-radius: 10px; margin: 0 0 20px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.download-tile-container h3 {font-size: 22px; line-height: 32px; margin: 0;}
.downloadButton:after {content: "\f358"; font-size: 16px; line-height: 16px; font-family: 'Font Awesome 5 Pro'; margin-left: 10px; padding: 0px;}
.downloadLinkButton:after  {content: "\f08e"; font-size: 13px; line-height: 13px; font-family: 'Font Awesome 5 Pro'; margin-left: 10px; padding: 0px;}
.downloadButton {position: relative;}

.course-full-list {list-style: none;}
.abstractsTags {display: -webkit-box; display: -ms-flexbox; display: flex; align-items: start; justify-content: start; margin-bottom: 15px; flex-direction: column;}
.abstractsTags ul {padding: 0px; margin: 15px 0px; list-style: none;}
.abstractsTags span, .abstractsTags a {background: #e5b15e; color: #fff; list-style: none; font-weight: 600; padding: 5px 15px; margin: 0px 2px; text-transform: uppercase; border-radius: 15px; font-size: 13px; line-height: 13px; pointer-events: none;}
.abstractsTags p {padding: 0px; margin: 0px;}
.abstractsTags .post-categories a {background: #01aaaa; pointer-events: none;}

.abstract-page .entry-header .entry-title {color: #00a9aa; font-size: 40px; line-height: 50px;}
.abstract-page .course-tag span {margin: 0px 3px;}
.abstract-page .course-tag span:after {content: ","}
.abstract-page .course-tag span:last-child:after {display: none;}
.abstract-page .tp-meta {margin-bottom: 35px;}

.thankYouTxt {text-align: center;}
.discountMsg {background:#fff3f2; padding: 15px 35px; box-sizing: border-box; margin: 45px auto; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; max-width: 700px; position: relative;}
.discountMsg h3 {font-size: 20px; line-height: 30px; max-width: 600px; margin: 0 auto; text-align: center; color: #ea4e6f;}
.discountMsg:after {content: "Promo"; color: #fff3f2; background: #ea4e6f; padding: 0px 15px; box-sizing: border-box; border-radius: 15px; font-size: 15px; text-transform: uppercase; line-height: 25px; font-weight: 600; position: absolute; top: -15px; left: 15px;}

/*.post-3045 .cta-bar-three-tile a {pointer-events: none;}*/

.txtSpltLogo {}
.txtSpltLogo img {max-width: 250px;}

/*COURSE UPDATES*/
.otherDates ul:first-child:before {}
.otherDates {margin: 15px 0px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column;}
.otherDates h4 {text-transform: uppercase; font-weight: 600; font-size: 13px; letter-spacing: 1px; color: #e5b15e; margin: 0; line-height: 13px; order:1;}
.otherDates ul {background: #ecebeb; margin: 10px 0px; padding: 0px 15px; box-sizing: border-box; border-radius: 10px; width: fit-content; order:2;}
.otherDates p {}

.course-intro {flex-wrap: wrap;}
.innerOtherDates.otherDates p {font-size: 12px !important; color: #01aaaa !important; line-height: 17px !important;}
.innerOtherDates.otherDates ul {background: #01aaaa17; margin: 10px 0px; padding: 0px 15px; box-sizing: border-box; border-radius: 10px; width: fit-content; order: 2;}
.innerOtherDates.otherDates {margin: 65px 0px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; text-align: center !important; align-items: center; width: 100%;}
.innerOtherDates.otherDates h4 {text-transform: uppercase; font-size: 14px !important; letter-spacing: 1px; color: #01aaaa !important; line-height: 14px !important; order: 1;}

.book-date-tag {margin-right: 5px;}

/* AWARDS BLOCK */
.awards-block {box-sizing: border-box; max-width: 1200px; margin: 0 auto; padding-left: 25px; padding-right: 25px;}
.awards-block-inner {background: #f5f5f8; box-sizing: border-box; padding: 50px; border-radius: 5px;}
.awards-block-inner h3 {color: #e2436d;}
.awards-block-row {display: flex; max-width: 100%; justify-content: space-between; align-items: center; padding: 20px 0; gap: 40px;}
.awards-block-inner .credits-tag {display: inline-flex; background: #e2436d; color: #fff; box-sizing: border-box; padding: 5px 20px; border-radius: 50px; align-items: center; margin: 0;}
.awards-block .shield {background-image: url('../png/shield.png'); height: 100px; object-fit: contain; background-position: center center; background-size: contain; text-align: center; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat;}
.awards-block .course-title-qualification {width: 10%;}
.awards-block .course-title-info {width: 45%;}
.awards-block .credits {width: 30%;}
.awards-block .course-price {width: 15%;}
.awards-block .course-price h4 {text-align: right; position: relative; color: #e2436d;}
.awards-block .course-price h4::after {content: ""; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: #e2436d; border-radius: 50px;}
.awards-block-inner .credits-tag.years-tag {background-color: #01aaaa;}
.awards-block-row p {margin: 0;}
.course-title-info h3 {margin-bottom: 0;}
.awards-block-row.price-heading-row {padding: 0; max-height: 25px;}

.carousel.carouselTeam .carousel-cell {height: 550px;}
.awards-block-row.price-heading-row h5 {color: #e2436d; text-align: right;}
.awards-block-row.price-heading-row h5::after {display: none;}

/* FEATURED CASE STUDIES BLOCK */
.related-page-split-container {max-width: 1400px; margin: 0 auto; box-sizing: border-box; padding-left: 25px; padding-right: 25px; display: flex;justify-content: space-between;}
.secondary-post {position: relative; background: #f2f4f4; box-sizing: border-box; padding: 35px; margin: 10px 0; display: flex; align-items: center; justify-content: space-between; transition: all ease-in-out .3s;}
.secondary-post:first-child {margin-top: 0;}
.secondary-post p:last-child {margin-bottom: 0;}
.rps-left-side {width: calc(40% - 50px);}
.rps-right-side {width: calc(60% - 20px);}
.post-list {list-style: none; padding: 0;}
.post-item {margin-bottom: 20px; background-color: #fffbf1; padding: 25px;}
.post-title {margin-bottom: 5px;}
.post-excerpt {margin-bottom: 10px;}
.arrow-link {position: relative;}
.arrow-link::after, .list_button_tile::after {content: '\f061'; font-family: 'Font Awesome 5 Pro'; height: 40px; width: 40px; background: #01aaaa; border-radius: 50px; text-align: center; line-height: 40px; color: #fff; display:inline-block; margin-left: 20px; font-size: 14px; transition: all ease-in-out .3s;}
.secondary-post:hover {background: var(--dark); transition: all ease-in-out .3s}
.secondary-post:hover p,
.secondary-post:hover h3 {color: #fff; transition: all ease-in-out .3s;}
.secondary-post h3, .secondary-post p {transition: all ease-in-out .3s; position: relative; z-index: 1;}
.secondary-post h3 {font-size: 26px; margin: 0;}
.secondary-post p {color: var(--dark);}
.secondary-post:hover .arrow-link::after {background: #fff; transition: all ease-in-out .3s; color:#01aaaa;}
.secondary-post::before {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background: #01aaaa; transition: all ease-in-out .4s;}
.secondary-post:hover::before {width: 100%;}
.secondary-post .arrow-link {margin: 0;}

/* CASE STUDIES ARCHIVE PAGE */
.knowledgebase-archive-wrapper {display: flex; flex-wrap: wrap;}
.topic-tile {background-color: #f2f4f4; margin: 0 15px 25px; width: calc(33.333% - 40px); transition: all ease-in-out .3s; position: relative; z-index: 0; border-radius: 10px; overflow: hidden;}
.topic-tile:hover .readon::before {height: 100%; opacity: 1; transform: translateY(0);}
.topic-tile:hover {background: #01aaaa; transition: all ease-in-out .3s;}
.topic-tile:hover h4, .topic-tile:hover p, .topic-tile:hover .readon.simple {color: #fff; transition: all ease-in-out .3s;}
.topic-tile-text h4 {transition: all ease-in-out .3s;}
.topic-tile-text {padding: 40px; box-sizing: border-box; position: relative; z-index: 0; height: calc(100% - 300px);}
.topic-tile-text h3 {transition: all ease-in-out .3s;}
.topic-tile-text p {transition: all ease-in-out .3s;}
.topic-tile-image {height: 300px; overflow: hidden;}
.topic-tile-image img {object-fit: cover; height: 100%; width: 100%; transition: all ease-in-out .3s;}
.topic-tile:hover img {transform: scale(1.025); transition: all ease-in-out .3s;}
.topic-tile-image:before {content: ""; position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 0 0 100px 0; z-index: 1;}
.insight-meta {position: absolute; top: 10px; background: #01aaaa; border-radius: 50px; left: 10px; color: #fff; box-sizing: border-box; padding: 5px 10px; font-size: 14px; letter-spacing: 1px; display: inline-block;}

/* INSIGHT PAGES */
.topic-header {width: 100%; background-color: var(--dark); min-height: 400px; display: flex; justify-content: center; align-items: center; padding: 100px 25px 0;}
.top-header-inner {display: flex; flex-direction: column; align-items: center;}
.top-header-inner h1 {color: #fff;}
.topic-container {max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start;}
.topic-sidebar {width: 300px; background-color: var(--light-blue); margin-right: 100px; padding: 50px 35px; box-sizing: border-box; min-height: 500px;}
.topic-content {width: calc(100% - 400px);}
.type-case-study .tp-text {margin: 0 auto!important; max-width: 700px;}
.tp-body ul {margin: 0; padding: 0; list-style: none;}
.tp-body ul li {padding: 1px 0 5px 30px; position: relative;}
.tp-body ul li::before {content: ""; top: 12px; position: absolute; left: 0; width: 20px; height: 2px; background-color: #01aaaa; border-radius: 50px;}

/* INSIGHTS */
.news .entry-content .wp-block-group {padding: 35px; box-sizing: border-box; border-radius: 10px; margin-bottom: 25px;}
.news .entry-content .wp-block-image {margin: 25px 0; display: inline-block; position: relative; width: 100%;}
.news .entry-content .wp-block-image img {border-radius: 10px; width: 100%;}
.news .entry-content .wp-block-image:before {content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 20px; position: absolute; z-index: -1; bottom: -10px; left: -10px; background-color: var(--turquoise);}
.news .entry-content .wp-block-quote {margin: 0 0 25px; padding: 15px 25px; border-radius: 10px;}
.news p.has-background {border-radius: 10px;}
.topic-content-wrapper {max-width: 1100px; margin: 0 auto; padding: 75px 25px 0; box-sizing: border-box;}
.topic-page-image {width: 100%; height: 500px; border-radius: 0 0 10px 10px; overflow: hidden;}
.topic-page-image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.topic-page-title {box-sizing: border-box; background-color: var(--dark); z-index: 1; position: relative; display: flex; flex-direction: column; padding: 50px; border-radius: 10px; align-items: center; text-align: center; max-width: 960px; margin: -50px auto 50px;}
.topic-page-title h1 {margin: 0; color: #fff; font-size: 45px;}
.topic-page-content {max-width: 900px; margin: 0 auto;}
.topic-page-content h3 {font-family: var(--font-primary); font-weight: 400;}
.single-story .site-header-wrapper .scrolladd {background-color: var(--dark);}
.news-meta div {margin: 0 10px 5px 0;}
.news-meta div span {padding: 5px 10px 3px; color: #fff;}
.topic-page-logo {padding: 15px 20px; background-color: #fff; border-radius: 15px; margin: -100px 0 35px; box-sizing: border-box;}
.topic-page-logo img {max-height: 90px; max-width: 200px;}
.insight-meta span.meta-category {background: var(--dark); color: var(--turquoise); border: solid 1px var(--turquoise); letter-spacing: 1px;}
.insight-template-default.single.single-insight.wp-custom-logo.no-sidebar .site-header.scrolladd {background: var(--dark);}
.post-date {color: var(--dark); border: solid 1px var(--turquoise);}

/* SOCIAL MEDIA ICONS */
.company-socials {list-style-type: none; margin: 0; padding: 0; display: flex; column-gap: 10px; row-gap: 10px; justify-content: center; align-items: center; margin-top: 100px;}
.social-container {display: flex; justify-content: center; align-items: center; color: #192626;}
.social {font-size: 14px; font-family: inherit; font-weight: 400; display: flex; align-items: center; justify-content: center; column-gap: 10px; color: #192626; background-color: #f2f4f4; padding: 8px 20px 8px 8px; border-radius: 30px; transition: 0.3s;}
.social-icon {font-family: 'Font Awesome 5 Brands'; border-radius: 50%; height: 30px; width: 30px; display: flex; justify-content: center; align-items: center; color: white; font-weight: 400; padding-top: 2px;}
.social-text {font-family: proxima-nova,sans-serif; font-size: 15px;}
a.social {color: inherit;}
.instagram .social-icon {background-color: #ff0069;}
.twitter .social-icon {background-color: #00acee;}
.linkedin .social-icon {background-color: #0077b5;}
.social:hover{background-color: #01aaaa; color: white !important;}

.freeview-tag.results-summary-tag {background-color: #ea4e6f;}
.course_image_thumbnail {width: 100%; max-height: 350px; object-fit: cover; margin-bottom: 20px; border-radius: 5px;}

/* BOXZILLA STYLING */
.boxzilla-content ul {margin: 0; padding: 0; list-style: none;}
.boxzilla-content ul li {padding: 1px 0 5px 30px; position: relative;}
.boxzilla-content ul li:before {content: ""; top: 12px; position: absolute; left: 0; width: 20px; height: 2px; background-color: #01aaaa; border-radius: 50px;}
.boxzilla-content img {margin-top: 20px;}

/* HOME UPDATES */
body:not(.page-id-6100) .site-nav-dev, body:not(.page-id-6100) .mobile-menu-dev {display: none;}
body.page-id-6100 .site-nav-live, body.page-id-6100 .mobile-menu-live {display: none;}
.mobile-menu-dev .mobile-first > a {font-size: 20px !important; line-height: 1.4 !important;}
.mobile-menu-dev .mobile-first .sub-menu li > a:not(.mobile-first .sub-menu .sub-menu a) {font-size: 18px; line-height: 1.4;}
.mobile-menu-dev .mobile-first .sub-menu .sub-menu a {font-size: 15px; line-height: 1.4;}
.mobile-menu-dev .mobile-first .sub-menu .sub-menu {margin: 0 0 0 30px;}
.pop-up-content-wrap .mobile-menu-dev ul.menu li > a:hover::after {width: 100%; opacity: 1;}
.pop-up-content-wrap .mobile-menu-dev ul.menu li > a::after {background-color: #fff;}
.pop-up-content-wrap .mobile-menu-dev ul.menu li > a {width: auto;}
.introNavContainer > div {margin: 10px 20px!important; width: 33.333%!important;}
.mobile-menu-dev .menu-special.menu-item.menu-item-type-custom.menu-item-object-custom a, .mobile-menu-dev .menu-special.menu-item.menu-item-type-post_type.menu-item-object-page a {border-radius: 50px; box-sizing: border-box; padding: 8px 15px; margin: 10px 0; font-weight: 600;}
.mobile-menu-dev .menu-special a:hover:after {content: none;}
.custom-model-main-dev .close-btn {line-height: 40px; height: 40px; width: 40px; font-size: 35px;}
.custom-model-main-dev .sub-menu .menu-item-has-children a {position: relative;}
.sub-menu .menu-item-has-children a:not(.sub-menu .sub-menu li a):not(.custom-model-main-dev .sub-menu .menu-item-has-children a):after, .sub-menu li.menu-item-has-children > a::after {content: '\f054'; font-family: 'Font Awesome 5 Pro'; display: inline-block; vertical-align: middle; margin-left: 7px; font-size: 10px; font-weight: 400; height: 25px; width: 25px; line-height: 25px; background-color: #01aaaa; color: #fff; text-align: center; border-radius: 50px; right: 0; position: absolute; top: 50%; transform: translate(-50%, -50%);}
.main-navigation .menu-main-menu-dev-container ul ul a {width: 280px; display: inline-block;}


/* INNER HEADER UPDATES */
main.site-main {padding-top: 155px;}
.site-main .pageHeader > div h1 {max-width: 800px;}
.site-main .pageHeader > div {text-align: center;}
.site-main .pageHeader > div p {margin-bottom: 0;}
.site-main .pageHeader {height: 450px;}

/* CONFERENCE IMAGE */
.conference-image-container:not(.conference-image-container.conference-thumbnail) {height: 350px;}
.conference-image-container {margin-bottom: 20px;}
.conference-image-container img {height: 100%; width: 100%; object-fit: cover;}

/* RELATED PUBLICATIONS SECTION - TEAM PAGE */
.related-publications {background: #01aaaa; box-sizing: border-box; padding: 35px; max-width: 700px; margin: 0 auto;}
.related-publications ul {padding: 0; margin: 0; list-style: none;}
.related-publications ul li a {color: #fff;}
.related-publications h5 {text-transform: uppercase; letter-spacing: 1px; color: #fff; font-size: 14px;}
.related-publications ul li {margin: 15px 0; position: relative; box-sizing: border-box; padding-left: 15px; transition: all ease-in-out .3s;}
.related-publications ul li::before {content: ""; height: 5px; width: 5px; background: #fff; display: inline-block; vertical-align: middle; position: absolute; left: 0; top: 12px;}
.publication-date {color: #fff; font-size: 13px; letter-spacing: 1px; font-weight: 600;}
.related-publications ul li:last-of-type {margin-bottom: 0;}
.related-publications ul li:hover {padding-left: 20px; transition: all ease-in-out .3s;}

.searchandfilter ul > li > ul:not(.children) {padding-left: 0;}
.searchandfilter ul li li {display: flex;}

/* HOME HEADER UPDATES */
.menu li > a:not(.sub-menu a) {font-size: 16px;}
.reviewContainer .reviewTitle {border-radius: 0 0 50px 0;}
.bottom-widget .baseCTA {padding: 100px 25px;}
.bottom-widget .baseCTA p:last-child {margin-bottom: 0;}
.carousel-cell .authorTag div {margin-left: 0;}
.reviewBox .carousel.review .carousel-cell h4 span {letter-spacing: 1px; line-height: 1.6;}
.reviewBox .carousel.review .carousel-cell h4 {font-size: 13px; line-height: 1.6;}

/* SOCIAL SHARE */
.social-share {display: flex; column-gap: 7px; row-gap: 7px; flex-wrap: wrap;}
.social-share > a {font-family: var(--font-primary); font-weight: 500; color: #fff; padding: 14px 20px 12px; border-radius: 50px; font-size: 15px; transition: all ease-in-out .3s;}
.social-share > a:not(.share-x):before {font-family: 'Font Awesome 5 Brands'; margin-right: 8px; font-weight: 300;}
.social-share > a.share-fb {background-color: #4267B2;}
.social-share > a.share-li {background-color: #0a66c2;}
.social-share > a.share-x {background-color: #000000;}
.social-share > a.share-li:hover, .social-share > a.share-fb:hover, .social-share > a.share-x:hover {background-color: #01aaaa;}
.social-share > a.share-fb:before {content: "\f09a";}
.social-share > a.share-li:before {content: "\f0e1";}
.social-share > a.share-x svg {margin-right: 4px; height: 16px; margin-bottom: -3px;}
.social-share > a.share-x svg path {fill: #fff;}

.authorTag img {object-fit: cover;}
.standard-link {background-color: unset!important; margin: unset!important; letter-spacing: unset!important; padding: unset!important; border-radius: unset!important; text-align: unset!important; font-size: unset!important; line-height: unset!important; text-transform: unset!important; font-family: unset!important; color: #01aaaa!important; position: unset!important; align-items: unset!important; display: unset!important; transition: all ease-in-out .3s!important; font-weight: unset!important;}
.standard-link:hover {color: #ea4e6f!important; transition: all ease-in-out .3s!important;}
a.standard-link::before {content: unset!important;}

/* BUTTONS */
.readon.red {background:#ea4e6f;}
.readon.red::before {
	background-color: #01aaaa;
  }

/* MEET THE TEAM UPDATES */
.single-team .tp-text {max-width: unset; margin: unset;}
.single-team .tp-thumbnail img {max-width: 200px; display: flex; justify-content: center; margin: 0 auto;}
.single-team .team-member-inner-container {padding: 50px 0 0;}

/* IMAGE CTA UPDATES */
 .page-intro:not(.rowReverse) .contact-cta:not(.rowReverse) {left: 0!important;}
 .contact-cta {height: 50px!important; width: 100%!important; border-radius: 0 0 8px 8px!important; bottom: 0!important;}
 .contact-cta::after,  .contact-cta::before  {height: 50px!important; width: 50px!important; bottom: 0!important; right: 0!important; border-radius: 0 0 8px 0!important; line-height: 55px!important;}
 .contact-cta:hover::before {transform: scale(1.025)!important;}
 .contact-cta:hover::after {transform: scale(1.15)!important;}
.page-intro-contact .contact-cta:hover {transform: unset;}
.section-container .page-intro.rowReverse .contact-cta {right: 0;}

/* CONFERENCE ABSTRACTS - INNER PAGE UPDATES */
.courseHeader.abstractHeader.conference-abstract-header {min-height: 500px;}
.conference-abstract-header.courseHeader.abstractHeader > div h1 {max-width: 1200px; margin: 0 auto 20px; line-height: 1.6;}
.conference-abstract-header h6 {display: flex; justify-content: center; text-transform: uppercase; color: #00a9aa; letter-spacing: 2px; font-weight: 600;}
.abstract-page.conference-abstract-page .course-tag span {margin: 0px 3px; display: inline-block; box-sizing: border-box; padding: 5px 15px; background: #01aaaa; color: #fff; border-radius: 50px; font-weight: 500; font-size: 14px;}
.abstract-page.conference-abstract-page .course-tag span::after {content: unset;}
.abstract-page.conference-abstract-page .sidebar-inner {box-sizing: border-box; padding: 35px; background: #f9f9f9; border-radius: 10px;}
.abstract-page.conference-abstract-page .sidebar-inner h5 {font-size: 16px; font-weight: 400; margin: 0 0 15px; text-transform: uppercase;}
.abstract-page.conference-abstract-page .sidebar-inner h4 {margin: 25px 0 15px;}
.abstract-page.conference-abstract-page .sidebar-inner h6 {font-weight: 300; font-size: 13px; color: #01aaaa; margin: 0 0 15px; text-transform: uppercase; letter-spacing: 1px;}
.external-authors h5 {margin-bottom: 0 !important;}
.entry-content.conference-abstract-content p:first-child {display: none;}
.page-course.abstract-page.conference-abstract-page .uk-container.conference-abstract-container {padding-bottom: 0;}

/* CONFERENCE ABSTRACTS - ARCHIVE PAGE UPDATES */
.page-id-7013 .course-page-tile-title .abstractsTags .post-categories a {background: none; pointer-events: none; color: #01aaaa; text-transform: uppercase; font-size: 15px; padding: 0; letter-spacing: 1px;}
.page-id-7013 p span{ background: #e5b15e; color: #fff; list-style: none; font-weight: 600; padding: 5px 15px; margin: 0px 2px; text-transform: uppercase; border-radius: 15px; font-size: 13px; line-height: 13px; pointer-events: none;}
.page-id-7013 .abstractsTags {margin-bottom: 0;}
.page-id-7013 .abstractsTags ul {margin: 0 0 10px;}
.page-id-7013 .course-page-tile-title h2 {margin: 0;}
.page-id-7013 p span.abstract-number-tag {background: #01aaaa;}
.page-id-7013 .course-page-tile {padding: 40px;}
.page-id-7013 .wp-pagenavi {justify-content: unset;}
.page-id-7013 .wp-pagenavi > a {padding: 15px 25px; box-sizing: border-box; font-weight: 400; text-transform: uppercase; margin: 0 2px; font-size: 14px; color: #192626;}
.page-id-7013 .wp-pagenavi > span:not(.extend):not(.pages) {background: #01aaaa; padding: 15px 25px; box-sizing: border-box; font-weight: 400; text-transform: uppercase; margin: 0 2px; color: #fff; font-size: 14px;}
.page-id-7013 .wp-pagenavi > span.pages {padding: 15px 25px; box-sizing: border-box; font-weight: 400; text-transform: uppercase; margin: 0 2px; color: #192626; text-align: center; width: 100%; margin: 0 0 10px; font-size: 16px;}
.page-id-7013 .wp-pagenavi {width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.page-id-7013 .wp-pagenavi > span {background-color: unset;}

/* POPUP */
#single-wrapper.wrapper {overflow: hidden;}
.hide {visibility: hidden; opacity: 0; transform: translateX(-50%) translateY(-50%) scale(0.8) !important; display: none;}
.close-button {position: absolute; right: -15px; top: -15px; width: 40px; height: 40px; font-size: 0; cursor: pointer; background: #01aaaa; border-radius: 50px; z-index: 10;}
.close-button:before, .close-button:after {content: ''; position: absolute;  background: #fff; border-radius: 1px; left: 14px; right: 14px; top: 19px; height: 3px; transform: rotate(45deg); transition: all 100ms ease-in;}
.close-button:after {transform: rotate(-45deg);}
.popup-box {position: fixed; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: #fff; border-radius: 0px; width: 1000px; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; z-index: 9999; border-radius: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; max-width: calc(100vw - 50px);}
.popup-wrapper {box-sizing: border-box; height: 100%; max-height: calc(100vh - 100px); border-radius: 5px; overflow: auto;}
.popup-box {height: auto;}
.popup-box .popup-body {height: 100%; width: 100%; display: flex; flex-direction: column; background-color: #fff; box-sizing: border-box; padding: 50px;}
.call-out-container.popup-call-out-container {padding: 50px; max-width: 700px; margin: 0 auto;}
.popup-call-out-container .call-out-text {max-width: 500px;}
.popup-body iframe {width: 100%; margin: 0; border: none; padding: 0;}
.close-screen {position: absolute; height: 100vh; width: 100vw; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -20; background-color: #000; opacity: 0.85;}

.ps-text a:last-child:not(.readon) {all: unset; color: #01aaaa; font: inherit; cursor: pointer; transition: all ease-in-out .3s;}
.ps-text a:last-child:not(.readon):hover {color: #ea4e6f; transition: all ease-in-out .3s;}
.ps-text a:last-child:not(.readon)::before {content: unset;}

.readon.navy {background-color: #101d33; color: #fff;}
.distance-learning-cta.page-cta .readon.navy::before {background-color:#01aaaa!important;}

/* TEMP OVERRIDES */
.readon.readon-red {background-color: #ea4e6f!important;}
.readon.readon-red:before {background-color: #c23150!important;}

/* BOXZILLA */
.boxzilla-center-container .boxzilla {max-width: 800px; width: calc(100% - 30px); padding: 0;}
.bpi-image img {margin: 0; max-height: clamp(200px,18vw,350px); object-fit: cover; width: 100%; height: 100%;}
.bpi-text {padding: clamp(25px,3vw,50px); box-sizing: border-box;}
.bpi-text p:last-child {margin-bottom: 0;}
.boxzilla-close-icon {line-height: 29px!important; background-color: #01aaaa; border-radius: 50px; width: 40px; height: 40px; color: #fff!important; top: 10px!important; right: 10px!important; opacity: 1!important;}

/* TEMP */
#search-filter-results-8000 {display: flex; width: 100%; flex-wrap: wrap;}

/* NEW COURSE LAYOUT */
.course-body-wrapper {column-gap: clamp(30px,5vw,60px); padding-block: clamp(40px,5vw,80px); flex-direction: row-reverse; align-items: flex-start;}
.course-content-wrapper {width: 70%;}
.course-sidebar-wrapper {width: 30%; box-sizing: border-box; border-radius: 10px; box-shadow: 0 0 40px rgba(0,0,0,0.05); padding: clamp(20px,2vw,50px); justify-content: space-between;}

/* PAGE ANCHOR MENU */
.course-body-wrapper {position: relative;}
/*.page-anchor-menu {position: fixed; left: 0; bottom: 10px; width: 100%; z-index: 100000; display: flex; justify-content: center;}*/
.page-anchor-menu {position: absolute; left: 0; top: 0px; width: 100%; z-index: 100; display: flex; justify-content: center; background-color: rgba(241, 245, 247,0.6); backdrop-filter: blur(10px)}
/*.page-anchor-menu__list {margin: 0 0 10px; display: flex; list-style: none; gap: clamp(5px,2vw,20px); justify-content: center; padding: clamp(5px,1vw,10px) clamp(10px,2vw,25px); border-radius: 10px; box-sizing: border-box;;}*/
.page-anchor-menu__list {margin: 0; display: flex; list-style: none; gap: clamp(5px,2vw,25px); justify-content: center; padding: clamp(3px,0.5vw,6px) clamp(10px,2vw,25px); box-sizing: border-box;}
.page-anchor-menu__list li a {text-transform: uppercase; font-size: clamp(9px,1vw,12px); line-height: 1; color: #192626 !important; font-weight: 600; text-decoration: none; transition: opacity 0.3s ease; padding: 5px 0 7px; box-sizing: border-box;}
.page-anchor-menu__list li a:hover {opacity: 0.6;}
.page-anchor-menu__list li {display: flex;}
.page-anchor-menu__link.is-active {font-weight: 600; text-decoration: underline;}
.navJump {display: block; position: relative; top: -120px; visibility: hidden; pointer-events: none;}

.featured-course-wrapper .rc-tile-bottom {background-color: #f9f9f9;}

.ps-text .col-2 li {white-space: break-spaces;}
.generic-split-reverse.small-image .ps-image img {max-height: 500px; object-fit: contain;}

/* COURSE MOBILE BAR */
.course-footer-wrapper {position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.3s ease; pointer-events: none;}
.course-footer-wrapper.is-visible {opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;}

/* MOBILE OPTIMISATION */

@media (max-width: 1709px){
	main.site-main {padding-top: 150px;}
}

@media (max-width: 1400px){
	main.site-main {padding-top: 135px;}
	.main-navigation .menu-main-menu-dev-container ul ul:not(.wide-menu ul) a {width: 250px;}
}

@media (max-width: 1239px){
	.carousel.carouselTestimonials .flickity-prev-next-button {margin: 0px !important; bottom: unset !important;}
	.carousel.carouselTeam .carousel-cell {width: 100%; height: 500px; max-width: 350px;}
	.carouselTeam.carousel:not(.publications):not(.carouselLogos) .flickity-prev-next-button {bottom: unset; margin: unset;}
	.introNavContainer > div {margin: 10px!important; width: calc(33.333% - 25px)!important;}
	.introNavContainer {justify-content: space-between!important;}
	main.site-main {padding-top: 125px;}
}

@media (max-width: 1200px){
	.carouselTestimonials .carousel-cell p {margin: 5px 0;}
	.carouselTestimonials .bioSplit .profileInfoSplit {width: calc(100% - 15px);}
	.topic-tile {width: calc(33.333% - 20px); margin: 10px;}
	.topic-tile-text {padding: 30px;}
}

@media (max-width: 1100px){
	.carousel.carouselTestimonials .carousel-cell {width: 50%;}
	.secondary-post h3 {font-size: 23px;}
	.secondary-post {padding: 20px;}
	.rps-right-side {width: 55%;}
	.rps-left-side {width: calc(45% - 30px);}
	.arrow-link::after {height: 35px; width: 35px; line-height: 35px; font-size: 15px;}
	.introNavContainer > div {width: calc(50% - 20px)!important;}
	.introNavContainer {justify-content: center!important;}
	.awards-block .course-price {width: 20%;}
	.awards-block .credits {width: 25%;}
	.awards-block-inner .credits-tag {padding: 5px 15px; margin: 3px;}
}

@media (max-width: 1000px){
	.company-socials {margin-top: 50px; column-gap: 5px;}
	.social {padding: 4px 10px 4px 4px; column-gap: 5px;}
	.social-text {font-family: proxima-nova,sans-serif; font-size: 12px;}
	.topic-tile {width: calc(50% - 20px);}
	main.site-main {padding-top: 115px;}
}

@media (max-width: 960px){
	.cta-bar-three-block > li {width: calc(100% - 30px);}
	.cta_links_container {flex-direction: column;}
	.full-split-wrapper {flex-wrap: wrap; flex-direction: column-reverse;}
	.full-split-wrapper div {width: 100%;}
	.fs-column-one.map {min-height: 700px;}
	.post-3045 .cta-bar-three-tile a {max-width: max-content;}
	.fs-column-two {padding: 35px;}
	.awards-block-inner {padding: 30px;}
}

@media screen and (min-width: 901px) {
	.cta-section-image {width: 50%;}
	.page-cta .section-container.section-has-image {width: 50%; display: flex; flex-direction: column; justify-content: center;}
	.course-price-mobile-title {display: none;}
}

@media (max-width: 900px){
	.awards-block-row {gap: unset;}
	.awards-block-row {flex-direction: column; text-align: center; padding: 30px 0;}
	.awards-block-row p {margin: 25px 0;}
	.awards-block-inner h3 {text-align: center;}
	.awards-block .shield {margin-bottom: 15px;}
	.awards-block .course-price {max-width: 150px; margin-top: 35px;}
	.awards-block .credits, .awards-block .course-title-qualification, .awards-block .course-title-info, .awards-block .course-price {width: 100%;}
	.awards-block .course-price h4 {text-align: center;}
	.awards-block .course-price h4::after {bottom: -10px; }
	.carousel.carouselTeam .carousel-cell {width: 100%; height: 500px; max-width: 400px;}
	.related-page-split-container {flex-direction: column;}
	.rps-left-side, .rps-right-side {width: 100%;}
	.rps-left-side {margin-bottom: 20px;}
	.distance-learning-cta.page-cta .section-container:not(.section-has-image) {padding: 35px;}
	.distance-learning-cta .section-wrapper.section-has-image {flex-direction: column-reverse;}
	.cta-section-image {width: 100%;}
	.page-cta .section-container.section-has-image {width: 100%;}
	.awards-block-row.price-heading-row {display: none;}
}

@media (max-width: 767px){
	.company-socials {margin-top: 50px; flex-direction: column; align-items: center;}
	.social-text {font-size: 15px;}
	.topic-tile {width: 100%; margin: 15px 0;}
	.topic-tile:first-child {margin-top: 0;}
	.topic-tile:last-child {margin-bottom: 0;}
	.knowledgebase-archive-wrapper {max-width: 700px!important;}
	main.site-main {padding-top: 70px;}
	.site-main .pageHeader {height: inherit;}
}

@media (max-width: 750px){
	.download-tile-container h3 {font-size: 20px; margin-bottom: 5px;}
	.download-tile-container li {flex-direction: column;}
	.carousel.carouselTestimonials .carousel-cell {width: calc(100% - 75px);}
	.carousel.carouselTeam .carousel-cell {width: 100%; min-height: 400px; max-width: 400px;}
}

@media (min-width: 601px) {
	.yes-mobile {display: none;}
}

@media (max-width: 600px){
	.no-mobile {display: none;}
	.carousel.carouselTeam .carousel-cell {max-width: 300px;}
	.secondary-post h3 {font-size: 21px;}
	.custom-model-main.custom-model-main-dev.model-open {padding: 0;}
	.custom-model-main-dev .custom-model-wrap {padding: 35px 75px 35px 35px;}
	.custom-model-main-dev .close-btn {top: 10px; right: 10px; line-height: 35px; height: 35px; width: 35px; font-size: 30px;}
	.mobile-first > a {font-size: 18px !important;}
.mobile-first .sub-menu li > a:not(.mobile-first .sub-menu .sub-menu a) {font-size: 16px; }
.mobile-first .sub-menu .sub-menu a {font-size: 14px;}
.introNavContainer > div {width: 100%!important; margin: 10px 0!important; max-width: 450px!important;}
.introNavContainer > div:first-child {margin-top: 0!important;}
.introNavContainer > div:last-child {margin-bottom: 0!important;}
main.site-main {padding-top: 60px;}
.conference-image-container:not(.conference-image-container.conference-thumbnail) {height: 200px;}
.social-share {flex-direction: column; align-items: flex-start;}
}

@media (max-width: 500px){
	.carousel.carouselTestimonials .carousel-cell {width: calc(100% - 50px);}
	.awards-block {padding-left: 0; padding-right: 0;}
	.discountMsg h3 {font-size: 18px; line-height: 28px;}
	.shield {height: 75px; width: 75px;}
	.secondary-post h3 {font-size: 19px;}
	.related-page-split-container {padding-left: 20px; padding-right: 20px;}
	.arrow-link::after {height: 30px; width: 30px; font-size: 13px; line-height: 30px;}
	.topic-tile-image {height: 250px;}
	.insight-meta {font-size: 12px;}
	.mobile-first .sub-menu .sub-menu {margin: 0 0 0 20px;}
	.popup-box {max-width: calc(100vw - 35px);}
	.popup-box .popup-body {padding: 25px;}
	.page-intro-contact .contact-cta {justify-content: flex-start;}
}

@media (max-width: 400px){
.contact-cta::after, .contact-cta::before {display: block!important;}
.page-intro .page-intro-contact .contact-cta-image {order: unset!important;}
.contact-cta, .page-intro.rowReverse .contact-cta, .page-intro:not(.rowReverse) .contact-cta:not(.rowReverse) {width: 100%!important;}
.page-intro.rowReverse .page-intro-contact .contact-cta-image img, .page-intro:not(.rowReverse) .page-intro-contact .contact-cta-image img {border-radius: 5px 5px 0 0!important;}
}