/*  (C) 2019 Endis Ltd. 
	No permission is given to use this code, except on an Endis/ChurchInsight website.

	ChurchInsight over-ride CSS file for the Creation template.
	WARNING - do not edit this file unless you know exactly what you are doing. 
	You might consider making a BACKUP COPY before you change anything.
	If you need advice, contact ChurchInsight Support. */

/* Size of LOGO image */

header .logo-icon img { 
	height: 44px !important; /* <<< mobile logo height */
}
@media(min-width:467px){header .logo-icon img
{ 
	height: 44px !important; /* <<< tablet logo height */
}}
@media(min-width:992px){
  	header .logo-icon img { 
		height: 79px !important; /* <<< desktop logo height */
    }
    header.HeaderSmall section.slice_Header_L .logo-icon img {
      height:32px !important; /* <<< desktop shrunken logo height */
    }
}
@media(min-width:1250px){
  	header .logo-icon img { 
		height: 79px !important; /* <<< desktop logo height */
    }
    header.HeaderSmall section.slice_Header_L .logo-icon img {
      height:66px !important; /* <<< desktop shrunken logo height */
    }
}

/* Gap between logo and top/bottom of screen  */
header div.logo-container 
{
	margin-top: 3px !important; /* <<< logo gap from top for mobile/tablet */
}
@media(min-width:992px){
  	header div.logo-container {
		margin-top: 25px !important; /* <<< logo gap from top for desktop */
	}
	header.HeaderSmall section.slice_Header_L div.logo-container {
      margin-top:5px !important; /* <<< logo gap from top for shrunken desktop */
    }
}

/* To make more space in the header when menu entries start over-writing the logo, adjust this */
header section.slice_Header_L div.nav-menu {
  margin:0; padding:7px 10px 7px 0;
	transition:padding 300ms linear !important;
}
@media(min-width:1100px){
header section.slice_Header_L div.nav-menu {
  padding-right: 40px;
}
}
@media (max-width:900px) {
	header section.slice_Header_L div.nav-menu {margin-top:55px;}
}
@media (max-width:900px) {
  header.HeaderSmall section.slice_Header_L div.nav-menu {margin-top:20px;} 
}

.slice_Header_L div.nav-menu ul.root_menu > li > a {font-size:18px;font-weight:700;}
.slice_Header_L div.nav-menu {line-height:1;}
@media (max-width:1400px) and (min-width:992px) {
  .slice_Header_L .nav-menu ul.root_menu > li > a {
    font-size:16px;padding-left:12px;padding-right:12px;}
}

/* Control header indentation on desktop screens */
section.slice_Header_L div.logo-container {transition:margin-left 300ms linear;}
section.slice_Header_L div.nav-menu {transition:padding-right 300ms linear;}
@media (min-width: 1100px) {
	section.slice_Header_L div.top-link-wrapper { margin-right: 50px; }
    section.slice_Header_L div.logo-container {margin-left: 50px;}
    section.slice_Header_L div.nav-menu {padding-right: 50px;}
}
@media (max-width:1500px) {
  header.HeaderSmall section.slice_Header_L div.logo-container {margin-left:10px;}
  header.HeaderSmall section.slice_Header_L div.top-link-wrapper {margin-right:10px;}
  header.HeaderSmall section.slice_Header_L div.nav-menu {padding-right:10px;}
}

header .logo-icon img { 
	width:  auto !important; 
  	transition:width 300ms linear, height 300ms linear;
}
header div.logo-container {margin-bottom: 0 !important;}

section.slice_Header_L div.nav-menu ul.root_menu ul {
	box-shadow: 0px 10px 10px 2px rgba(0,0,0,.12);
}

/* slide show button and round pager button colour */ 
section.slice_SlidesFullWidth div.bx-pager a, 
section.slice_content_page div.main-content div.bx-pager a
{
    background-color: #f5f5f5 !important; /* <<< slide show button background color */
    border-color: #f5f5f5 !important; /* <<< slide show button border color */
}
section.slice_SlidesFullWidth div.bx-pager a:hover, 
section.slice_SlidesFullWidth div.bx-pager a.active,
section.slice_content_page div.main-content div.bx-pager a:hover,
section.slice_content_page div.main-content div.bx-pager a.active
{
    background-color: #ff4600 !important; /* <<< slide show button background color */
    border-color: #ff4600 !important; /* <<< slide show button border color */
}

.slice_SlidesFullWidth a.slideButton,
body.OnSmallAppleDevice section.slice_SlidesFullWidth a.slideButton:hover
{
    background-color: #ff4600 !important; /* <<< slide show button background color */
    border-color: #ff4600 !important; /* <<< slide show button border color */
  	color: white !important;
}

.slice_SlidesFullWidth a.slideButton:hover
{
    background-color: #dD3345 !important; /* <<< slide show button background color */
    border-color: #dD3345 !important; /* <<< slide show button border color */
}

section.slice_WhatsOnSlidesEB_L div.bx-pager a, 
section.slice_WhatsOnSlidesEB_L div.bx-pager a
{
    background-color: #000000 !important; /* <<< slide show button background color */
    border-color: #000000 !important; /* <<< slide show button border color */
}
section.slice_WhatsOnSlidesEB_L div.bx-pager a:hover, 
section.slice_WhatsOnSlidesEB_L div.bx-pager a.active
{
    background-color: #ff4600 !important; /* <<< slide show button background color */
    border-color: #ff4600 !important; /* <<< slide show button border color */
}

/* Time and Location logos */
section.slice_ServiceText_L {background-color:white;margin:10px 0 50px;}
section.slice_ServiceText_L div.blocks {
  background-color:#fef5f2;border:none;border-radius:10px;
}
section.slice_ServiceText_L div.block2-1, 
section.slice_ServiceText_L div.block2-2 {color:inherit;}
.slice_ServiceText_L .block2-1::after, .slice_ServiceText_L .block2-2::after,
.slice_ServiceTextEB_L .block2-1::after, .slice_ServiceTextEB_L .block2-2::after
{
    color: #ff4600 !important; /* <<< Clock and Location icon colour */
}

/* Search box */
header div.search-overlay
{
    background-color: #000000 !important; /* <<< Search box back-ground colour */
}

/* Code to make slide-shows look better on mobile screens */
section.slice_SlidesFullWidth,
section.slice_WhatsOnSlidesEB_L {overflow-x:hidden;} /* hide anything that pokes outside */
@media (max-width:767px) {
	section.slice_SlidesFullWidth div.bannerSlides {
		width: 200%; /* double the width, which doubles the height, and then translate so we see the middle 50% */
		transform: translateX(-25%);
		overflow-x:hidden; /* hide anything that pokes outside */
	}
  	section.slice_WhatsOnSlidesEB_L div.bannerSlides {
		width: 150%; /* double the width, which doubles the height, and then translate so we see the middle 50% */
		transform: translateX(-16.6667%);
		overflow-x:hidden; /* hide anything that pokes outside */
	}
	/* Adjust the captions back again, so they look normal */
	section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper ul.gallery_ul li.gallery_li div.caption {
		/* div.bx-wrapper has position:relative set, so this is ok */
		left: 25%;
		right: 25%;
		width: 50%;
		overflow-x:hidden; /* hide anything that pokes outside */
	}
	section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper ul.gallery_ul li.gallery_li div.caption {
		/* div.bx-wrapper has position:relative set, so this is ok */
		left: 16.6667%;
		right: 16.6667%;
		width: 66.6666%;
		overflow-x:hidden; /* hide anything that pokes outside */
	}
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper {margin-bottom:50px;}
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper div.bx-pager a {width:15px;height:15px;}
  
  section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper a.bx-prev {left:25%;}
  section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper a.bx-next {right:25%;}
  
  section.slice_WhatsOn3Buttons_L {padding:30px 10px 0;}
  section.slice_WhatsOn3Buttons_L div.bannerSlides {margin-left:0; margin-right:0;}
  section.slice_WhatsOnSlidesEB_L {padding-bottom:0;}
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper a.bx-prev {left:16.6667%;}
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper a.bx-next {right:16.6667%;}
  
}
section.slice_SlidesFullWidth div.slideTitle {margin:0 20px;}

/* Fix various issues */
div.endis-jquery-ui div#divOverlay {font-size:17px;line-height:1.3;}
body.ArticleEditor img.module_icon {width:auto !important;}
body.OnSmallAppleDevice input {-webkit-appearance: none;}
section.slice_Footer_L div.footerbar span:last-child:not([id]),
section.slice_Footer_D div.footerbar span:last-child:not([id]) { display: block; padding-top: 25px; }

/* prevent text-overwriting when desktop menus wrap around */
section.slice_Header_D ul.root_menu ul,
section.slice_Header_L ul.root_menu ul,
section.slice_Header_T ul.root_menu ul {z-index:4;}

section.slice_Footer_D div.footerbar a#footer_cookies::after,
section.slice_Footer_L div.footerbar a#footer_cookies::after { content: "|"; padding: 0 5px; }
@media (min-width: 768px) {
	section.slice_Footer_D div.footerbar a#footer_cookies::after,
	section.slice_Footer_L div.footerbar a#footer_cookies::after { padding: 0 10px; }
}

.HideElement {display:none !important;}

/* Slide-show bottom buttons */ 
section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper div.bx-pager {bottom:30px;}
section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper div.bx-pager a.bx-pager-link {
	width:18px;height:18px;border-radius:9px;border-width:2px;margin:0 6px;
}
@media (max-width:1200px) {
	section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper div.bx-pager {bottom:10px;}
	section.slice_SlidesFullWidth div.bannerSlides div.bx-wrapper div.bx-pager a.bx-pager-link {width:14px;height:14px;border-radius:7px;}
}

/* Fix system page ul lists */		
section.slice_system_page div.system_content ul {
  list-style-type: disc;
  padding-left:40px;
}
section.slice_system_page._media_allmedia_aspx ul.media_recording_links,
section.slice_system_page._media_allmedia_aspx ul.media_recording_details {
  list-style-type: none;
  padding-left:0;
}
section.slice_system_page._media_allmedia_aspx a.system_toggle_advanced,
section.slice_system_page._publisher_search_aspx a.system_toggle_advanced {
	margin:0 0 10px;padding:5px 10px; background-color:#ff4600; color:white;
  font-size:18px; line-height:1; border-radius:6px;
}
section.slice_system_page._media_allmedia_aspx a.system_toggle_advanced:hover,
section.slice_system_page._publisher_search_aspx a.system_toggle_advanced:hover {
	background-color:#dD3345;
}
section.slice_system_page._media_allmedia_aspx div#media_sort,
section.slice_system_page._media_allmedia_aspx ul#media_buttons {
  margin:10px 0 5px; padding-left:0;
}
section.slice_system_page._media_allmedia_aspx div#media_sort {margin-right:20px;}
section.slice_system_page._media_allmedia_aspx div#media_sort select {margin:0;}
section.slice_system_page._media_allmedia_aspx ul#media_buttons a {border:none;}
section.slice_system_page._media_allmedia_aspx div.media_option_right a {margin:0;}

/* Fix the new calendar page pop-up */
div.dialog-content.calendar-event-content > h4,
div.dialog-content.calendar-event-content > h4 a.event-location-link {
	display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;
}

/* Extra icon using a square background image */
footer i.icomoon-icon-XXXXXX.ImageSocialMediaIcon::after
{ /* Replace url below with actual url of square icon image */
  background-image: url(/Images/Content/1495/Templates/46170/images/CommissionLogo.png);
}

section.slice_CommunityText_L > div.container > div.ArticleBody {float:none;margin:0;width:100%;}
section.slice_CommunityText_L div.WelcomeWrapper {
	display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;
  text-align:left; margin:0 auto;
}
section.slice_CommunityText_L div.WelcomeWrapper > div:first-child {width:50%; margin:9px 0 0;}
section.slice_CommunityText_L div.WelcomeWrapper > div:last-child {width:50%; margin:0 0 0 30px;}
section.slice_CommunityText_L div.WelcomeWrapper h1 {
  margin:0 0 15px;font-size:60px;line-height:1;font-weight:800;
}
section.slice_CommunityText_L div.WelcomeWrapper div.RoundImage img {
 	display:block;margin-right:40px; border-radius:150px;border:6px solid #d7d7d7;
  background-color:#d7d7d7;
}
section.slice_CommunityText_L div.WelcomeWrapper a.button,
section.slice_CommunityText_L div.WelcomeWrapper a.button2 {
  font-weight:400;line-height:1.3; font-size:19px;
  display:inline-block;margin:0;
}
@media (max-width:1100px) {
  section.slice_CommunityText_L div.WelcomeWrapper h1 {font-size:26px;}
}
@media (max-width:991px) {
  section.slice_CommunityText_L div.WelcomeWrapper {
    flex-flow:column nowrap;justify-content:flex-start;align-items:center;
    text-align:center;
  }
  section.slice_CommunityText_L div.WelcomeWrapper > div:first-child {width:100%;}
  section.slice_CommunityText_L div.WelcomeWrapper > div:last-child {width:100%; margin:30px 0 0;}
  section.slice_CommunityText_L div.WelcomeWrapper div.RoundImage img {margin:0 0 20px 0;}
  section.slice_CommunityText_L div.WelcomeWrapper a.button,
  section.slice_CommunityText_L div.WelcomeWrapper a.button2 {
    font-size:18px;padding-left:15px;padding-right:35px;
  }
}

