/*!
Theme Name: Tall Ships Youth Trust
Theme URI: https://www.eldo.co.uk
Author: Eldo Web Design
Author URI: https://www.eldo.co.uk
Description: Tall Ships Youth Trust by Eldo
Version: 4
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	color: #333;
  font-weight: 400;
  font-size: 16px;
}
body, html {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #242E49;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  clear: both;
  line-height: 1.2;
}
h1, h2.h1 {
	font-size:3.2em;
	font-family: 'Permanent Marker', cursive;
}
h2 {
	font-size:2em;
	/* font-family: 'Permanent Marker', cursive; */
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}

/*--------------------------------------------------------------
# Colours & Backgrounds
--------------------------------------------------------------*/
.grad-pink-orange, blockquote {
	background: rgb(231,29,114);
	background: linear-gradient(90deg, rgba(231,29,114,1) 0%, rgba(255,166,106,1) 100%);
}
.grad-blue-purple, .single-post blockquote:nth-of-type(even) {
	background: rgb(49,205,217);
	background: linear-gradient(90deg, rgba(49,205,217,1) 0%, rgba(101,88,170,1) 100%);
}
.page-section.grad-blue-purple * {
	color: #fff;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, div.button {
	background: #E71D72;
	color: #fff;
	border-radius: 8px;
	font-size: 1em;
	padding: 8px 20px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  border: 1px solid #E71D72;
	position: relative;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
}
button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, div.button:hover {
  background: #bd185d;
  color: #fff;
	box-shadow: 0 0 0 0.15rem rgb(231 29 114 / 59%);
}
a.button:focus, .button a:focus {
	transform: translateY(2px);
}
a.button.white, .button.white {
	background: #fff;
	color: #242E49;
	border: 1px solid #ccc;
}
a.button.white:hover, .button.white:hover {
	background: #fff;
	color: #E71D72;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}

/* Secondary button */
a.button.secondary {
	background: #fff;
	color: #31CDD9;
	border: 1px solid #ccc;
}
a.button.secondary:hover {
	background: #31CDD9;
	color: #fff;
	border-color: #31CDD9;
	box-shadow: 0 0 0 0.15rem rgb(49 205 217 / 59%);
}

a.button.blue {
	background: #31CDD9;
	color: #fff !important;
}
a.button.blue:hover {
	box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 20%);
	  background: #fff;
			color: #31CDD9 !important;
}

a.button.jg {
	background: #7A04DD;
	color: #fff !important;
	display: inline-flex;
  align-items: center;
}
a.button.jg span {
	font-size: 0.9em;
}
a.button.jg:hover {
	box-shadow: 0 0 0 0.15rem rgba(122,4,221,0.5);
	  background: #6300b7;
			color: #fff !important;
}
a.button.jg.standard img {
	display: inline-block;
	width: 90px;
	margin-left: 5px;
}
a.button.jg.condensed img {
	display: inline-block;
	width: 24px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.5);
}


#nobanner .button-wrap {
	margin-top: 20px;
}
.mobile-donate {
  padding: 20px;
  padding-top: 10px;
}

.read-more {
	font-weight: bold;
}
.text-link i {
	transition: all 0.3s ease;
}
.text-link:before, .text-link:after, .read-more:after {
	font-family: Font Awesome\ 5 Pro;
	display: inline-block;
	transition: all 0.3s ease;
}
.text-link.left:before {
	content: "\f177";
	margin-right: 5px;
}
.text-link.right:after, .read-more:after {
	content: "\f178";
	margin-left: 5px;
}
a.text-link.left:hover:before {
	transform: translateX(-5px);
}
a.text-link.right:hover:after, .read-more:hover:after {
	transform: translateX(5px);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #e71d72;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #242E49;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: center;
}
#top-bar, #mobile-bar {
	background: #F2F3F5;
	padding: 3px 0;
}
#mobile-bar {
  display: none;
}
#top-bar .head-info a, #mobile-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  text-align: center;
  color: #242E49;
  cursor: pointer;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#menu .button-wrap.mobile {
	padding: 10px 0;
}
.message.success {
	background: #d7ead7;
	padding: 20px;
}
.message-wrap {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.message.success h3, .message.success .icon {
	color: #4caf50;
}
.message .icon {
	font-size: 2em;
}
.message {
	border-radius: 5px;
}
.message h3 {
	margin: 0;
	margin-bottom: 10px;
}
.message p {
	margin: 0;
}
#menu-toggle i {
  width: 18px;
}
#logo img {
  display: block;
}
.toggle-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  top: -5px;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
	position: relative;
	border-top: 4px solid #242E49;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #242E49;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
header span.header-link {
    margin: 10px 5px 0 5px;
    display: inline-block;
}
span.header-link i {
  color: #242E49;
}

/*--------------------------------
# Banner Promo
--------------------------------*/
.banner-promo {
    padding: 10px 0;
    width: 100%;
}
.banner-promo .countdown-title {
	font-size: 1.2em;
	font-weight: bold;
}
.banner-promo  .title-text {
	text-align: right;
}
.banner-promo .wrapper--1100 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.wrapper--1100 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.banner-promo__coupon {
    display: inline-block;
    font-weight: 500;
    font-size: 1.375rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1.1875rem;
    background: #3b396d;
    border-radius: 48px;
}
.banner-promo__coupon a {
    color: #ffffff;
}
.banner-promo__text {
    display: inline-block;
    /* margin: 0 2.5rem; */
    color: #fff;
	font-size:0.9em;
}
.has-style-bold {
    font-weight: 700;
}
ul#countdown {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#countdown li {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
    width: 70px;
    height: 50px;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
ul#countdown .numbers {
    display: block;
    font-size: 22px;
    line-height: 1;
}
ul#countdown .name {
    font-size: 12px;
    margin: 0;
}

/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 450px;
  padding: 40px 0;
	padding-bottom: 80px;
	overflow: hidden;
	position: relative;
  color: #fff;
  background-color: #242E49;
	margin-bottom: -20px;
}
.single-post #banner:before {
	display: none;
}
.single-post #banner .text {
	display: none;
}
#banner .container {
  position: relative;
	max-width: 900px;
}
.container.big {
	max-width: 1400px;
}
#banner:before, .thumb-wrap a:before, .promo-box .inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner.blue-gradient:before, .thumb-wrap a.blue-gradient:before, .promo-boxes .promo-box:nth-child(odd) .inner:before, .staff-pages .promo-box .inner:before {
	background: rgb(49,205,217);
	background: linear-gradient(90deg, rgba(49,205,217,1) 0%, rgba(101,88,170,1) 100%);
	mix-blend-mode: multiply;
}
#banner.pink-orange:before, .thumb-wrap a.pink-orange:before, .promo-boxes .promo-box:nth-child(even) .inner:before {
	background: rgb(231,29,114);
	background: linear-gradient(90deg, rgba(231,29,114,1) 0%, rgba(255,166,106,1) 100%);
	mix-blend-mode: multiply;
}
#banner.purple-gradient:before, .thumb-wrap a.purple-gradient:before {
	background: rgb(0,38,160);
	background: linear-gradient(90deg, rgba(0,38,160,1) 0%, rgba(101,88,170,1) 100%);
	mix-blend-mode: multiply;
}
#nobanner.pink-orange {
	background: rgb(231,29,114);
	background: linear-gradient(90deg, rgba(231,29,114,1) 0%, rgba(255,166,106,1) 100%);
}
.thumb-wrap a {
	display: block;
}
.thumb-wrap a:before {
	transition: all 0.4s ease;
	opacity: 0;
}
.thumb-wrap a:hover:before {
	opacity: 0.8;
}
.thumb-wrap.placeholder a:before {
	display: none;
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;

  width: 100%;
}
#banner:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(images/brush-line.svg);
  background-size: cover;
  background-position: center top;
}
#banner p {
	margin-bottom: 0;
	font-size: 1.15em;
}
#banner a:hover {
  color: #fff;
}

a.promo-banner {
	background: #31CDD9;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
a.promo-banner:hover {
	background: #29abb5;
}
a.promo-banner .link {
	border-bottom: 1px dotted #fff;
	white-space: nowrap;
}

/*-----------------------
# Nobanner
------------------------*/
#nobanner * {
  color: #fff;
}
#nobanner h1, #nobanner h2 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	text-align:center;
  float: left;
  width: 100%;
	padding: 50px 0;
	background: rgb(32,177,179);
	background: linear-gradient(90deg, rgba(32,177,179,1) 0%, rgba(49,205,217,1) 100%);
}
#nobanner h3 {
	margin: 0;
}
#nobanner .container {
	position: relative;
	z-index: 2;
}
#nobanner .container  .text {
	position: relative;
	z-index: 4;
}
#nobanner .container:before  {
	background: url(images/brush-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*-----------------------
# Full width menu
------------------------*/
header#full #logo {
	max-width: 250px;
}
header#full #menu {
	background: #F2F3F5;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 20px 0;
}
#top-bar {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(255,255,255,0.9);
  top: -70px;
  -webkit-transition: all ease 0.3s;
  transition: all 0.6s ease-in-out;
  backdrop-filter: blur(10px);
	box-shadow: rgb(17 12 46 / 10%) 0px 18px 20px 0px;
	opacity: 0;
}
#top-bar.show {
	top:0px;
	opacity: 1;
}
.admin-bar #top-bar.show {
	top: 32px;
}
#top-bar #logo {
	max-width: 90px;
}
/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 10px 0;
	background: #fff;
	position: relative;
}

