/* Show it is fixed to the top */

/*
Dark Blue - #352763 > #40495a
Light Blue - #55b4d8
Gold #dac485
Dark Grey - #575756 - for text ??? Actually this #212529
Light Grey - #f5f5f5
Light Light Grey - #ececec
*/



body {
  font-family: "agenda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#40495a;
}
@media (max-width:991px) {
.desktop-only-break {
	display:none;
}
}
@media (max-width:375px) {
.top-spacer {
	height:100px;
}
}
@media (min-width:376px) and (max-width:768px) {
.top-spacer {
	height:100px;
}
}
@media (min-width:769px) {
.top-spacer {
	height:120px;
}
}

/* Animated Burger Menu */

.navbar-dark .navbar-toggler {
    color: #40495a;
    border-color: #40495a!important;
}
.burger-button {
	outline:none!important;
}

.burger-button {
border:8px solid #FFFFFF;
top: 35px;
overflow:auto;
width: 60px;
height:65px;
position: fixed;
right: 20px;
padding:5px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.burger-button span{
display: block;
position: absolute;
height: 4px;
width: 100%;
border-radius: 4px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-burger-button span {
background: #dac485;
}



.animated-burger-button span:nth-child(1) {
top: 0px;
}

.animated-burger-button span:nth-child(2) {
top: 12px;
}

.animated-burger-button span:nth-child(3) {
top: 24px;
}

.animated-burger-button.open span:nth-child(1) {
top: 14px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-burger-button.open span:nth-child(2) {
opacity: 0;
}

.animated-burger-button.open span:nth-child(3) {
top: 14px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


#homepagevid{
	/*position:absolute;*/
	top:178px;
}

video {
    object-fit: cover;
    width: 100vw;
    top: 0;
    left: 0;
}
@media (max-width:768px) {
#homepagevid {
	height:auto!important;
}
}
@media (min-width:769px) {
#homepagevid {
	height:72vh!important;
}
}
@media (max-width:768px) {
.strapline-block h2 {
	font-size:1.2rem;
}
.strapline-block img {
	height:24px;
	width:auto;
}
}
@media (min-width:769px) {
.strapline-block h2 {
	font-size:1.6rem;
}
.strapline-block img {
	height:36px;
	width:auto;
}
}

.bg-dark {
	background-color:#FFFFFF!important;
	color:#FFF;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
	padding:10px 15px 10px 30px;
}
.header-logo {
	top:15px;
	left:30px;
}
@media (max-width:375px) {
.header-logo {
	z-index:3000;
	position:fixed!important;
	height:90px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:376px) and (max-width:768px) {
.header-logo {
	z-index:3000;
	position:fixed!important;
	height:90px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.header-logo {
	z-index:3000;
	position:fixed!important;
	height:200px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header-logo.shrink {
	z-index:3000;
	position:fixed!important;
	height:90px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contact-number {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contact-number.shrink {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler.shrink {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (max-width:768px) {
.contact-number {
	display:none;
}
}
@media (min-width:769px) {
.contact-number {
	position:absolute!important;
	top:40px;
	right:98px;
	font-weight:600;
	font-size:34px;
}
}
@media (max-width:1199px) {
.strapline {
	display:none;
}
}
@media (min-width:1200px) {
.strapline {
	display:inline-block;
}
}
.mobile-contact-number img {
	margin:4px 80px 0px 0px;
	height:32px;
	width:auto;
}

@media (max-width:768px) {
.mobile-contact-number {
	position:relative;
	display:block;
}
}
@media (min-width:769px) {
.mobile-contact-number {
	display:none;
}
}
.contact-number span a:link,
.contact-number span a:active,
.contact-number span a:visited{
	text-decoration:none;
	color:#4EA455;
}
.contact-number span a:hover{
	text-decoration:none;
	color:#999697;
}
.navbar-nav {
	padding-top:10px;
}
.nav-item {
	font-size:22px;
}
.active .nav-link {
	color:#FFF!important;
}
.nav-item a.active  {
	color:#FFF!important;
}
.nav-link {
	color:#dac485!important;
	text-decoration:none!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-weight:600!important;
}
.nav-link:hover {
	color:#FFF!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
h1,h2 {
	color:inherit;
	line-height:100%;
}
h1 {
	font-weight:600;
	margin-bottom:40px;
}
h2, h3{
	font-weight:600;
	font-style: normal;
	margin-bottom:20px;
}
h4, h5 {
	font-weight:600;
	font-style: normal;
	margin-bottom:20px;
}
@media (min-width:769px) {
h1 {
	font-size:3rem;
}
h2 {
	font-size:2.4rem;
}
h2.bigger {
	font-size:2.8rem;
}
h4 {
	font-size:1.4rem;
}
}
@media (max-width:768px) {
h1 {
	font-size:2rem;
}
h2 {
	font-size:1.8rem;
}
h2.bigger {
	font-size:2rem;
}
h4 {
	font-size:1.2rem;
}
}
a:link,
a:active,
a:visited{
	color:inherit;
	text-decoration:underline;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a.lightblue:link,
a.lightblue:active,
a.lightblue:visited{
	color:#55b4d8;
	text-decoration:underline;
}
a.lightblue:hover{
	color:#352763;
	text-decoration:none;
}
a.tel-link:link,
a.tel-link:active,
a.tel-link:visited,
a.tel-link:hover{
	color:inherit;
	text-decoration:none!important;
}
.smaller {
	font-size:80%;
}
strong {
	font-family: "agenda", sans-serif;
	font-weight:600;
}
@media (max-width:768px) {
section {
	padding:30px 0px;
}
}
@media (min-width:769px) {
section {
	padding:80px 0px;
}
}
section.images {
	padding:0px;
}
section.dark-blue {
	background:#40495a;
	color:#FFF;
}
section.light-light-grey {
	background:#ececec;
}
section.grey {
	background:#999697;
	color:#FFF;
}
section.light-grey {
	background:#f5f5f5;
	color:#575756;
}
section.small {
	padding:30px 0px;
}
section.small h2{
	margin:0px;
}
footer {
	background-color:#40495a;
	padding:60px 0px 60px 0px;
	color:#FFF;
}
footer span{
	color:#FFF;
}
footer a{
	color:#FFF!important;
}
footer .smaller a{
	color:inherit!important;
}
footer h4{
	color:#006633 ;
	margin:0px 0px 0px 0px;
}
footer p{
	margin:0px 0px 0px 0px;
}
footer p.bigger{
	font-size:120%;
}
footer p.even-bigger{
	font-size:140%;
}
p.bigger,
strong.bigger{
	font-size:110%;
}
p.even-bigger,
strong.even-bigger,
.even-bigger p{
	font-size:120%;
}
ul.even-bigger{
	font-size:120%;
	font-weight:600;
	padding:0px;
}
p.even-even-bigger,
strong.even-even-bigger{
	font-size:140%;
	line-height:130%;
}
.ul-special-container {
	margin:0px auto;
	width:auto;
	overflow:auto;
	position:relative;
	display: table;
}
.ul-special-inner-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.special {
	float:left;
	overflow:auto;
	width:auto;
	padding:0px 30px;
	text-align:left;
	margin-bottom: 0px;
}
.dark-blue-text{
	color:#40495a!important;
}
.gold-text{
	color:#dac485!important;
}
.light-grey-text{
	color:#55b4d8!important;
}

.white-text{
	color:#FFF!important;
}
/* Base carousel reset */
#homepagecarousel {
    width: 100%;
}

#homepagecarousel .carousel-inner,
#homepagecarousel .carousel-item {
    width: 100%;
}

/* Slide background container */
#homepagecarousel .carousel-slide-bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* =========================
   DESKTOP (769px and up)
   Ratio: 1920 / 680
   ========================= */
@media (min-width: 769px) {

    #homepagecarousel .carousel-slide-bg {
        background-image: var(--desktop-bg);
        aspect-ratio: 1920 / 680;
    }
}

/* =========================
   MOBILE (768px and below)
   Ratio: 1:1
   ========================= */
@media (max-width: 768px) {

    #homepagecarousel .carousel-slide-bg {
        background-image: var(--mobile-bg);
        aspect-ratio: 1 / 1;
    }
}

/* Fix any potential inline spacing issues */
#homepagecarousel img {
    display: block;
}

/* Optional: smoother transitions */
#homepagecarousel .carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	z-index:11;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 1;
	z-index:11;
}
/*.carousel-control-prev {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.carousel-control-next{
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}*/
.carousel-control-prev-icon,.carousel-control-next-icon {
	opacity:0.5;
	width: 44px;
    height: 87px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon:hover,.carousel-control-next-icon:hover {
	opacity:1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon{
	background-image: url('../images/arrow-left-wht.png');
}
.carousel-control-next-icon {
	background-image: url('../images/arrow-right-wht.png');
}
.btn {
	font-family: "agenda", sans-serif;
	margin-bottom:4px;
	font-weight:600;
	white-space:normal !important;
	border-radius:10px;
	padding: 5px 10px!important;
    line-height: 1!important;
}
.btn-lg {
	border-radius:15px;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
a.btn-primary,
.btn-primary{
	color:#FFF;
	background:#40495a ;
	border:4px solid #40495a ;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
a.btn-primary:hover,
.btn-primary:hover{
	color:#40495a!important;
	background:#dac485!important;
	border:4px solid #dac485!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}

a.btn-primary-alt,
.btn-primary-alt{
	color:#FFF;
	background:#dac485 ;
	border:4px solid #dac485 ;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
a.btn-primary-alt:hover,
.btn-primary-alt:hover{
	color:#FFF!important;
	background:#40495a!important;
	border:4px solid #40495a!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}

.btn-secondary,
a.btn-secondary,
.btn-secondar-alt,
a.btn-secondary-alt{
	color:#40495a;
	background:#dac485;
	border:4px solid #dac485;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
.btn-secondary:hover,
a.btn-secondary:hover{
	color:#FFF!important;
	background:#40495a!important;
	border:4px solid #40495a!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
.btn-secondary-alt:hover,
a.btn-secondary-alt:hover{
	color:#40495a!important;
	background:#FFF!important;
	border:4px solid #FFF!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}

.form-control {
    display: block;
    width: 100%!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #68726a;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #b2b9b4;
    border-radius: 0;
    outline:none!important;
    box-shadow:none!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-bottom:8px;
}
.form-control:focus{
    border:1px solid #68726a;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.form-control::placeholder {
	color: #68726a;
	opacity: 1;
}
select.form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	border-radius:0px!important;
	padding-right: 2.5rem;

    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2368726a' d='M1.4 1.4L6 6l4.6-4.6L12 2.8 6 8 0 2.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
}
label {
	font-weight:normal;
}

.gallery-item img {
    border: 5px solid #FFF!important;
    max-width: 100%;
    height: auto;
}
.gallery-item {
	margin-bottom:0px!important;
	margin-top:0px!important;
}
video {
  width: 100%;
  height: auto;
}

.wpcf7-submit {
	font-family: "agenda", sans-serif;
    font-weight: 600;
    font-size:16px;
	white-space: normal !important;
    border-radius: 10px;
	padding:5px 10px;
	color: #40495a;
    background: #dac485;
    border: 4px solid #dac485;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
	cursor:pointer;
	color:#FFF;
	background:#40495a;
	border:4px solid #40495a;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.newsletter-signup .wpcf7-submit:hover {
	cursor:pointer;
	color:#40495a!important;
	background:#FFF!important;
	border:4px solid #FFF!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
	color:#f5f5f5;
	background:#CCC;
	border:4px solid #CCC;
}
.wpcf7-not-valid {
	border:1px solid #F00!important;
}
.wpcf7-not-valid-tip {
    color: #F00!important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450!important; /* Green */
	color:#46b450!important;
	border: 1px solid #46b450!important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #F00!important; /* Red */
	color: #F00!important;
	border: 1px solid #F00!important;
}

.wpcf7 form.spam .wpcf7-response-output {
	/* border-color: #f56e28; Orange */
	border-color: #f56e28!important; /* Red */
	color: #f56e28!important;
	border: 1px solid #f56e28!important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	/* border-color: #ffb900; Yellow */
	border-color: #ffb900!important; /* Red */
	color: #ffb900!important;
	border: 1px solid #ffb900!important;
}

.wpcf7-spinner {
    display: block;
	margin: 0 auto;
}
label {
	width:100%;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}
.wpcf7-submit {
  box-shadow: none!important;
}

* { box-sizing: border-box; }

/* ---- button ---- */

.button {
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
	margin-bottom:5px;
}

.button.is-checked {
  color:#3c3c3b;
	background:#CCC;
	border:4px solid #CCC;
  text-shadow: none;
}

.btn-primary:focus,
.button:active {
  box-shadow: none!important;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group .button-group {
  display: inline-block;
	margin-bottom:20px;
}
@media (min-width:1200px){
.item-block {
width:25%;
}
}
@media (min-width:991px) and (max-width:1199px){
.item-block {
width:33%;
}
}
@media (min-width:421px) and (max-width:990px){
.item-block {
width:50%;
}
}
@media (max-width:420px){
.item-block {
width:100%;
}
}
	
	.item-block {
		padding:0px 5px 20px 5px;
		font-size:16px;
		color:#333333!important;
		
	}

.cookie-notice-container {
	font-family: "agenda", sans-serif;
}
#cn-accept-cookie {
	color:#3c3c3b!important;
}
#cn-close-notice {
	display:none!important;
}
.testimonial-block {
	/*margin-top:60px;*/
	background:#EEEEEE;
	font-size:110%!important;
	padding:20px 30px 30px 30px;
}
.testimonial-block p {
	margin:0px;
}
.testimonial-block .arrow{
	max-height:48px;
	margin:0px;
}




@media (min-width:768px){
.gallery-columns-4 .gallery-item {
    width: 25%!important;
}
}
@media (min-width:420px) and (max-width:767px){
.gallery-columns-4 .gallery-item {
    width: 50%!important;
}
}
@media (max-width:419px){
.gallery-columns-4 .gallery-item {
    width: 100%!important;
}
}
.wpcf7-list-item-label,
.wp-caption-text {
	font-size:90%;
}

.greenbox {
	background:#006633;
	padding:30px 20px;
	border-radius:10px;
	margin:0px auto 20px auto;
	max-width:240px;
}
.greenbox h2{
	color:#FFFFFF!important;
	font-size:300%;
	margin:0px;
}
.greenbox p{
	color:#FFFFFF!important;
	font-size:140%;
	margin:0px;
	line-height:100%;
}

.sector-title {
	font-size:120%;
	color:#282359;
	margin-top:0px;
	margin-bottom:40px;
	line-height:120%;
}
.sector-box {
	background:#FFFFFF;
	padding:20px;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
	height:90%;
}
@media (min-width:991px){
.feature-block {
	padding:0px 20px;
}
.feature-block-centre {
	padding:0px 20px;
	border-right:1px solid #56a6db;
	border-left:1px solid #56a6db;
}
}
@media (max-width:990px){
.feature-block {
	padding:20px 0px;
	margin: 0px 15px;
}
.feature-block-centre {
	padding:20px 0px;
	border-top:1px solid #56a6db;
	border-bottom:1px solid #56a6db;
	margin: 0px 15px;
}
}
/*Blog Home Page Slider */
.events-slider,
.logo-slider {
	padding:0px;
}

/* Arrows */
.slick-prev,
.slick-next{
	position: absolute;
    top: 0;
    display: block;
    width: 44px;
    height: 100%;
	border:0;
	opacity: 0.5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor:pointer;
	background: transparent no-repeat center center;
	font-size:0;
	outline:none!important;
}
.events-slider .slick-prev {
    background-image: url(../images/arrow-left-wht.png);
}
.events-slider .slick-next {
    background-image: url(../images/arrow-right-wht.png);
}
.logo-slider .slick-prev {
    background-image: url(../images/arrow-left-lightblue.png);
}
.logo-slider .slick-next {
    background-image: url(../images/arrow-right-lightblue.png);
}
.slick-prev
{
    left: -65px;
}
.slick-next
{
    right: -65px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
@media (max-width:820px){
.slick-prev,
.slick-next{
	display:none!important;
}
}


/*@media (min-width:768px){
.testimonials-slider .article {
	height:100%!important;
}
.logo-slider .article {
	height:100px!important;
}
}*/
@media (max-width:767px){
/*.testimonials-slider .article {
	height:100%!important;
}
.logo-slider .article {
	height:100px!important;
}*/
.events-slider .article p.bigger{
	font-size:90%;
}
.events-slider .article p.even-bigger{
	font-size:90%;
}
}
.events-slider .article-text {
	text-align:center;
	width:100%!important;
	color:#40495a;
	border: solid transparent 15px;
	padding:15px;
	background:#FFF;
	height:100%!important;
	background-clip: padding-box;
	/*border-radius:40px;*/
}
.events-slider .article-text h4{
	min-height:50px!important;
	padding:0px 15px;
}
.events-page .article-text{
	text-align:center;
	width:100%!important;
	color:#40495a;
	padding:15px;
	background:#FFF;
	height:100%!important;
	background-clip: padding-box;
	/*border-radius:40px;*/
	margin-bottom:30px!important;
}
.events-page .article-text h4{
	min-height:50px!important;
	padding:0px 40px;
}
.logo-slider .article-text{
	padding:40px 10px 30px 10px;
	height: 240px;
}




.slick-slide {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-slide:hover {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-center {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.events-slider a {
    text-decoration: none!important;
}

.cta-box {
	margin:40px 0px;
	padding:30px 20px;
	background:#352763;
	color:#FFF;
	
}
.cta-box-grey {
	margin:40px 0px;
	padding:30px 20px;
	background:#f5f5f5;
	
}
.cta-box-white {
	padding:20px;
	border:1px solid #999697;
	border-radius:20px;
	background:#FFF;
	
}
.cta-box-green {
	padding:20px;
	border:1px solid #4EA455;
	border-radius:20px;
	background:#4EA455;
	
}
.other-box {
	padding:0px;
	color:#FFF;
    outline:1px solid #56a6db;
    outline-offset:-10px;
}
.no-border {
	border:none!important;
}
.same-height {
	height:100%!important;
}
@media (min-width:769px){
.show-on-desktop {
	position:absolute;
	margin-top:20px;
	margin-left:20px;
	height:100px;
	width:auto;
}
.show-on-mobile {
	display:none!important;
}
}
@media (max-width:768px){
.show-on-desktop {
	display:none!important;
}
.show-on-mobile {
	display:block!important;
}
}
.termly-styles-logo-cc6217 {
	display:none!important;
}

.section_3_block h2{
	color:#352763;
}
.section_3_block p{
	font-size:120%;
}

.news-block-image {
	background-size:cover!important;
	background-position:center center!important;
	background-repeat:no-repeat!important;
	text-align:center;
	width:100%!important;
	padding:60px 30px 60px 30px;
	background:#FFF;
	padding-bottom:40%;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	margin-bottom:0px;
	/*box-shadow: 0px 6px 6px rgba(0,0,0,0.3);*/
}
.news-block-text {
	text-align:left;
	width:100%!important;
	padding:15px 30px;
	background:#FFF;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	margin-bottom:0px;
	/*box-shadow: 0px 6px 6px rgba(0,0,0,0.3);*/
	margin-bottom:30px;
}
.attractor-box {
	display: table;
	border:4px solid #EEEEEE;
	color:#352763;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#FFF;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
	margin-bottom:30px;
}
.attractor-box-magenta {
	display: table;
	border:4px solid #d44980;
	color:#FFF;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#d44980;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.attractor-box-lightblue {
	display: table;
	border:4px solid #55b4d8;
	color:#FFF;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#55b4d8;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.attractor-box,
.attractor-box-magenta,
.attractor-box-lightblue {
	min-height:190px;
}

.attractor-box-new {
	margin-top:30px;
	display: table;
	border: solid transparent 15px;
	color:#FFF!important;
	text-align:center;
	width:100%!important;
	padding:20px 30px 30px 30px;
	background:#40495a;
	border-radius: 30px;
	margin:0px;
	min-height:100%;
	background-clip:padding-box;
}

.attractor-box-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.attractor-box-inner-with-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.attractor-box-inner h3,
.attractor-box-inner-with-icon h4,
.attractor-box-inner-with-icon p{
	margin:0px;
}
.attractor-box-inner h3{
	line-height:105%!important;
}
.attractor-box-inner-with-icon h4{
	line-height:110%!important;
	min-height:60px;
}
.attractor-box-inner-with-icon p{
	font-size:105%;
	line-height:120%!important;
	min-height:60px;
}
.attractor-box-inner-with-icon img{
	height:60px;
	width:auto;
	margin-bottom:15px;
}
.featured-member-image {
	width:100%;
	height:100%;
	background:#d44980;
	min-height:300px;
}
@media (min-width:769px){
.featured-member-image {
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
}
@media (max-width:768px){
.featured-member-image {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
}
.featured-member-text {
	width:100%;
	background:#f6fbfe;
	padding:30px;
}
.slick-track
{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    display: flex!important;
    align-items: center!important;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
	font-weight:600!important;
	color:#352763!important;
}
.news-content a:link,
.news-content a:visited,
.news-content a:active{
	color:#55b4d8!important;
}
.news-content a:hover{
	color:#d44980!important;
}
.post-info {
	color:#55b4d8;
	margin-top:-10px;
}
.newssidebar h2 {
	font-size:32px;
}
.newssidebar ul {
	background:#f6fbfe;
	padding:20px 30px;
	margin-bottom:40px;
}
.newssidebar ul a:link,
.newssidebar ul a:visited,
.newssidebar ul a:active{
	color:#55b4d8!important;
}
.newssidebar ul a:hover{
	color:#d44980!important;
}
.newssidebar ul li{
	list-style:none!important;
	margin-bottom:12px;
}

/* WP Numbered Pagination */

.navigation{
	text-align:center;
}
.navigation ul{
	padding:0;
	margin:0;
	margin-top:60px;
}
.navigation li a,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
    text-decoration:none;
    cursor: pointer;
	margin:0;
}
 
.navigation li {
    color: #fff;
	display: inline;
	font-weight:600;
	background-color: #55b4d8;
	padding: 15px 20px;
	margin: 0px 4px;
	border-radius:6px;
}
 	
.navigation li:hover,
.navigation li.active {
	background-color: #352763;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	list-style:none!important;
}

.navigation ul li::before {
  display: none!important; /* Needed to add space between the bullet and the text */ 
}
.whatsapp-cta,
.eventbrite-cta {
	margin:20px 0px 0px 0px;
	font-size:110%;
	/*line-height:100%;*/
	color:#FFF;
}
.eventbrite-cta p{
	padding:30px;
	background:#55b4d8;
}
.whatsapp-cta p{
	padding:30px;
	background:#d44980;
}

.member-attractor-box {
	border:4px solid #f5f5f5;
	width:100%!important;
	padding:40px;
	background:#fff;
	border-radius: 10px;
	margin-bottom:30px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
}
.member-attractor-box-grey {
	border:4px solid #f5f5f5;
	width:100%!important;
	padding:20px;
	background:#f5f5f5;
	border-radius: 10px;
	margin-bottom:40px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
}
.member-attractor-box-grey p{
	margin:0px;
}
.member-attractor-box-grey a:link,
.member-attractor-box-grey a:visited,
.member-attractor-box-grey a:active{
	text-decoration:none;
	color:#212529!important;
}
.member-attractor-box-grey a:hover{
	text-decoration:underline;
	color:#212529!important;
}

.member-attractor-box a:link,
.member-attractor-box a:visited,
.member-attractor-box a:active{
	text-decoration:underline;
	color:#352763!important;
}
.member-attractor-box a:hover{
	text-decoration:none;
	color:#352763!important;
}
.member-attractor-box a.tel:link,
.member-attractor-box a.tel:visited,
.member-attractor-box a.tel:active{
	text-decoration:none;
	color:#352763!important;
}
.member-attractor-box a.tel:hover{
	text-decoration:none;
	color:#352763!important;
}
.lead {
	font-weight:400;
}

#navbarCollapse li.btn-primary {
	margin-top:20px!important;
}
#navbarCollapse li.btn-primary a{
	color:#FFF!important;
}
.script-font {
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	font-size:120%;
}

.corner-flowers {
	height:200px;
	position:fixed;
	top:0;
	left:0;
	z-index:2999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.corner-flowers.shrink {
	height:130px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
@media (min-width:391px) and (max-width:430px) {
.corner-flowers,
.corner-flowers.shrink{
	height:120px!important;
}
}
@media (min-width:376px) and (max-width:390px) {
.corner-flowers,
.corner-flowers.shrink{
	height:110px!important;
}
}
@media (max-width:375px) {
.corner-flowers,
.corner-flowers.shrink{
	height:100px!important;
}
}
.cookieadmin-poweredby {
	display:none!important;
}

.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

.row.justify-content-center > div[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.news-block-image {
    height: 250px; /* adjust image height as required */
    background-size: cover;
    background-position: center;
}

.news-block-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-block-text p {
    flex: 1;
}

.lightbox-trigger {
	display:none!important;
}

#custom-sidebar .widget {
	background:#ececec!important;
	padding:30px!important;
	margin-bottom:30px!important;
}
#custom-sidebar .widget-title {
	margin-bottom: 15px!important;
}
#custom-sidebar .widget ul{
	margin-left:-40px;
}
#custom-sidebar .widget ul li{
	list-style:none;
}