section.EventsAndTalks {background-color:white; padding:60px 10px 50px;}
section.EventsAndTalks h1 {
  color:#000000; font-size:30px; line-height:1; margin:0 0 25px; font-weight:600;
}
section.EventsAndTalks span {display:block;}
section.EventsAndTalks a.button { 
  font-weight:600; display:inline-block; margin:20px 0 0;
  color:#000000;border-color: #d7d7d7; background-color: transparent;border-radius:4px; }
section.EventsAndTalks a.button:hover { 
  color:#000000;border-color: #ff4600; opacity: 1; }
section.EventsAndTalks div.container {
  	/* make sure the vertical stretch propagates into here */
	display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;
}
section.EventsAndTalks div.EventFlex {width:65%;padding:0 30px 0 0;}
section.EventsAndTalks div.TalkFlex {width:35%;}
section.EventsAndTalks div.EventsList > div {
  line-height:1.3;
  float:none !important;background-color:#fef5f2;margin:0 0 3px; padding:15px;
}
section.EventsAndTalks div.TalksList span.MediaList > div {
  line-height:1.5;
  background-color:#fef5f2;margin:0 0 3px;padding:16px 10px 16px 60px;
}

section.EventsAndTalks div.mediaListTitle a {
  font-size:20px;font-weight:600;color:#000000;position:relative;
}
section.EventsAndTalks div.mediaListTitle a:hover {color:#ff4600;}
section.EventsAndTalks div.mediaListTitle a::before {
	content:' ';
  	display:block;position:absolute;top:1px;left:-40px;
  	width:26px; height:25px;
  	background-image:url(/Images/Content/2823/Templates/56063/images/IconAudio25h.png);
  	background-repeat:no-repeat;
}
section.EventsAndTalks div.mediaListSpeaker {font-size:18px;font-weight:600;}
section.EventsAndTalks div.MediaListDate {font-size:16px;}

section.EventsAndTalks div.EventsList a,
section.EventsAndTalks div.EventsList img {display:block;}
section.EventsAndTalks div.EventsList img {width:250px;}
section.EventsAndTalks div.EventsList img {padding:0 30px 0 0;}
section.EventsAndTalks div.eventListTitle a {
	font-size:24px;font-weight:600;color:#000000;
}
section.EventsAndTalks div.eventListTitle a:hover {color:#ff4600;}
section.EventsAndTalks div.eventListDate {
  display:inline-block; border-radius:4px; font-size:17px; line-height:1;
  background-color:#ff4600; color:white; padding:6px 12px 5px; font-weight:600;
  margin:5px 0 5px;
}
section.EventsAndTalks div.eventListLocation a {
  padding:6px 0 0 25px;position:relative;color:#000000;
}
section.EventsAndTalks div.eventListLocation a::before {
	content:' ';
  	display:block;position:absolute;top:5px;left:0;
  	width:15px; height:20px;
  	background-image:url(/Images/Content/2823/Templates/56063/images/IconMapPin20h.png);
  	background-repeat:no-repeat;
}
section.EventsAndTalks div.eventListLocation a:hover {color:#ff4600;}
section.EventsAndTalks div.eventListLocation a.InActive {cursor:default;}
section.EventsAndTalks div.eventListLocation a.InActive:hover {color:#000000;}
@media (max-width:991px) {
  	section.EventsAndTalks {padding:30px 10px 20px;}
  	section.EventsAndTalks h1 {margin:0 0 10px; text-align:center;}
  	section.EventsAndTalks a.button {margin:10px 0 0;}
	section.EventsAndTalks div.container {
		flex-flow:column nowrap;align-items:center;
	}
  	section.EventsAndTalks div.EventFlex {width:100%;padding:0;margin:0 auto;max-width:600px;}
	section.EventsAndTalks div.TalkFlex {width:100%;margin:40px auto;max-width:600px;}
}
/* on mobiles put image at the top */
@media (max-width:600px) {
  section.EventsAndTalks div.EventsList tr {
  	display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;
  }
  section.EventsAndTalks div.EventsList img {padding:0 0 15px;width:100%;}
}
/* on desktop make sure the heights of the 2 columns match up perfectly */
@media (min-width:992px) {
  section.EventsAndTalks div.EventFlex,
  section.EventsAndTalks div.TalkFlex {
    	/* ensure the stretching propagates up */
      display:flex;flex-flow:column nowrap;justify-content:stretch;align-items:stretch;
  }
  section.EventsAndTalks div.EventFlex div.EventsList,
  section.EventsAndTalks div.EventFlex div.TalksList {
      flex:1 1 auto; /* controls the stretching, vertical space goes into the 'space-between' */
      display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;	
  }
  /* stop the buttons from changing shape */
  section.EventsAndTalks a.button {align-self:flex-start;}
}

/* Sort out article text */
section.Xslice_content_page div.main-content div.ArticleBody span {
  font-size:inherit !important; 
  font-family:inherit !important;
}

section.slice_content_page.WideContent div.main-content {
  width:100%;
  float:none;
  margin-left:0; margin-right:0;
  padding-left:10px; padding-right:10px;
  background-color:#fef5f2;
}
section.slice_content_page.WideContent div.CenterButton {text-align:center;}
section.slice_content_page.WideContent div.CenterButton a.button {margin:0;}
section.slice_content_page.WideContent div.CenterButton a.button:hover {text-decoration:none;}

/* 
	UML_ML_1: Universal Mini-Layout Media-List 1 
	Code is for a 3 > 2 > 1 column layout.
	
	The media-list module outputs a "span.MediaList" wrapper, around all the card div's.
*/
section.slice_content_page div.UML_ML_1 span.MediaList {
	display: flex; flex-flow: row wrap; justify-content: center; align-items:stretch;
}
section.slice_content_page div.UML_ML_1 span.MediaList > div { background-color: white; width: 100%; margin:15px 0;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_content_page div.UML_ML_1 span.MediaList > div { width: 49%; margin:15px 0; }
	section.slice_content_page div.UML_ML_1 span.MediaList > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page div.UML_ML_1 span.MediaList > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	section.slice_content_page div.UML_ML_1 span.MediaList > div { width:32%; margin:15px 0;}
	section.slice_content_page div.UML_ML_1 span.MediaList > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	section.slice_content_page div.UML_ML_1 span.MediaList > div:nth-child(3n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the middle one only */
	section.slice_content_page div.UML_ML_1 span.MediaList > div:nth-child(3n) {margin-left:0;margin-right:0;}
}
section.slice_content_page div.UML_ML_1 div.MediaListImage img { display: block; width: 100%; }
section.slice_content_page div.UML_ML_1 div.MediaListImage a { display: block; margin: 0; }
section.slice_content_page div.UML_ML_1 div.MediaListImage a:hover,
section.slice_content_page div.UML_ML_1 div.MediaListTitle a:hover { opacity: 0.6;text-decoration:none; }
section.slice_content_page div.UML_ML_1 div.MediaListTitle {  padding: 10px 10px;}
section.slice_content_page div.UML_ML_1 div.MediaListTitle a { font-weight: 700; font-size: larger; text-transform: capitalize;text-align: center;line-height: 1.2; display:block;}
section.slice_content_page div.UML_ML_1 div.MediaListSpeaker,
section.slice_content_page div.UML_ML_1 div.MediaListDate,
section.slice_content_page div.UML_ML_1 div.MediaListBible,
section.slice_content_page div.UML_ML_1 div.MediaListLength
{ padding: 0 10px 10px;  font-weight: 400; text-align: center;line-height: 1.3;}
section.slice_content_page div.UML_ML_1 div.MediaListLink {flex:1 1 auto;font-size:0;line-height:1;color:transparent;} /* takes up the height slack */

/* Banner Image code */
section.slice_BannerImage {
  position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 180px 10px;
}
@media(max-width:992px){
	section.slice_BannerImage {padding:100px 10px;}
}
section.slice_BannerImage h1 {
  position:relative; z-index:0;
	line-height:1.2; 
	margin:0; 
	text-align:center;
	color: white; text-shadow:0 0 2px black;
	font-size: 60px;
  	font-weight:900;
}
section.slice_BannerImage.BeigeBanner h1 {color:#2b2b2b; text-shadow:none;}
section.slice_BannerImage h1.ArticleHeader {
	font-size: 50px;
  	font-weight:600;
	text-transform:none;
}
@media(max-width:992px){
	section.slice_BannerImage h1 {font-size: 40px;}
}
@media(max-width:467px){
	section.slice_BannerImage h1 {font-size: 30px;}
}
section.slice_BannerImage div.BannerImgCustomFields {display:none;}
section.slice_BannerImage div.container {text-align:center;}
section.slice_BannerImage div.OverlayTint { 
  display:none;
  position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;
  background-color:transparent;
}
section.slice_BannerImage div.Breadcrumbs {display:none;}
section.slice_BannerImage.BeigeBanner div.Breadcrumbs {display:block;}
section.slice_BannerImage div.Breadcrumbs {
	position:absolute;
  top:20px;
  left:20px;
}
section.slice_BannerImage div.Breadcrumbs a {text-decoration:underline;}

section.slice_BannerImage h1.BannerBox {
  text-shadow:none;
  background-color:#ff4600;
	padding:40px 60px 50px;
  max-width:565px;
  text-align:left;
  position:relative; top:220px;
}
section.slice_BannerImage h1.BannerBox.Blue {
  background-color:#4fd4f5;
}
section.slice_BannerImage h1.BannerBox.BlueDark {
  background-color:#1f13a7;
}
section.slice_BannerImage h1.BannerBox div:first-child {
	font-size:70px; font-weight:900; line-height:1.1; margin:0 0 20px;
}
section.slice_BannerImage h1.BannerBox div:last-child {
	font-size:18px;font-weight:400; line-height:1.5; 
}

@media(max-width:991px){
  section.slice_BannerImage h1.BannerBox {
    padding:15px 30px 20px;
    top:160px;
  }
  section.slice_BannerImage h1.BannerBox div:first-child {
    font-size:32px;
  }
}

section.slice_content_page.AddTopBorder {border-top:1px solid #dddddd;}

/* Media Landing page search box */
section.slice_MediaSearch div.search-overlay {padding:25px 10px 25px 0; background-color: white; }
section.slice_MediaSearch div.search-overlay input.button, section.slice_MediaSearch div.search-overlay label { display: none; }
section.slice_MediaSearch div.search-overlay div.search-form { position: relative; max-width:600px;}
section.slice_MediaSearch div.search-overlay div.search-form span.top-link { position: absolute; top: 0; right:0 ; background-color: #a97c50; display: inline-block; line-height: 1; padding: 13px;  font-size: 15px; transition: color 500ms linear, background-color 500ms linear; cursor:pointer;}
section.slice_MediaSearch div.search-overlay div.search-form span.top-link:hover { background-color: #038e63; }
section.slice_MediaSearch div.search-overlay div.search-form span.top-link img { display: inline-block; padding: 3px 3px 0; }
section.slice_MediaSearch div.search-overlay .search_div { margin: 0 50px 0 0; }
section.slice_MediaSearch div.search-overlay .search_div input.text { height: 47px; margin-bottom: 0px; border: none; background-color: #fef5f2;  font-size: 15px; line-height: 1;  width: 100%; color: #414141; outline: none; margin-left: 10px; padding-left: 20px; padding-right: 5px; }
@media (max-width: 400px) { section.slice_MediaSearch div.search-overlay div.search-form div.search_div input.text { font-size: 16px; letter-spacing: -0.5px; } }

@media(max-width:467px){
  section.slice_content_page div.main-content {padding-left:10px;padding-right:10px;}
}

div.slice_Cookies {
  	background-color:#000000;
  	color:white;
  	padding:10px;
  	text-align:center;
  	float:none;clear:both;
}
div.slice_Cookies img { margin:0 0 0 10px; float:right !important;}
div.slice_Cookies a {color:white !important; text-decoration:underline;}
@media (max-width:500px) {
  div.slice_Cookies {font-size:13px; line-height:1.2;padding:5px 10px;}
}

footer div.FooterSafeGuarding {
  background-color:#1f13a7; color:white;
  text-align:center; width:100%; line-height:1.4;
  padding:30px 10px;
  font-size:18px;
}
footer div.FooterSafeGuarding h1 {font-size:22px; line-height:1; margin:0 0 10px; color:#000000;}
footer div.FooterSafeGuarding.BottomBorder {border-bottom:1px solid #d7d7d7;}

/* Supporter logos */
footer div.LogoWrapper {
	border-bottom:1px solid #cdcfd8;
  	margin:0 1.28866% 25px;
}
footer section.slice_FooterTop_L h1 {
  font-weight:600; font-size:22px;
  padding:40px 10px;
}
footer div.LogoWrapper ul {
  	list-style-type:none;
  	padding:0 0 20px;margin:0;
	display:flex; 
	flex-flow: row wrap; 
	justify-content:center; 
	align-items:center;
}
footer div.LogoWrapper img {margin:30px 40px 40px 40px;display:block;}
@media (max-width:991px) {
 footer div.LogoWrapper img {margin:20px 30px 20px 30px;display:block;}
}

/* Code for the Seeker Boxes */
section.SeekerBox {
  position:fixed;right:20px;bottom:20px;width:275px;
  border-radius:10px;
	background-color:white;
  padding:15px;
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,.12);
  line-height:1.2;
}
section.SeekerBox div.FullSeekerArticle {display:none;}
section.SeekerBox div.SmallSeekerArticle a.HeadLink {
  display:block; background-color:transparent; font-size:0; padding:0;
}
section.SeekerBox img.Photo {
  position:absolute; right:10px; top:-60px;
  width:70px;height:70px;border-radius:50px;border:2px solid #a3b4ba;
  background-color:#a3b4ba;
  display:block;
}
section.SeekerBox img.Close {
	width:22px;position:absolute; left:21px; bottom:21px; cursor:pointer;
}
section.SeekerBox.Shrink img.Close {
	left:10px; bottom:10px;
}
section.SeekerBox.BigBox img.Close {
	width:auto; left:initial; bottom:initial; right:5px; top:5px;
}
section.SeekerBox.BigBox img.Close.Outer {display:none;}
section.SeekerBox b,
section.SeekerBox strong {font-weight:700;}

section.SeekerBox div.SmallSeekerArticle a {
  display:inline-block;padding:8px 10px 5px 40px;background-color:#000000;color:white;
  border-radius:7px;
}
section.SeekerBox div.SmallSeekerArticle a:hover {background-color:#dD3345;}
body.OnSmallAppleDevice section.SeekerBox div.SmallSeekerArticle a {
	background-color:#000000 !important;
}

section.SeekerBox div.VerboseText a {margin-top:10px;}
section.SeekerBox.Shrink {width:195px;padding:3px;width:auto;right:10px;bottom:10px;}
section.SeekerBox.Shrink div.VerboseText,
section.SeekerBox div.NonVerboseText {display:none;}
section.SeekerBox.Shrink div.NonVerboseText {display:block;}

section.SeekerBox.BigBox {
	left:0;right:0;bottom:0;top:0;width:100%;height:100vh;border-radius:0;padding:0;
  background-color:rgba(0,0,0,0.6); box-shadow:none;
  z-index:110;
  display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;
}
@media (max-width:900px) {
  section.SeekerBox.BigBox {
    align-items:flex-end;
  }
}
section.SeekerBox.BigBox div.SmallSeekerArticle {display:none;}
section.SeekerBox.BigBox div.FullSeekerArticle {
  display:block;position:relative;max-width:840px;
  background-color:white;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,.12);
}
section.SeekerBox.BigBox div.FullSeekerArticle > h2 {
	background-color:#000000;color:white;
  	padding:10px 10px 10px 20px;
  	margin:0;
  	box-shadow: 0 2px 5px 0 rgba(0,0,0,.12), 0 2px 10px 0 rgba(0,0,0,.12);
}
section.SeekerBox.BigBox div.FullSeekerArticle div.ArticleBody {
  overflow-y:scroll;max-height:70vh;
  padding:20px;
} 
@media (max-width:767px) { 
  section.SeekerBox.BigBox div.FullSeekerArticle > h2 {padding:10px 5px 10px 20px;}
  section.SeekerBox.BigBox div.FullSeekerArticle div.ArticleBody {max-height:80vh;}
}

/* On a seeker box page, the reCAPTCHA widget has to move */
div.grecaptcha-badge {
	width:237px !important;
  	height:58px !important;
  	left:-75px;
  	right:initial  !important;
  	bottom:0 !important;
}
section.slice_content_page div.main-content div.grecaptcha-badge,
section.SeekerBox div.grecaptcha-badge,
section.slice_system_page div.grecaptcha-badge {
  position:static !important;
  box-shadow:none !important;
  border:1px solid #bbbbbb;
  margin-top:10px;
  width:256px !important;
  height:60px !important;
}
section.slice_system_page div.grecaptcha-badge {margin:10px auto 0;}

footer {background-color:#000000; color:white;}
@media (max-width:1600px) {
  footer.WidgetShowing {padding-bottom:30px;}
}
@media (max-width:1400px) {
  footer.WidgetShowing {padding-bottom:90px;}
}

footer div.footer-column-3 div.EmailWrapper {display:inline-block;text-align:center;}
@media (max-width:767px) {
	footer div.footer-column-1 {margin-top:10px; margin-bottom:10px;}
}

section.slice_content_page aside nav div.group_nav_selected {font-weight:700;}
section.slice_content_page aside nav div.group_nav_child {font-weight:400;}

div.endis-jquery-ui-dialog div.media-player-audio h3 {margin:5px 0;}
div.endis-jquery-ui-dialog div.media-player-audio h4 {margin:5px 0;}

/* Fixed Header stuff */
header.HeaderSmall {
  position:fixed; left:0; right:0; top:0; width:100%; z-index:100;
}
@media (min-width:992px) {
  header section.slice_Header_L.SystemPage {
      border-bottom:1px solid #bbbbbb;
  }
}
header.HeaderSmall section.slice_Header_L {border-bottom:1px solid #4fd4f5;}
header.HeaderSmall.HasCookieBar section.slice_Header_L {
	border-bottom:none;
}
header.HeaderSmall section.slice_Header_L div.logo-container .logo-name a {
	font-weight:700;
  	font-size:24px;
}
header section.slice_Header_L div.top-link-wrapper div.search-form,
header section.slice_Header_L div.top-link-wrapper div.search_div {
  font-size:0;line-height:0;display:inline-block;
}
header section.slice_Header_L div.top-link-wrapper div.search-form {display:none;}

header div.top-link-wrapper div.search-form input[type=text] {
	transition:padding-top 300ms linear, padding-bottom 300ms linear, height 300ms linear;
  	line-height:1;height:44px;
}
header.HeaderSmall div.top-link-wrapper {position:relative;top:-2px;}
header.HeaderSmall div.top-link-wrapper a.top-link {
  padding-top:4px;padding-bottom:6px;
}
header.HeaderSmall section.slice_Header_L div.top-link-wrapper div.search-form input[type=text] {
  padding-top:5px;padding-bottom:4px;height:24px;
}
header.HeaderSmall section.slice_Header_L div.top-link-wrapper div.search-form i {top:0;}
header.HeaderSmall section.slice_Header_L div.nav-menu {
  padding-top:0;
  padding-bottom:0;
}
header.HeaderSmall section.slice_Header_L div.nav-menu ul.root_menu > li > a {
	padding-top:10px;padding-bottom:10px;
}
header div.top-link-wrapper i.journey-icon-search::before {top:1px;}
header div.top-link-wrapper i.InFocus {cursor:pointer;}

header div.MobileMenuMask {
	display:none;
  background-color:rgba(0,0,0,0.6);
  position:fixed;top:0;left:0;width:100%;height:100vh;z-index:58;
}
header div.search-overlay.On + div.MobileMenuMask {display:block;z-index:70;}
		
header section.slice_Header_L.SlickNavFullWidth {
  width:100%;position:absolute;
}
@media (max-width:991px) {
  header section.slice_Header_L div.logo-container {
  	position:absolute; top:0; left:0;
    max-width:calc(100% - 100px);
    z-index:2;
    margin-right:0;
  }
}
header section.slice_Header_L div.logo-container .logo-name a {line-height:1;}

header li.MenuSearchOpen i::before {top:-1px;right:7px;}
header ul.slicknav_nav li.MenuSearchOpen {display:none !important;}
header div.SearchText {color:white;padding:0 10px 10px;}
header div.search-overlay h1 {color:white;padding-left:10px;}
header div.SearchWrapper {position:relative;padding-right:10px;}
header div.search-overlay .search-close {top:3px; right:10px; font-size:30px;}
@media (min-width:992px) {
  header div.search-overlay {
    padding:25px 10%;
  }
}
@media (min-width:360px) {
	header div.SearchText {font-size:16px;}
}

section.slice_content_page div.main-content h1 {margin:0;}

/* Global Fix for slide-show captions */
section.slice_SlidesFullWidth div.slideTitle,
section.slice_SlidesFullWidth div.slideText,
section.slice_WhatsOnSlidesEB_L div.slideTitle,
section.slice_WhatsOnSlidesEB_L div.slideText {
	max-width:90%; /* some templates will set this to eg. 1170px */
    text-shadow:0 0 2px black;
}
section.slice_SlidesFullWidth a.bx-prev::after, 
section.slice_SlidesFullWidth a.bx-next::after,
section.slice_WhatsOnSlidesEB_L a.bx-prev::after,
section.slice_WhatsOnSlidesEB_L a.bx-next::after,
section.slice_image_blocks_3 div.image_block_title_wrapper {
	text-shadow:0 0 2px black;
}
section.slice_image_blocks_3 a:hover div.image_block_title_wrapper {text-shadow:none;}

/* Fix media page display. Needs JS fixes applied. */
section.slice_system_page._media_allmedia_aspx input#btnSearchTemplate {
  margin:0 0 10px;
  height:auto;
}
section.slice_system_page._media_allmedia_aspx div#media_controls,
section.slice_system_page._publisher_search_aspx div#media_controls {
  padding-top:10px; padding-right:40px; position:relative;
}
section.slice_system_page._media_allmedia_aspx div#media_controls img,
section.slice_system_page._publisher_search_aspx div#media_controls img {
 	position:absolute; top:5px; right:5px; cursor:pointer; 
  	width:25px; height:25px;
  	background-color:#aaaaaa;
  	border:1px solid #aaaaaa;
  	border-radius:14px;
  	flex:none; flex-basis:0;
}
section.slice_system_page._media_allmedia_aspx div.media_option_right a {margin-bottom:10px;}
section.slice_system_page._media_allmedia_aspx div#media_controls div.Line { 
  width:100%; flex-basis: 100%; border-top:1px solid #bbbbbb; 
} 
section.slice_system_page._media_allmedia_aspx div#media_controls div.LineB { 
  width:100%; flex-basis: 100%;
}
section.slice_system_page._media_allmedia_aspx div#media_controls div.LineB + div {margin-left:0;}
section.slice_system_page._media_allmedia_aspx ul#media_buttons {padding-top:4px;}
@media(min-width:1200px) {
  section.slice_system_page._media_allmedia_aspx div#media_controls div.LineB {display:none;}
}

/* Fix calendar display. Needs JS fixes applied. */
@media(min-width:1200px) {
  section.slice_system_page._calendar_month_aspx div.calendar_week div.calendar_event_time,
  section.slice_system_page._calendar_month_aspx div.calendar_week a span
  {font-size:14px; line-height:1.2;}
}
section.slice_system_page._calendar_month_aspx select.group-selector {margin:1px 5px 0 10px;}
section.slice_system_page._calendar_month_aspx ul#calendar_buttons li.list-view-toggle i::before {
  font-size:48px; line-height:1; position:relative; top:-7px;
}
section.slice_system_page._calendar_month_aspx div.Line {display:none;margin-bottom:10px;}
section.slice_system_page._calendar_month_aspx span.calendar_children_select label {font-size:16px;}
@media(max-width:860px) {
  section.slice_system_page._calendar_month_aspx div#calendar_title {float:none;}
  section.slice_system_page._calendar_month_aspx select.group-selector {margin:10px 5px 0 16px;}
  section.slice_system_page._calendar_month_aspx div#calendar_header {position:relative;}
  section.slice_system_page._calendar_month_aspx ul#calendar_buttons {
    position:absolute; top:-1px; right:0;margin:0;padding:0
  }
  section.slice_system_page._calendar_month_aspx div.Line {display:block;}
  section.slice_system_page._calendar_month_aspx input#chkIncludeCalendarSubgroups {
    margin-left:16px !important;
  }
}

section.slice_content_page.NoGroupNav aside.sidebar nav {display:none !important;}

/* Global Fix to ensure certain icons are not bold */
section.slice_content_page aside.sidebar div.sidebar_buttons a.button_1::after,
section.slice_content_page aside.sidebar div.sidebar_buttons a.button_2::after,
section.slice_content_page aside.sidebar div.sidebar_buttons a.button_3::after,
section.slice_content_page aside.sidebar div.sidebar_buttons a.button1::after,
section.slice_content_page aside.sidebar div.sidebar_buttons a.button2::after,
section.slice_content_page aside.sidebar div.sidebar_buttons a.button3::after {font-weight:400;}

/* Social media icons - hide the unused ones */
footer section.slice_FooterTop_L div.footer-column.footer-column-1 a.footer_icon_block[href$="/#"],
footer section.slice_FooterTop_L div.footer-column.footer-column-1 a.footer_icon_block[href$="/#/"]
{display:none;}

section.Xslice_SlidesFullWidth a.bx-pager-link {
	box-shadow:0 0 5px 1px #bbbbbb;
}

section.slice_content_page div.main-content ul {
  list-style: none; /* Remove default bullets */
}

section.slice_content_page div.main-content ul:not([id]) {margin-bottom:24px;}
section.slice_content_page div.main-content > div.ArticleBody ul:not([class]) > li::before {
  content: "\2022" !important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff4600 ; /* Change the color */
  font-weight: 800; /* If you want it to be bold */
  display: inline; /* Needed to add space between the bullet and the text */
  margin-left: -25px; /* Also needed for space (tweak if needed) */
  padding:0;
  font-size:22px;
  position:relative; top:0; left:-6px;
}
section.slice_content_page div.main-content ol {padding-left:25px;}

/* Robin's mobile fixes */
@media (max-width:767px) {
  
  section.slice_CommunityText_L div.WelcomeWrapper div.RoundImage img {border-width:4px;}
  
  section.slice_ServiceText_L {margin:10px 10px 20px;}
  section.slice_ServiceText_L div.block2-1, 
  section.slice_ServiceText_L div.block2-2 {font-size:15px;}
  section.slice_ServiceText_L div.block2-1 span, 
  section.slice_ServiceText_L div.block2-2 span {font-size:16px;}
  section.slice_ServiceText_L div.block2-1 a, 
  section.slice_ServiceText_L div.block2-2 a {font-size:14px;}
  section.slice_ServiceText_L div.block2-1 {border-width:1px;}
  
  section.slice_image_blocks_3 div.image_blocks ul.gallery_ul li.gallery_li a div.image_block_title 
  {font-size:32px;}
  
  section.slice_WhatsOn3Buttons_L {background-color:white;}
  section.slice_WhatsOn3Buttons_L h1 {font-size:28px;}
  
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper ul.gallery_ul li.gallery_li div.caption div.slideTitle {font-size:22px;}
  section.slice_WhatsOnSlidesEB_L div.bannerSlides div.bx-wrapper ul.gallery_ul li.gallery_li div.caption div.slideText {font-size:15px;}  
}
@media (max-width:599px) {
  section.EventsAndTalks {padding:10px 10px 0;}
  section.EventsAndTalks h1 {
    text-align:left; font-size:22px;
    padding-left:15px;
  }
  section.EventsAndTalks div.eventListTitle a {font-size:18px;}
  section.EventsAndTalks div.EventsList td:first-child {display:none;}
  section.EventsAndTalks div.eventListDate {
    font-size:13px; font-weight:400; padding-top:9px; padding-bottom:8px;
  }
  section.EventsAndTalks div.eventListLocation a {font-size:14px;}
  section.EventsAndTalks div.EventsList > div {margin:0 0 2px;}
  
  section.EventsAndTalks a.button {font-size:12px; padding-bottom:8px; margin-left:15px;}
  
  section.EventsAndTalks div.mediaListTitle a {font-size:18px;}
  section.EventsAndTalks div.mediaListSpeaker {font-size:16px;}
  section.EventsAndTalks div.MediaListDate {font-size:14px;}
  section.EventsAndTalks div.TalksList span.MediaList > div {margin:0 0 2px;}
  
  div.SermonsAndPDFs div.article_cards > span > div div.articleListTitle a {font-weight:600;}
  
  footer div.FooterSafeGuarding h1 {font-size:18px;}
}

header div.search-overlay div.search_div input.text {margin:0; font-size:16px;}
header div.SearchWrapper {padding-left:10px;}

div.calendar-event-dialog div.calendar-event-content div.event-link a {text-decoration:underline;}

section.slice_system_page._media_allmedia_aspx div.media_recording_file_title,
section.slice_system_page._media_allmedia_aspx div.MobileRecorded {display:none;}
@media (max-width:767px){
  
  section.slice_system_page._media_allmedia_aspx div.system_row.media_recording {
    display:block; position:relative; width:100%;
  }
  section.slice_system_page._media_allmedia_aspx div.media_recording_main {
  	display:block; width:100%;
  }
  section.slice_system_page._media_allmedia_aspx div.media_recording_extra {
    display:table-cell;width:0;height:0;padding:0;margin:0;border:none;
  }
  section.slice_system_page._media_allmedia_aspx ul.media_recording_links,
  section.slice_system_page._media_allmedia_aspx ul.media_recording_details li {display:none;}
  section.slice_system_page._media_allmedia_aspx ul.media_recording_details,
  section.slice_system_page._media_allmedia_aspx ul.media_recording_details li {
  	padding:0;margin:0;
  }
  section.slice_system_page._media_allmedia_aspx div.MobileRecorded {
  	display:block; font-size:14px; font-weight:700;
  }
}

section.slice_FooterTop_L div.footer-column-2 {margin-right:0;}

section.slice_content_page div.main-content div.bx-wrapper div.bx-pager {padding:0; bottom:5px;}
section.slice_content_page div.main-content div.bx-pager a {width:15px;height:15px;border-radius:8px;}
section.slice_content_page div.main-content div.bx-wrapper a.bx-prev,
section.slice_content_page div.main-content div.bx-wrapper a.bx-next {
  background-image:none;
  color:transparent;
  text-indent:0;
  box-shadow:none;
}
section.slice_content_page div.main-content div.bx-wrapper a.bx-prev::before {
  font-family: journey;
  content:"\e901";
  color:white;
  font-size:30px;
}
section.slice_content_page div.main-content div.bx-wrapper a.bx-next::before {
  font-family: journey;
  content:"\e900";
  color:white;
  font-size:30px;
}

section.slice_content_page aside div.ContentPageImage {text-align:center;line-height:1;font-size:1px;}
section.slice_content_page aside div.ContentPageImage a {
  display:block; margin:10px auto 0;line-height:1;font-size:1px;}
section.slice_content_page aside div.ContentPageImage img {
  width:100%; max-width:263px; display:block;
}
@media (max-width:768px) {
  section.slice_content_page aside div.ContentPageImage a {display:inline-block;}
}
section.slice_content_page aside div.ContentPageImage:last-child {margin-bottom:30px;}
/* above 1200px make the image exactly 263px so it appears crisp */
@media (min-width:1200px) {
  section.slice_content_page aside div.ContentPageImage img {width:263px;}
}

/* Code that was in the "New To Church?" article */
section.SeekerBox.BigBox div.FullSeekerArticle table table td:first-child {
  vertical-align:middle !important;
}
section.SeekerBox.BigBox div.FullSeekerArticle td.SendButton {padding-left:40.5%;}
@media (max-width:500px) {
  section.SeekerBox.BigBox div.FullSeekerArticle td.SendButton {padding-left:0;}
}

section.CoronaVirus {
  padding:10px; background-color:#c0392b;
}
section.CoronaVirus div.ArticleBody > div {
  	text-align:center;
	display:flex; flex-flow:row nowrap; justify-content:center; align-items:center;
}
section.CoronaVirus a {display:inline-block; color:white; font-size:24px;line-height:1.3;}
section.CoronaVirus a:hover {text-decoration:underline;}
section.CoronaVirus img {
  display:inline-block;
  margin-right:10px;
  width:50px;
  height:auto;
}
@media (max-width:991px) {
	section.CoronaVirus a {font-size:18px;}
}
@media (max-width:359px) {
	section.CoronaVirus a {font-size:16px;}
}

section.RedBanner {
  padding:10px; background-color:#ff4600;
}
section.RedBanner div.ArticleBody,
section.RedBanner a {
  	text-align:center;font-size:24px;line-height:1.3;color:white;
}
section.RedBanner a,
section.RedBanner a:hover {text-decoration:underline;}
@media (max-width:991px) {
  	section.RedBanner div.ArticleBody,
	section.RedBanner a {font-size:18px;}
}
@media (max-width:359px) {
  	section.RedBanner div.ArticleBody,
	section.RedBanner a {font-size:16px;}
}

section.slice_SlidesFullWidth li > a {display:block;}

body.ArticleEditor span.ServicesLocation {
	display:block;
  	margin:20px 0;
  	font-weight:700;
}
body.ArticleEditor a.ServicesLocation {
  	display:block;
  	margin:20px 0;
  font-size:smaller;
}

body.ArticleEditor a.footer_icon_block {
  display:block; margin:20px 10px; width:100%;
}
body.ArticleEditor a.footer_icon_block i {
  position:relative;
  z-index:-1;
}
body.ArticleEditor div.WelcomeWrapper h1 {margin-top:10px;}

/* UML_AL_1: Universal Mini-Layout Article-List 1 */
div.ArticleBody > div.UML_AL_1 {
	display: flex; flex-flow: row wrap; justify-content: center; align-items:stretch;
}
div.ArticleBody > div.UML_AL_1 > div { background-color: #fef5f2; width: 100%; margin:15px 0;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	div.ArticleBody > div.UML_AL_1 > div { width: 49%; margin:15px 0; }
	div.ArticleBody > div.UML_AL_1 > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	div.ArticleBody > div.UML_AL_1 > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	div.ArticleBody > div.UML_AL_1 > div { width:32%; margin:15px 0;}
	div.ArticleBody > div.UML_AL_1 > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	div.ArticleBody > div.UML_AL_1 > div:nth-child(3n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the middle one only */
	div.ArticleBody > div.UML_AL_1 > div:nth-child(3n) {margin-left:0;margin-right:0;}
}
div.ArticleBody > div.UML_AL_1 div.articleListImage img { display: block; width: 100%;  margin:0;}
div.ArticleBody > div.UML_AL_1 div.articleListImage a { display: block; margin: 0; }
div.ArticleBody > div.UML_AL_1 div.articleListImage a:hover,
div.ArticleBody > div.UML_AL_1 div.articleListTitle a:hover { opacity: 0.6;text-decoration:none; }
div.ArticleBody > div.UML_AL_1 div.articleListTitle {  padding: 10px 10px;}
div.ArticleBody > div.UML_AL_1 div.articleListTitle a { 
  font-weight: 700; font-size: larger; text-transform: capitalize;text-align: 
    center;line-height: 1.2; display:block;
  text-decoration:none;
}
div.ArticleBody > div.UML_AL_1 div.articleListSummary { 
  padding: 0 10px 10px;  font-weight: 400; text-align: center;line-height: 1.3;
}
div.ArticleBody > div.UML_AL_1 div.articleListLink {flex:1 1 auto;font-size:0;line-height:1;color:transparent;} /* takes up the height slack */

div.ArticleBody > div.UML_AL_1.OurStories div,
div.ArticleBody > div.UML_AL_1.OurStories div.articleListSummary {
  text-align:left !important;
  background-color:white;
}
div.ArticleBody > div.UML_AL_1.OurStories div.articleListSummary {padding: 0 0 10px;}
div.ArticleBody > div.UML_AL_1.OurStories div.articleListDate {
  padding:10px 0 0;
  font-weight:700;
}
div.ArticleBody > div.UML_AL_1.OurStories div.articleListTitle {padding: 10px 0;}
div.ArticleBody > div.UML_AL_1.OurStories div.articleListTitle a {
  font-size:20px;
}

section.OurChurches {background-color:white; padding:50px 10px 60px;}
section.OurChurches a {text-decoration:underline;}

body.TemplateDemo2 header .logo-name {display:block !important;}

header a.top-link.button.AccessibilityAid {color:black;}

/* UML_AL_1: Universal Mini-Layout Article-List 1 */
section.slice_LatestNews.HomeVersion {
  background-color:#f0f0f0; padding:80px 10px;
  background-image:url(/Images/Content/3481/Templates/75721/images/diagonal-lines-news.png);
  background-repeat:no-repeat;
}
section.slice_LatestNews div.UML_AL_1 {
	display: flex; flex-flow: row wrap; justify-content: center; align-items:stretch;
}
section.slice_LatestNews div.UML_AL_1 > div { background-color: white; width: 100%; margin:15px 0;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_LatestNews div.UML_AL_1 > div { width: 49%; margin:15px 0; }
	section.slice_LatestNews div.UML_AL_1 > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_LatestNews div.UML_AL_1 > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	section.slice_LatestNews.ContentVersion div.UML_AL_1 > div { width:32%; margin:15px 0;}
	section.slice_LatestNews.ContentVersion div.UML_AL_1 > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	section.slice_LatestNews.ContentVersion div.UML_AL_1 > div:nth-child(3n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the middle one only */
	section.slice_LatestNews.ContentVersion div.UML_AL_1 > div:nth-child(3n) {margin-left:0;margin-right:0;}
 /* 4 columns */
	section.slice_LatestNews.HomeVersion div.UML_AL_1 > div { width:24.25%; margin:15px 0;}
	section.slice_LatestNews.HomeVersion div.UML_AL_1 > div:nth-child(4n+1) {margin-left:0;margin-right:0;}
	section.slice_LatestNews.HomeVersion div.UML_AL_1 > div:nth-child(4n+2) {margin-left:1%;margin-right:1%;} /* extra 4% on the 2nd one only */
	section.slice_LatestNews.HomeVersion div.UML_AL_1 > div:nth-child(4n+3) {margin-left:0;margin-right:1%;} /* extra 2% on the 3rd one only */
	section.slice_LatestNews.HomeVersion div.UML_AL_1 > div:nth-child(4n) {margin-left:0;margin-right:0;}
}
section.slice_LatestNews div.UML_AL_1 div.articleListImage img { display: block; width: 100%;  margin:0;}
section.slice_LatestNews div.UML_AL_1 div.articleListImage a { display: block; margin: 0; }
section.slice_LatestNews div.UML_AL_1 div.articleListImage a:hover,
section.slice_LatestNews div.UML_AL_1 div.articleListTitle a:hover { opacity: 0.6;text-decoration:none; }
section.slice_LatestNews div.UML_AL_1 div.articleListTitle {  padding: 20px 20px 10px;}
section.slice_LatestNews div.UML_AL_1 div.articleListTitle a { 
  font-weight: 600; font-size: 24px; 
  line-height: 1.2; display:block;
  text-decoration:none;
}

section.slice_LatestNews.ContentVersion {padding-top:20px;}
section.slice_LatestNews.ContentVersion div.UML_AL_1 > div {background-color:#fef5f2;}
section.slice_LatestNews.ContentVersion div.UML_AL_1 div.articleListTitle {  
  padding: 10px 10px 10px;
  text-align:center;
}
section.slice_LatestNews.ContentVersion div.UML_AL_1 div.articleListTitle a {font-size: 18px;}
section.slice_LatestNews div.UML_AL_1 div.articleListSummary { 
  padding: 0 20px 0;  font-size: 18px;
}
section.slice_LatestNews.ContentVersion div.UML_AL_1 div.articleListSummary { 
  padding: 0 10px 0;  font-size: 16px;text-align:center;
}
section.slice_LatestNews div.UML_AL_1 div.articleListLink { 
  padding: 15px 20px 30px;
}
section.slice_LatestNews div.UML_AL_1 div.articleListLink a { 
  font-size: 19px; color:#ff4600; line-height:1;
}
section.slice_LatestNews.ContentVersion div.UML_AL_1 div.articleListLink { 
  padding: 5px 0 30px; text-align:center;
}
section.slice_LatestNews.ContentVersion div.UML_AL_1 div.articleListLink a { 
  font-size: 17px;
}
section.slice_LatestNews h1 {
  font-size:42px; font-weight:800; margin:0 0 20px; text-align:center;
}
section.slice_LatestNews div.NewsButton {
  margin:45px 0 0; text-align:center;
}
section.slice_LatestNews div.NewsButton a,
section.ActivateMag a {
 background-color:#4fd4f5; border-radius:6px;
  color:white; padding:18px 50px 18px 30px;
  font-size:20px; letter-spacing:1px; font-weight:400; margin:0; 
  display:inline-block; line-height:1;
}
@media(max-width:467px){
  section.slice_LatestNews h1 {
    font-size:32px;
  }	
  section.slice_LatestNews div.NewsButton a,
  section.ActivateMag a {
   padding:15px 40px 15px 20px;
    font-size:18px;
  }
}

footer span#footer_charity {display:none !important;}

footer section.slice_FooterTop_L div.LogoWrapper img {
  padding:0 20px 40px !important;
}

section.LogoScrollA,
section.LogoScrollB {overflow:hidden;}
section.LogoScrollA h1 {
  font-size:27px; font-weight:600; text-align:center; margin:0 20px;
  position:relative; top:170px;
  line-height:1.2;
}
section.LogoScrollA img,
section.LogoScrollB img {display:block; max-width:100%;}
section.LogoScrollA div.LogoScroller,
section.LogoScrollB div.LogoScroller {
	display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
  position:relative;
  padding:5px 0;
}
section.LogoScrollA div.LogoScroller:first-of-type {
   left:0; top:175px;
}
section.LogoScrollA div.LogoScroller:nth-of-type(2) {
   left:100%;
}
section.LogoScrollB div.LogoScroller:first-of-type {
   right:0; top:0;
}
section.LogoScrollB div.LogoScroller:nth-of-type(2) {
   right:100%; top:-174px;
}
section.LogoScrollA div.SingleLogo,
section.LogoScrollB div.SingleLogo {
  width:12.5%; min-width:240px;
  display:flex; flex-flow:column nowrap; justify-content:flex-start; align-items:center;
  margin:0 5px;
  padding:0 10px;
  height:auto;
}
section.LogoScrollB div.SingleLogo {
  width:12.5%; min-width:240px;
}
/*
@media(max-width:1200px){
  section.LogoScrollA div.SingleLogo,
  section.LogoScrollB div.SingleLogo {
    height:90px;
  }
  section.LogoScrollA div.LogoScroller:first-of-type {
     left:0; top:100px;
  }
  section.LogoScrollB div.LogoScroller:nth-of-type(2) {
     right:100%; top:-80px;
  }
}
*/

div.LogoScroller img {display:block;}
div.LogoScroller div.FooterImgCaption {
  text-align:center; font-size:13px; line-height:1.1;
  display:block; position:relative; padding:0 0 10px;
}
div.XLogoScroller div.LogoWrapper img.HasCaption {margin-bottom:5px;}

section.LogoScrollA {margin-top:-110px;}
section.LogoScrollB {margin-bottom:-120px;}

header ul.root_menu li.MenuSearchOpen a {
  height:56px !important;
}
header.HeaderSmall ul.root_menu li.MenuSearchOpen a {height:41px !important;}
header div.slicknav_menu {font-weight:400;}

header section.slice_Header_L div.top-link-wrapper a.AccessibilityAid.SportChap {
	background-color:#A1A3B8 !important;
  border:none !important;
  position:static !important;
  padding:12px 15px 13px !important;
  margin:0 0 0 25px;
}
header section.slice_Header_L div.top-link-wrapper a.AccessibilityAid.SportChap:hover {
	background-color:#000000 !important;
}
header section.slice_Header_L div.top-link-wrapper a.AccessibilityAid span {
	position:static !important;
  color:white !important;
}
header.HeaderSmall section.slice_Header_L div.top-link-wrapper a.AccessibilityAid.SportChap {
  padding:6px 16px 6px 17px !important;
  margin:0 0 0 25px;
}
header.HeaderSmall section.slice_Header_L div.top-link-wrapper a.top-link.Donate {
	padding:7px 30px 7px !important;
}
header.HeaderSmall section.slice_Header_L div.top-link-wrapper a {
  border-top-left-radius:0!important;
  border-top-right-radius:0!important;
}


header li.ExtraLink img {position:relative; top:4px; left:6px;}
header li.ExtraLink.Donate a {
  color:#ff4600 !important;
  font-weight:600;
}
header li.ExtraLink.SearchOpen a {
  position:relative; top:-5px;
}

section.slice_SlidesFullWidth .bannerSlides .bx-wrapper .gallery_ul .gallery_li img.HeroRedLine {
  width:auto; height:auto;
  margin:20px 0 0;
}

section.Chaplain1000 {
	background-image:url(/Images/Content/3481/Templates/75721/images/gradient-background.jpg);
  background-size:cover;
  background-position:center center;
  padding:70px 10px;
}
section.Chaplain1000 div.container {
	max-width:1230px;
}
section.Chaplain1000 div.ArticleBody {
	padding:90px 20px 90px 110px; color:white; font-size:24px; 
	background-image:
      url(/Images/Content/3481/Templates/75721/images/5-Peak-logo.jpg),
      url(/Images/Content/3481/Templates/75721/images/mountains-image.jpg);
  background-size: auto, cover; 
  background-repeat:no-repeat, no-repeat; 
  background-position:94% 50px, 0 0;
}
section.Chaplain1000 div.ArticleBody h1 {
	font-size:65px; font-weight:800; color:white;
}
section.Chaplain1000 div.ArticleBody a {
	font-size:22px;color:white;
}
section.Chaplain1000 div.ArticleBody div.ChapText {max-width:868px;}
@media(max-width:991px){
  section.Chaplain1000 div.ArticleBody h1 {
      font-size:32px;
  }
  section.Chaplain1000 div.ArticleBody {
      padding:40px 20px 40px 20px; font-size:21px; 
    background-position:94% 20px, 0 0;
  }
}
@media(max-width:767px){
  section.Chaplain1000 {padding:30px 10px;}
  section.Chaplain1000 div.ArticleBody {
    padding-top:100px;
    background-position:98% 1%, 0 0;
  }
}

section.SupportUs {
  background-color:white;
  padding:10px 10px 70px;
}
section.SupportUs div.container {
	max-width:1230px;
}
section.SupportUs div.ArticleBody {
	padding:60px 20px 70px 100px; color:white; font-size:20px; 
	background-image: url(/Images/Content/3481/Templates/75721/images/Support-background-image.jpg);
  background-size: cover;  
  background-position:right center;
}
section.SupportUs div.ArticleBody h1 {
	font-size:42px; font-weight:800; color:white;
}
section.SupportUs div.ArticleBody a {
	font-size:20px;color:white;
}
section.SupportUs div.ArticleBody div.ChapText {max-width:770px;}
@media(max-width:991px){
  section.SupportUs div.ArticleBody h1 {
      font-size:32px;
  }
  section.SupportUs div.ArticleBody {
      padding:40px 20px 40px 20px; font-size:21px; 
  }
}
@media(max-width:767px){
  section.SupportUs {padding:0 10px 30px;}
}

section.ActivateMag {
  background-color:white;
  padding:40px 20px 0;
	background-image: url(/Images/Content/3481/Templates/75721/images/Activate-background.jpg);
  background-size: cover;  
  background-position:right center;
}
section.ActivateMag div.container {
	max-width:1230px;
}
section.ActivateMag div.ActivateFlex {
 display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
}
section.ActivateMag div.ActivateFlex > img {
 width:40%;
}
section.ActivateMag div.ActivateFlex > div {
 width:60%; padding:0 0 0 40px;
}
section.ActivateMag div.ActivateFlex > div img {
 display:block; max-width:100%;
}
section.ActivateMag div.ActivateFlex > div div {
 font-size:26px; max-width:540px;margin:25px 0 30px;
}
section.ActivateMag a {
	background-color:#ff4600;
}
@media(max-width:767px){
  section.ActivateMag div.ActivateFlex {
   flex-flow:column nowrap; justify-content:flex-start; align-items:center;
  }
  section.ActivateMag div.ActivateFlex > img {
   width:auto; max-width:80%;
  }
  section.ActivateMag div.ActivateFlex > div {
   width:100%; padding:20px 0 40px; text-align:center;
  }
  section.ActivateMag div.ActivateFlex > div div {max-width:100%;}
  section.ActivateMag div.ActivateFlex > div img {
   margin:0 auto;
  }
}

section.slice_content_page aside.sidebar nav table.group-nav {
  background-color:white;
}

aside div.Sidebar1000Chaps {
	background-image:url(/Images/Content/3481/Templates/75721/images/1000-Chaplains-advert-image.png);
  background-size:cover;
  background-position:right bottom;
  border-radius:8px;
  padding:30px 30px 40px;
  margin:0 0 30px;
}
aside div.Sidebar1000Chaps h1 {
	font-size:25px; color:white; font-weight:800; line-height:1.3;
}
aside div.Sidebar1000Chaps img {
	display:block; width:90px; height:2px; margin:10px 0 15px;
}
aside div.Sidebar1000Chaps div {
	font-size:17px; color:white; font-weight:300;
}
aside div.Sidebar1000Chaps a {
	display:block; font-size:17px; color:white; font-weight:300; margin:25px 0 0;
}
@media(max-width:991px){
  aside div.Sidebar1000Chaps {max-width:276px; margin:0 auto 30px;}
}


  div._user_registration_aspx input[type="text"] {padding:10px !important; margin:2px 0 !important;}
  div._user_registration_aspx select {
    height:38px !important;
    border-color:#dadee4 !important;
    border-radius:4px !important;
  }
  div._user_registration_aspx select {padding-left:6px  !important; }
  div._user_registration_aspx input[maxlength="2"] {width:40px !important;}
  div._user_registration_aspx input[maxlength="4"] {width:60px !important;}
  div._user_registration_aspx div#GroupNotesEnclosingDiv > div, 
  div._user_registration_aspx div[id$='_divCaptchaWrapper'] {
    background-color:#f4f5f8 !important;
    border-color:#f4f5f8 !important;
    border-radius:10px !important;
    padding:10px 10px 20px !important;
  }
section.slice_content_page div.main-content div.ArticleBody div#GroupNotesEnclosingDiv 
input[type=checkbox] {
  width:20px !important;
  height:20px !important;
  border-color:#f4f5f8 !important;
}
div._user_registration_aspx div[id$='_div_ctls_registration'] span.aspNetDisabled {
	margin-top:0 !important;
}

section.slice_content_page div.main-content table.ContentTypeA {
	width:100%; border-collapse:collapse;
}
section.slice_content_page div.main-content table.ContentTypeA td {
	padding-bottom:30px
}
section.slice_content_page div.main-content table.ContentTypeA td img {
	padding-right:20px
}

section.slice_content_page div.main-content div.PortraitVideo {
	margin:0 auto; max-width:400px;
}

section.slice_content_page div.main-content table.SPCare td:last-child img {
	display:none;
}
@media(max-width:767px){
  section.slice_content_page div.main-content table.SPCare td:first-child {
      display:none;
  }
  section.slice_content_page div.main-content table.SPCare td:last-child img {
      display:block; margin:20px 0 5px !important; float:none !important;
  }
}

section.slice_Header_L div.nav-menu ul.root_menu > li ul li.has_sub_menu::after {
	top:5px;
}

section.slice_content_page div.main-content div._user_registration_aspx div.invisible-recaptcha {
	display:none;
}

body.logged_in_user div.HideLoggedIn,
body.guest_user div.HideLoggedOut {display:none !important;}

section.slice_content_page div.main-content div.ReferenceForm {padding:20px; background-color:#f3f3f3; }

section.slice_content_page div.main-content div.SCUK_Map iframe.directorymodule-map-container {
  display:none;
}
section.slice_content_page div.main-content div.SCUK_Map.ShowMap iframe.directorymodule-map-container,
section.slice_content_page div.main-content div.SCUK_Map.NoJsToRun iframe.directorymodule-map-container {
  display:block; width:100%; height:400px;
}
section.slice_content_page div.main-content div.SCUK_Map div.FloatMapImage img {
  max-width:100%;
  margin-top:10px;
}
section.slice_content_page div.main-content div.SCUK_Map.ShowMap div.FloatMapImage,
section.slice_content_page div.main-content div.SCUK_Map.NoJsToRun div.FloatMapImage {
  display:none;
}

div.SCUK_Map div[id$="_arptOrgs_alphaDiv"] {
  margin:30px 0 20px;border-top:1px solid #bbbbbb;
  padding:10px 0 0;
}
div.SCUK_Map.NoJsToRun div[id$="_arptOrgs_alphaDiv"] {display:none !important;}
div.SCUK_Map div[id$="MyNearestInput"] {margin:10px 0 20px 0 !important;}
div.SCUK_Map div[id$="_OrgBrowseReturnTop"] {visibility:hidden;}
div.SCUK_Map div[id$="_OrgBrowseReturnBottom"] {margin-top:20px;}


div.SCUK_Map table.AlphabetPager {width:100%;}
div.SCUK_Map table.AlphabetPager td:first-child span {font-size:0;}
div.SCUK_Map table.AlphabetPager td:first-child span::before {content:'1-9';font-size:18px;}
div.SCUK_Map div.directory_grid > div {
  margin:0 0 10px;display: block;float: none !important;
}
div.SCUK_Map div.OrgListTitle {display:inline-block;}
div.SCUK_Map div.OrgListTitle a {text-decoration:none; font-weight:600;}
div.SCUK_Map div.OrgListSummary {
  display:inline-block;padding-left:15px;font-style:italic;
}

div.SCUK_Map input#btnSearch,
div.SCUK_Map input.SiteButton {
  width:auto !important;
  padding:8px 30px 8px 30px;
  border-radius:4px;
  border:none;
  background-color:#ff4600;
  color:white;
  text-transform:uppercase;
  line-height:1;
  font-size:20px !important;
  margin:0 !important;
}
div.SCUK_Map input.text {
  border-color:#bbbbbb !important;
  margin:0 !important;
  padding:5px !important;
  font-size:20px !important;
   line-height:1 !important;
}
@media(max-width:467px){
  div.SCUK_Map input#btnSearch,
  div.SCUK_Map input.SiteButton {
    padding:8px 10px 8px 10px;
  }
  div.SCUK_Map input.text {
    max-width:180px;
  }
}

div.SCUK_Map div[id$="_MyNearestDisplay"] td.griditem {
  vertical-align:top; padding:0 0 10px;
}
div.SCUK_Map div[id$="_MyNearestDisplay"] td.griditem:nth-child(2) {
  padding-left:5px; padding-right:5px;
}
div.SCUK_Map div[id$="_MyNearestDisplay"] td.griditem:last-child {white-space:nowrap;}

div.SCUK_Map div.directory_grid > div:nth-child(20) {margin:0 0 30px;}
div.SCUK_Map div.directory_grid > a,
div.SCUK_Map div.directory_grid > b {
  font-size:16px; width:150px; display:inline-block;
}

div.SCUK_Map div.directory_grid {
  color:transparent;
}
div.SCUK_Map div.directory_grid div,
div.SCUK_Map div.directory_grid a,
div.SCUK_Map div.directory_grid b {color:#000000;}

div.SCUK_Map.AppVersion div.directory_grid {
  padding-top:25px; border-top:1px solid #bbbbbb; margin-top:25px;
}
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel > table {
	font-style:italic;
}
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel > table table {
  display:inline-table;
  position:relative; top:8px; padding-right:10px;
  font-style:normal;
}
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel br,
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel td:nth-child(2) {
  display:none;
}
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel td {
	padding:0;
}
div.SCUK_Map.AppVersion div.directory_grid div.individualLabel a {
	font-weight:600; text-decoration:none;
}
div.SCUK_Map.AppVersion table.AlphabetPager {
	border-collapse:collapse;
}
div.SCUK_Map.AppVersion table.AlphabetPager td {
	padding:0; border:none;
}
@media(max-width:640px){
  div.SCUK_Map.AppVersion table.AlphabetPager td {
    font-size:10px !important;
  }
  div.SCUK_Map.AppVersion table.AlphabetPager td:first-child span::before {
    font-size:10px;
  }
}

body.guest_user a.top-link.button.ChaplainsArea.LoggedIn,
body.logged_in_user a.top-link.button.ChaplainsArea.Guest {display:none;}

section.slice_system_page._user_privacypolicy_aspx table.PPtable {
	width:100% !important;
  border-collapse:collapse;
}
section.slice_system_page._user_privacypolicy_aspx table.PPtable td {
	width:auto !important;
  border:1px solid #cccccc;
  padding:5px;
  word-break:break-word;
}

div.SCUK_Map.NoJsToRun div.directory_grid > span > div {float:none !important;}

section.slice_content_page div.main-content div.IreLandTeamList img {
	width:200px !important;
  height:auto !important;
  display:block !important; 
  margin:0 0 5px !important;
}
section.slice_content_page div.main-content div.IreLandTeamList h4 {
	font-size:24px !important;
}

section.slice_content_page div.main-content table.DonateTable td {
	padding:0;
}
section.slice_content_page div.main-content table.DonateTable a {
	line-height:1; display:block;
}
section.slice_content_page div.main-content table.DonateTable img {
	display:block; margin:0 auto;
}

footer div.FooterFlex {
  display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;
  text-align:left;
}
footer div.FooterFlex div.ColA {
  font-weight:500;
}
footer div.FooterFlex div.ColA img {
  display:block; margin:0 0 25px;
}
footer div.FooterFlex div.ColB {
  text-align:right; font-weight:700;
}
footer div.FooterFlex div.ColB a {
  color:white;
}
footer div.FooterFlex div.ColB > div:first-child {
  margin:55px 0 13px;
}
@media(max-width:991px){
  footer div.FooterFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:center;
    text-align:center;
  }
  footer div.FooterFlex div.ColA img {
    margin:0 auto 25px;
  }
  footer div.FooterFlex div.ColB {
    text-align:center;
  }
}

header section.slice_Header_L div.nav-menu ul.root_menu > li:nth-child(1) > a::after,
header section.slice_Header_L div.nav-menu ul.root_menu > li:nth-child(2) > a::after,
header section.slice_Header_L div.nav-menu ul.root_menu > li:nth-child(3) > a::after,
header section.slice_Header_L div.nav-menu ul.root_menu > li:nth-child(4) > a::after {
  content:' ';
	display:inline-block;
  width:14px;
  height:9px;
  background-image:url(/Images/Content/82/Templates/72478/images/header/Nav-arrow-sml.png);
  background-repeat:no-repeat;
  position:relative; left:8px; top:-1px;
}

header ul.sub_menu_level_1 li,
header ul.root_menu ul.sub_menu_level_1 {display:none !important;}
header div.MMWrapper {
  background-color:white; padding:0;
  position: fixed;
  top: 128px;
  left:0;
  right:0;
  z-index: 3; 
  width:100%;
}
header.HeaderSmall div.MMWrapper {
	top: 76px;
}
header div.SlickNav_Wrapper div.MMWrapper {
  position: static; padding:0 0 10px;
  transform:none;
}
header div.MMPanel {
  background-color:white;
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:stretch;
}
@media(min-width:992px){
  header div.MMPanel {border-bottom:5px solid #ff4600;}
}
header div.SlickNav_Wrapper div.MMPanel {
  background-color:transparent;
  box-shadow:none; flex-flow:column nowrap; align-items:flex-start;
}
header div.MMPanel div.MMWhiteCol {
  display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;
  width:66%;
  padding:25px 25px 40px 80px;
  border-top:1px solid #dddddd;
}
@media(max-width:1250px){
  header div.MMPanel div.MMWhiteCol {
    padding:0;
  }
}
header div.SlickNav_Wrapper div.MMPanel div.MMWhiteCol {
  padding:10px 20px 10px 35px;
  border:none; border-radius:0;
  width:100%;
  flex-flow:column nowrap;
  background-color:white;
}
header div.SlickNav_Wrapper ul.slicknav_nav div.MMPanel div.MMWhiteCol {
  padding:10px 10px 10px 20px;
}
header div.MMPanel div.MMWhiteCol > div {
  width:50%;
}
header div.MMPanel div.MMWhiteCol > a.ColC {
  width:100%;
  background-image:url(/Images/Content/82/Templates/72478/images/Partnerships/purple-bar-background-wider.jpg);
  background-size:cover;
  background-position:center center;
  color:white !important; font-size:16px;
  display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;
  padding:20px 40px 20px 20px;
  margin:20px 17px 0;
  border-radius:15px;
}
header div.MMPanel div.MMWhiteCol > a.ColC > img:first-child {padding-right:20px;}
header div.MMPanel div.MMWhiteCol > a.ColC > img:last-child {
  display:block; padding:0; margin:0 0 0 auto; width:25px; height:25px;
	border:none;border-radius:0;
  position:relative; left:0; transition:left 300ms linear;
}
header div.MMPanel div.MMWhiteCol > a.ColC:hover,
header div.MMPanel div.MMWhiteCol > a.ColC:hover div.WhiteText {
  background-color:transparent; color:white !important;
}
header div.MMPanel div.MMWhiteCol > a.ColC:hover > img:last-child {
  left:6px;
}
header div.MMPanel div.MMWhiteCol > a.ColC div.YellowTitle {
  color:#ffdf7d !important; font-size:22px; font-weight:700; line-height:1.1;
}


@media(max-width:991px){
  header div.MMPanel div.MMWhiteCol > a.ColC {
    justify-content:flex-start;
  	margin:0 !important; border-radius:0; padding:0 !important; background-image:none;
  }
  header div.MMPanel div.MMWhiteCol > a.ColC div.WhiteText,
  header div.MMPanel div.MMWhiteCol > a.ColC > img:last-child {display:none !important;}
  header div.MMPanel div.MMWhiteCol > a.ColC > img:first-child {
    width:30px; height:30px; 
    margin:5px 15px 0 0 !important; border-radius:10px; padding:0; background-color:#7B5DB7;
  }
  header div.MMPanel div.MMWhiteCol > a.ColC div.YellowTitle {
    color:#414042 !important; font-size:20px; line-height:1;
    position:relative; top:2px;
  }
}

header div.SlickNav_Wrapper div.MMPanel div.MMWhiteCol > div {
  width:100%;
}
header div.MMPanel div.MMGreyCol {
 background-color: #fef5f2;
  padding:0 0 50px;
  width:34%; /* needs 1px extra to avoid not filling the outer box */
  text-align:center;
}
header div.MMPanel div.MMGreyCol img {
 width:100%; display:block;
}
header div.MMPanel div.MMGreyCol div.BlackTitle {
  line-height:1.15;
 font-size:35px; font-weight:700; max-width:350px; margin:30px auto 15px;
}
header div.MMPanel div.MMGreyCol div.OrangeTitle {
 font-size:26px; font-weight:700; color:#ff4600; margin:0 auto 30px;
}
header div.SlickNav_Wrapper div.MMPanel div.MMGreyCol {
  display:none;
  padding:0 20px 10px 35px;
  border:none; border-radius:0;
  width:100%;
  background-color:white;
}
header div.SlickNav_Wrapper div.MMPanel div.MMGreyCol a.MMLink div {
  display:none;
}
header div.MMPanel div.MMWhiteCol div.MMLinkTitle {
  font-size:22px; font-weight:600; color:#ff4600;
  line-height:1.1;
  margin:0 0 6px;
}
header div.SlickNav_Wrapper div.MMPanel div.MMWhiteCol div.MMLinkTitle {
	font-size:20px; margin:0;
}
header div.MMPanel div.MMWhiteCol div.MMLinkText {
  font-size:15px; line-height:21px; color:#2b2b2b; 
}
header div.MMPanel div.MMWhiteCol div.MMLinkText br {display:none;}
header div.SlickNav_Wrapper div.MMLinkText {display:none;}
header div.MMPanel div.MMWhiteCol a {
  display:block;
	padding:32px 20px 32px 60px;
  background-repeat:no-repeat;
  background-position:15px 30px;
  background-size:auto 27px;
  border-radius:10px;
  background-color:white;
}
header div.MMPanel div.MMWhiteCol a:hover {
	background-color:#fef5f2;
}
header div.MMPanel div.MMWhiteCol div.ColA a:first-child, 
header div.MMPanel div.MMWhiteCol div.ColB a:first-child {
  padding:15px 15px;
}
header div.MMPanel div.MMWhiteCol div.ColB a:first-child {
  cursor:default;
}
header div.MMPanel div.MMWhiteCol div.ColA a:first-child h1 {
  display:inline-block;
}
@media(max-width:1250px){
  header div.MMPanel div.MMWhiteCol div.ColA a:first-child h1 {
    font-size:34px;
  }
}

header a.bOnTouchScreen + div.MMWrapper div.MMPanel div.MMWhiteCol div.ColA a:first-child h1 {
  text-decoration:underline;
  color:#ff4600;
}

header div.MMPanel div.MMWhiteCol div.ColA a:first-child span {
  font-size:22px; font-weight:600; color:#ff4600;
  line-height:1; display:inline-block; position:relative; top:-2px;
} 
header div.MMPanel div.MMWhiteCol div.ColB a:first-child:hover {
  background-color:white;
}
header div.SlickNav_Wrapper div.ColB a:first-child {display:none;}

header div.SlickNav_Wrapper div.MMPanel div.MMWhiteCol a {
  background-position:0 6px;
  background-size:30px 30px;
  padding-left:45px;
}
header div.SlickNav_Wrapper ul.slicknav_nav div.MMPanel div.MMWhiteCol a {
  background-position:0 12px;
  background-size:20px 20px;
  padding-left:30px;
}
header div.MMPanel div.MMWhiteCol a:hover {
  text-decoration:none;
}
header div.SlickNav_Wrapper div.MMPanel div.MMWhiteCol a:hover {
  background-color:white;
}

header div.MMWhyUs div.MMWhiteCol div.ColA a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/wave.svg);
}
header div.MMWhyUs div.MMWhiteCol div.ColA a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Club-Care.svg);
}
header div.MMWhyUs div.MMWhiteCol div.ColA a:nth-child(4) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Working-with-Associations.svg);
}
header div.MMWhyUs div.MMWhiteCol div.ColB a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Incident-Response.svg);
}
header div.MMWhyUs div.MMWhiteCol div.ColB a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Request-a-Chaplain.svg);
}
header div.MMWhyUs div.MMWhiteCol div.ColB a:nth-child(4) {
	background-image:url(/Images/Content/3583/Templates/79238/images/search.svg);
}

header div.MMPanel div.MMGreyCol a {
  font-size:15px; font-weight:600; color:#2b2b2b;
  line-height:1;
  display:inline-block;
	padding:15px 30px;
  border:2px solid #ff4600;
}
header div.MMPanel div.MMGreyCol a:hover {
  color:white !important; background-color: #ff4600;
}
header div.SlickNav_Wrapper div.MMPanel div.MMGreyCol a {
	border:none; padding:12px 20px 12px 45px;
  font-size:16px; font-weight:500;
  background-size: 20px 20px;
  background-position:6px 9px;
}
header div.MMPanel div.MMGreyCol a:hover {
  color:#6666ae;
  text-decoration:none;
}

header div.MMFeatures div.MMWhiteCol div.ColA a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/wave.svg);
}
header div.MMFeatures div.MMWhiteCol div.ColA a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Club-Care.svg);
}
header div.MMFeatures div.MMWhiteCol div.ColA a:nth-child(4) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Working-with-Associations.svg);
}
header div.MMFeatures div.MMWhiteCol div.ColB a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Church-chaplaincy.svg);
}
header div.MMFeatures div.MMWhiteCol div.ColB a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Trophy.svg);
}