#left-header #logo {
	max-width: 250px;
}
#left-header #header-menu-desktop {
	text-align: right;
	margin-top: 10px;
}
#left-header #header-menu {
	text-align: center;
}
#left-header #menu {
	margin-top: 15px;
}
#left-header #menu {
	display: none;
}
#logo.logo-secondary img {
	max-width: 50px;
}

.gchoice {
  margin: 10px 0;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #31CDD9;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #31CDD9;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.form-control + .form-control {
  margin-top: 1em;
}
input[type="checkbox"] {
  /* ...existing styles */
  /* display: grid; */
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
	width: 100%;
	height: 100%;
	top: -2px;
	left: 1px;
	font-size: 12px;
	position: absolute;
	color: #fff;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
	content: "\f00c";
  font-family: Font Awesome\ 5 Pro;

	color: #444;
}
input[type="checkbox"]::before {
  /* ...existing styles */

  /* Windows High Contrast Mode */
  /* background-color: CanvasText; */
}
input[type="checkbox"]::before {
  /* ...existing styles */
	content: '';
  transform-origin: center;
}
input[type="checkbox"]:focus {
  /* outline: max(2px, 0.15em) solid #E71D72; */
  /* outline-offset: max(2px, 0.15em); */
}

.search-bar {
	display: none;
  background: #F2F3F5;
  padding: 10px 0;
  position: absolute;
  top: auto;
  width: 100%;
	z-index: 4;
}
.search-bar.static {
	top: 100%;
}
.search-bar.fixed {
	top: -100%;
}
.top-bar-showing .search-bar.fixed {
	top: 100%;
	position: fixed;
}
.search-toggle {
	width: 40px;
	height: 40px;
	padding: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	line-height: 1;
	background: #31CDD9;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s ease;
}
.search-toggle:hover {
	box-shadow: 0 0 0 0.15rem rgb(49 205 217 / 59%);
	background: #29abb5;
}
.search-toggle-wrap {
	padding-right: 0;
}
.search-toggle i {
	width: 22px;
	display: flex;
	justify-content: center;
}
.search-bar input.search-field {
  width: 100%;
  max-width: 700px;
	background: #fff;
}
.search-form-wrap .searchandfilter ul li li {
	display: flex;
	align-items: center;
}


.search-bar form {
  justify-content: center;
}
.search-bar.show {
	display: block;
	animation-name: fadeInDown;
	animation-duration: 0.3s;
	visibility: visible;
}

.search-bar-mobile {
	background: #3d4e80;
	padding: 10px 0;
}
.search-bar-mobile form {
	justify-content: center;
}
.search-bar-mobile input.search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.search-result {
  float: left;
  width: 100%;
  padding: 20px 0;
	margin: 10px 0;
	padding: 15px 0;
	box-shadow: rgb(17 12 46 / 10%) 0px 24px 50px 0px;
	background: #fff;
	border-radius: 10px;
}
.search-result  img {
	border-radius: 5px;
}
.search-results-wrap .excerpt-search:not(:last-child) .search-result {
  /* border-bottom: 1px solid #ccc; */
}

.search-result .image-wrap {
  max-width: 90px;
}
#search-page .excerpt-search:nth-child(odd) .search-result {

}
.search-result h3 {
  margin: 0;
	margin-bottom: 10px;
}
.search-result p:last-child {
  margin-bottom: 0;
}
.search-result .tag {
  border-radius: 30px;
  display: block;
  line-height: normal;
  color: #242E49;
  font-weight: 700;
}
li.sf-field-search label, li.sf-field-search input {
	width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
	text-align:left;
}
.member-message p {
  color: white;
}
.member-message p a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.member-message p a:hover {
  border-color: transparent;
}
.benefit.disabled {
  opacity: 0.5;
  user-select: none;
}
.pricing select {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bottom.add-padding {
    padding-top: 20px;
}
.pricing .price {
  color: #888;
	text-align: center;
	margin: 15px 0;
}
.pricing .price.yearly {
	font-weight: bold;
}
.pricing .icon {
  max-width: 34px;
  padding-left: 20px;
  font-size: 1.2em;
}
.pricing .benefit:nth-child(even) {
  background: #f1f1f1;
}
.pricing i.fa-check-circle {
  color: #31CDD9;
}

.price, span.price  {
  /* color: #666 !important; */
  /* font-size:1em */
}
.pricing table.variations {
  margin-top: 20px;
}
.pricing i {
  font-weight: 900 !important;
}
.pricing span.price {
  display: block;
  margin-bottom: 10px;
}

.pricing .inner h2 {
  margin: 0;
  font-size:1.3em

}
.pricing h3 {
  margin-top: 5px;
}
.pricing .inner {
    background: #fff;
    width: auto;
    text-align: left;
    padding: 20px;
    margin: 20px 0;
		box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    border-radius:10px
}
.pricing .benefit {
  padding: 10px 20px;
  text-align: left;
  /* text-indent: -11px; */
  /* padding-left: 54px; */
}
.pricing a.button {
	text-align:center;
	width:100%
}
/*-----------------------
# Search Filter
------------------------*/
.pagination span.pages {
	display: none;
}
.pagination:empty {
	display: none;
}
.searchandfilter ul {
	margin: 0;
	padding: 0;
}
.voyage-results.float {
	margin-top: 30px;
}
.fundraiser.results {
	margin-top: 30px;
}
.wp-pagenavi {
	font-size: 1.1em;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	padding: 5px;
	margin: 0 5px;
	display: inline-block;
}
.pagination a:hover {

}
/* FAQs search form */
#search-filter-form-7474  label {
	width: 100%;
	display: block;
	text-align: center;
}
#search-filter-form-7474 .sf-input-text {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#search-filter-form-7474 .sf-field-reset {
	text-align: center;
}
.single-faq a.text-link.left {
  margin-top: 20px;
  display: inline-block;
}
/*-----------------------
# Mega Menu
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
	text-align: center;
}
.mega li a {
	border-bottom: 2px solid transparent;
}
.sub {
	background: rgba(249, 249, 249, 0.9);
	padding: 40px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: calc(100% - 1px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
/* .sub {
  background: rgba(249, 249, 249, 0.9);
  padding: 40px 20px;
  float: left;
  width: 100%;
  max-width: 1140px;
  position: absolute;
  z-index: 9;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #eee;
  backdrop-filter: blur(10px);
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 10px;
} */
.top-bar-showing .sub {
  top: 62px;
  bottom: auto;
  position: fixed;
}
.admin-bar.top-bar-showing .sub {
  top: 94px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
.scroll.sub {
	z-index: 9;
}
.menu-item.active, .menu-item.current-page {
	color: #31CDD9 !important;
}
.menu-item.current-page {
	/* border-bottom-color: #31CDD9 !important; */
}
.sub h4 {
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
.sub h4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.09);
}
.sub-menu-title {
	margin: 0;
	color: #242E49;
}
.sub-menu-description p {
	margin: 10px 0;
	margin-bottom: 20px;
}

a.has-sub {
	position: relative;
	padding-right: 10px !important;
}
a.has-sub:after {
	content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
	font-weight: 300;
  right: -2px;
  top: 5px;
  color: #929292;
	transform-origin: center;
	/* -webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; */
	line-height:1
}
.mega li a.external {
	position: relative;
	padding-right: 20px !important;
}
.mega li a.external:after {
	content: "\f08e";
	font-family: Font Awesome\ 5 Pro;
	position: absolute;
	font-weight: 300;
	right: 0px;
	font-size: 0.9em;
	top: 5px;
	color: #929292;
	transform-origin: center;
	/* -webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; */
	line-height:1
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	  top: 3px;
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub .link-description p {
	margin: 0;
	font-size: 0.9em;
	font-weight: 300;
}
li.has-description {
	margin-bottom: 15px;
}
li.has-description a {
	font-weight: bold;
}
ul.menu-items a {
	color: #e71d72;
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 0.95em;
	font-weight: 500;
}
ul.menu-items a:hover {
	color: #242E49 !important;
}
ul.menu-items a.link-box {
	font-size: 1.1em;
	display: block;
	margin: 0;
	font-weight: bold;
}
ul.menu-items a.link-box .icon {
	max-width: 50px;
	padding-right: 10px;
}
ul.menu-items a.link-box .icon img {
	display: block;
	transition: all 0.3s;
}
ul.menu-items a.link-box:hover img {
	opacity: 0.7;
}
ul.menu-items a.current-page {
	color: #242E49;
	font-weight: bold;
}
ul.menu-items a:hover {
	color: #31CDD9;
}
.columns-2 {
	column-count: 2;
}
.columns-3 {
	column-count: 3;
}
.columns-4 {
	column-count: 4;
}
#end-link {
	max-width:800px
}
#end-link h2 {
	color:#313965
}

