/*  (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: 68px !important; /* <<< desktop logo height */
    }
    header.HeaderSmall section.slice_Header_L .logo-icon img {
      height:60px !important; /* <<< desktop shrunken logo height */
    }
}
@media(min-width:1100px){
  	header .logo-icon img { 
		height: 98px !important; /* <<< desktop 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: 13px !important; /* <<< logo gap from top for desktop */
	}
	header.HeaderSmall section.slice_Header_L div.logo-container {
      margin-top:6px !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-top:16px;}
@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;} 
}

header section.slice_Header_L div.nav-menu ul.root_menu > li:last-child > a {
  padding-right:5px;
  color:#8382AA;
}
.slice_Header_L .nav-menu ul.root_menu > li > a {font-size:21px;font-weight:600;}
@media (max-width:1350px) 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.top-link-wrapper { transition:margin-right 300ms linear; }
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: 1450px) {
	section.slice_Header_L div.top-link-wrapper { margin-right: 65px; }
    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);
}
  
/* 3 Big Button colours */
.slice_content_page .sidebar_buttons a.button1
{
    background-color: #e31f92 !important; /* <<< Green/left/top big button */
}
.slice_content_page .sidebar_buttons a.button2
{
    background-color: #312f71 !important; /* <<< Red/middle big button */
}
.slice_content_page .sidebar_buttons a.button3
{
    background-color: #312f71 !important; /* <<< Blue/right/bottom big button */
}

/* 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: #e31f92 !important; /* <<< slide show button background color */
    border-color: #e31f92 !important; /* <<< slide show button border color */
}

.slice_SlidesFullWidth a.slideButton,
body.OnSmallAppleDevice section.slice_SlidesFullWidth a.slideButton:hover
{
    background-color: #e31f92 !important; /* <<< slide show button background color */
    border-color: #e31f92 !important; /* <<< slide show button border color */
  	color: white !important;
}

.slice_SlidesFullWidth a.slideButton:hover
{
    background-color: #663399 !important; /* <<< slide show button background color */
    border-color: #663399 !important; /* <<< slide show button border color */
}

section.slice_WhatsOnSlidesEB_L div.bx-pager a, 
section.slice_WhatsOnSlidesEB_L div.bx-pager a
{
    background-color: #312f71 !important; /* <<< slide show button background color */
    border-color: #312f71 !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: #e31f92 !important; /* <<< slide show button background color */
    border-color: #e31f92 !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:#f0eff4;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: #e31f92 !important; /* <<< Clock and Location icon colour */
}

/* Search box */
header div.search-overlay
{
    background-color: #312f71 !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.Xslice_SlidesFullWidth div.slideTitle,
section.Xslice_SlidesFullWidth div.slideText {margin:0 0 0 10%;}

/* 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:#e31f92; 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:#663399;
}
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; max-width:1020px; margin:0 auto;
}
section.slice_CommunityText_L div.WelcomeWrapper h1 {
  margin:0 0 20px;font-size:40px;line-height:1.1;font-weight:700;
}
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:15px;
  display:inline-block;margin:0;
}
@media (max-width:1100px) {
  section.slice_CommunityText_L div.WelcomeWrapper h1 {font-size:26px;}
}
@media (max-width:767px) {
  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.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:15px;padding-left:15px;padding-right:15px;
  }
}
@media (max-width:467px) {
  section.slice_CommunityText_L div.WelcomeWrapper a.button,
  section.slice_CommunityText_L div.WelcomeWrapper a.button2 {
    font-size:13px;padding-left:10px;padding-right:10px;
  }  
}

section.EventsAndTalks {background-color:white; padding:60px 10px 50px;}
section.EventsAndTalks h1 {
  color:#312f71; 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:#312f71;border-color: #d7d7d7; background-color: transparent;border-radius:4px; }
section.EventsAndTalks a.button:hover { 
  color:#312f71;border-color: #e31f92; 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:#f0eff4;margin:0 0 3px; padding:15px;
}
section.EventsAndTalks div.TalksList span.MediaList > div {
  line-height:1.5;
  background-color:#f0eff4;margin:0 0 3px;padding:16px 10px 16px 60px;
}

section.EventsAndTalks div.mediaListTitle a {
  font-size:20px;font-weight:600;color:#312f71;position:relative;
}
section.EventsAndTalks div.mediaListTitle a:hover {color:#e31f92;}
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:#312f71;
}
section.EventsAndTalks div.eventListTitle a:hover {color:#e31f92;}
section.EventsAndTalks div.eventListDate {
  display:inline-block; border-radius:4px; font-size:17px; line-height:1;
  background-color:#e31f92; 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:#312f71;
}
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:#e31f92;}
section.EventsAndTalks div.eventListLocation a.InActive {cursor:default;}
section.EventsAndTalks div.eventListLocation a.InActive:hover {color:#312f71;}
@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:#f0eff4;
}
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: 200px 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;
	font-size: 60px;
	text-transform:uppercase;
}
@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 { 
  position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;
  background-color:rgba(0,0,0,0.4);
}
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: #f0eff4;  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:15px;padding-right:15px;}
}

div.slice_Cookies {
  	background-color:#312f71;
  	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 {
	text-align:center; width:100%; margin:0 auto 20px; max-width:870px; line-height:1.4;
  padding:10px 10px 0 10px;
}
footer div.FooterSafeGuarding h1 {font-size:22px; line-height:1; margin:0 0 10px; color:#312f71;}
footer div.FooterSafeGuarding.BottomBorder {border-bottom:1px solid #d7d7d7;}

/* Supporter logos */
footer div.LogoWrapper {
	background-color:#f0eff4;
	border-bottom:1px solid #D7D7D7;
  	margin:-20px 1.28866% 20px;
}
footer div.LogoWrapper ul {
  	list-style-type:none;
  	padding:0;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:#312f71;color:white;
  border-radius:7px;
}
section.SeekerBox div.SmallSeekerArticle a:hover {background-color:#663399;}
body.OnSmallAppleDevice section.SeekerBox div.SmallSeekerArticle a {
	background-color:#312f71 !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:#312f71;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:#f0eff4;}
@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:left;
  line-height:1.8;
}
@media (max-width:767px) {
  footer div.footer-column-1 {margin-top:10px;}
  footer div.footer-column-3 div.EmailWrapper {
    text-align:center;
  }
}

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.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:5px;padding-bottom:5px;
}
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 {margin-top:2px;}
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:-2px;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 > div.ArticleBody ul:not([class]) > li::before {
  content: "\2022" !important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e31f92 ; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline; /* Needed to add space between the bullet and the text */
  margin-left: -14px; /* Also needed for space (tweak if needed) */
  padding:0;
}
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:#e31f92;
}
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: #f0eff4; width: 100%; margin:15px 0;
  border-radius:10px;
} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	div.ArticleBody > div.UML_AL_1.TwoCol > div { width: 48%; margin:15px 0; }
	div.ArticleBody > div.UML_AL_1.TwoCol > div:nth-child(2n+1) {margin-right:2%;} /* Extra 1% on each */
	div.ArticleBody > div.UML_AL_1.TwoCol > div:nth-child(2n) {margin-left:2%;}
}
div.ArticleBody > div.UML_AL_1 div.articleListImage img { 
  display: block; width: 100%;  margin:0;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
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: 20px 25px 15px;}
div.ArticleBody > div.UML_AL_1 div.articleListTitle a { 
  font-weight: 800; font-size: 24px; line-height: 1.2; display:block;
  text-decoration:none; color:#312f71;
}
div.ArticleBody > div.UML_AL_1 div.articleListSummary { 
  padding: 0 25px 10px;  font-weight: 400;line-height: 1.3;
  font-size: 19px;
}
div.ArticleBody > div.UML_AL_1 div.articleListLink {
  flex:1 1 auto;line-height:1;color:transparent;
    border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  padding:15px 25px 30px;
} /* takes up the height slack */
div.ArticleBody > div.UML_AL_1 div.articleListLink a {
  text-decoration:none;line-height:1.4;
}