header div.MMServices div.MMWhiteCol div.ColA a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/learning.svg);
}
header div.MMServices div.MMWhiteCol div.ColA a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/coach.svg);
}
header div.MMServices div.MMWhiteCol div.ColA a:nth-child(4) {
	background-image:url(/Images/Content/3583/Templates/79238/images/diploma.svg);
}
header div.MMServices div.MMWhiteCol div.ColB a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/compass.svg);
}
header div.MMServices div.MMWhiteCol div.ColB a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/dumbbell.svg);
}

header div.MMAbout div.MMWhiteCol div.ColA a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/Working-with-Associations.svg);
}
header div.MMAbout div.MMWhiteCol div.ColA a:nth-child(3) {
	background-image:url(/Images/Content/3583/Templates/79238/images/presentation.svg);
}
header div.MMAbout div.MMWhiteCol div.ColB a:nth-child(2) {
	background-image:url(/Images/Content/3583/Templates/79238/images/studying.svg);
}

header ul.slicknav_nav div.MMWhiteCol div.ColA a.MMLink:first-child {display:none;}
header ul.slicknav_nav a.menu_link[href^="/Groups/446116/"] {
	color:white; background-color:#ff4600;
}

section.slice_SlidesFullWidthOne {
  background-image:url(/Images/Content/3583/Templates/79238/images/Hero-Banner.jpg);
  background-size:cover;
  background-position:right center;
  position:relative;
}
section.slice_SlidesFullWidthOne div.container {
	display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
  height:640px;
  max-width:1064px;
  position:relative; z-index:1;
}
section.slice_SlidesFullWidthOne div.HeroCaption h1 {
	font-family:Marck Script;
  font-size:90px;
  color:#f5f749;
   font-weight:400;
  text-align:left;
  
}
section.slice_SlidesFullWidthOne div.HeroCaption h2 {
  font-size:70px;
  color:white;
  font-weight:900;
}
section.slice_SlidesFullWidthOne div.HeroCaption a {
  display:inline-block;
  font-size:18px;
  color:white;
	border:2px solid white;
  padding:15px 60px 15px 30px;
  margin:20px 0 0;
  font-weight:600;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
  background-size:16px;
  background-position:93% 20px;
  background-repeat:no-repeat;
}
section.slice_SlidesFullWidthOne div.HeroCaption a:hover {
 	background-color:#ff4600; 
  border-color:#ff4600; 
}

