/*------- makes content pages full width - no sidebar  ---*/

.d-none {
 display: none;
}

main .grid__container:nth-of-type(1) .grid__row > div:last-child {
grid-area: 1 / 1 / span 12 / span 12 !important;
   max-width: 1240px !important;
 margin: 0 auto;
  width: 100%;
}

.sidebarBody .menu ul li {
    display: none;
} 

 html {
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
   font-size: 16px;
}
H1, H2, H3, H4, H5, H6 {
	font-weight: 700 !important;
	color: #2E2E2E;
	letter-spacing: -1px;
	margin: 1em 0 0.3em;
	padding: 0;
	line-height: 1em;
    	font-family: 'Lato', Arial, Helvetica, sans-serif;

}
H1 {
	font-size: 3rem;
}
.widget__content__data > h1  {
  text-align: center; 
}

H2 {
	font-size: 2.375rem;
}
H3 {
	font-size: 1.75rem;
	color: #8085E5;
}
H4 {
	font-size: 1.5rem;
	color: #8085E5;
}
H5  {
	font-size: 1.375rem;	
	color: #8085E5;
}

.text-big{
  	font-size: 1.375rem;	
	color: #fff !important;
}
H6 {
	font-size: 1.375rem;
}

P {
	font-size: 1rem;
	margin-top: 0.8rem;
  	font-family: 'Lato', Arial, Helvetica, sans-serif;
  	font-weight: 400;
  line-height: 1.7rem;
  	color: #000;
}


hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}

p, a, table, li, button{
 	font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.7rem;
}

p, table, li, button, table {
	color: #000;
}

li {
	color: #000;
	line-height: 1.7rem;
}

blockquote {
padding: 1.5em;
background-color: #F5F5FA;
	margin: 0
}

a:not(.button, .breadcrumbs) {
	color: #3A9CD6;
	text-decoration: none;
}

a:not(.button):hover {
 	color: #222;
	text-decoration: underline;
}

a:link, a:visited {
	color: #4044A0;
	text-decoration: none; 
}
a:hover {
	color: #222;
	text-decoration: underline;
}


hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}
table {
	color: #000;
	line-height: 1.7rem;
}

.table {
	background-color: #F0EDED;
}

.table th, .table td, .table{
		border: 0;
}
.table th, .table td{
		padding: 0.5em 1.5em;
}
.table th{
	background-color: #2E2E2E;
	color: #fff;	
}