section.OurChurches {background-color:white; padding:50px 10px 60px;}
section.OurChurches a {text-decoration:underline;}

body.TemplateDemo2 header .logo-name {display:block !important;}

section.slice_content_page div.main-content table.hubb-article-table {
  border-collapse:collapse;
  border:none;
}
section.slice_content_page div.main-content table.hubb-article-table td {
  border:none;
}
section.slice_content_page div.main-content div[id$="_elFormContents"] > table {
	padding:10px 15px 0 15px;
}

header ul.root_menu li.MenuSearchOpen a {height:55px !important;}
header.HeaderSmall ul.root_menu li.MenuSearchOpen a {height:41px !important;}
header section.slice_Header_L > img {display:block; width:100%; height:10px;}
@media(max-width:991px){
  header section.slice_Header_L > img {height:5px;}
}
footer div.footer-column-1 img {display:block;}
footer div.footer-column-1 img:last-child {display:none;}
footer div.footer-column-1 a:hover img:first-child {display:none;}
footer div.footer-column-1 a:hover img:last-child {display:block;}

section.LogoScrollA,
section.LogoScrollB {overflow:hidden;}
section.LogoScrollA {position:relative;}
section.LogoScrollA.ContentPage {
  background-image:url(/Images/Content/2309/Templates/80513/images/Horizontal-line-shadow.png);
  background-repeat:no-repeat;
}
section.LogoScrollA h1 {
  font-size:30px; font-weight:800; text-align:center; margin:0 20px;
  position:absolute; top:60px; left:0; right:0;
  line-height:1.2;
}
@media(max-width:767px){
  section.LogoScrollA h1 {
    font-size:24px;
  }
}
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:130px;
}
section.LogoScrollA div.LogoScroller:nth-of-type(2) {
   left:100%;
}
section.LogoScrollB div.LogoScroller:first-of-type {
   right:0; top:20px;
}
section.LogoScrollB div.LogoScroller:nth-of-type(2) {
   right:100%; top:-110px;
}
section.LogoScrollA div.SingleLogo,
section.LogoScrollB div.SingleLogo {
  width:240px; min-width:240px;
  display:flex; flex-flow:row nowrap; justify-content:center; align-items:center;
  margin:0 5px;
  padding:0 0;
  box-shadow:0 2px 3px 1px rgba(0,0,0,0.04);
  height:120px;
  border-radius:20px;
  border:1px solid #ededf0;
}
section.LogoScrollB div.SingleLogo {
  width:240px; min-width:240px;
}
/*
@media(max-width:1200px){
  section.xLogoScrollA div.SingleLogo,
  section.xLogoScrollB div.SingleLogo {
    height:90px;
  }
  section.xLogoScrollA div.LogoScroller:first-of-type {
     left:0; top:100px;
  }
  section.xLogoScrollB div.LogoScroller:nth-of-type(2) {
     right:100%; top:-80px;
  }
}
*/

section.HomepageManageAll {
	padding:80px 20px 60px; 
}
section.HomepageManageAll span.GreenTick::before {
  content:' ';
  display:inline-block;
  width:30px;
  height:14px;
  background-image:url(/Images/Content/82/Templates/72478/images/WhyUs/tick-icon-sml.png);
  background-repeat:no-repeat;
  background-position:left bottom;
  position:relative;
}
section.HomepageManageAll div.GreenTickFix {
	display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:flex-start;
  margin:0 0 10px; line-height:1.2;
}
section.HomepageManageAll div.DownloadLink a {
  font-size:21px;
  font-weight:400;	
  text-decoration:underline;
}
section.HomepageManageAll div.DownloadLink a:hover {
  color:#6666ae;
}
section.HomepageManageAll div.DownloadLink img {
  display:inline-block;
  margin:0 20px 0 0;
  position:relative; top:5px;
}


section.HomepageManageAll div.container {
  max-width:1350px;
}
section.HomepageManageAll h2 {
  text-align:center; margin:0 0 40px; font-size:58px; font-weight:800;
}
section.HomepageManageAll div.ManageFlexA {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:stretch;
  background-color:#e1e1f0; padding:40px; border-radius:10px;
}
@media(max-width:467px){
  section.HomepageManageAll div.ManageFlexA {
    padding:10px;
  }
}
section.HomepageManageAll div.ManageFlexB {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:stretch;
  background-color:white;
  border-radius:10px;
  padding:35px 30px 0 40px;
  width:100%;
  box-shadow:2px 2px 3px 3px rgba(0,0,0,0.05);
}

section.HomepageManageAll div.ManageAllTextPanels {
	padding:0 0 20px 0;
  width:100%;
}
section.HomepageManageAll div.ManageAllTextPanel {
  	margin:0 0 0;
	padding:0 0 0 0;
    background-repeat:no-repeat;
  background-position:0 0;
}

