body {
	overflow-x: hidden;    
	font-family: "filson-soft";
	background: #fff url(https://content.scriptureunion.org.uk/themes/custom/su/images/su-pattern-multi-small.jpg) repeat;
	padding-top: 135px;
	font-weight: 300;
	padding-bottom: 300px;
}
.suheader {
	background: #104d7a;
	color: #fff;
	height: 45px;
}
.suheader a {
	color: #fff;
}
.logo{
	min-width: 150px;
	width: 150px; 
}
.mh-90 {
	height: 90px
}
.thenav{
	background: #fff;
}
@media (max-width: 700px) {
	.ppf h2 {
		font-size: 1rem
	}
	.payees {
		font-size: .7rem
	}
}

.thenav a {
	color: #104d7a;
	padding: 1em 1.2em;
	font-weight: 500
}
.thenav a:hover {
	color: #239dc9;
	text-decoration: none;
}
header.fixed-top {
	border-bottom: 2px solid #f0f0f0;    
	background: #fff;
}
header.fixed-top nav {
	padding-top: 10px;
}
.ui-tabs li {
	border-bottom: 1px solid rgba(0,0,0,.125);	
}
.ui-tabs .event__card--list li {
	border-bottom: none !important
}

.ui-tabs .ui-tabs-nav a,
.nbg {
	padding: .75rem 1.25rem !important;
	display: block;
	transition: none;
}

.image001 {
	background: url('https://content.scriptureunion.org.uk/themes/custom/su/images/blue-pattern.png') repeat;
	background-position: 50%;    
}
.image002 {
	background: url('https://content.scriptureunion.org.uk/themes/custom/su/images/blue-pattern.png');
}
#event-date {
	font-size: 13px;
	line-height: 24px;
}
#clear {
	position: relative;
	top: 20px;
	padding: 8px;
}

.svg-mask {
	height: 355px;
	position: relative;
}
.svg-text {
	height: 355px;
}
.svg-mask:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}
.svg-mask:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-image: url(https://content.scriptureunion.org.uk/themes/custom/su/images/mask-banner-image.png);
	background-position: 0 100.1%;
	background-size: 104%;
	background-repeat: no-repeat;
}
.svg-mask h1 {
	color: #fff;
	padding-top: 120px;
	text-shadow: 0 1px 5px rgba(0,0,0,.74);
	font-weight: 300;
	font-size: 55px;
	font-size: 3.4375rem;
}
.svg-mask p {
	color: #fff;
	text-shadow: 0 1px 5px rgba(0,0,0,.74);
	font-weight: 300;
	font-size: 20px;
}

.intro {
	font-size: 36px;
	color: #ea6c11;
}
.intro a {
	 color: #ea6c11;   
}


.btn-default {
	background:#239dc9;
	border-color: #239dc9;
	color: #fff;
	border-radius: 0;
	
}
.btn-default:hover {
	color: #fff;
	background-color: #1c7ea1;    
	
}

.btn-lg {
	padding: 30px 100px;
}

.alert-top {
	margin-bottom: 0;
	border: none;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
	background-color: #2ca8d7;   
	border-radius: 0; 
}



.process {
	display: inline-block;
	font-size: 16px;
	color: #239dc9;
	margin-top: 50px;
}

.process li {
	width: 5em;
	height: 5em;
	text-align: center;
	line-height: 5em;
	border-radius: 3em;
	background: dodgerblue;
	margin: 0 4em;
	display: inline-block;
	color: white;
	position: relative;
	font-weight: 900
}
.process li span {
	position: absolute;
	margin-top: -50px;
	color: #239dc9;
	width: 100%;
	left: 0;
	line-height: 1.2;
	font-weight: 300;
}

.process li::before{
	content: '';
	position: absolute;
	top: 1.9em;
	left: -6em;
	width: 4em;
	height: 0.2em;
	background: #add8e6;
	z-index: -1;
}
.sm-gutters>.col, .sm-gutters>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}
#search label {
	margin-bottom: 0;
	font-size: .8rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;	
	height: 21px;
	
}
#event-date {
	margin-top: 0px
}