section.slice_SlidesFullWidthOne div.GreyShadowA {
	background-color:rgba(0,0,0,0.4);
  position:absolute;
  left:0; top:0; bottom:0; right:100%;
}
section.slice_SlidesFullWidthOne div.GreyShadowB {
	background-color:rgba(0,0,0,0.4);
  position:absolute;
  left:100%; top:0; bottom:0; right:0;
}
@media(max-width:1100px){
  section.slice_SlidesFullWidthOne div.GreyShadowA {
    animation-name: none!important; 
    left:0; right:0;
  }
  section.slice_SlidesFullWidthOne div.GreyShadowB {display:none;}
  section.slice_SlidesFullWidthOne div.HeroCaption {
    padding-left:20px;
    padding-right:20px;
  }
}

  @keyframes GreyShadowA {
	0% {right:100%;}
	100% {right:33%;}
}
section.slice_SlidesFullWidthOne div.GreyShadowA {  /* Move the SlideShow button up, and fade in, at the same time */
	animation-name: GreyShadowA;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	animation-delay:500ms; /* initial delay */
	animation-timing-function: linear;
	animation-fill-mode:both; 
}
  @keyframes GreyShadowB {
	0% {left:100%;}
	100% {left:89%;}
}
section.slice_SlidesFullWidthOne div.GreyShadowB {  /* Move the SlideShow button up, and fade in, at the same time */
	animation-name: GreyShadowB;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	animation-delay:500ms; /* initial delay */
	animation-timing-function: linear;
	animation-fill-mode:both; 
}