section.HomepageManageAll div.ManageAllTextPanel:nth-child(1),
section.HomepageManageAll div.BigButton:nth-child(1) {
  background-image:url(/Images/Content/2309/Templates/80513/images/icon-debt.png); 
}
section.HomepageManageAll div.ManageAllTextPanel:nth-child(2),
section.HomepageManageAll div.BigButton:nth-child(2) {
  background-image:url(/Images/Content/2309/Templates/80513/images/icon-benefits.png); 
}
section.HomepageManageAll div.ManageAllTextPanel:nth-child(3),
section.HomepageManageAll div.BigButton:nth-child(3) {
  background-image:url(/Images/Content/2309/Templates/80513/images/icon-food.png); 
}
section.HomepageManageAll div.ManageAllTextPanel:nth-child(4),
section.HomepageManageAll div.BigButton:nth-child(4) {
  background-image:url(/Images/Content/2309/Templates/80513/images/icon-housing.png); 
}
section.HomepageManageAll div.ManageAllTextPanel:nth-child(5),
section.HomepageManageAll div.BigButton:nth-child(5) {
  background-image:url(/Images/Content/2309/Templates/80513/images/icon-education.png); 
}


section.HomepageManageAll div.ManageAllTextPanel h3 {
  margin:0 0 35px 75px;
  padding:10px 0 0;
  font-size:30px; font-weight:800;
}

section.HomepageManageAll div.BigButtonWrapper {
	margin:0 25px 0 0;
}
section.HomepageManageAll div.BigButton {
	cursor:pointer;
  background-color:white;
 	font-size:24px; font-weight:700; margin:0 0 15px;
  background-repeat:no-repeat;
  background-position:20px 16px;
  background-size:44px;
  padding:20px 30px 20px 80px;
  border-radius:6px;
  opacity:0.7;
  white-space:nowrap;
  box-shadow:2px 2px 3px 3px rgba(0,0,0,0.08);
}
@media(min-width:992px) and (max-width:1300px){
  section.HomepageManageAll div.ManageFlexB {padding:30px 20px 0 20px;}
  section.HomepageManageAll div.BigButton {padding:25px 20px 25px 70px;}
}

section.HomepageManageAll div.BigButton.SwitchedOn {
	cursor:default;
  opacity:1;
}
section.HomepageManageAll div.BigButton:last-child { margin:0;}

section.HomepageManageAll div.ImageWrapper {
	display:flex; flex-flow:row nowrap; justify-content:center; align-items:flex-start;
  width:100%; max-width:350px;
}
section.HomepageManageAll img {
  display:block;
margin:0 0 0 5%;
  max-width:95%;
  border-radius:8px;
}

section.HomepageManageAll div.ParagraphSmall {
  font-size:19px;
}

section.HomepageManageAll div.BaseButtons {margin:20px 0 0;}
@media(max-width:767px){
  section.HomepageManageAll div.BaseButtons {margin:10px 0 20px;}
  section.HomepageManageAll h2 {
    font-size:32px;
  }
}

section.slice_content_page div.UML_AL_1 div.articleListLink a,
section a.PillButton,
section div.PillButton {
  display:inline-block;
  font-size:19px; color:#312f71;
  border:2px solid #e31f92;
  padding:8px 25px; border-radius:6px;
}
section.slice_content_page div.UML_AL_1 div.articleListLink a,
section a.PillButton,
section div.PillButton {
  transition:background-color 300ms linear,color 300ms linear,border-color 300ms linear;
}
section.slice_content_page div.UML_AL_1 div.articleListLink a:hover,
section a.PillButton:hover,
section div.PillButton:hover {
  color:white;
  background-color: #e31f92;
}

section a.PillButton.PillButton2 {
  font-size:19px; color:white;
  border:2px solid #e31f92;
  padding:10px 35px; border-radius:6px;
  background-color: #e31f92;
}
section a.PillButton.PillButton2:hover {
  background-color: #312f71;
  border:2px solid #312f71;
}



@media(max-width:991px){
  section.HomepageManageAll {padding-bottom:0;}
  section.HomepageManageAll div.BigButtonWrapper,
  section.HomepageManageAll div.ImageWrapper {display:none;}
  section.HomepageManageAll div.ManageFlexB {
    padding:0; background-color:transparent; box-shadow:none;
  }
  section.HomepageManageAll div.ManageAllTextPanels { width:100% !important;}
  section.HomepageManageAll div.ManageAllTextPanel {
    padding:30px 0 20px; background-color:white;
    margin:0 0 30px; max-width:100%;
    background-position: 0 20px;
    border-radius:8px;
  }
  section.HomepageManageAll div.ManageAllTextPanel a.PillButton {
    font-size:18px; padding:6px 30px; margin:10px 0 0;
    color:white;
    background-color: #e31f92;
  }
  section.HomepageManageAll div.ManageAllTextPanel a.PillButton:hover {
    color:#e31f92;
    background-color: white;
  }
  section.HomepageManageAll img {display:none;}
  section.HomepageManageAll div.ManageAllTextPanel h3 {
    font-size:22px; padding-top:0; margin-bottom:40px;
  }
  section.HomepageManageAll div.ManageFlexA {
    background-color:white; padding:0; border-radius:0;
  }
  section.HomepageManageAll div.BaseButtons {margin:10px 0 0;}
}

@keyframes SimpleOpacity {
  0% {opacity:0;}
  100% {opacity:1;}
}
section.HomepageManageAll div.ManageFlexB div.ImageWrapper img {
  animation-name: SimpleOpacity;
  animation-iteration-count: 1;
  animation-duration: 700ms;
  animation-delay:100ms; /* initial delay, will be zero if scroll-position activated. */
  animation-timing-function: linear;
  animation-fill-mode:both; /* keep 100% values on at the end */
}

section.HomepageRolloverImages {
	padding:0 20px 60px;
}
section.HomepageRolloverImages h1 {
	font-size:30px; font-weight:700; text-align:center; margin:0 0 30px;
}
section.HomepageRolloverImages div.RolloverFlex {
	display:flex; flex-flow:row wrap; justify-content:space-around; align-items:flex-start;
}
section.HomepageRolloverImages div.RolloverBox {
	background-color:#bfe5ff;
  text-align:center;
  padding:50px 0 0;
  width:260px;height:260px;
  border-radius:8px;
  position:relative;
  margin:0 0 20px;
}
section.HomepageRolloverImages div.RolloverBox:nth-child(2) {
  background-color:#e0f0c1;
}
section.HomepageRolloverImages div.RolloverBox:nth-child(3) {
  background-color:#ffcceb;
}
section.HomepageRolloverImages div.RolloverBox:nth-child(4) {
  background-color:#e0d6eb;
}
section.HomepageRolloverImages div.RolloverBox img {
	display:block; margin:0 auto;
}

section.HomepageRolloverImages div.RolloverTitle {
	font-size:24px; font-weight:700; 
  padding:30px 30px 0; line-height:1.2;
}