.process li:first-child::before {
  display: none;
}

.process .active {
  background: #239dc9;
}

.process .active ~ li {
  background: #ea6c11;
}

.process .active ~ li::before {
  background: lightblue;
}



.found {
	font-size: 22px;
	font-weight: 500;
	color: #ea6c11;
	padding-bottom: 10px;
}


.btn-primary {
	color: #fff;
	background-color: #239dc9;
	border-color: #239dc9;
	border-radius: 0;
}
.btn-primary:hover {
	background-color: #1c7ea1
}
.btn-secondary {
	color: #239dc9;
	background-color: #ffffff;
	border-color: #239dc9;
	border-radius: 0;    
}
.btn-secondary:hover {
	background-color: #1c7ea1;
	color: #fff;
	border-color: #1c7ea1
}
.btn-md {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}
.list-toggle {
	margin: 2rem
}


.table td, .table th {
	border-top: 1px solid #2ca8d7;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f8fcfe;
}
.etable td {
	vertical-align: middle!important;
}
.e-name {
	font-size: 1.2em;
	font-weight: 500
}
.e-age,
.e-type {
	background: #eaeaea;
	border-radius: 0.9rem;
	display: inline-block;
	padding: 3px 10px;
	font-size: 0.7em;
	font-weight: 100;
}
.e-applied span {
	background: #daedec;
	padding: 9px 10px;
	font-family: rift-soft, sans-serif;
	font-weight: 100
}
.e-applied .accepted {
	color: #fff;
	background: #4caf50;
	font-weight: 900;
}
.e-applied .pay {
	display: block;
	background: #ea6c11;
	color: #fff;
}
.e-applied a:hover {
	text-decoration: none;
}
.e-applied a:hover .pay {

	background: #ff6b00
}
.form-control {
	border: 1px solid #239dc9;
	border-radius: 0;
}



.two-up img {
	width: 100%
}
.orange {
	color: #ea6c11
}
a.orange {
	color: #ea6c11;
	text-decoration: underline;
}
.blue {
	color: #004e7d;
}



.acf-map {
	width: 100%;
	height: 500px;
}
.toggle {
	display: none !important;
}


#search .nice-select.form-control {
	padding: 0;
	padding-left: 18px;
	padding-right: 30px;	
	width: 100%;	
}
.nice-select.form-control .list {
	left: 0 !important;
	right: 0 !important;
	box-shadow: 0 0 0 1px rgba(35, 157, 201, 1);
	border-radius: 0;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color:#f0faff;
	color: #104d7a
}
#search .form-control {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#search .nice-select:hover {
	border-color: #ea6c11;
}


#selector .nice-select.form-control {
	padding: 0;
	padding-left: 18px;
	padding-right: 30px;	
	width: 100%;	
}
#selector .nice-select:hover {
	border-color: #ea6c11;
}
#selector .row {
	margin-bottom: .6rem
}
.price__info {
	text-align: right;
	border-bottom: 1px solid #239dc9;
	padding-bottom: 16px;
}

#holidayCarousel {
  height: 300px;
  overflow: hidden;
  margin-bottom: 1rem
}
.mySwiper {
  height: 400px;
  margin-bottom: 1rem
}
.swiper-slide {
	height: 400px;
}

.mySwiper .swiper-slide  {
	background-size: cover;	
}

.icon__date  {display: block; background: url('../i/i_dat.svg'); background-size: 25px; background-repeat: no-repeat; padding-left: 35px;}
.icon__dura  {display: block; background: url('../i/i_dur.svg'); background-size: 25px; background-repeat: no-repeat; padding-left: 35px;}
.icon__ages  {display: block; background: url('../i/i_age.svg'); background-size: 25px; background-repeat: no-repeat; padding-left: 35px;}
.icon__cost  {display: block; background: url('../i/i_cos.svg'); background-size: 25px; background-repeat: no-repeat; padding-left: 35px;}
.icon__acco  {display: block; background: url('../i/i_acc.svg'); background-size: 25px; background-repeat: no-repeat; padding-left: 35px;}