section.ColouredBoxes div.BoxFlex {
  display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;
  position:relative; top:-58px;
}
section.ColouredBoxes a.Box {
  padding:25px 20px 33px 30px;
  width:32%;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
section.ColouredBoxes a.BoxA {
  background-color:#ff4600;
}
section.ColouredBoxes a.BoxB {
  background-color:#4fd4f5;
}
section.ColouredBoxes a.BoxC {
  background-color:#1f13a7;
}
section.ColouredBoxes div.TitleText {font-size:30px; font-weight:900; color:white; height:150px;}
section.ColouredBoxes div.SubText {
  font-size:16px; font-weight:400; color:white;
  padding:0 120px 0 0;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow_white_circle.svg);
  background-repeat:no-repeat;
  background-position:95% 5px;
  transition:background-position 200ms linear;
}
section.ColouredBoxes a.Box:hover div.SubText {
  background-position:97% 0;
}
@media(max-width:991px){
  section.ColouredBoxes div.TitleText {height:auto;}
  section.ColouredBoxes div.SubText {padding-bottom:18px;background-position:98% 0;}
}

@media(max-width:991px){
  section.ColouredBoxes div.BoxFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:center;
  }
  section.ColouredBoxes a.Box {
    width:100%;
  }
}

section.WhiteBoxes {padding:30px 20px 0;}
section.WhiteBoxes div.BoxFlex {
  display:flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;
}
section.WhiteBoxes div.Box {
  padding:25px 0 33px 0;
  width:47%;
}
@media(max-width:767px){
  section.WhiteBoxes div.Box {
    width:100%;
  }
}
section.WhiteBoxes div.TitleText {
  font-size:21px; font-weight:700; line-height:1.2;
  margin:0 0 20px;
}
section.WhiteBoxes div.SubText {
  font-size:18px; font-weight:400;
}
section.WhiteBoxes span {color:#ff4600;}
section.WhiteBoxes img {display:block; margin:0 0 30px;}
section.WhiteBoxes h1 {font-size:45px; font-weight:700;margin:0 0 20px;}
section.WhiteBoxes h1 span {color:#ff4600; font-family:Marck Script;font-size:55px;}

section.Acknowledgement {
  background-image:url(/Images/Content/3583/Templates/79238/images/acknowledge-bg.png);
  background-size:cover;
  background-position:center center;
  padding:60px 20px;
  text-align:center;
}
section.Acknowledgement div.container {
  max-width:900px;
}
section.Acknowledgement h1 {
  color:#ff4600;font-size:45px; font-weight:700;margin:0 0 20px;
}
@media(max-width:991px){
  section.Acknowledgement h1 {
    font-size:36px;
  } 
}

section.BlueBoxes {padding:90px 20px; background-color:#1f13a7;}
section.BlueBoxes div.BoxFlex {
  display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:stretch;
}
section.BlueBoxes div.Box {
  padding:0;
  width:30%;
  display:flex; flex-flow:column nowrap; justify-content:stretch; align-items:flex-start;
}
@media(max-width:991px){
  section.BlueBoxes div.BoxFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:center;
  }
  section.BlueBoxes div.Box {
    width:100%; margin:0 0 50px;
  }
}
section.BlueBoxes div.Box div.ColourBar {width:100px; height:6px; margin:0 0 15px;}
section.BlueBoxes div.BoxA div.ColourBar {
  background-color:#ff4600;
}
section.BlueBoxes div.BoxB div.ColourBar {
  background-color:#4fd4f5;
}
section.BlueBoxes div.BoxC div.ColourBar {
  background-color:#f5f749;
}
section.BlueBoxes div.TitleText {font-size:30px; font-weight:700; color:white;}
section.BlueBoxes div.SubText {
  font-size:18px; font-weight:400; color:white; margin:15px 0 40px;
  flex:1 1 0;
}
section.BlueBoxes div.SubText a { color:white; text-decoration:underline;}
section.BlueBoxes div.Box > a {
  display:inline-block;
  padding:8px 50px 8px 20px; border:2px solid #ff4600;
  color:#ff4600;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-orange.svg);
  background-repeat:no-repeat;
  background-position:93% 13px;
}
section.BlueBoxes div.Box > a:hover {
  background-color:#ff4600;
  color:white;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}
section.BlueBoxes div.Box.BoxB > a {
  border:2px solid #4fd4f5;
  color:#4fd4f5;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-tint.svg);
}
section.BlueBoxes div.Box.BoxB > a:hover {
  background-color:#4fd4f5;
  color:white;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}
section.BlueBoxes div.Box.BoxC > a {
  border:2px solid #f5f749;
  color:#f5f749;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-yellow.svg);
}
section.BlueBoxes div.Box.BoxC > a:hover {
  background-color:#f5f749;
  color:black;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect.svg);
}

section.Present500Clubs {padding:50px 20px 80px;}
section.Present500Clubs div.PresentFlex {
	display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;
  border:1px solid #ff4600;
  padding:20px 20px 20px 40px;
}
@media(max-width:991px){
  section.Present500Clubs div.PresentFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
  }
}
section.Present500Clubs div.PresentFlex img {
  display:block; width:400px; max-width:100%;
}
@media(max-width:991px){
  section.Present500Clubs div.PresentFlex img {
    margin:20px 0;
  } 
}
section.Present500Clubs div.PresentFlex h1 {font-size:45px; font-weight:700; margin:0 0 30px;}
@media(max-width:991px){
  section.Present500Clubs div.PresentFlex h1 {font-size:36px;}
}
section.Present500Clubs div.PresentFlex h1 span {color:#ff4600;}
section.Present500Clubs div.PresentFlex a {
  display:inline-block;
  margin:40px 0 0;
  padding:8px 50px 8px 20px; border:2px solid #ff4600;
  color:black;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect.svg);
  background-repeat:no-repeat;
  background-position:93% 13px;
}
section.Present500Clubs div.PresentFlex a:hover {
  color:white;
  background-color:#ff4600;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}
section.Present500Clubs div.PresentFlex > div {max-width:540px;}

section.TrainAndEquip {padding:90px 20px 80px; background-color:#fef5f2;}
section.TrainAndEquip.slice_content_page { background-color:white;}
section.TrainAndEquip div.PresentFlex {
	display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;
  font-size:18px;
}
section.TrainAndEquip div.PresentFlex.RowReverse {
	flex-flow:row-reverse nowrap;
}
section.TrainAndEquip div.PresentFlex.FullWidth {display:block;}
@media(max-width:991px){
  section.TrainAndEquip div.PresentFlex,
  section.TrainAndEquip div.PresentFlex.RowReverse {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
  }
}
section.TrainAndEquip div.PresentFlex > img {
  display:block; 
  width:400px !important;
  max-width:100% !important;
  margin:10px 0 0;
}
@media(max-width:991px){
  section.TrainAndEquip div.PresentFlex > img {
    margin:20px 0;
  }
}
section.TrainAndEquip div.PresentFlex h1,
section.TrainAndEquip div.PresentFlex h2 {
  font-size:45px; font-weight:700; margin:0 0 10px; color:black;
}
@media(max-width:991px){
  section.TrainAndEquip div.PresentFlex h1,
  section.TrainAndEquip div.PresentFlex h2 {
    font-size:36px;
  }
}
section.TrainAndEquip div.PresentFlex h1 span,
section.TrainAndEquip div.PresentFlex h2 span {color:#ff4600;}
section.TrainAndEquip div.PresentFlex a {
  display:inline-block;
  margin:40px 0 0;
  padding:8px 20px 8px 20px; border:2px solid #ff4600;
  color:black;
}
section.TrainAndEquip div.PresentFlex a:hover {
  color:white;
  background-color:#ff4600;
}

section.TrainAndEquip div.PresentFlex div.bx-wrapper a {
	margin-top:0; padding:0; border:none;
}
section.TrainAndEquip div.PresentFlex div.bx-wrapper {
	width:800px;
}
section.TrainAndEquip div.PresentFlex div.bx-wrapper,
section.TrainAndEquip div.PresentFlex div.bx-wrapper div.bx-viewport,
section.slice_WhatPeopleSay div.bx-wrapper,
section.slice_WhatPeopleSay div.bx-wrapper div.bx-viewport {
	border:none; box-shadow:none; left:0;
}

section.TrainAndEquip.ComplexContent a:not([class]) {
  display:inline !important;
  margin:0 !important;
  padding:0 !important; 
  border:none !important;
  color:black !important;
}
section.TrainAndEquip.ComplexContent a:not([class]):hover {
  color:black !important;
  background-color:white !important;
}
section.TrainAndEquip div.PresentFlex > div {max-width:540px;}
section.TrainAndEquip div.PresentFlex.FullWidth > div {max-width:100%;}
@media(max-width:991px){
section.TrainAndEquip div.PresentFlex > div {max-width:100%;}
  div.MoveToRightPanel {margin:30px 0 0;}
}
section.TrainAndEquip div.BlueNumberBox {
  margin:40px 0 0;
	background-color:#1f13a7;
  padding:30px 25px 40px;
  display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;
}
section.TrainAndEquip div.BlueNumberBox > div {
	color:white; width:45%;
}
section.TrainAndEquip div.BlueNumberBox h1 {
	color:white; margin:0 0 20px;
}

div.ArticleBody div.RegionPopUp {
  display:none;position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100vh;
  background-color:rgba(0,0,0,0.6);z-index:200;
  flex-flow:row nowrap;justify-content:center;align-items:center;
}
div.ArticleBody div.RegionPopUp div.FlexBox {
  position:relative;
  display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;
  background-color:white;padding:40px;border-radius:10px;width:100%;max-width:1280px;
}
div.ArticleBody div.RegionPopUp img.Map {display:block;width:100%;max-width:382px;}
div.ArticleBody div.RegionPopUp img.CloseIcon {display:block;position:absolute;top:5px;right:5px;}
div.ArticleBody div.RegionPopUp div.FlexBox div.Text {color:#333333;font-weight:700;margin:0;text-align:center;}
div.ArticleBody div.RegionPopUp div.FlexBox div.SmallerText {font-size:smaller;margin:20px 0 0;}

div.ArticleBody div.RegionPopUp div.FlexBox div.Text {
	display:block; width:1200px; max-width:100%;
}
div.ArticleBody div.RegionPopUp div.FlexBox iframe {
	display:block;
}

@keyframes fader {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
div.ArticleBody div.RegionPopUp div.FlexBox {
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-name: fader;
  animation-duration: 1s;
}

section.PlayVideo {padding:70px 0 20px;position:relative;}
section.PlayVideo div.container {
  position:relative;
}
section.PlayVideo img {
  display:block; max-width:100%;
}
section.PlayVideo div.PlayIcon {
  position:absolute; top:0; bottom:0; left:0; right:0;
  display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;
}
section.PlayVideo div.PlayIcon img {
  cursor:pointer;
}
section.PlayVideo div.BottomGrey {
  background-color:#fef5f2;
	position:absolute;bottom:0; left:0; right:0; height:250px;
}

section.slice_LatestNews {
	background-image:url(/Images/Content/3583/Templates/79238/images/Beach.jpg);
  background-size:cover;
  background-position:center center;
  padding:90px 20px;
}
section.slice_LatestNews a {display:block;}
section.slice_LatestNews div.articleListLink a {
  height:44px; line-height:44px;
  transition:background-position 300ms linear;
}
section.slice_LatestNews div.NewsRowFlex {
	display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;
}
@media(max-width:991px){
  section.slice_LatestNews div.NewsRowFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
  }
}
section.slice_LatestNews div.articleListDate {
	display:none;
}
section.slice_LatestNews div.NewsRowFlex > div:first-child {
	max-width:450px;
}
section.slice_LatestNews div.NewsRowFlex > div:first-child div.articleListDate {
	color:#f5f749; display:block;
}
section.slice_LatestNews div.NewsRowFlex > div:first-child div.articleListTitle a {
	color:white; font-size:60px; font-weight:700; line-height:1.2;
}
section.slice_LatestNews div.NewsRowFlex > div:first-child div.articleListSummary {
	color:white; margin:30px 0; font-size:20px;
}
section.slice_LatestNews div.NewsRowFlex > div:first-child div.articleListLink a {
	background-image:url(/Images/Content/3583/Templates/79238/images/arrow-yellow-circle.svg);
  background-repeat:no-repeat;
  background-position:left 6px;
  color:transparent;
}

section.slice_LatestNews div.NewsColFlex {
  max-width:440px;
}
section.slice_LatestNews div.NewsColFlex > div {
	background-color:white; padding:30px; border-left:8px solid #f5f749;
  margin:0 0 20px;
}
section.slice_LatestNews div.NewsColFlex div.articleListTitle a {
	font-size:26px; font-weight:700; line-height:1.2;
}
section.slice_LatestNews div.NewsColFlex div.articleListSummary {
	font-size:16px; margin:15px 0 20px;
}
section.slice_LatestNews div.NewsColFlex div.articleListLink a {
	background-image:url(/Images/Content/3583/Templates/79238/images/arrow-yellow-circle.svg);
  background-repeat:no-repeat;
  background-position:calc( 100% - 45px ) 6px;
  font-size:16px; font-weight:700;
}
section.slice_LatestNews div.NewsColFlex div.articleListLink a:hover {
  background-position:calc( 100% - 39px ) 0px;
  color:black;
}

section.AboveFooterArticle {
	background-color:#fef5f2;
  padding:90px;
  position:relative;
  background-size:cover;
  background-position:center center;
}
section.AboveFooterArticle div.AboveFooterFlex {
	display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;
}
section.AboveFooterArticle div.AboveFooterFlex h2 {
	font-size:45px; font-weight:700; padding-right:50px;
}
section.AboveFooterArticle.HasImage div.AboveFooterFlex h2 {
	font-size:45px; font-weight:700; padding-right:0;
}
@media(max-width:991px){
  section.AboveFooterArticle {padding:30px;}
  section.AboveFooterArticle div.AboveFooterFlex {
    flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;
  }
  section.AboveFooterArticle div.AboveFooterFlex h2 {
    font-size:32px;
  }
}
section.AboveFooterArticle h2.text-orange  {
color:#ff4600;
}
section.AboveFooterArticle a,
section a.BlockOrange {
  display:inline-block;
  font-size:20px;
	border:2px solid #ff4600;
  padding:15px 80px 15px 30px;
  margin:20px 0 0;
  font-weight:700;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect.svg);
  background-size:16px;
  background-position:85% 22px;
  background-repeat:no-repeat;
}
section.AboveFooterArticle a:hover,
section a.BlockOrange:hover {
 	background-color:#ff4600; 
  color:white;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}

@media(max-width:467px){
  
}

section a.BlockOrange.LongButton {
  font-size:18px;padding:10px 80px 10px 30px;
  background-position:95% 15px;
}

section a.BlockOrange.WhiteVersion {
border:2px solid white;
  color:white;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}
section a.BlockOrange.WhiteVersion:hover {
  color:black;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect.svg);
}

section.AboveFooterArticle div.FooterTint {display:none;}
section.AboveFooterArticle.HasImage div.FooterTint {
  display:block;
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  background-color:rgba(0,0,0,0.4);
}
section.AboveFooterArticle.HasImage div.AboveFooterFlex {
   display:block;
	text-align:center; color:white!important;
  position:relative; z-index:1;
}
section.AboveFooterArticle.HasImage div.AboveFooterFlex h2 {
  color:white!important;
  line-height:1.3;
}
section.AboveFooterArticle.HasImage div.AboveFooterFlex a {
	color:white!important;
  border-color:white!important;
  background-image:url(/Images/Content/3583/Templates/79238/images/arrow-redirect-white.svg);
}
section.AboveFooterArticle.HasImage div.AboveFooterFlex a:hover {
  border-color:#ff4600!important;
  background-color:#ff4600!important;
}

section.ComplexContent hr {
	height:1px; border:none; background-color:#e2e2e2; margin:0;
}

section.ComplexContent div.MoveToRightPanel {width:480px; max-width:100%;}
section.ComplexContent div[id$="_elFormContents"] input.sitebutton {
  border:2px solid #ff4600;
  color:black;
  font-size:18px;
  background-color:white;
}
section.ComplexContent div[id$="_elFormContents"] input.sitebutton:hover {
  background-color:#ff4600;
  color:white;
}
section.ComplexContent div[id$="_elFormContents"] table td {
  padding:5px 20px;
}
section.ComplexContent div[id$="_elFormContents"] input[type="text"],
section.ComplexContent div[id$="_elFormContents"] textarea {
  padding:10px!important;
  border-color:#dddddd!important;
  border-radius:10px;
}

section.ComplexContent div.OrangeBoxes {
	display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;
}
section.ComplexContent div.OrangeBoxes > div {
 background-color:#fef5f2;
  border:1px solid #ff4600;
  padding:30px 30px 30px 80px;
  text-align:left;
  width:100%;
  background-image:url(/Images/Content/3583/Templates/79238/images/edit.svg);
  background-size:36px;
  background-position:30px 28px;
  background-repeat:no-repeat;
}
section.ComplexContent div.OrangeBoxes > div > b:first-child {font-size:24px;}
section.ComplexContent div.OrangeBoxes > div.SVG_Arrow {
	background-image:url(/Images/Content/3583/Templates/79238/images/cursor.svg);
}
section.ComplexContent div.OrangeBoxes > div.SVG_Tick {
	background-image:url(/Images/Content/3583/Templates/79238/images/stamp.svg);
}
@media (min-width: 992px) { /* 2 columns */
	section.ComplexContent div.OrangeBoxes > div { width: 48.5%; margin:15px 0; }
	section.ComplexContent div.OrangeBoxes > div:nth-child(2n+1) {margin-right:1.5%;} /* Extra 1% on each */
	section.ComplexContent div.OrangeBoxes > div:nth-child(2n) {margin-left:1.5%;}
}

section.ComplexContent div.OrangeBoxes.MadeWhite > div {
  background-color:white;
  border:none;
  background-image:none;
  padding:30px 30px 30px 30px;
}
section.ComplexContent div.OrangeBoxes.MadeWhite > div h2 {
  font-weight:600;
  color:#2e3192;
  text-transform:uppercase;
}

.text-orange {color: #ff4600 !important;}
.MarckScript {font-family:Marck Script;}

section.BlackBar {
	background-color:#2b2b2b;
  color:white;
  text-align:center;
  padding:15px 20px;
  font-size:21px;
}
section.BlackBar a {
  color:white;
}
section.BlackBar a:hover {
  color:#ff4600;
}

section.slice_content_page.FullWidth div.LightOrangeBox {
	background-color:#fef5f2;
  display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;
  padding:30px;
}
section.slice_content_page.FullWidth h1.LightOrangeBox {
	background-color:#fef5f2;font-size:45px;
  padding:30px 30px 0; text-align:center;
}
section.slice_content_page.FullWidth div.LightOrangeBox > div { width: 100%; margin:15px 0;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_content_page.FullWidth div.LightOrangeBox > div { width: 49%; margin:15px 0; }
	section.slice_content_page.FullWidth div.LightOrangeBox > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page.FullWidth div.LightOrangeBox > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	section.slice_content_page.FullWidth div.LightOrangeBox > div { width:32%; margin:15px 0;}
	section.slice_content_page.FullWidth div.LightOrangeBox > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	section.slice_content_page.FullWidth div.LightOrangeBox > div:nth-child(3n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the middle one only */
	section.slice_content_page.FullWidth div.LightOrangeBox > div:nth-child(3n) {margin-left:0;margin-right:0;}
}
section.slice_content_page.FullWidth div.LightOrangeBox img {
	display:block; height:150px; width:auto; margin:0 0 10px; border-radius:80px;
}
section.slice_content_page.FullWidth div.LightOrangeBox h4 {
	font-weight:700; font-size:24px;
}
section.slice_content_page.FullWidth div.LightOrangeBox h5 {
	font-weight:600; font-size:20px;
}

section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes {
display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div { 
  width: 100%; margin:15px 0;
  padding:80px 40px 50px;
} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div { width: 49%; margin:15px 0; }
	section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:nth-child(2n) {margin-left:1%;}
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:first-child {
  background-color:#fef5f2;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:last-child {
  background-color:#ff4600; color:white;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes.bgLightOrange > div:last-child {
  background-color:#fef5f2; color:black;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes h4 { 
font-size:28px; font-weight:700; position:relative;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:last-child h4 { 
color:white;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes.bgLightOrange > div:last-child h4 { 
color:black;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes h4::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    height: 8px;
    width: 100px;
    background-color: #ff4600
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes > div:last-child h4::before {
background-color:white;
}
section.slice_content_page.FullWidth div.LargeOrangeSquareBoxes.bgLightOrange > div:last-child h4::before {
background-color:#ff4600;
}

section.slice_content_page.FullWidth div.ClipboardCards {
  display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;
}
section.slice_content_page.FullWidth div.ClipboardCards > div { 
  width: 100%; margin:15px 0;
  padding:70px 20px 30px;
  border:1px solid #e2e2e2;
  position:relative;
} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_content_page.FullWidth div.ClipboardCards > div { width: 49%; margin:15px 0; }
	section.slice_content_page.FullWidth div.ClipboardCards > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page.FullWidth div.ClipboardCards > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	section.slice_content_page.FullWidth div.ClipboardCards > div { width:32%; margin:15px 0;}
	section.slice_content_page.FullWidth div.ClipboardCards > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	section.slice_content_page.FullWidth div.ClipboardCards > div:nth-child(3n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the middle one only */
	section.slice_content_page.FullWidth div.ClipboardCards > div:nth-child(3n) {margin-left:0;margin-right:0;}
}
@media (min-width: 992px) { /* back to 2 columns */
	section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div { 
      width: 49%; margin:15px 0; 
      background-color:white;
    }
	section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div:nth-child(2n) {margin-left:1%;}
}
section.slice_content_page.FullWidth div.ClipboardCards div.ClipIcon { 
  position:absolute; top:-10px; left:30px;
  width:52px; height:59px;
  background-color:#ff4600;
  background-image:url(/Images/Content/3583/Templates/79238/images/game-plan-1.svg);
  background-repeat:no-repeat;
  background-position:15px 15px;
}
section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div:nth-child(2) div.ClipIcon { 
  background-image:url(/Images/Content/3583/Templates/79238/images/search-white.svg);
  background-color:#4fd4f5;
}
section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div:nth-child(3) div.ClipIcon { 
  background-image:url(/Images/Content/3583/Templates/79238/images/pray.svg);
  background-color:#1f13a7;
}
section.slice_content_page.FullWidth div.ClipboardCards.Col2 > div:nth-child(4) div.ClipIcon { 
  background-image:url(/Images/Content/3583/Templates/79238/images/give_n_go.svg);
  background-color:#f5f749;
}

div.OrangeShadowBoxWrapper {
	display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;
}
div.OrangeShadowBox {
  background-color:#fef5f2;
  width:30%;
  margin:0 0 40px;
  padding:18px 20px 20px;
	border:1px solid #ff4600;
  box-shadow:10px 10px 0 0 #ff4600;
}
div.OrangeShadowBoxWrapper.Cols2Only div.OrangeShadowBox {width:45%;}
@media(max-width:467px){
  div.OrangeShadowBoxWrapper {margin-top:30px;}
  div.OrangeShadowBoxWrapper div.OrangeShadowBox {width:100%;}
}
div.OrangeShadowBox div {font-size:45px; color:#ff4600; font-weight:700;}

section.slice_content_page div.ArticleBody > p {margin:0;}
section.slice_content_page div.main-content div.ArticleBody > h1 {margin:0 0 10px;}

div.SCAUflatform {padding:30px; background-color:#fef5f2;}