ul.mega li {
	list-style:none;
	display: inline-block;
    float: none;
    padding:0;
    margin:0
}
ul.mega li a,
ul.mega li a:focus,
ul.mega li a:visited {
	/* padding: 12px; */
	margin: 12px 8px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}
ul.mega li a:hover {
	color:#31CDD9
}
ul.mega a.end-link {
	color:#fff!important
}
li.hide {
	display:none!important
}
/*-----------------------
# CENTERED HEADER
------------------------*/
#centered-header #logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centered-header #logo img {
	display: inline-block;
	max-height: 75px;
	width: auto;
}
#centered-header nav#menu {
	background: #F2F3F5;
}
#centered-header #header-menu {
	text-align: center;
}
#centered-header #header-menu a {
	color: #909090;
}
#centered-header #header-menu a:hover {
	color: #fff;
}
#centered-header .social-link {
	border: none;
}
#centered-header #menu-toggle {
  padding-right: 20px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: calc(100% - 97px);
}

.search-submit {
  width: auto;
	margin-left: 15px;
  text-align: center;
}
.search-page-form {
  margin-bottom: 30px;
}
.search-page-form form {
  max-width: 700px;
  margin: 0 auto;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.single-jobs .single-thumb img {
	margin-bottom: 10px;
}
.single-jobs .buttons-row .col-auto {
	margin: 10px 0;
}
.apply-form {
  /* background: #f6f9ff; */
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
}
.apply-form h3 {
	font-size: 1.6em;
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  padding: 10px 0;
}
#banner #breadcrumbs {
	padding: 0;
}
#banner #breadcrumbs a {
	color: #fff;
}
#banner #breadcrumbs a:hover {
	color: #31cdd9;
}
body.single #breadcrumbs {
	background:none
}
span.breadcrumb_last {
    display: none;
}
#breadcrumbs i {
  font-size: 0.8em;
	opacity: 0.6;
}
#news-page, #no-results {
	padding: 20px 0;
}
#appeals-page {
	padding: 40px 0;
}
#single-post {
  padding: 20px 0;
}
.single-post #left-header {
	border-bottom: 1px solid #eee;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:20px 0;
	border-radius: 10px;
  color: #fff;
	padding: 45px;
	font-weight:normal;
	position:relative;
	font-size: 1.2em;
	padding-left: 150px;
	box-shadow: rgb(17 12 46 / 5%) 0px 48px 100px 0px;
}

blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content: '';
	position:absolute;
	top:30px;
	left:30px;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('images/quote-marks.svg');
	mix-blend-mode: multiply;
	top: 50%;
 	transform: translateY(-50%);
}
/* blockquote:after {
	content:"\f10E";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#31CDD9;
	font-size:30px
} */
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
.map .section-title {
  margin-top: 40px;
}
hr {
	background-color: #31CDD9;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
blockquote.tiktok-embed {
	background:transparent!important;
	padding:0!important;
	box-shadow:none!important;
	margin:0!important
}
blockquote.tiktok-embed:before {
	display:none
}
/*-----------------------
# People
------------------------*/
.excerpt.people {
  margin: 10px 0;
}
#single-person {
	padding: 40px 0;
}
#single-person .content .image img {
	display: block;
	border-radius: 10px;
	width: 300px;
}
#single-person .content :first-child {
	margin-top: 0;
}
#single-person .content :last-child {
	margin-bottom: 0;
}
#single-person .content .inner {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}


.excerpt.person .text p {
  margin-bottom: 0;
}
/*-----------------------
# Story
------------------------*/
#single-story {
	padding: 40px 0;
}
#single-story .content .image img {
	display: block;
	border-radius: 10px;
	width: 300px;
}
#single-story .content :first-child {
	margin-top: 0;
}
#single-story .content :last-child {
	margin-bottom: 0;
}
#single-story .content .inner {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
#single-story .content .inner:before {
	content: '';
  position: absolute;
  left: 0;
  top: 80px;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  margin-top: -34px;
  margin-left: -34px;
}
.featured-story {
	padding: 40px 20px;
}

.featured-story p, .featured-story .section-title {
	color: #fff;
}

.featured-story .button {
	margin: 5px 0;
}
.featured-story .button:not(.video) {
	margin-right: 5px;
}
a.button.video {
	background: none;
}
a.button.video i {
	margin-right: 5px;
}
a.button.video:hover {
	background: #fff;
	color: #31CDD9;
	box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 59%);
}
.featured-story p {
	font-size: 1.2em;
	text-shadow: -1px 4px 11px rgb(0 0 0 / 14%);
}
.featured-story .quote-marks {
	mix-blend-mode: luminosity;
	display: block;
	width: 100px;
}
.featured-story .image-wrap {
	width: auto;
}
.featured-story .image-wrap img {
	border-radius: 50%;
	border: 5px solid #fff;
	width: 260px;
	height: 260px;
	object-fit: cover;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 20px 0;
}
#sidebar.page-sidebar {
	margin: 40px 0;
}
#sidebar .inner {
	background: #F2F3F5;
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: #31CDD9;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: #242E49;
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: #31CDD9;
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: 600;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: #31CDD9;
}
ul.pages li.current a.parent {
	border-left-color: #2C3E55;
	color: #31CDD9;
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
  padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
  padding-left: 25px;
}
ul.child-pages li:before {
  content: "";
  /* font-family: Font Awesome\ 5 Pro; */
  margin-right: 10px;
  font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
  top: 0;
	left: 0;
  display: inline-block;
}
/*--------------------------------
# Single Appeal
--------------------------------*/

.bar-wrap {
	position: relative;
	overflow-x: hidden;
}
.skill {
      margin-bottom: 35px;
      position: relative;
			border-radius: 10px;
  }
  .skill > p {
      font-size: 18px;
      font-weight: 700;
      color: #1a1716;
      margin: 0;
  }
  .skill:before{
      width: 100%;
      height: 10px;
      content: "";
      display: block;
      position: absolute;
      background: #dddddd;
      bottom: 0;
			border-radius: 10px;
  }
  .skill-bar {
      width: 100%;
      height: 10px;
      background:#31CDD9;
      display: block;
      position: relative;
			border-radius: 10px;
  }


  .skill-bar span{
      position: absolute;
      top: 12px;
      padding: 0;
      font-size: 18px;
      font-weight: 500;
  }
  .skill-bar {
      position: relative;
  }
  .skill1 .skill-count1 {
      right: 0;
  }

  /* .skill1{
      -webkit-transition: width 1s ease-in-out;
       -moz-transition: width 1s ease-in-out;
       -o-transition: width 1s ease-in-out;
       transition: width 1s ease-in-out;
  } */

	.float.skill-bar-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

#donations .amount-raised, #donations h3.target {
	margin-bottom: 10px;
}
/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	margin:0 10px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: #31CDD9;
}
.fancybox-thumbs__list a:before {
	border-color: #31CDD9;
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: #31CDD9;
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
.modal {
  max-width: 800px;
}
.fancybox-container {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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: none;
	outline: none;
}

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: inherit;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fafafa;
	padding: 8px 12px !important;
	-webkit-appearance: none;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
}

.light-bg input[type="text"],
.light-bg input[type="email"],
.light-bg input[type="url"],
.light-bg input[type="password"],
.light-bg input[type="search"],
.light-bg input[type="number"],
.light-bg input[type="tel"],
.light-bg input[type="range"],
.light-bg input[type="date"],
.light-bg input[type="month"],
.light-bg input[type="week"],
.light-bg input[type="time"],
.light-bg input[type="datetime"],
.light-bg input[type="datetime-local"],
.light-bg input[type="color"],
.light-bg textarea {
	background: #fff !important;
}
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;
	outline: none;
	background: #f7f7f7;
	border-color: #31CDD9;
	box-shadow: 0 0 0 0.15rem rgba(49,205,217,0.40) !important;
}
.wp-editor-area {
	border: 1px solid #ccc !important;
}
.wp-editor-area:focus {
	border: 1px solid #31CDD9 !important;
}

select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
  width: 8px;
  position: absolute;
  right: -2px;
  top: 50%;
}
.sm-clean a.has-submenu {
  padding-right: 12px;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
  margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
  margin-bottom: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
}