:root {
	--swiper-theme-color: #104d7a;
}
.faded {
	background: rgba(0, 170, 219, 0.19);
	padding: 50px 0;
	margin-bottom: 30px;    
}
ul.status {
	font-size: 30px;
	color: #104d7a
}


.files a {
	color: 	#104d7a;
	background: #FFF;
	display: block;
	padding: 10px;
}
.files a {
	color: 	#104d7a
}
.files p {
	font-size: 10px;
	
}
.files p + p {
	font-size: 13px;
	
}
.files img {
	margin-bottom: 10px
}



.card .nav-link {
	padding: 1.5rem 1rem;
} 
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #00aadb;
	background: #00aadb;
	color: #fff;
}
.nav-tabs .nav-link {
	border-top-color: #004e7d;
	border-left-color: #004e7d;
	border-right-color: #004e7d;   
	background: #004e7d;
	color: #fff;     
}
.worldpay {
	width: 80%;;
	min-height: 400px;
	border:none;
}
.e-type.tab {
	display: none;
}



.badge-secondary {
	background: #ea6c11;
	font-weight: 300;
}
.badge {
	border-radius: 0.9rem;
}

@media screen and (max-width: 992px) {
	
	.suheader {
		display: none;
	}
	.container {
		max-width: 100%;
	} 
	body {
		padding-top: 90px
	}       
	
	
}


@media screen and (max-width: 850px) {
	
	nav.nav  {
		display: none;
	}
	.toggle {
		display: block !important;
	}
	.mh-90 {
		height: 60px;
	}
	.logo {
		min-width: 40px;
		width: 110px;
		padding-top: 0px;
	}    
	.toggle {
		float: right;
		margin-top: -38px;
		
	}
	body {
		padding-top: 60px
	}
	.svg-mask {
		height: 235px;
		position: relative;
	} 
	.svg-text {
		height: 235px
	}
	.svg-mask h1 {
		color: #fff;
		padding-top: 80px;
		font-size: 7vw;
	}    
	.btn-lg {
		padding: 20px 20px;
		display: block
	}     
	.process {
		padding: 0;
		margin: 0;
		margin-left: -200px;
	}  
	.process li {
		display: block;
		margin-bottom: 10px;
	} 
	.process li span {
		margin-top: 0;
		left: 100px;
		top: 26px;
		text-align: left;
	}   
	.process li::before {
		content: none;
	} 
	.intro {
		font-size: 18px;
		margin-top: 10px;
	}
	.table td, .table th {
		padding: .75rem 0
	}
	.e-name,
	.e-location,
	.e-dates {
		font-size: 0.9rem;
	}
	 .e-location {
		 display: none;
	 }
	 .e-type.tab {
		 display: inline-block;
	 }
	.e-apply a {
		width: 100px;
		white-space: normal;
		font-size: 13px
	}
	.o-table.table td {
		display: inline-block;
		border:none;
	}
	.o-table.table tr {
		border-bottom: 1px solid #239dc9
	}
	.o-table.table td.e-name {
		width: 100%
	}
	.o-table.table td.e-location,
	.o-table.table td.e-dates  {
		width: 50%;
	}
	.o-table.table td.e-applied {
		width: 50%;
	}
	td.e-dates {
		font-size: 0.9rem
	}
	.o-table.table td, .o-table.table th {
		padding: .2rem .2rem
	}      
	.o-table.table td.e-location {
		padding-top: 0;
		padding-bottom: 0;
	}
	.o-table.table td.e-name {
		padding-top: 10px;

	}    
	.o-table .e-apply a {
		width: auto;
		white-space: nowrap;
		display: block
	}
	.o-table .e-applied span {
		padding:  .375rem .75rem;
		display: block
	}
 

	
}