.table tr:nth-child(even) {
	background-color: #fff;
	opacity: 0.7;
}
.blueRow tr:nth-child(even) {background: #ECF5FC}
.blueRow tr:nth-child(odd) {background: #FFF}

.bluerow ul{
	padding:  0 0.5em;
}

.contentBody ul li:before, .w119 ul li:before {
  content: '';
	background-image: url(https://churchedit.co.uk/stylesheets/images/c332.png); 
	background-repeat: no-repeat;
	background-size: 1.375rem;
	height: 1.375rem;
	width: 1.375rem;
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 0rem;
	margin-right: 0.8em;
}

/* -------hover state for images that are links in the design ----------*/
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}

/* -- make form fields 100% -----------*/

.value-wrapper input, .value-wrapper textarea {
 width: calc(100% - 2vw)
}

/* -------------------------------timeline ------------------------------------*/


.timerow tr:nth-child(even){
	background: #ECF5FC
}

.timerow td {
	position:relative;
}
.timerow h3 {
	padding: 0 0.3em
}

.timerow h3:after {
	content: '•';
	position:absolute;
	right: -0.25em;

}

.timerow td ul {
	padding: 1em;
}

.timerow td li:before{
	display:none;
}

.timerow td:nth-child(1) {
	border-right: 2px solid #3A9CD6;
}

/* -------------------------------Button ------------------------------------*/
/*main ul li {
    list-style: none;
}
main ul li:before {
  content: '';
	background-image: url(https://churchedit.co.uk/stylesheets/images/c332.png); 
	background-repeat: no-repeat;
	background-size: 1.375rem;
	height: 1.375rem;
	width: 1.375rem;
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 0rem;
	margin-right: 0.8em;
}
*/
main ul li{
	margin-bottom: 0.5em;
}


/* -------------------------------Button ------------------------------------*/

.button {
  font-size: 1rem !important;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 900;
 -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #9CA9F8;
	text-decoration: none;
	display: inline-block;
  	margin: 0.2em;
}

.button:hover {
  color: #fff !important;
  background-color: #7A77DF;
  text-decoration: none;
}

/* -------------------------------------------------------------------*/

.grey {
	background-color: #707070;
}

input, textarea, select{
	background-color: #efefef;
}

/*
    .collapse td{
		display: block;
		width: 100% !important;
	}
  

  .dontCollapse td {
    	display: table-cell !important;
	width: auto !important;
  }
*/
/* --layout - there are no controls in Design builder to manage max-width of content other than padding- these styles can be used for this -----------*/

header .grid__container > div, 
main .grid__container > div, 
footer .grid__container > div
{
 max-width: 1240px !important;
 margin: 0 auto;
}



/* --can be used selectively to override the above - for content you do want full width -e.g. rotator or map -----------
main .grid__container:first-of-type > div{
 max-width: 100% !important;
}
main .grid__container:last-of-type > div{
 max-width: 100% !important;
}
*/

header .grid__row > div:nth-child(2){
 background: url(https://www.churchedit.co.uk/content/pages/uploaded_images/1685992621-Povuo22n.png);
  background-position: left middle;
  background-repeat: no-repeat; 
}


/*----Hero -----*/


main .grid__container:first-of-type {
 background-size: 56vw;
}

/* how it works  -------------------------------------------------------------------------------------------------*/

.w123 table tr{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.wtext h2{
  margin-bottom: 1em;
}


.w123 table td{
	display: block;
}

.w123 p:first-child  {
		display: block;
	width:100%;
	border-radius: 50%;
		background-color: #fff;
		padding: 2em;
	box-sizing: border-box;
		margin: 0 auto;
		line-height: 0;
}

.w123 p:first-child img {
	width: 100%;
}
.w123 .arrow {
	margin-top: 6.5em;
}
/* reviews  -------------------------------------------------------------------------------------------------*/

td.other-page a {
	font-size: 1.5em;
	padding-bottom: 0.5em;
	display: inline-block;
}

.folder-reviews td.other-page {
    background-color: #ECF5FC;
    padding: 1em 4em;
    box-sizing: border-box;
}

.folder-reviews hr {
	display: none;
}

.folder-reviews .contentWrapper table{
	width: 80% !important;
}
.folder-reviews .contentWrapper table td:nth-child(odd){
	height: 1em !important;
}
.folder-reviews td.other-page + td{
	background-color: #ECF5FC;
}


/* ROTATOR 
.wrotator {
	padding: 0 !important;
	background-image: url(https://www.charityedit.co.uk/stylesheets/images/c33.png );
	background-size: 56vw;
	background-position: right top;
	background-repeat: no-repeat;    */
}

/* --rotator captions ------------------------*/
.rotator-image-container{
      position: relative;
      min-height: 300px;
}


.rotator-caption {
    position: absolute;

    top: calc(40% - 70px);
    width: 100%;
    left: 0;
    padding: 1em 20%;
 line-height: 1.6rem;

}
.rotator-title--text{
    display: inline-block;
 	padding: 0.5em 1.5em;
    font-size: calc(1.2rem + 0.3vw) !important;
}

.rotator-caption--text {
  font-size: calc(0.8rem + 0.3vw) !important;
}


/* hides rotator arrow nav and removes extra white space------------------------
.custom-pagination {
    display: none;
}
#fireFoxFixer {
    margin-bottom: 0px  !important;
}



/* makes the powered by link in footer more discrete ------------------------*/

.frontend .poweredBy a {
  font-size: 0.7em;
}



header .grid__container:nth-of-type(3)  {
     position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
}
header .grid__container {
 -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 15%);
}




/* --header navigation ----------------------------------------------------------------------*/

/*- hides first link in main nav bar - usually home link ----

header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/

header #full-menu .level-1 a{	
	     padding: 0.6em 0.5em 0.6em 0.5em;
	     font-size: 1.625rem;    
}

header #full-menu .level-1 a:hover {
 	text-decoration: none; 
}

header #full-menu .level-1 li:hover {

}

header #full-menu .level-2 a {
	padding: 0.2em 0.7em !important;
    font-size: 0.9125em !important;
   	width: 90%;
}

header #full-menu .level-2 li {
 	border-top: 1px #557cc1 solid;
  	text-align:left !important;
  	width: 13em;
}

header #full-menu .level-2 li:hover {

	 border-top: 1px #557cc1 solid;
}

header .widget__content__menu .menu>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul>li>ul{
    box-shadow: 1px solid #333;
    -webkit-box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
}

header .level-1 {
	margin: 0 !important;
}
header .level-1 li {
	
}
header .level-1 li a{
	padding: 0.6em 0.7em;
	display: inline-block;
    max-width: initial !important;
}

header #full-menu >ul.level-1 {
     background-color: transparent;
   float: right;
}

header #full-menu .level-1 a.expand {
     font-size: 0.4em !important;
     padding: initial;
}

header #full-menu .level-2 a.expand {
    padding-top: 0.9em !important;
    width: 10% !important;
}


/* --media queries for other screen sizes -----scales fonts and fixes nav----*/

@media (max-width: 1289px) {
	header #full-menu .level-1 a{    
}
  header #full-menu .level-2 a {
    font-size: 0.9125rem !important;
}
}