.ginput_container.ginput_container_consent label {
	margin-left: 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.95em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #F2F3F5;
  min-height: 50vh;
}
.error-404 .vci {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/

.member, .link, .testimonial-grid .grid-item, .video-container {
  margin: 20px 0;
}
.cta {
	margin: 10px 0;
}
.cta a.button {
  font-size: 0.9em;
}
.video-container.shortcode {
	margin: 0;
	margin-bottom: 20px;
}
.text-box .video-container.shortcode:last-of-type {
	margin: 0;
}
.no-container .container {
	max-width: 100%;
	padding: 0;
}
.no-container > [class*="col-"] {
	padding: 0;
}
.no-container .row {
	margin: 0;
}
.no-container iframe {
	width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#password-protected {
	padding: 40px 0;
}
.section-title {
  margin: 10px 0 20px 0;
}
.title-marker .section-title {
	font-family: 'Permanent Marker', cursive;
}
.dark-bg {
  background-color: #242E49;
}
.light-bg {
  background-color: #F2F3F5;
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='1' stroke='hsla(259, 6%, 96%, 1)' fill='none'/><path d='M-4.798 33.573C-3.149 32.533-1.446 31.306 0 30c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='1' stroke='hsla(340, 0%, 92%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
	position: relative;
	box-shadow: rgb(17 12 46 / 5%) 0px 48px 100px 0px inset;
}
/* .light-bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('images/brush-pattern.png');
	opacity: 0.02;
	background-size: 400px;
} */
.background-image {
  position: relative;
}

.dark-bg *:not(a), .background-image *:not(a) {
	color: #fff;
}
.dark-bg .section-title, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4 {
	color: #fff;
}
.dark-bg a:not(.button), .background-image a:not(.button) {
	color: #31CDD9;
}
.dark-bg a:not(.button):hover, .background-image a:not(.button):hover {
	color: #ccc;
}

.dark-bg .box *:not(a), .background-image .box *:not(a),
.dark-bg .excerpt *:not(a), .background-image .excerpt *:not(a) {
	color: #333;
}
.dark-bg .box *:not(.button):hover, .background-image .box *:not(.button):hover,
.dark-bg .excerpt *:not(.button):hover, .background-image .excerpt *:not(.button):hover {
	color: #242E49;
}

ul.list {
	list-style: none !important;
  padding-left: 5px;
  line-height: normal !important;
  line-height: 1.5;
  margin: 0;
  margin-top: -10px;
}
ul.list li {
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
ul.list li:before {
	content: "\f192";
  font-family: Font Awesome\ 5 Pro;
  color: #31CDD9;
  display: inline-block;
  font-size: 1.1em;
  position: absolute;
  top: 2px;
  line-height: normal;
  left: 0;
  width: 20px;
}

ol.list.numbered {
	list-style: none;
   counter-reset: my-awesome-counter;
   display: flex;
   flex-wrap: wrap;
   margin: 0;
   padding: 0;
}
ol.list.numbered li {
	counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
	padding: 10px 0;
  border-bottom: 1px solid #4e576f;
}
ol.list.numbered li:last-child {
	border: none;
}
ol.list.numbered li:before {
	content: "0" counter(my-awesome-counter);
	font-weight: bold;
	font-size: 3rem;
	margin-right: 0.5rem;
	color: #31CDD9;
	font-family: 'Permanent Marker', cursive;
	line-height: 1;
	min-width: 80px;
}

#page-sections .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: #F2F3F5;
	padding: 20px;
	float: left;
	width: 100%;
}
.box-wrap .box :first-child {
	margin-top: 0;
}
.box-wrap .box :last-child {
	margin-bottom: 0;
}
.text-box .box {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}

/*--------------------------------------------------------------
# Voyages
--------------------------------------------------------------*/
.voyage-gallery {
	margin-top:50px
}
.voyage-gallery .gallery-image img {
	object-fit: cover;
	aspect-ratio: 1/1;
}
.single-stats h3 {
	margin: 0;
}
.single-stats p {
	margin: 0;
	margin-top: 5px;
}
.single-stats .col {
	min-width: 20%;
	max-width: 20%;
	margin: 10px 0;
}
.single-stats {
	margin-bottom: 20px;
}
#banner h3.dates {
  color: white;
}
#related-voyages {
	margin: 40px 0;
}
.bursary h3 {
	margin: 0;
	margin-bottom: 5px;
}
.bursary .col-wrap {
	margin: 10px 0 !important;
}
.bursary {
  margin-bottom: 20px;
  padding: 10px 20px;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
  border-radius: 10px;
}
.bursary p {
	margin: 0;
}
.single-voyage .features {
	margin-bottom: 40px;
	margin-top: 20px;
}
.book-now-single {
	margin: 20px 0;
}
.single-voyage .content :first-child {
	margin-top: 0;
}
.single-voyage .content :last-child {
	margin-bottom: 0;
}
.single-voyage .stats .stat:not(:last-child) {
	margin-bottom: 10px;
}



/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
	z-index: 2;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ad2658;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #de0354;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.voyage-grade {
	margin-top: 30px;
  background: #f2f3f5;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.voyage-grade .vessel {
  margin: 20px 0 !important;
}
.voyage-grade h4 {
	margin: 0;
}
.voyage-grade .image {

}

.voyage-grade .image img {
	display: block;
	width: 240px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.voyage-grade .text {
	margin-top: 20px;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.sold-out {
	background: #de0354;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
}
.badge.promo {
  padding: 8px 16px;
  border: 2px solid #6558AA;
  display: inline-block;
  border-radius: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
  color: #6558AA;
  background: #fff;
  font-weight: bold;
}
.calltoaction .price {
	color: #fff;
	font-size: 1.5em;
}
h4.bursary-title {
  padding: 10px 20px;
	margin-top: 0;
  background: rgba(0,0,0,0.1);
  display: inline-block;
  border-radius: 40px;
}
.calltoaction h4 {
	color: #fff;
}
.calltoaction a.text-link.right {
  color: white;
  border-bottom: 1px solid;
}
/* Excerpt */
a.excerpt.voyage {
	border:3px solid transparent;
}
.excerpt.voyage h3 {
	font-size: 1.5em;
}

.excerpt.voyage .button {
  margin-top: 10px;
}
.excerpt.voyage .button.join-waitlist {
	margin-right: 10px;
}
.excerpt.voyage .stat-wrap {
	min-width: 100%;
	max-width: 100%;
}
a.excerpt.voyage:hover {
	border-color: #E71D72;
}
.excerpt.voyage .image img {
	width: 390px;
}
h4.promo {
  margin: 0;
  padding: 7px 10px;
  border: 2px solid #6558AA;
  display: inline-block;
  border-radius: 26px;
  font-size: 0.9em;
  margin-bottom: 15px;
  line-height: 1;
  color: #6558AA;
}
.excerpt.voyage .nights {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.3em;
  color: #fff;
  background: #242E49;
  border-bottom-left-radius: 20px;
}
.excerpt.voyage .stats .row {
	margin: 3px 0;
}
.excerpt.voyage .stats {
	color: #888;
}
.excerpt.voyage .dates {
  margin-top: 10px;
  color: #0e0e0e;
}
.excerpt.voyage .price h3 {
	font-size: 2em;
	color: #31CDD9;
	margin-bottom: 0;
	margin-top: 10px;
}
.excerpt.voyage .stats .icon {
	min-width: 22px;
	max-width: 22px;
	padding: 0;
	text-align: center;
}
.excerpt.voyage .stats .icon.image img {
	width: 22px;
  display: block;
  margin: 0 auto;
}
.excerpt.voyage .stats p {
	margin: 0;
}
.stat-wrap.dofe span {
	display: inline-block;
	top: 5px;
	position: relative;
}
.excerpt.voyage .stats a {
	color: #888;
	text-decoration: underline;
}
.excerpt.voyage .stats a:hover {
	color: #444;
	text-decoration: none;
}

#search-filter-form-8193 ul, #search-filter-form-8347 ul, #search-filter-form-8423 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	align-items: center;
}
#search-filter-form-8193 ul {
	align-items: flex-start;
}