@media screen and (min-width: 851px) and (max-width:1200px){
	
	.process li {
		width: 3em;
		height: 3em;
		line-height: 3em;
		margin: 0 3em
	}
	.process li span {
		text-align: center;
		display: inline-block;
		width: 119px;
		left: -34px;
	}    
	
	
	
}






.sidebar-offcanvas-button{
	height:20px;
	width:70px;
	font-style:normal;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#239dc9;
	font-family:rift-soft,sans-serif;
	line-height:1.2;
	padding:5px 0;
	margin:0;
	border-width:0;
	position:absolute;
	top:-25px;
	left:calc(100% - 90px);
	transition:border .4s ease;
	border:2px solid #fff;
	border-radius:0;
	background:0 0;
	display:inline-block;
	z-index:9;
	box-sizing:content-box
}
.sidebar-offcanvas-button .text{
	margin-right:.6em;
	position:relative;
	top:-2px;
	transition:all .4s ease 0s;
	font-size: 16px
}
.sidebar-offcanvas-button:focus,.sidebar-offcanvas-button:hover{
	background:#fff;
	color:#239dc9;
	outline:0;
	padding:5px 0
}
.sidebar-offcanvas-button:focus.open,.sidebar-offcanvas-button:hover.open{
	border-color:#239dc9
}
.sidebar-offcanvas-button:focus .icon-cross,.sidebar-offcanvas-button:focus .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,.sidebar-offcanvas-button:hover .icon-cross,.sidebar-offcanvas-button:hover .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar .sidebar-offcanvas-button:focus .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar .sidebar-offcanvas-button:hover .ui-dialog-titlebar-close:before{
	transform:rotate(360deg)
}
@media screen and (min-width:1040px){
	.sidebar-offcanvas-button{
		display:none
	}
}
.sidebar-offcanvas-button .bars{
	height:17px;
	width:23px;
	position:relative;
	margin:0;
	transform:rotate(0);
	transition:.5s ease-in-out;
	cursor:pointer;
	display:inline-block
}
.sidebar-offcanvas-button .bars span{
	display:block;
	position:absolute;
	height:3px;
	width:100%;
	background:#239dc9;
	opacity:1;
	right:0;
	transform:rotate(0);
	transition:.25s ease-in-out
}
.sidebar-offcanvas-button .bars span:nth-child(1){
	top:0
}
.sidebar-offcanvas-button .bars span:nth-child(2){
	top:8px
}
.sidebar-offcanvas-button .bars span:nth-child(3){
	top:16px;
	width:50%
}
.sidebar-offcanvas-button.close .bars span:nth-child(3),.sidebar-offcanvas-button:hover .bars span:nth-child(3){
	width:100%
}
.sidebar-offcanvas-button.close .bars span:nth-child(1){
	top:8px;
	transform:rotate(135deg)
}
.sidebar-offcanvas-button.close .bars span:nth-child(2){
	opacity:0;
	right:-50px
}
.sidebar-offcanvas-button.close .bars span:nth-child(3){
	top:8px;
	transform:rotate(-135deg)
}
.layout-sidebar-offcanvas.sidr.right .block:focus{
	outline:0
}
.layout-sidebar-offcanvas.sidr.right .block-system-branding-block{
	display:none;
	position:relative;
	margin:0 0 1em
}
.layout-sidebar-offcanvas.sidr.right .block-system-branding-block:after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	height:2px;
	background:#f0f0f0;
	display:block
}
.layout-sidebar-offcanvas.sidr.right .block-system-branding-block h1{
	padding:0;
	margin:0;
	position:relative;
	margin-bottom:1.5em;
	height:70px;
	max-width:100px;
	background:0 0;
	box-shadow:none
}
.layout-sidebar-offcanvas.sidr.right .block-system-branding-block h1 a{
	position:relative;
	top:20px;
	right:0;
	bottom:0;
	left:0
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right .block-system-branding-block h1{
		width:100px;
		max-width:100px
	}
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page{
	position:relative;
	font-size:16px;
	font-size:1rem;
	margin-bottom:1em
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page{
		margin-bottom:0
	}
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page form{
	padding:0;
	margin:0
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page label{
	display:none
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-type-textfield{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:5px
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-type-textfield:before{
	font-family:icomoon!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	color:#fff
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-type-textfield:before{
	font-size:1.2em;
	color:#239dc9;
	position:absolute;
	right:10px;
	bottom:calc(50% - .48em);
	z-index:1
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-type-textfield .form-text{
	padding:.6em 38px .6em .5em;
	margin:0;
	font-style:normal;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#239dc9;
	font-family:rift-soft,sans-serif;
	line-height:1.2;
	font-size:1em;
	border:2px solid #f0f0f0;
	color:#323232;
	line-height:1.5;
	width:100%;
	float:left;
	background:#fff
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-actions{
	padding:0;
	margin:0;
	position:absolute;
	top:7px;
	right:0;
	z-index:10
}
.layout-sidebar-offcanvas.sidr.right .block-views-exposed-filter-blocksu-global-search-search-page .form-actions .form-submit{
	height:calc(45px - 14px);
	width:30px;
	opacity:0
}
.layout-sidebar-offcanvas.sidr.right ul.menu{
	border-width:0;
	overflow:visible
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right ul.menu{
		overflow:hidden
	}
}
.layout-sidebar-offcanvas.sidr.right ul.menu .sf-clone-parent{
	display:none
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li{
	border-top-width:0;
	border-bottom-width:0;
	margin:0;
	position:relative;
	display:block;
	line-height:38px
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li a{
	padding:0;
	font-style:normal;
	font-weight:300;
	color:#239dc9;
	font-family:filson-soft,sans-serif;
	line-height:1.5;
	line-height:38px;
	font-size:1em
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li a.button-primary{
	color:#fff
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li a.button-primary:after{
	display:none
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right ul.menu>li a{
		line-height:2.5em
	}
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>.sf-accordion-button{
	position:absolute;
	top:0;
	right:0;
	height:38px;
	width:38px;
	background:#fff;
	color:#fff;
	font-size:10px
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>.sf-accordion-button:before{
	font-family:icomoon!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	color:#239dc9
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>.sf-accordion-button:before{
	color:#239dc9;
	position:absolute;
	top:15px;
	left:15px
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li.sf-expanded>.sf-accordion-button:before{
	font-family:icomoon!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	color:#239dc9
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li:hover a{
	box-shadow:none
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul{
	position:relative;
	z-index:1;
	overflow:visible!important
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul:before{
	content:'';
	position:absolute;
	top:0;
	right:-100%;
	bottom:0;
	left:-100%;
	background:#239dc9;
	z-index:0
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul li{
	position:relative;
	border-top:0;
	border-bottom:1px solid #fff
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul li:last-child{
	border-bottom:0
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul li{
		padding-right:1.5em;
		padding-left:1.5em
	}
}
.layout-sidebar-offcanvas.sidr.right ul.menu>li>ul a{
	font-size:16px;
	font-size:1rem;
	padding:.5em 0;
	color:#fff
}
.layout-sidebar-offcanvas.sidr.right .menu--account{
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
	padding:1.2em 0 0;
	margin:0 0 1.2em
}
@media screen and (min-width:760px){
	.layout-sidebar-offcanvas.sidr.right .menu--account{
		padding-top:1em;
		margin-top:1.5em;
		margin-bottom:1.5em
	}
}
.layout-sidebar-first .button--svg,.layout-sidebar-second .button--svg{
	width:110%!important;
	left:-5%
}
.layout-sidebar-first .block-su-slice-anchor-links-block,.layout-sidebar-second .block-su-slice-anchor-links-block{
	transition:all .4s ease 0s;
	display:none!important
}
@media screen and (min-width:760px){
	.layout-sidebar-first .block-su-slice-anchor-links-block,.layout-sidebar-second .block-su-slice-anchor-links-block{
		display:block!important
	}
}
.layout-sidebar-first .block-su-slice-anchor-links-block h4,.layout-sidebar-second .block-su-slice-anchor-links-block h4{
	height:1px;
	width:1px;
	position:absolute!important;
	clip:rect(1px,1px,1px,1px);
	overflow:hidden;
	word-wrap:normal
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li{
	padding-bottom:1.5em;
	padding-left:3em;
	position:relative
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:before,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:before{
	content:'';
	position:absolute;
	top:.5em;
	left:1em;
	height:9px;
	width:9px;
	border:1px solid #eff0f1;
	border-radius:50%;
	z-index:2;
	background:#fff
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li.active:before,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li.active:before{
	background:#239dc9
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:calc(4px + 1em);
	border-left:1px solid #eff0f1;
	z-index:1
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:first-child:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:first-child:after{
	top:10px
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:last-child:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li:last-child:after{
	bottom:auto;
	height:15px
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a{
	font-style:normal;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#239dc9;
	font-family:rift-soft,sans-serif;
	line-height:1.2;
	position:relative;
	text-decoration:none!important;
	font-size:1.2em
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:after{
	content:'';
	position:absolute;
	bottom:-3px;
	left:0;
	height:2px;
	width:100%;
	background:#239dc9
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:after{
	content:'';
	transition:all .4s ease 0s;
	left:0;
	width:0
}
.layout-sidebar-first .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:hover:after,.layout-sidebar-second .block-su-slice-anchor-links-block .su-slice-anchor-links ul li a:hover:after{
	width:100%;
	width:100%
}
.layout-sidebar-first .flag,.layout-sidebar-second .flag{
	text-align:center;
	position:relative;
	margin-bottom:10px
}
.layout-sidebar-first .flag>a,.layout-sidebar-second .flag>a{
	font-style:normal;
	font-weight:700;
	color:#239dc9;
	font-family:filson-soft,sans-serif;
	line-height:1.5;
	font-size:16px;
	font-size:1rem;
	transition:all .4s ease 0s;
	padding:.75em 1.5em;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:transparent;
	border:0;
	border-radius:2px;
	color:#239dc9;
	cursor:pointer;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
	text-decoration:none;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle;
	white-space:normal;
	border:2px solid #239dc9!important;
	width:100%
}
.layout-sidebar-first .flag>a:focus,.layout-sidebar-first .flag>a:hover,.layout-sidebar-second .flag>a:focus,.layout-sidebar-second .flag>a:hover{
	padding:.75em 1.5em;
	background-color:#1c7ea1;
	color:#239dc9
}
.layout-sidebar-first .flag>a:disabled,.layout-sidebar-second .flag>a:disabled{
	cursor:not-allowed;
	opacity:.5
}
.layout-sidebar-first .flag>a:disabled:hover,.layout-sidebar-second .flag>a:disabled:hover{
	background-color:#239dc9
}
.layout-sidebar-first .flag>a:focus,.layout-sidebar-first .flag>a:hover,.layout-sidebar-second .flag>a:focus,.layout-sidebar-second .flag>a:hover{
	padding:.75em 1.5em;
	background-color:#239dc9;
	color:#fff
}
.layout-sidebar-first .flag>a+div,.layout-sidebar-second .flag>a+div{
	position:absolute;
	top:50%;
	margin-top:-6px
}


.sidebar-offcanvas-button.close {
	top: -20px;
	left: calc(100% - 88px);

}










.sidenav {
	height: calc(100% - 62px);
	width: 0; 
	position: fixed; /* Stay in place */
	z-index: 1000000; 
	top: 62px; 
	right: 0;
	background-color: #fff; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px; 
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav a {
	display: block;
	color: #239dc9;
	padding: 10px 30px;
}





.date-of-birth select {
	width: 20%;
	display: inline-block;
}
label + input {
	margin-top: -0.5em;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ea6c11;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(234, 108, 17, 0.66);
}
legend, #applicationform h2 {
	color: #ea6c11;
	font-weight: 200;
}
#applicationform .hidden {
	display: none;
}
legend {
	font-size: 2rem;    
}
.checkbox input[type=checkbox] {
	margin-right: 20px;
}
a {
	color: #239dc9;
	transition: all .4s ease;
} 
a:hover {
	color: #1a7697;
	text-decoration: none;
}  
 
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
 background: rgba(84,191,238,.3)!important;    
}  
.tooltip-inner {
	max-width: 500px;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	background-color: #ea6c11;
	border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #ea6c11;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #ea6c11;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #ea6c11;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #ea6c11;
}
.next-tab {
	display: block;
	margin-bottom: 20px;
	padding: 17px;    
}


#svgspin {
  text-align: center;
  animation: spin .8s linear infinite; 
  display: block; 
  fill: #ea6c12;
  height: 150px; 
  width: 150px;
  position: relative;
  margin: 5px auto;
}


@-moz-keyframes spin {
  100% {
	-moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
	-webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
	-webkit-transform: rotate(360deg); 
	transform:rotate(360deg);
  }
}

#activity-out {
	background: rgba(16, 78, 123, 0.9);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	
}
#activity-out h2 {
	max-width: 50vw;
	margin: 25vh auto 20px auto;
	text-align: center;
	
}
#activity-out p {
	margin: 0 auto;
	text-align: center;
}
#paymentForm {
	background: #F0F2F4;
	padding: 20px;
}
#paymentForm p {
	text-align: left;
}
#paymentForm .form-control {
	border: 1px solid #ccc;
	border-radius: 2px;
}
.mw-50 {
	max-width: 400px;   
	margin: 0 auto
}

.alert {
	margin: 0;
	border: none !important;
}
.nav-banner {
	background: #239dc9;
	padding: 1rem;
	color: #fff;
	font-size: .8rem
}
	.nav-banner a {
		color: #fff
	}


.deposit__info {
	background: #f0faff;
	display: inline-block;
	padding: 1rem;
	color: #239dc9;
	font-weight: 600
}
.btn-book span {
	font-size: 2rem;
	display: block;
	position: relative;
	top: 10px;
}
.btn-book {
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.event__card {
	background: #f0faff;
	display: block;
	padding: 1rem;
	margin-bottom: 2rem;
	overflow: hidden;
	position: relative;
}
	.event__card h2{
		color: #239dc9;
		font-size: 1.5rem
	}
	.event__card--list {
		list-style-type: none;
		padding: 0;
		font-size: .9rem
	}
	.event__card img {
		height: 170px;
		width: 100%;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.event__card--list span {
		font-weight: 600
	}
	.event__card--banner {
		background: #ea6c11;
		color: #fff !important;
		font-weight: 900;
		padding: .4rem;
		font-size: .7rem;
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
	.event__card:hover {
		box-shadow: 0px 0px 1px 3px rgba(35, 157, 201, 0.899)
	}
	.event__card:hover h2 {
		color: #104d7a
	}	
	
.event__bookin--list {
	margin: 0;
	padding: 0;
	color: #104d7a;
}	
	.event__bookin--list span {
		font-weight: 400
	}
	.event__bookin--list li {
		font-size: .8rem;
		display: inline-block;
		padding-right: 1rem
	}
.booking-card {
	background: #f0faff;
	border: 3px solid #f0faff;
	border-radius: 10px;
	margin-bottom: 1rem
}
	.booking-card.alerts {
		border: 10px solid #ff8f00;
		/* border: 10px solid rgba(255, 143, 0, 0.495); */
	}
	.booking-card h2 {
		font-size: 2rem;
		font-weight: 600;
		color: #104d7a;
		margin-bottom: 0
	}
	.booking-card h3 {
		font-size: 1rem;
		color: #104d7a;
		font-weight: 400;
		margin-top: .4rem
	}
.attendee__add {
	border: 2px dashed #104d7a;
	background: url('../i/plus.svg');
	background-position: 50% 40%;
	background-repeat: no-repeat;
	width: 230px;
	text-align: center;
	color: #104d7a;
	margin-right: 2rem;
	margin-bottom: 2rem;
	background-size: 70px;
	
	
	
}	
	.attendee__add a {
		color: #104d7a;
		font-weight: 600;
		display: block;
		height: 200px;
		line-height: 340px
	}
	.attendee__add:hover {
		background-color: #fff
	}	
	.attendee__add .pp {
		padding: .2rem;
		background: #104d7a;
		text-align: right;
		position: relative;
		bottom: -3px;
	}
	
.attendee__card--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.attendee__card {
		padding: .2rem;
		width: 230px;
		margin-right: 2rem;
		margin-bottom: 2rem;
		background:  #104d7a;		
	}
	.attendee__card h2 {
		font-size: 1rem;
		text-align: center
	}
	.attendee__card--inner {
		background:#fff;
		padding: 1rem 1rem 0rem 1rem;
		min-height: 200px
	}
	.attendee__card--inner.success {
		background: #fff url('../i/tick-g.svg');
		background-position: 50% 40%;
		background-repeat: no-repeat;
		background-size: 89px;
	}
	.attendee__card--inner.caution {
		background: #fff url('../i/exclaim.svg?v=1');
		background-position: 50% 40%;
		background-repeat: no-repeat;
		background-size: 25px;
	}	
	.success .attendee__card--name {
		align-items: flex-end;
	}
	.caution .attendee__card--name {
		/* align-items: flex-end; */
	}	
	@media (min-width: 600px)
	{
		.attendee__card--wrap {		
			justify-content: flex-start
		}
		
	}
	
	
.pay__tab {
	background: #f0faff;
	color: #104d7a;
	padding: 2rem;
	text-align: center;
}
.pay__tab-o {
	padding: 2rem;	
	color: #104d7a;
	text-align: center;
}
.pay__tab p{
	text-align:left
}
	
.braintree {
	min-height: 300px;
	background: 
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #239dc9;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #239dc9 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}







label.error {
	margin-left: 0;
	color: red;
	font-weight: 400;
}
.rb + label.error {
	position: absolute;
	left: 210px;
}

	
.ui-tabs li {
	list-style-type: none
}	
.totals td {
	border-top: 2px solid #104d7a;
	background: #fff
}
.table-striped th {
	font-weight: 400;
}
.totals__dep {
	font-size: 1.2rem;
	font-weight: 400;
}
.attendee__card--name {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center
}
	.attendee__card--balance {
		font-size: .9rem;
	}
	.attendee__card--balance span {
		position: relative;
		top: 5px;
	}
	
@media print {
		.svg-mask {
			height: auto;
		}
		.svg-mask h1 {
			color: #333;
			padding-top: 20px
		}
		nav {
			display: none !important
		}
		.svg-mask  a {
			display: none;
		}
		.image002 {
			background:  none;
		}
		.svg-mask:before {
			display: none;
		}
		.svg-mask:after {
			display: none;
		}
}
.notice-error {
	background: #ea6c11;
	color: #fff;
	padding: 1rem;
	text-align: center
}
.nav-tabs span.nav-link:focus, 
.nav-tabs span.nav-link:hover {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.ew1 .nice-select.form-control .list {
	min-width: 250px;
}
.ew2 .nice-select.form-control .list {
	min-width: 180px;
}


.login__mob {
	display: block;
	float: right
}
@media (min-width: 993px)
{
	.login__mob {
		display: none;
	}
	
}