/* -------*/

@media (max-width: 1180px) {
header #full-menu .level-1 a:not(.expand){
       font-size:  0.9125rem !important;
}
  
      #burger-menu svg {
    fill: #fff;
}
  #full-menu {
 	display:none !important;
}
#burger-menu{    
   display:block !important;
}
  
}
/* -------*/
@media (max-width: 1024px) {
html {
   	font-size: 15px; 
  }
  .action{
    flex: 4%;
  }
  .action a span:last-child {
    display: inline;
  }
   .action a span:first-child{
   display: none;
  }

} 

/* -------*/
@media (max-width: 960px) {
header #full-menu .level-1 a:not(.expand){
}
}

/* -------*/
@media (max-width: 900px) {
  
html {
   	font-size: 14px; 
}

}
/* -------*/

@media (max-width: 767px) {

    .collapse td{
		display: block;
		width: 100% !important;
	}
  

  .dontCollapse td {
    	display: table-cell !important;
	width: auto !important;
  }
  
.folder-news #sidebar {
    display: none !important;

}
  
.row, .template {
		width: 100% !important;
	}

.mySlides {
    height: initial !important;
    max-height: initial !important;
}

}
/* -------*/

@media (max-width: 640px) {

.fullwidth {
        width: 100% !important;
}
  
  html {
   	font-size: 13px; 
  }
  header .grid__row > div:nth-child(2), header .grid__row > div:nth-child(3){
 background: none;
      padding: 0px !important;

}
  
header .grid__row > div {
  }
  
  header > div {
 position: relative !important; 
}
  
.w123 {
  margin-top: 1em;
  }
  
.w123 h2 {
    margin-bottom: 1em;
}

.w123 tr {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.w123 td {
    flex: 44% !important;
    padding: 0 3% 2em; 
}
.w123 td:nth-of-type(even) {
   display: none;
}

.w123 .arrow {
	display: none;
}

.w123 p:first-child  {
		display: block;
	width:100%;
	border-radius: 50%;
		background-color: #fff;
		padding: 2em;
	box-sizing: border-box;
		margin: 0 auto;
		line-height: 0;
}

.w123 p:first-child img {
	width: 100%;
}


}
.sidebarBody ul.level-1 > li > a{font-family: Arial}
.sidebarBody ul.level-1 > li > a{font-size: 28px}
.sidebarBody ul.level-1 > li > a{font-weight: 400}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: Arial}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Arial}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