#search-filter-form-8193 ul li, #search-filter-form-8347 ul li, #search-filter-form-8423 ul li {
	-ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
	padding: 0 20px;
}
.sf-input-select, .gfield_select {
	color: #444;
	line-height: 1.3;
	padding: .6em 3.4em .5em .8em !important;
	min-width: 220px;
	max-width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fafafa;
	border: 1px solid #ccc;
	background-image: linear-gradient(
	45deg,transparent 50%,gray 50%),linear-gradient(
	135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
	background-size: 5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
	width: 100%;
}
[data-sf-field-input-type="select"] label {
	display: block;
	width: 100%;
}
.sf-input-select:hover, .gfield_select:hover {
	border-color: #31CDD9;
}
.sf-input-select:focus {
	border-color: #31CDD9;
	box-shadow: 0 0 0 0.15rem rgb(49 205 217 / 40%);
}
#search-filter-form-8193 .sf-field-reset, #search-filter-form-8347 .sf-field-reset, #search-filter-form-8423 .sf-field-reset,
#search-filter-form-8193 ul li.sf-field-post-meta-sold_out {
	-ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#search-filter-form-8193 ul li.sf-field-post-meta-sold_out input[type="checkbox"] {
	position: relative;
	top: 4px;
}
#search-filter-form-8193 .sf-field-reset h4 {
	visibility: hidden;
}
h4.document-types {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: normal;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 10px;
  margin: 10px 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
  align-self: baseline;
  margin: 0 auto;
  margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.pswp--open {
  z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
section.related.products {
	padding: 0;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left.full-width .text .inner {
  padding: 60px 20px 60px 60px;
}
.image-right.full-width .text .inner {
  padding: 60px 60px 60px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------
# SLIDER
--------------------------------*/
.slide h1, .slide p, .slide .button {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}
.slide .video-thumb, .slide .image-wrap img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.slider .slide:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
}
.slide .link-2 {
	margin-left: 10px;
}
.slider .vci {
	text-align: left;
}
.slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1140px;
  text-align: left;
  width: 70%;
}
.dark-text {
	--slide-theme: #242E49;
}
.light-text {
	--slide-theme: #fff;
}
.slide p {
	font-size: 1.5em;
}
 
.slide .text *:not(.button) {
  color: var(--slide-theme);
}
.slider .slide {
  padding: 60px 0;
  width: 100%;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-resize .slide {
	min-height: 100%;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 12px;
	width: 12px;
}
.slider .flickity-page-dots .dot, .dark-bg .flickity-page-dots .dot, .background-image .flickity-page-dots .dot {
  background: #fff;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#F2F3F5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
  margin: 20px 0;
  width: 100%;
}
.promo-box.col {
  min-width: 33.33%;
  max-width: 50%;
}
a.promo-box:hover {
	transform: translateY(-5px);
}
.promo-box .inner {
  padding: 30px;
	padding-top: 200px;
  width: 100%;
  position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.promo-box.small .inner {
	padding-top: 80px;
}
.promo-box p {
  margin: 10px 0;
}


.promo-box h3, .promo-box p, .promo-box .read-more {
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
}
/* .promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
} */
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box h3 {
  margin-top: 0;
	margin-bottom: 0;
}

.promo-box div {
  z-index: 2;
  position: relative;
}

/*-----------------------
# Pages
-----------------------*/
.child-page .inner {
  width: 100%;
	padding-bottom: 0 !important;
}
.child-page.current {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.parent-page {
  margin: 20px 0;
}
.no-block {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
}
/*-----------------------
# Contact Details
-----------------------*/
.business-day, .business-time {
  margin: 5px 0;
	border-bottom: 1px solid #eee;
}
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
  font-size: 0.7em;
  margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
  font-weight: bold;
}
.contact-details .bh {
	margin-bottom: 10px;
}

.contact-info .box {
	text-align: center;
}
.contact-info .box p, .contact-info .box h3 {
	margin: 0;
}
.contact-info .box h3 {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-info .col {
	min-width: 200px;
	margin: 10px 0;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3, .dark-bg .number-counter h3 {
		font-size:3em;
		 color: #31CDD9 !important;
		 margin: 0;
}
.number-counter .counter {
	/* color: #242E49; */
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.number p {
	color: #333 !important;
}
.number {
	margin: 15px 0;
}
.number .inner {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
border-radius: 5px;
overflow: hidden;
padding: 20px;
background: #fff;
}
.number p {
	margin: 0;
	font-weight: 500;
	margin-top: 10px;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	padding: 40px 0;
}
.calltoaction h2, .calltoaction p {
	color: #fff;
}
.cta-link {
  text-align: center;
}
.cta-link a {
	margin: 5px;
}
.calltoaction p a, .calltoaction p a:visited {
	color: #fff;
	border-bottom: 1px solid;
}
.calltoaction p a:hover, .calltoaction p a:visited:hover {
	border-color: transparent;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff !important;
	transition: all 0.4s ease;
	margin: 5px 5px 5px 0;
	font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
	font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.social-share {
	margin-top: 20px;
}
.social-share h3 {
  margin: 0;
  margin-bottom: 10px;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
	color: #fff;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
	line-height: 1;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -6px;
}
.feature .icon {
  max-width: 34px;
	color: #31CDD9;
	font-size: 1.5em;
}


.handbooks-wrap {
	margin-top: 30px;
background: #f2f3f5;
background: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	text-align: center;
}
.handbook {
	margin: 10px 0;
}
.handbook p {
	margin-bottom: 0;
}
.handbooks-wrap img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
/*-----------------------
# Meet The Team
-----------------------*/
#meet-team.filters {
	padding: 40px 0;
}
.meet-team .grid.team {
	width: 100%
}
.ui-group p {
	margin-top:0;
	margin-bottom:5px
}
.ui-group button {
	margin: 5px;
	font-size:0.8em
}
.ui-group button:hover {
	border-color:#E71D72;
	background:none;
	color:#E71D72
}
.ui-group button.current, .ui-group button.current:hover {
	border-color:#E71D72!important;
	color:#fff;
	background:#E71D72
}
.member {
	width: 33.33%;
 	margin: 20px 0;
		padding: 0 10px;
	display:inline-block;
}
.member.large {
	width:47.5%!important;
	margin: 20px 0;
		padding: 0 10px;
	display:inline-block;
}
.member .image {
	max-width:180px;
	margin-right:10px
}
.member img {
  display: block;
	border-radius: 10px;
	width: 100%;
  margin: 0 auto;
  width: 140px;
	height: 140px;
	object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.member img:hover {
	-webkit-transform: scale(1.03);transform: scale(1.03);
	opacity:0.9
}
.member h3 {
	margin:0 0 4px;
	font-size:1.2em;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-weight:600
}
.member h3:hover {
	color:#E71D72
}
.member .title {
	margin:0px;
	display:block;
	font-size:0.95em;
	margin-bottom: 10px;
	font-weight: 500;
}
.member .location {
	margin:0px;
	font-size:0.9em;
	color:#999
}
.member span.department {
	font-size: 0.9em;
}
.modal-team img {
	display: block;
	border-radius: 5px;
	width: 100%;
  float:left;
  width: 240px;
    transition: all ease 0.3s;
}
.modal.team-wrap {
	border-radius:10px;
	max-height: 90vh;
}

.modal-team h2 {
	margin:0 0 5px 0;
	color: #fff;
	margin-bottom: 10px;
}
.modal-team .title {
	font-size:1.1em;
	color: #31CDD9;
	display:block;
	font-weight: bold;
	margin: 10px 0;
}
.modal-team .department {
	color: #fff;
}

.modal-team .description {
  /* background: #f5f5f5;
  padding: 30px;
  border-radius: 10px; */
}
.modal-team .description :first-child {
	margin-top: 0;
}
.modal-team .description :last-child {
	margin-bottom: 0;
}
.modal-team .location {
	font-size:0.9em;
	color:#666;
	display:block
}
.modal-team .qualis {
	font-size:0.8em;
	color:#999;
	display:block
}
.modal-team h4 {
	margin:10px 0px 0px 0px;
	font-size: 1.3em;
}
.team-head {
  background: linear-gradient(
0deg
 , rgba(255,255,255,1) 20%, #242e49 20%);
  padding: 47px 42px;
  margin: 0;
  width: calc(100% + 88px);
  position: relative;
  left: -44px;
  top: -44px;
  padding-bottom: 0;
}

.team-wrap .fancybox-close-small {
	color: #fff;
	opacity: 1;
}
.fancybox-container {
	z-index: 999999999999;
}
.team-head .text {
  padding-bottom: 40px;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #242E49;
}

::selection {
  color: #fff;
  background: #242E49;
}
.fancybox-button:hover {
	box-shadow: none !important;
}

#single-team {
	margin: 20px 0;
	margin-bottom: 40px;
}

.single-team #nobanner .image img {
	 border-radius: 5px;
	 display: block;
}
.single-team #nobanner {
	text-align: left;
}
.single-team #nobanner h4.job-title {
  font-size: 1.4em;
  margin: 10px 0;
}
.single-team #nobanner h4.department {
  font-weight: normal;
  margin: 0;
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion {
	box-shadow: rgb(17 12 46 / 10%) 0px 48px 100px 0px;
	margin: 10px 0;
	float: left;
	width: 100%;
}
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color:#2A3656;
  font-weight: 600;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-toggle:hover {
	background: #31CDD9;
	color: #fff;
}
.accordion-toggle.active {
  background: #31CDD9;
	color: #fff;
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
}
.light-bg .accordion-content {
	background: #fff;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
  display: block;
}

.accordion-toggle .fa {
  font-size:30px!important;
	margin-left: 10px;
}
.accordion-toggle i {
	width: 25px;
	  height: 25px;
	  background: #2a3656;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: white;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	  min-width: 25px;
		margin-left: 10px;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}

.carousel img {
  display: block;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
}
/*--------------------------------
# Downloads
--------------------------------*/
.inner-section.downloads {
  margin: 10px 0;
}
.download .download-title a {
  color: #242E49;
}
.download img {
	max-width: 90px;
	height: auto;
  display: block;
	border: 1px solid #eee;
}
.download {
	margin: 10px 0;
	padding: 10px 0;
	box-shadow: rgb(17 12 46 / 10%) 0px 24px 50px 0px;
	background: #fff;
	border-radius: 10px;
}
.downloads .section-title {
	margin: 20px 0 20px 0;
	font-size: 1.7em;
}

/*--------------------------------
# Links section
--------------------------------*/
.link-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: none;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
  display: block;
}
.gallery-item .gallery-caption {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 10px;
}
.gallery-item {
  padding: 0 10px;
  margin: 10px 0;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f00e";
	font-family: Font Awesome\ 5 Pro;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(36,46,73,0.5);
	transition: all 0.6s ease;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  color: #fff;
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	opacity: 1;
}
.gallery-image img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
/*--------------------------------
# TESTIMONIALS
--------------------------------*/
.testimonials {
	padding: 60px 0;
  float: left;
  width: 100%;
}
.testimonials .flickity-page-dots {
  position: relative;
  bottom: 0;
	text-align: left;
}
.testimonials .flickity-page-dots .dot {
	background: #fff;
}

.t-slide h1 {
  margin-top: 0;
	color: #fff;
}
.testimonial p, .testimonials p {
	font-size: 1.3em;
	color: #fff;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
  font-style: italic;
  margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
.has-one .flickity-page-dots {
  display: none;
}

.testimonial .profile img, .testimonials .profile img {
	display:block;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonials .quote-mark  {
	mix-blend-mode: luminosity;
}
.testimonials .quote-mark img {
	display: block;
	width: 200px;
}
.testimonial i, .testimonials i {
	color: #31CDD9;
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid .inner {
  background: #F2F3F5;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
/*--------------------------------
# Hero Header
--------------------------------*/
.hero-header {
	padding: 60px 0;
	position: relative;
	padding-bottom: 120px;
}
.hero-header:after {
	position: absolute;
content: '';
bottom: -15px;
left: 0;
width: 100%;
height: 80px;
background: url(images/brush-line.svg);
background-size: cover;
background-position: center top;
}
.hero-header p, .hero-header h1, .hero-header h2, .hero-header h3 {
	color: #fff;
}
.hero-header h2 {
	font-weight: normal;
	margin: 0;
	margin-top: 20px;
}
.hero-header h1 {
	margin: 0;
}
.hero-header em {
	font-weight: 700;
	/* display: inline-block;
	padding: 10px;
	background: rgba(0,0,0,0.2);
	margin: 5px; */
}

.hero-header .brush-arrow-right img {
	display: block;
  opacity: 0.6;
  width: 100%;
  max-width: 300px;
  float: right;
  transform: rotate(
6deg
);
  position: relative;
  right: -20px;
}
/*--------------------------------
# VIDEO
--------------------------------*/

.video-thumb {

	float: left;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 5px solid rgba(255,255,255,0.5);
}
.hero-header .video-thumb {
	height: 350px;
}
.anim.pulse {
	animation-duration: 4s;
}
.video-thumb:hover {
	transform: translateY(-5px);
	border-color: rgba(255,255,255,1);
}
.video-thumb .inner {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 4em;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
# Forums
--------------------------------*/


@media screen and (min-width: 600px) {
	#bbpress-forums ul.bbp-lead-topic,
	#bbpress-forums ul.bbp-topics,
	#bbpress-forums ul.bbp-forums,
	#bbpress-forums ul.bbp-replies,
	#bbpress-forums ul.bbp-search-results {
	 font-size: 15px;
	}
	.bbpress-forums .bbp-topic-content p,
	.bbpress-forums .bbp-reply-content p {
	    font-size: 15px;
	}
	#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
		font-size: 15px;
	}
	#bbpress-forums fieldset.bbp-form label {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.bbp-topic-title{
	    font-size: 15px;
	}
	div#bbpress-forums .button {
	  font-size: 16px;
	}
	#bbpress-forums div.bbp-search-form {
		margin-bottom: 20px;
	}
	div.bbp-template-notice li, div.bbp-template-notice p {
		font-size: 15px;
	}
	..bbp-forum-title{
	    font-size: 15px;
	}
	input#bbp_topic_subscription {
  	margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 480px) {
	#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
		width: 100%;
	}
	span.bbp-admin-links {
		display: block;
		margin-top: 5px;
	}
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
	height: auto;
}

/*--------------------------------
# CTAS
--------------------------------*/

.cta .inner {
	text-align: center;
  width: 100%;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 10px;
}


.coloured-ctas .cta:nth-child(3n-3) .inner {
	background: rgb(49,205,217);
	background: linear-gradient(90deg, rgba(49,205,217,1) 0%, rgba(101,88,170,1) 100%);
}
.coloured-ctas .cta:nth-child(3n-2) .inner {
	background: rgb(231,29,114);
	background: linear-gradient(90deg, rgba(231,29,114,1) 0%, rgba(255,166,106,1) 100%);
}
.coloured-ctas .cta:nth-child(3n-1) .inner {
	background: rgb(0,38,160);
	background: linear-gradient(90deg, rgba(0,38,160,1) 0%, rgba(101,88,170,1) 100%);
}
.coloured-ctas .cta .inner * {
	color: #fff;
}
.ctas .section-title {
	text-align: center;
}
.cta-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.cta-image:not(.photo) img {
	display: inline-block;
	width: auto;
	max-height: 120px;
  margin: 0 auto;
	margin-bottom: 20px;
}
.cta-image.photo {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  top: -20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  margin-bottom: -20px;
}
.cta-image.photo img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}
/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.cd-timeline {
  overflow: hidden;

}
.timeline h2:after {
	display:none;
}
.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 40px;
  left: 13px;
  height: 100%;
  width: 4px;
  background: #242E49;
  height: 90%;
}

@media only screen and (min-width: 1024px) {
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
    height: calc(100% - 210px);
    top:40px
  }
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .cd-timeline__block {
    margin: 2em 0;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 9px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.cd-timeline__img img {
  margin-top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  float: none;
  left: 0;
  right: 0;
  height: 30px;
  width: 30px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #31CDD9
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}

@media only screen and (min-width: 1024px) {
  .cd-timeline__img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }

}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #f2f3f5;
  padding: 1em;
}
.cd-timeline__content img {
	/* max-width:80%; */
	display:block;
	margin:15px auto 20px auto;
	width:auto;
	/* max-height:110px */
	display: block;
	width: 100%;
	margin-top: 0;
}
.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 14px solid transparent;
  border-right: 14px solid #f2f3f5;
}