section.HomepageRolloverImages div.RolloverHoverBox {
  display:none;
  position:absolute; top:0; bottom:0; left:0; right:0;
	background-color:#0099ff;
  text-align:center; 
  color:white;
  padding:35px 20px 0;
  border-radius:8px;
  font-size:22px; font-weight:400;
}
section.HomepageRolloverImages div.RolloverHoverText {padding:0 0 20px;user-select: none; }

section.HomepageRolloverImages div.RolloverBox:nth-child(2) div.RolloverHoverBox {
  background-color:#88c03c;
}
section.HomepageRolloverImages div.RolloverBox:nth-child(3) div.RolloverHoverBox {
  background-color:#e31f92;
}
section.HomepageRolloverImages div.RolloverBox:nth-child(4) div.RolloverHoverBox {
  background-color:#663399;
}
section.HomepageRolloverImages div.RolloverHoverBox a {
  display:block; padding:0 0 0; opacity:0.7;
  color:white;
  font-size:20px; font-weight:400;
}
section.HomepageRolloverImages div.RolloverHoverBox a:after {
  content:' ';
  display:inline-block;
  width:8px; height:15px;
  background-image:url(/Images/Content/2309/Templates/80513/images/white-arrow-sml.png);
  background-repeat:no-repeat;
  position:relative; top:2px; left:10px;
}

section.HomepageRolloverImages div.RolloverBox:hover div.RolloverHoverBox {
  display:block;  
}
@media(max-width:600px){
  section.HomepageRolloverImages {
    padding:0 10px 60px;
  }
  section.HomepageRolloverImages div.RolloverBox {
    background-color:#bfe5ff;
    text-align:center;
    padding:30px 0 0;
    width:48%;height:210px;
    border-radius:8px;
    position:relative;
    margin:0 0 20px;
  }
  section.HomepageRolloverImages div.RolloverTitle {
    font-size:20px; font-weight:700; 
    padding:30px 20px; line-height:1.2;
  }
  section.HomepageRolloverImages div.RolloverHoverBox {
    font-size:18px; padding:15px 15px 0;
  }
}

section.slice_Background {
  background-size:cover;
    background-repeat:no-repeat;
  background-position:center center;
  padding:0 20px 0;
}
section.slice_Background div.container {max-width:1650px;}
section.slice_Background div.TextBlock {
	display:flex; flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
  font-size:24px; font-weight:300;
}
section.slice_Background div.TextBlock div div {max-width:620px;}
section.slice_Background div.TextBlock div p {max-width:580px;}
section.slice_Background.SundayOriginA div.TextBlock div p {max-width:1580px;}
section.slice_Background h1 {
	font-size:50px;
}
section.slice_Background div.Text {
	font-size:26px; font-weight:300;color:white; line-height:1.3;
}

section.slice_Background.SundayOrigin {
	background-image:none;
}
@media(max-width:1150px){
  section.slice_Background.SundayOrigin {
     padding:0 20px 40px;
  }
  section.slice_Background div.TextBlock {font-size:18px !important;}
}
section.slice_Background.SundayOrigin h1 {
  font-size:66px; line-height:1;
}
section.slice_Background.SundayOrigin.HopeHub h1,
section.slice_Background.SundayOrigin.HopeHub div.ArticleBody {
  color:white;
}
section.slice_Background.SundayOrigin h1 span.YellowText {
  color:#fdb715;
}

section.slice_Background.SundayOrigin.SundayOriginB
> div > div > div.TextBlock > div.ArticleBody > div {
	font-size:32px; font-weight:400;
}