.cd-timeline__content h2 {
  color: #333;
}


.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  padding: 0;
	font-size:22px;
	font-weight:800;
	margin-bottom:15px
}


@media only screen and (min-width: 1024px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 10px;
    left: 100%;
    border-color: transparent;
    border-left-color: #F2F3F5;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
    color:#242E49;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 10px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #F2F3F5;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}

.cd-timeline__content li, .cd-timeline__content ul {
	padding:0;
	margin:0;
}
.cd-timeline__content li {
	margin-bottom:8px;
}
.cd-timeline__content ul {
	padding-left:20px
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	background: none;
	position: relative;
  margin: 20px 0;
  float: left;
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 5px;
	overflow: hidden;
  width: 100%;
}
.excerpt-related, .excerpt-featured-job {
	margin: 10px 0;
	box-shadow: rgba(17, 12, 46, 0.1) 0px 24px 50px 0px;
	background: #fff;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt.page .thumb-wrap img {
	/* height: 280px; */
	object-fit: cover;
}
.excerpt-related .excerpt-title {
	color: #31CDD9;
}
.excerpt-featured-job .image {
	max-width: 350px;
	padding-left: 0;
}
span.updated {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #31CDD9;
	display: inline-block;
  padding: 5px 10px;
	line-height: 1;
	color: #fff;
	border-radius: 20px;
	text-transform: uppercase;

}
.latest-posts span.updated, .featured-posts span.updated {
	/* display: inline-block; */
}
#post-nav {
	margin-top: 10px;
}
h1.title.small {
	font-size: 2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt.story .excerpt-content p {
	margin-top: 10px;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.inner-section:not(.full-width) .image-wrap img, .single-jobs .single-thumb img, .image-shadow img {
	border-radius: 10px;
	box-shadow: rgb(17 12 46 / 10%) 0px 48px 100px 0px;
}
.excerpt.standard .excerpt-thumb img {
	/* height: 250px; */
	object-fit: cover;
}

.diary {
	margin: 20px 0;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
}
.diary-wrap .diary:nth-child(odd) .diary-head {
	background: rgb(49,205,217);
	background: linear-gradient(90deg, rgba(49,205,217,1) 0%, rgba(101,88,170,1) 100%);
}
.diary-wrap .diary:nth-child(even) .diary-head {
	background: rgb(231,29,114);
	background: linear-gradient(90deg, rgba(231,29,114,1) 0%, rgba(255,166,106,1) 100%);
}
.diary-head {
  position: relative;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  padding: 20px;
}
.diary h3 {
	margin: 0;
	color: #fff;
}
.diary .day h3 {
	font-family: 'Permanent Marker', cursive;
	font-size: 2em;
}
.diary .title h3 {
	margin-top: 15px;
	font-weight: normal;
}
.diary :last-child {
	margin-bottom: 0;
}
.diary .gallery .container {
  padding: 0;
}
.diary .gallery {
  margin-bottom: -10px;
  margin-top: 10px;
}

/* Excerpt Story */
.excerpt.story .excerpt-thumb img {
  height: 250px;
  object-fit: cover;
}
div.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.categories ul  li {
	display: inline-block;
}
div.categories a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  line-height: 1;
  color: #444;
  background: #f3f3f3;
}
div.categories a:hover {
	background: #e6e6e6;
}
.excerpt-title {
	/* display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden; */
}
.excerpt.voyage .excerpt-title {
	 -webkit-line-clamp: initial;
}
div.categories a:hover {
	color: #000;
}
.excerpt-title {
	margin: 0;
}
.meta span {
	display: inline-block;
}
.meta span.comments {
  margin-left: 10px;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  margin-top: 5px;
}
div#related-posts {
  background: #f6f9ff;
  padding: 30px;
	padding-bottom: 20px;
}
div#related-posts h3 {
	margin-top: 0;
}
#post-nav {
	margin-top: 20px;
  float:left;
  width:100%;
  position:relative;
}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
	margin: 10px 0;
}
h1.single-title {
  font-size: 2.5em;
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Fundraiser Excerpt */
.excerpt.fundraiser h4 {
	margin: 0;
	margin-bottom: 10px;
}
.excerpt.fundraiser .excerpt-content p {
	margin-top: 10px;
}

/* Excerpt Donation */
.donations {
	padding: 40px 0;
	background: #f7f7f7;
}
.donation {
	margin: 10px 0;
}
.donation p {
	margin-bottom: 0;
}
.donation .amount {
	max-width: 140px;
}
.donation :first-child {
	margin-top: 0;
}
.donation h3 {
	margin-bottom: 10px;
}
.donation :last-child {
	margin-top: 0;
}
.donation .inner {
	background: #fff;
	box-shadow: rgba(17, 12, 46, 0.1) 0px 48px 100px 0px;
	border-radius: 5px;
	padding: 20px;
}
/*--------------------------------
# DONATE
--------------------------------*/
section.tabbed.donate {
  background: none;
}
.donate .single {
  border-right: 1px dashed #ccc;
  text-align: center;
}
.donate .monthly {
  text-align: left;
  background: #e4f0d4;
  padding: 20px;
  /* width: calc(100% + 30px);
  left: -15px; */
  float: left;
  width: 100%;
  position: relative;

  position: relative;
}
.donate .monthly p:last-child {
  margin-bottom: 0;
}
.monthly .button {
  font-size: 0.8em;
  padding: 5px 10px;
  margin: 0 3px;
}
.donate .text h3 {
  margin: 0;
}

.donate .monthly:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e4f0d4;
}
.donate .monthly h3, .donate .single h3 {
  margin-top: 0;
}
.donate ul.tabs {
  margin-bottom: 50px;
  border: 1px solid #eee;
  width: auto;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.donate ul.tabs li {
  margin: 0 -3px;
  border-radius: 0;
  font-size: 1.3em;
  padding: 10px 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.donate ul.tabs li:not(:last-child) {
  border-right: 1px solid #eee;
}
.donate ul.tabs li:hover {
  background: #31CDD9;
  color: #fff;
}
.donate ul.tabs li.current {
	background: #31CDD9;
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 24%) inset;
}

.donate .tab-content{
  float: left;
  width: 100%;
  padding: 40px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	background: none;
	border-left: 10px solid #31CDD9;
}
.donate .image-wrap {
  /* padding: 0; */
}
.donate .image-wrap img {
  display: block;
  width: 100%;
}
.donate .text {
  padding: 0 20px;
}
.donate-form {
  margin-top: 20px;
  position: relative;
}
.donate-form input.search-field {
  width: 100%;
  max-width: 250px;
  padding-left: 30px !important;
}
.donate-form:before {
  content: '£';
  position: absolute;
  top: 8px;
  opacity: 0.7;
  left: 15px;
	top: 10px;
  font-size: 1em;
}
button.donate-submit {
  display: block;
  margin-top: 20px;
}
/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.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;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}
.gform_wrapper.gravity-theme .gf_page_steps {
	text-align: center;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
	font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-right: 5px;
}
#gform_7 .gform_page_footer {
  padding-bottom: 0;
}
.giftaid .gfield_consent_description {
	padding: 10px !important;
	background: #F4F4F6 !important;
	margin-bottom: 10px !important;
}
.giftaid {
  border-left: 5px solid #31cdd9 !important;
  padding-left: 20px !important;
	margin: 10px 0 !important;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
	font-size: 1em;
}
.giftaid .gfield_label {
	margin-bottom: 0 !important;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper label.gfield_label {
	font-size:1em!important;
	font-weight:600!important;
}
.gform_wrapper .field_description_below .gfield_description {

}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 8px 12px !important;
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #E71D72 !important;
}
.gform_wrapper.gravity-theme .chosen-container {
	border-radius: 5px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	background: #fafafa !important;
	border: 1px solid #ccc !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
## newsletter
--------------------------------------------------------------*/
.newsletter .inner {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	padding: 20px;
	min-height: 180px;
	border-radius: 10px;
	position: relative;
}
.newsletter .input-wrap input[type="text"], .newsletter .input-wrap input[type="email"] {
  display: block;
  width: 100%;
}
.newsletter .input-wrap p {
  margin: 0;
}
.newsletter input[type="submit"] {
  background: #31cdd9;
  color: #fff;
}
.newsletter input[type="submit"]:hover {
	box-shadow: 0 0 0 0.15rem rgb(49 205 217 / 39%);
	  background: #29abb5;
}
.newsletter .input-wrap label {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.newsletter .mc4wp-response {
  color: white;
	float: left;
	width: 100%;
}
.newsletter .mc4wp-response p {
	margin-bottom: 0;
}
.newsletter .input-wrap {
	margin: 10px 0;
}
.newsletter .inner h3 {
	color: #fff;
}
section.newsletter-wrap {
  box-shadow: rgb(17 12 46 / 3%) -2px -17px 20px 0px;
  padding: 40px 0;
  margin-top: 20px;
}
/*--------------------------------------------------------------
## Sailing Staff & Logins
--------------------------------------------------------------*/
.not-logged input[type="text"], .not-logged input[type="password"] {
  width: 100%;
}
.not-logged input[type=submit] {
	padding: 8px 20px !important;
}
.not-logged .inner {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	padding: 30px;
	border-radius: 10px;
}
.not-logged .inner h3 {
	font-size: 1.6em;
	margin-top: 0;
}
.not-logged .box-wrap {
	margin: 20px 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	/* background-color: #242E49; */
	background: #2a3656;
	color: #fff;
	padding: 60px 0;
	position: relative;
  font-size: 0.9em;
}

#footer .container.splash {
	background: #2a3656 url('images/brush-footer.svg');
	background-size: contain;
	background-position: center left 40px;
	background-repeat: no-repeat;
}
#footer .co {
  margin: 25px 0;
}
#footer a:not(.social-link) {
	color: #fff;
}
#footer .social-link:hover {
	color: #fff;
}
#footer p, #copyright p {
  color: #c1c1c1;
}
#footer a:not(.social-link):hover {
	color: #31CDD9;
}
#footer p i {
  color: #fff;
	margin-right: 5px;
}
section.footer-logos {
  padding: 30px 0;
  box-shadow: rgb(17 12 46 / 10%) 0px -18px 20px 0px;
}
section.footer-logos .accs img {
	max-width: 260px;
	max-height: 110px;
}
#footer h3 {
  margin: 0 0 20px 0;
  color: #fff;
  font-family: 'Permanent Marker', cursive;
  font-size: 1.6em;
}
#footer .fl {
	max-width: 240px;
}
.fl img {
	display: block;
	width: 100%;
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #31CDD9 !important;
}
.footer-menu li:before 	{
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.7em;
	margin-right: 5px;
  position: relative;
  top: -1px;
  color: #c1c1c1;
}
#copyright {
	float: left;
	color: #fff;
	width: 100%;
	background: #1a2133;
	font-size: 0.8em;
	padding: 10px 0;
}
#copyright .co {
	margin: 10px 0;
}
#copyright p {
	margin: 0;
}
#copyright a {
  white-space: nowrap;
	color: #fff;
}
.credit a {
  padding: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.4);
}
.credit a:hover {
	background: #31CDD9;
	color: #fff;
}

.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}
.to-top {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: .3s;
  background: #31CDD9 url(images/up.svg) center no-repeat;
  background-size: 15px;
}
.to-top:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.twitter, a.social-link.twitter:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
} */
.social-link {
	color: #31CDD9;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: #31CDD9;
}
a.social-link:hover, .social-link:hover {
	color: #242E49;
}
#footer .social-link {
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}
@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
	#left-header .button-wrap a.button {
	  padding: 8px 36px;
	  font-size: 1.2em;
	}
	.donate .text h3 {
	  font-size: 2.1em;
	}
	.donate .text p {
	  font-size: 1.2em;
	}
	.single-faq #single-team {
  	margin: 60px 0;
	}
	.image-left.full-width .text {
		max-width: 570px;
	}
	.image-right.full-width .text .inner {
		max-width: 570px;
	}
  #centered-header nav#menu, header#full #menu {
    display: block !important;
  }
	.next-post {
		text-align: right;
	}

}
@media screen and (max-width: 1300px) {
	#footer .container.splash {
		background-position: center;
		background-size: cover;
	}
}
@media screen and (min-width: 1201px) {
	#left-header #menu {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
	.excerpt.voyage .stat-wrap {
		padding: 0;
	}
	#what-we-offer .cta {
		min-width: 50%;
	}
	#top-bar {
		display: none !important;
	}
	.excerpt.voyage .image {
		width: 50%;
	}
	.excerpt.voyage .stats {
		margin: 10px 0;
	}
	.excerpt.voyage {
  	padding: 20px;
	}
	.excerpt.voyage .inner {
		padding:  0 20px;
	}
	.excerpt.voyage .nights {
		border-top-right-radius: 5px;
	}
	.excerpt.voyage .image img {
		width: 100%;
		border-radius: 5px;
	}
	#menu-toggle {
		display: block;
	}
	ul.mega {
		display: none;
	}
	#footer .co.fl {
		min-width: 100%;
		order: -1;
	}
	.fl img {
		width: 100px;
	}
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}

}
@media screen and (max-width: 1023px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.slider .slide {
		padding: 30px 0 60px 0;
	}
	.slider .flickity-page-dots {
		bottom: 25px;
	}
	.slide .video-thumb, .slide .image-wrap img {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
	.slide .video-thumb {
		clear: both;
		float: none;
	}
	.slide .text {
		text-align: center;
		margin-bottom: 40px;
	}
	.donate .image-wrap img {
		width: 200px;
		height: 200px;
		object-fit: cover;
		margin-bottom: 20px;
		border-radius: 50% !important;
	}
	.single-stats .col {
  	min-width: 25%;
  	max-width: 25%;
  	margin: 10px 0;
	}
	#donations .button-wrap {
		margin: 10px 0;
	}
	.featured-story p {
		font-size: 1.1em;
	}
	#single-story .text {
  	min-width: 100%;
	}
	#single-story .content .inner:before {
		display: none;
	}
	#single-story .content .image img, #single-person .content .image img {
		margin-bottom: 20px;
	}
	.hero-header:after, #banner:after {
		background-image: url('images/brush-half.svg');
		  bottom: -5px;
		  left: -5px;
		  width: calc(100% + 5px);
		  background-position: center bottom;
		  background-size: cover;
		  background-repeat: no-repeat;
	}
	.hero-header .text {
  	font-size: 0.8em;
	}
	.hero-header .video-thumb {
		height: 280px;
	}
	#search-filter-form-8193 ul li, #search-filter-form-8347 ul li, #search-filter-form-8423 ul li {
		min-width: 50%;
		margin: 10px 0;
	}
	.excerpt.voyage .inner {
  	padding: 0;
  	margin-top: 20px;
	}
	.excerpt.voyage .excerpt-thumb {
	  width: calc(100% + 40px);
	  position: relative;
	  left: -20px;
	  top: -20px;
		margin-bottom: -20px;
	}
	.excerpt.voyage .excerpt-thumb img {
			border-radius: 0;
	}
	.excerpt.voyage .text.main, .excerpt.voyage .image {
  	min-width: 100%;
	}
	#footer {
		padding: 30px 0;
	}
	#footer .co {
		min-width: 50%;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 8px;
    width: auto;
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;

  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
		margin-bottom: 20px;
  }

  #left-header #menu-desktop {
		display: none;
	}

  #centered-header #logo {
    text-align: left;
  }
  #centered-header nav#menu, header#full #menu {
    display: none;
  }
  header .head-info span.header-link {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

@media screen and (max-width: 1000px) {
	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	.feature {
		min-width: 50%;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 20px 0;
	}
}
@media screen and (max-width: 767px) {
  #menu-toggle {
    display: block;
  }
 
	.hide-mobile {
		display: none !important;
	}
	.banner-promo .title-text {
		text-align: center;
	}
	.banner-promo__text {
		margin-bottom: 10px;
	}
	#search-filter-form-8193 .sf-field-reset h4 {
		display: none;
	}
	.team-head {
		background: #242e49;
		padding: 40px;
	}
	.team-head .text {
		padding-bottom: 0;
	}
	.big .promo-box {
		margin-bottom: 0;
	}
	.promo-box .inner {
		padding-top: 80px;
	}
	.donate ul.tabs li {
		margin: 0;
	}
	.donate ul.tabs {
		margin-bottom: 20px;
		display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}

	.donate ul.tabs li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
		min-width: 50%;
	}
	.donate ul.tabs li:not(:last-child) {
  	border-right: 1px solid #eee;
  	border-bottom: 1px solid #eee;
	}
	.donate .image-wrap img {
		width: 100px;
		height: 100px;
	}
	.single-stats .col {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	section {
		padding: 30px 0;
	}
	.testimonials .quote-mark {
		min-width: 100%;
	}
	.testimonials .quote-mark img {
		width: 100px;
	}
	.donation .amount {
		min-width: 100%;
	}
	.hero-header:after, #banner:after {
		background-size: contain;
	}
	.excerpt-featured-job .image {
		min-width: 100%;
		padding: 0 20px;
	}
	.excerpt-featured-job .image img {
		border-radius: 5px;
		margin: 20px 0;
	}
	.excerpt-featured-job {
		padding-bottom: 20px;
	}
	.featured-story .image-wrap {
		min-width: 100%;
		order: -1;
	}
	.featured-story .image-wrap img {
		margin-bottom: 20px;
		width: 120px;
		height: auto;
	}
	.featured-story .quote-marks {
		width: 50px;
	}
	#single-story #post-nav {
		text-align: center;
	}
	h1, h2.h1 {
		font-size: 2.2em;
	}
	.hero-header .brush-arrow-right {
		display: none;
	}
	.hero-header .container.big {
		max-width: 500px;
		text-align: center;
	}
	.hero-header .text {
		font-size: 0.9em;
	}
	.hero-header .text {
		margin-bottom: 20px;
	}
	#left-header #logo {
		max-width: 200px;
	}
	#mobile-bar .col-auto {
		min-width: 100%;
		text-align: center;
	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  h1.single-title {
    font-size: 1.6em;
  }
  .slide h1 {
    font-size: 1.8em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  .slide p {
    font-size: 1.1em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
  }
  .background-image {
    background: #242E49 !important;
  }
  .background-image:before {
    display: none;
  }
  #banner h1 {
    font-size: 2.3em;
  }
  #menu {
    display: none;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }
  .inner-section:not(.donate) .tab-content {
    display: block !important;
    background: none;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
  .tab-title {
    display: block;
  }
  .alignleft {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul, ol {
    margin: 0 0 1.5em 0em;
    -webkit-padding-start: 30px;
  }
  .three-text {
    min-width: 100%;
  }
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
	/* .fancybox-slide--html .fancybox-content {
		margin: 0;
	} */
	#results .download {
		padding: 20px 0;
	}
	.search-result .image-wrap {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.search-result img {
		width: 100px;
	}
	.donate .image-wrap img {
		width: 100px;
		height: 100px;
	}
	.modal-team img {
		width: 180px;
	}
	.team-head .text {
		min-width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.team-head .row {
		justify-content: center;
	}
	.donate .tab-content {
		padding: 30px;
	}
	.footer-menu li a {
		margin: 0;
		padding: 5px 0;
		font-size: 1.05em;
	}
	#banner {
		height: auto;
		min-height: 350px;
	}
	#single-story .content .image img, #single-person .content .image img {
		width: 150px;
		height: 150px;
		  border-radius: 50%;
		  margin: 0 auto;
		  margin-bottom: 20px;
	}
	#single-person {
		padding: 0;
	}
	.excerpt.page .thumb-wrap img {
		/* height: 200px; */
	}
	#search-filter-form-8193 ul li, #search-filter-form-8347 ul li, #search-filter-form-8423 ul li {
		min-width: 100%;
	}
	#footer .co {
		min-width: 100%;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}
	/* .fancybox-content {
		height: 100%;
		width: 100%;
		padding: 55px;
	}
	.fancybox-slide--html {
		padding: 0;
	}
	.fancybox-slide:before {
		display: none;
	} */
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
		padding: 40px;
		padding-top: 120px;
		font-size: 1em;
  }
	blockquote:before {
		top: 10px;
		transform: none;
	}
	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
}
@media screen and (max-width: 575px) {
	#nobanner .image {
  	margin-bottom: 20px;
	}
	#donations .amount-raised, #donations h3.target {
		margin: 10px 0;
	}
	#donations .col-auto {
		min-width: 100%;
	}
	#donations .target-wrap {
  	text-align: right;
	}
	.single-stats .col {
		min-width: 50%;
		max-width: 50%;
	}
	.excerpt.person .text p {
		display: none;
	}
	.featured-job .col-auto .text-link {
		margin-bottom: 10px;
		display: inline-block;
	}
	#banner p {
		font-size: 1em;
	}
	a.button.video {
		background: rgba(0,0,0,0.2);
	}
	.single-team #nobanner {
		text-align: center;
	}
	.single-team #nobanner .image img {
		margin: 0 auto;
		width: 150px;
	}
	.download .image, .download .text {
		min-width: 100%;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
	.member h3 {
		font-size: 1em;
	}
  h1 {
  	font-size:2em;
  }
  h2 {
  	font-size:1.4em;
  }
  h3 {
  	font-size:1.2em;
  }
  h4 {
  	font-size:1em;
  }
  h5 {
  	font-size:0.8em;
  }
  h6 {
  	font-size:0.6em;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}

}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #333;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
	.promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