section.slice_Background div.LeftRightWrapper {
	display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:flex-start;
}
@media (max-width:1450px) {
  section.slice_Background.SundayOrigin.SundayOriginB h1 {
      font-size:48px;
  }
  section.slice_Background.SundayOrigin.SundayOriginB div.TextBlock {font-size:20px;}
}
@media (max-width:1150px) {
  section.slice_Background div.LeftRightWrapper {
      flex-flow:column nowrap;
  }
}
section.slice_Background div.LeftRightWrapper h1 br {display:none;}
section.slice_Background.SundayOrigin div.TextBlock {width:51%; padding-right:20px;}
section.slice_Background.SundayOrigin div.ImgWrapper {width:49%;padding:0 0 0 20px;}
section.slice_Background.SundayOrigin div.ImgWrapper img {
  display:block;max-width:100%;border-radius:15px;
}
section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper img,
section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper div.HomepageVideo {
	border:20px solid #f1ece7;
  border-radius:20px;
  display:block;
}
section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper video {display:block;}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.ImgWrapper img {
  border-radius:20px;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved hr {
	display:block; height:1px; background-color:#96c2e1;
  margin:30px 0; border:none;
}

@media (max-width:1150px) {
  section.slice_Background.SundayOrigin div.TextBlock,
  section.slice_Background.SundayOrigin div.ImgWrapper {
    width:100% !important; 
    padding:0 !important;
  }
  section.slice_Background.SundayOrigin div.TextBlock {padding:30px 0 0 !important;}
  section.slice_Background.SundayOrigin div.ImgWrapper img {margin:0 auto;}
}

section.slice_Background.SundayOrigin.SundayOriginB {
	background-image:url(/Images/Content/3584/Templates/80200/images/hero-blue-gradient.jpg);
  background-position:right bottom;
  background-size:contain;
}
section.slice_Background.SundayOrigin.SundayOriginB div.ImgWrapper {
  width:55%;padding:0 20px 0 0; 
}
section.slice_Background.SundayOrigin.SundayOriginB div.TextBlock {
  padding:0 0 0 20px; color:white;width:45%;
}
section.slice_Background.SundayOrigin.SundayOriginB div.LeftRightWrapper {
	align-items:center;
}
@media(max-width:767px){
  section.slice_Background.SundayOrigin h1 {
    font-size:30px;
  }
}

section.slice_Background.SundayOrigin.SundayOriginA {
	background-color:white;
  padding:50px 20px;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHub {
	background-image:url(/Images/Content/3584/Templates/80200/images/The-HOPE-Hub.jpg);
  background-size:cover;
  background-position:50% center;
  padding:120px 20px 140px;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent.ThinBanner {
  padding:0;
  background-image:none;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent.ThinBanner img.ThinBanner {
  display:block; width:100%;
}
@media(max-width:767px){
 section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent {
  padding:60px 20px 70px;
} 
}
section.slice_Background.SundayOrigin.SundayOriginA div.container {max-width:1350px;}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent div.container {max-width:1170px;}
section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper {
  width:50%;padding:0 0 0 20px;
}
section.slice_Background.SundayOrigin.SundayOriginA div.TextBlock {
  padding:0 20px 0 0; font-size:22px;width:50%; max-width:1835px;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent div.TextBlock {
   max-width:588px;font-size:24px; padding:0 !important;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent.ContentFooter div.TextBlock {
   max-width:660px;font-size:22px; width:65%;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent.ContentFooter div.ImgWrapper {
   width:35%;
}
section.slice_Background.SundayOrigin div.TextBlock img.ColouredLine {
  display:inline-block; margin:10px 0 10px;
}
section.slice_Background.SundayOrigin.SundayOriginA div.LeftRightWrapper {
	align-items:center;
}
section.slice_Background.SundayOrigin.SundayOriginA h1 {
	font-size:66px;
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent h1 {
	font-size:85px; font-weight:600;
}
@media(max-width:767px){
  section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent h1 {
    font-size:48px !important;
  }
}
section.slice_Background.SundayOrigin.SundayOriginA.HopeHubContent.ContentFooter h1 {
	font-size:48px; font-weight:600; margin:0 0 20px;
}
@media (max-width:1150px) {
  section.slice_Background.SundayOrigin.SundayOriginA div.TextBlock,
  section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper {
    width:100% !important; 
    padding:0 !important;
  }
  section.slice_Background.SundayOrigin.SundayOriginA div.TextBlock {padding:0 0 30px !important;}
  section.slice_Background.SundayOrigin.SundayOriginA div.ImgWrapper img {margin:0 auto;}
}
@media(max-width:767px){
  section.slice_Background.SundayOrigin.SundayOriginA h1 {
    font-size:30px;
  }
}

section.slice_Background.SundayOrigin.SundayOriginC {
	background-image:none;
  padding:80px 20px 70px;
}
@media(max-width:991px){
  section.slice_Background.SundayOrigin.SundayOriginC {
    padding-top:50px;
  }
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved {
	background-color:white; position:relative;
  padding:120px 20px 70px;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.BaigeBox {
  position:absolute;
  top:50px; left:0;
  width:30%;
  height:550px;
  border-top-right-radius:50px;
  border-bottom-right-radius:50px;
  background-color:#f1ece7;
}
@media(max-width:1149px){
  section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.BaigeBox {display:none;}
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.HeartsFlex {
	display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;
  max-width:680px;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.HeartsFlex div {
	width:50%;
  padding:0 5px 5px 32px;
  background-image:url(/Images/Content/3584/Templates/80200/images/heart-icon-sml.png);
  background-repeat:no-repeat;
  background-position:0 5px;
}
section.slice_Background.SundayOrigin.SundayOriginC div.container {max-width:1350px;}

section.slice_Background.SundayOrigin.SundayOriginC div.ImgWrapper {
  width:44%;padding:0 20px 0 0;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.ImgWrapper {
  width:43%;padding:0 30px 0 0;
}
section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock {
  padding:0 0 0 20px; font-size:21px;width:56%;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.TextBlock {
  width:57%;padding:0 0 0 30px; max-width:740px;
}
section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock b,
section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock strong {
  font-weight:600; font-size:26px; line-height:1.3;
}
section.slice_Background.SundayOrigin.SundayOriginC div.LeftRightWrapper {
	align-items:center;
}
section.slice_Background.SundayOrigin.SundayOriginC.GetInvolved div.LeftRightWrapper {
	position:relative; z-index:1;
}
section.slice_Background.SundayOrigin.SundayOriginC h1 {
	font-size:58px; font-weight:800; line-height:1.1;
}
@media (max-width:1150px) {
  section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock,
  section.slice_Background.SundayOrigin.SundayOriginC div.ImgWrapper {
    width:100% !important; 
    padding:0 !important;
  }
  section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock {padding:0 0 30px !important;}
  section.slice_Background.SundayOrigin.SundayOriginC div.ImgWrapper img {margin:0 auto;}
  section.slice_Background.SundayOrigin.SundayOriginC h1 {
    font-size:32px;margin:20px 0 0;
  }
}
@media(max-width:767px){
  section.slice_Background.SundayOrigin.SundayOriginC {padding-bottom:0;}
  section.slice_Background.SundayOrigin.SundayOriginC h1 {
    font-size:30px; margin:20px 0 0;
  }
  section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock {
    padding:0 0 20px; font-size:18px;
  }
  section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock b,
  section.slice_Background.SundayOrigin.SundayOriginC div.TextBlock strong {
    font-size:20px;
  }
}

/* Carousel */
section.RecentUploads {
  padding:80px 20px 80px;
  background-image:url(/Images/Content/2309/Templates/80513/images/Stories-gradient-background.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
section.RecentUploads div.container {
  max-width:1600px;
}
section.RecentUploads h1 {
  font-size:58px; font-weight:800; text-align:center;
  margin:0 0 20px; line-height:1.2;
}
@media(max-width:991px){
  section.RecentUploads h1 {
    font-size:36px;
  }  
}
section.RecentUploads div.PillButtonWrapper {
  margin:45px 0 0; 
}
section.RecentUploads img {
  display:block;
}
section.RecentUploads a {
  display:block;
}
section.RecentUploads span {
  display:block;
}
section.XRecentUploads div.CaroFlexBox {
  display:flex;flex-flow:row nowrap; justify-content:center; align-items:flex-start;
}
section.RecentUploads div.CaroFlexBox ul.gallery_ul {
  display:block;
}
section.RecentUploads div.CaroFlexBox div.bx-viewport > div > div {
  display:flex; flex-flow:column nowrap; justify-content:stretch; align-items:center;
}
section.RecentUploads div.CaroFlexBox div.bx-viewport > div {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:stretch;
}
section.RecentUploads div.bannerSlides {
  margin:0;
}
section.RecentUploads div.bx-wrapper {
  width:100% !important;
  border:none;
  box-shadow:none;
  background-color:transparent;
  margin:0;
}
section.RecentUploads div.bx-viewport {
  margin:0 auto;
}
section.RecentUploads div.bx-wrapper div.bx-controls-direction {text-align:center;}
section.RecentUploads div.bx-wrapper div.bx-controls-direction a {
  display:inline-block !important;
  width:60px;height:60px;
  border-radius:60px;
  z-index:1;
  top:21%;
}
section.RecentUploads div.bx-wrapper a.bx-prev {
  background-image:none;
  text-indent:0; 
  color:transparent;
  font-size:0;
}
section.RecentUploads div.bx-wrapper a.bx-prev::before {
  display:inline-block;
  font-family:HubbIcons;
  content:'\e90c';
  font-size:32px; line-height:1;
  color:#AAD1F4;
  padding:19px 0 21px 0 !important;
  width:60px;height:60px;border-radius:60px;
  position:relative; right:100px;
  transition:300ms color linear;
}
section.RecentUploads div.bx-wrapper a.bx-next {
  background-image:none;
  text-indent:0; 
  color:transparent;
  font-size:0;
}
section.RecentUploads div.bx-wrapper a.bx-next::before {
  display:inline-block;
  font-family:HubbIcons;
  content:'\e90d';
  font-size:32px; line-height:1;
  color:#AAD1F4;
  padding:19px 0 21px 5px !important;
  width:60px;height:60px;border-radius:60px;
  position:relative; left:100px;
  transition:300ms color linear;
}
section.RecentUploads div.bx-wrapper a.bx-prev:hover::before,
section.RecentUploads div.bx-wrapper a.bx-next:hover::before {color:#5ABDFF;}

@media(max-width:1540px){ /* large screen size needed for side buttons */
  section.RecentUploads div.bx-wrapper div.bx-controls-direction a {
    position:relative; top:40px!important; 
    bottom:0; left:0; right:0;
  }
  section.RecentUploads div.bx-wrapper a.bx-prev::before {right:10px;}
  section.RecentUploads div.bx-wrapper a.bx-next::before {left:10px;}
  section.RecentUploads div.PillButtonWrapper {position:relative; top:20px;}
}

section.RecentUploads div.mediaListImage a,
section.RecentUploads div.articleListImage a {position:relative;}
section.RecentUploads div.PlayIcon {
  	display:block;
	position:absolute; right:0; bottom:0;
  	background-color:rgba(246,242,241,0.4);
  	width:80px; height:80px;
  	transition:background-color 300ms linear;
}
section.RecentUploads div.PlayIcon::before {
  	font-family:HubbIcons;
 	content:'\e942';
  	font-size:34px; line-height:1;
  	position:relative; top:21px; left:24px;
  	color:#282c2f;
}
section.RecentUploads div.mediaListImage a:hover div.PlayIcon,
section.RecentUploads div.articleListImage a:hover div.PlayIcon {
  background-color:rgba(246,242,241,0.9);
}
section.RecentUploads div.LowerText {
	text-align:center;
  	margin:40px 0 0;
}
section.RecentUploads div.LowerText > div:first-child {
    font-weight:600;
  	font-size:26px;
  	margin:0 0 5px;
}
section.RecentUploads div.LowerText div:last-child {
  	font-size:22px;
}

section.RecentUploads div.bx-viewport > div > div {
  padding:0 30px 5px;
}
section.RecentUploads div.articleListTitle {
  font-size:20px; font-weight:500; text-align:center; margin:-50px 0 15px;
}
section.RecentUploads div.articleListSummary {
  font-size:14px; font-weight:300; text-align:center; margin:0 0 15px;
  flex: 1 1 auto;
}
section.RecentUploads div.articleListLink {
  text-align:center;
}
section.RecentUploads a.BeigeButton.Black {
  display:inline-block;
  font-size:15px; line-height:1; padding-top:20px; padding-bottom:20px;
  margin:0 0 40px;
}
section.RecentUploads.AboutUs div.container {max-width:1330px;}
section.RecentUploads.AboutUs div.articleListTitle {margin:10px 0 5px;}
section.RecentUploads.AboutUs img {
  display:block; border-radius:10px;
}

section.XRecentUploads div.bx-viewport li.gallery_li {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:stretch;
}
section.RecentUploads div.bx-viewport li.gallery_li {
  height:100%;  display:block; padding:0 0 2px;
}
section.RecentUploads div.TestimonyBlock {
  padding:15px 0 0;
  display:flex; flex-flow:column nowrap; justify-content:stretch; align-items:flex-start;
  height:100%;
}
section.RecentUploads div.TestimonyBlock div.TestimonyText {
  flex:1 1 auto; /* 152px */;
  font-size:21px;
  margin:0 0 30px;
}
@media(max-width:991px){
  section.XRecentUploads div.TestimonyBlock div.TestimonyText {
    flex:none;
  }  
}
section.RecentUploads div.TestimonyTitle {
	font-size:34px; font-weight:800; margin:0 0 10px;
}
@media(max-width:991px){
  section.RecentUploads div.TestimonyTitle {
    font-size:24px;
  } 
}
section.RecentUploads div.TestimonyBlock div.TestimonyFlex {
	display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
  margin:20px 0 0;
}
section.RecentUploads div.TestimonyBlock div.TestimonyFlex img {margin:0 15px 0 0;}
section.RecentUploads div.TestimonyFlexTitle {font-size:18px; font-weight:700;}
section.RecentUploads div.TestimonyFlexText {font-size:14px; font-weight:400;}
section.RecentUploads div.bx-viewport {height:auto !important;}



section.OtherWaysToHelp {padding:60px 20px;}
section.OtherWaysToHelp h1 {
  font-size:34px; font-weight:800; text-align:center;margin:0 0 20px;
}
/* UML_AL_1: Universal Mini-Layout Article-List 1 */
section.OtherWaysToHelp div.UML_AL_1 {
	display: flex; flex-flow: row wrap; justify-content: center; align-items:stretch;
}
section.OtherWaysToHelp div.UML_AL_1 > div {width: 100%; margin:15px 0 30px;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.OtherWaysToHelp div.UML_AL_1 > div { width: 49%; margin:15px 0 30px; }
	section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(2n) {margin-left:1%;}
}
@media (min-width: 992px) { /* 3 columns */
	section.OtherWaysToHelp div.UML_AL_1 > div { width:30.666%; margin:15px 0;}
	section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(3n+1) {margin-left:0;margin-right:0;}
	section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(3n+2) {margin-left:4%;margin-right:4%;} /* extra 4% on the middle one only */
	section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(3n) {margin-left:0;margin-right:0;}
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListImage {
	padding:30px; border-radius:15px; background-color:#e0f0c1;
}
section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(2) div.articleListImage {
	 background-color:#ccebff;
}
section.OtherWaysToHelp div.UML_AL_1 > div:nth-child(3) div.articleListImage {
	 background-color:#ffcceb;
}

section.OtherWaysToHelp div.UML_AL_1 div.articleListImage img { 
  display: block; width: 100%;  margin:0; border-radius:8px;
  
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListImage a { display: block; margin: 0; }
section.OtherWaysToHelp div.UML_AL_1 div.articleListImage a:hover,
section.OtherWaysToHelp div.UML_AL_1 div.articleListTitle a:hover { opacity: 0.6;text-decoration:none; }
section.OtherWaysToHelp div.UML_AL_1 div.articleListTitle {  padding: 25px 10px 10px;}
section.OtherWaysToHelp div.UML_AL_1 div.articleListTitle a { font-weight: 700; font-size: 30px; text-align: center;line-height: 1.2; display:block;}
section.OtherWaysToHelp div.UML_AL_1 div.articleListSummary { 
  padding: 0 10px 20px;  font-weight: 400; text-align: center;line-height: 1.3;  font-size: 20px;
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListLink {
 text-align:center;
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListLink a {
 line-height:1; text-align:center; color:#0d77da; font-size: 20px;
} /* takes up the height slack */
section.OtherWaysToHelp div.UML_AL_1 div.articleListLink a:hover {
 color:#e31f92;
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListLink a::after {
  content:' ';
  display:inline-block;
  width:8px; height:15px;
  background-image:url(/Images/Content/2309/Templates/80513/images/blue-arrow-sml.png);
  background-repeat:no-repeat;
  position:relative; top:2px; left:10px;
}
section.OtherWaysToHelp div.UML_AL_1 div.articleListLink a:hover::after {
  background-image:url(/Images/Content/2309/Templates/80513/images/pink-arrow-sml.png);
}

section.ContactHours {
	padding:50px 20px;
  background-color:#1a69b3;
  background-image:url(/Images/Content/2309/Templates/80513/images/Welcome-Spaces-logo-tint.png);
  background-position:right top;
  background-repeat:no-repeat;
  color:white;
}
section.ContactHours div.container {
  max-width:1350px;
}
section.ContactHours div.OuterFlex {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
  font-size:21px; line-height:1.6;
}
section.ContactHours div.OuterFlex h1 {
  color:white; font-size:40px; font-weight:800; margin:0 0 10px;
}
section.ContactHours div.OuterFlex a {
  color:#8ad1ff; 
}
section.ContactHours div.OuterFlex a:hover {
  text-decoration:underline;
}
section.ContactHours div.OuterFlex > div:first-child div {
  margin:0 0 15px;
}
section.ContactHours div.OuterFlex > div:first-child {
  flex-basis:900px; padding:0 20px 0 0;
}
section.ContactHours div.InnerFlex {
  display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
  font-size:21px; line-height:1.4;
  background-color:white;
  color:#312f71; border-radius:8px;
}
section.ContactHours div.InnerFlex h1 {
  color:#5e2f8c; font-size:40px; font-weight:800; margin:0 0 10px;
}
section.ContactHours div.InnerFlex > div {
  padding:0 30px 0 30px;
 width:440px;
}
section.ContactHours div.InnerFlex a {
  color:#0d77da; display:inline-block; margin:15px 0 0;
}
section.ContactHours div.InnerFlex img {
  color:#0d77da; 
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  width:340px; display:block;
}
section.ContactHours a::after {
  content:' ';
  display:inline-block;
  width:8px; height:15px;
  background-image:url(/Images/Content/2309/Templates/80513/images/blue-arrow-sml.png);
  background-repeat:no-repeat;
  position:relative; top:2px; left:10px;
}
section.ContactHours div.InnerFlex a:hover {
  color:#e31f92;
}
section.ContactHours div.InnerFlex a:hover::after {
  background-image:url(/Images/Content/2309/Templates/80513/images/pink-arrow-sml.png);
}
@media(max-width:1200px){
  section.ContactHours div.OuterFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:center;
  }
  section.ContactHours div.OuterFlex > div:first-child {
    flex-basis:auto; padding:0 0 40px ;
  }
  section.ContactHours div.InnerFlex > div {
    padding:0 30px 0 30px;
    width:auto;
  }
}
@media(max-width:767px){
  section.ContactHours div.InnerFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
    background-color:transparent;
  }
  section.ContactHours div.InnerFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
    background-color:transparent;
  }
  section.ContactHours div.InnerFlex > div {
    padding:30px;
    width:auto;background-color:white;border-radius:8px;
  }
  section.ContactHours div.InnerFlex img {
    border-radius:8px;
    width:auto; max-width:100%; margin:0 auto 20px;
  }
  section.ContactHours div.InnerFlex h1 {
    font-size:30px;
  }
}

section.MailingSignUp {
	padding:70px 20px;
  background-color:#1a69b3;
  background-image:url(/Images/Content/2309/Templates/80513/images/newsletter-image-tint.png);
  background-position:5% top;
  background-repeat:no-repeat;
  color:white;
}
section.MailingSignUp div.container {
  max-width:1170px;
}
section.MailingSignUp div.OuterFlex {
  display:flex; flex-flow:row nowrap; justify-content:center; align-items:center;
  font-size:22px; line-height:1.4;
}
section.MailingSignUp div.OuterFlex h1 {
  color:white; font-size:38px; font-weight:800; margin:0 0 20px;
}
section.MailingSignUp div.OuterFlex h1 span {
  color:#99cc33;
}
section.MailingSignUp div.OuterFlex a {
  color:white; text-decoration:underline; 
}
section.MailingSignUp div.OuterFlex a:hover {
  text-decoration:underline;
}
section.MailingSignUp div.OuterFlex > div:first-child div {
  font-size:19px; margin:20px 0 0;
}
section.MailingSignUp div.OuterFlex > div:first-child {
  flex-basis:770px;
}
section.MailingSignUp div.InnerFlex {
  
}
section.MailingSignUp div.InnerFlex h1 {
  color:#5e2f8c; font-size:40px; font-weight:800; margin:0 0 10px;
}
section.MailingSignUp div.InnerFlex > div {
  padding:0 30px 0 30px;
}
section.MailingSignUp div.InnerFlex a {
  color:white; display:inline-block; background-color:#99cc33;font-size:24px; 
  padding:15px 60px 15px 40px;font-weight:700;text-decoration:none;
  border-radius:8px;
  background-image:url(/Images/Content/2309/Templates/80513/images/newsletter-arrow-click-icon.png);
  background-repeat:no-repeat;
  background-position:90% 19px;
  background-size:22px;
}
section.MailingSignUp div.InnerFlex a:hover {
  background-color:#4fb8f1;text-decoration:none;
}
@media(max-width:991px){
  section.MailingSignUp div.OuterFlex {
    flex-flow:column nowrap; justify-content:flex-start; align-items:flex-start;
  }
  section.MailingSignUp div.OuterFlex > div:first-child {
    flex-basis:auto;
  }
  section.MailingSignUp div.InnerFlex a {margin:30px 0 0;}
}

section.slice_content_page div.DownloadToggle {
  font-size:20px; font-weight:500;
  padding:25px 0 0; margin-top:25px; position:relative;
  border-top:1px solid #B9D5E3; cursor:pointer;
}
section.slice_content_page div.DownloadToggle.BottomRow {
	padding-bottom:25px; border-bottom:1px solid #B9D5E3;
}
section.slice_content_page div.DownloadToggle.BottomRow.ShopDescShow {
	padding-bottom:0; border-bottom:none;
}
section.slice_content_page div.DownloadToggle b {
  font-weight:700; font-size:28px; line-height:1.2;
}
section.slice_content_page div.DownloadToggle b:first-child {
	max-width:calc( 100% - 120px ); display:block;
}
@media(max-width:767px){
  section.slice_content_page div.DownloadToggle b:first-child {
    max-width:calc( 100% - 60px ); display:block;
  }
}
section.slice_content_page div.DownloadToggle.NoBorder {
  border-top:none;
}
section.slice_content_page div.DownloadToggle .DTOpen,
section.slice_content_page div.DownloadToggle .DTClose {
	position:absolute; right:60px; top:26px; font-size:15px; line-height:1;
  	z-index:1; background-color:white; padding:2px 4px 5px 20px;
  color:#42807c;font-weight:400;
}
section.slice_content_page div.DownloadToggle .DTClose {display:none;}

section.slice_content_page div.DownloadToggle::after {
	font-family:journey;content:'\e913'; position:absolute; right:0; top:25px;
  font-weight:700;font-size:24px;
  z-index:1; background-color:white;color:#B3C8F7;
  display:block; padding:0 20px;
}
section.slice_content_page div.DownloadToggle.ShopDescShow::after {
	transform:rotate(180deg);
}
section.slice_content_page div.DownloadToggle.ShopDescShow .DTOpen {display:none;}
section.slice_content_page div.DownloadToggle.ShopDescShow .DTClose {display:block;}

section.slice_content_page div.DownloadText {
  display:none;
  padding:10px 0 20px;
}
@media(max-width:767px){
  section.slice_content_page div.DownloadToggle {
    font-size:18px;
  }
	section.slice_content_page div.DownloadToggle .DTOpen,
  section.slice_content_page div.DownloadToggle .DTClose {
    display:none !important;
  }
  section.slice_content_page div.DownloadText {
    padding-right:50px;
  }
}

section.slice_content_page div.StaffPhotos {

}
section.slice_content_page div.StaffPhotos ul.gallery_ul {display:none;}
section.slice_content_page div.StaffPhotos {
	display: flex; flex-flow: row wrap; justify-content: flex-start; align-items:stretch;
}
section.slice_content_page div.StaffPhotos > div { width: 100%; margin:15px 0;} /* 1 column */
@media (min-width: 467px) { /* 2 columns */
	section.slice_content_page div.StaffPhotos > div { width: 49%; margin:15px 0; }
	section.slice_content_page div.StaffPhotos > div:nth-child(2n+1) {margin-right:1%;} /* Extra 1% on each */
	section.slice_content_page div.StaffPhotos > div:nth-child(2n) {margin-left:1%;}
}
section.slice_content_page div.StaffPhotos div.articleListImage img { 
  display: block; width: 100%;  margin:0 auto;
  border-radius:200px; max-width:200px;
}
section.slice_content_page div.StaffPhotos div.articleListImage a { display: block; margin: 0; }
section.slice_content_page div.StaffPhotos div.articleListImage a:hover,
section.slice_content_page div.StaffPhotos div.articleListTitle a:hover { opacity: 0.6;text-decoration:none; }
section.slice_content_page div.StaffPhotos div.articleListTitle {  padding: 10px 0;}
section.slice_content_page div.StaffPhotos div.articleListTitle a {
  font-weight: 700; font-size: 22px;text-align: center;line-height: 1.2; display:block;
  color:#e31f92;text-decoration:none;
}
section.slice_content_page div.StaffPhotos div.articleListSummary { 
  padding: 0 0 10px;  font-weight: 400; text-align: center;line-height: 1.3;font-size: 19px;
}
section.slice_content_page div.StaffPhotos div.articleListLink {
  line-height:1;text-align: center; margin:5px 0 0;
} /* takes up the height slack */
section.slice_content_page div.StaffPhotos div.articleListLink a {
	color:#1174CF;font-size: 19px;text-decoration:none;
}
section.slice_content_page div.StaffPhotos div.articleListLink a:hover {
	text-decoration:underline;
}
section.slice_content_page div.StaffPhotos div.articleListLink a::after {
  content:' ';
  display:inline-block;
  width:8px; height:15px;
  background-image:url(/Images/Content/2309/Templates/80513/images/blue-arrow-sml.png);
  background-repeat:no-repeat;
  position:relative; top:1px; left:10px;
}

@media (min-width: 992px) { /* 4 columns */
	section.slice_content_page div.StaffPhotos > div { width:23.5%; margin:15px 0;}
	section.slice_content_page div.StaffPhotos > div:nth-child(4n+1) {margin-left:0;margin-right:0;}
	section.slice_content_page div.StaffPhotos > div:nth-child(4n+2) {margin-left:2%;margin-right:2%;} /* extra 4% on the 2nd one only */
	section.slice_content_page div.StaffPhotos > div:nth-child(4n+3) {margin-left:0;margin-right:2%;} /* extra 2% on the 3rd one only */
	section.slice_content_page div.StaffPhotos > div:nth-child(4n) {margin-left:0;margin-right:0;}
}

section.slice_content_page div.main-content div.GreyBox,
body.ArticleEditor div.GreyBox {
	padding:25px 30px 30px;
  background-color:#F0EFF4;
  border-radius:10px;
}
section.slice_content_page div.main-content div.GreyBox strong,
body.ArticleEditor div.GreyBox strong {
	font-size:24px;
 color:#E51E93;
}
section.slice_content_page div.main-content div.BlueBox,
body.ArticleEditor div.BlueBox {
  display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items:center;
	padding:25px 30px 30px;
  background-color:#DEF1FF;
  border-radius:10px;
}
section.slice_content_page div.main-content div.BlueBox a,
body.ArticleEditor div.BlueBox a {
  display:block; margin:0 0 0 20px;
	padding:15px 30px;
  background-color:#0099FF; color:white;
  border-radius:10px;
}
section.slice_content_page div.main-content div.BlueBox a:hover,
body.ArticleEditor div.BlueBox a {
	opacity:0.7; text-decoration:none;
}

@media(max-width:767px){
  section.slice_content_page div.main-content div.BlueBox {
    flex-flow: column nowrap; justify-content: flex-start; align-items:flex-start;
  }
  section.slice_content_page div.main-content div.BlueBox a {
  margin:20px 0 0 0;
}
}

section.slice_Background.SundayOrigin.SundayOriginC a.PillButton {
	margin-bottom:10px;
}