@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&display=swap');
 
*{
  font-family: 'DM Sans', Arial, Helvetica, sans-serif !important;
}


H1, H2, H3, H4, H5, H6 {
	  	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
	font-weight: 700 !important;
  color: #000;
line-height: 1.2em;
}
H1 {
	font-size: 3rem;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1em;

}
H2 {
	font-size: 2.1rem;
	margin: 0;
	padding: 0.7em 0;
	
}
H3 {
	font-size: 1.375rem;
	margin: 0;
	padding: 0.6em 0;

}
H4 {
	font-size: 1.25rem;
	margin: 0;
	padding: 0.4em 0;
}
H5 {
	font-size: 1.25rem;
	margin: 0.3rem 0;
 
}
H6 {font-size: 1.125rem;
    margin: 0.2em 0;

    font-weight: 700 !important;
   }	
P {
	font-size: 1rem;
	margin-top: 0.8rem;
  	font-family: Helvetica, Arial, sans-serif;
  	font-weight: 400;
  margin: 0em 0 1em;
}


.d--flex a:hover svg {
fill: #000 !important;
}
/*.d--flex a svg #twitter-circle path {
    border: 2px solid #333 !important;
    background: #333;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}*/


html {
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
   font-size: 16px;
}

.subscribe {
    font-size: 1.3em;
    padding: 1em 2em;
}

hr {
	border-bottom: solid #1875D2 1px !important;
	border-top: solid #1875D2 1px !important;
 background: initial !important;
 height: 0px !important;
}

.archive .content h3 a {
font-size: 22px !important;
	
}

p, a, table, li, button, .accordion-row{
  	font-family: Helvetica, Arial,  sans-serif;
  line-height: 1.6rem;
}

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

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

header {
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
  
}

/* --------------------*/
.page-content {
 	padding-bottom: 2em !important;
}

/* --sidebar nav ------------------*/
.sidebarBody {
    width: 210px;
}

/* --rotator------------------*/

.swiper-wrapper {
 position: relative;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,11px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,11px));
}

.swiper-pagination {
   /* text-align: right;*/
}
/*.custom-pagination {
    display:none;
}*/
/*@media only screen and (min-width: 640px) {
  .rotator-caption {
    right: 0;
  }
}*/
img.rotator-image {
    width: 66% !important;
    height: auto!important;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;!important;
}
.rotator-caption {
  	width: 33%;
	right: 0 ;
	padding: 0 2em 2em 2em;
  	margin-right: 67%;
  height: 100%;  
 color: #000 !important;

}

.rotator-caption div {
  line-height: 1.3em !important;
}


.rotator-caption div.rotator-title--text {
  margin: 1vw 0 1em!important;
  color: #000 !important;
  font-weight: 700;
    line-height: 1.1em !important;
  }


.rotator-title--text:after{
 content: 'Read more';
 position: absolute;
 bottom: 0em;
 left: 2em;
 font-size: 1rem;
 display: inline-block;
 font-weight: 400;
 padding: 4px 1rem;
 color: white;
 border-radius: 25px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 background-color: #1875D2;
 border: 1px solid #1875D2;
}

.rotator-title--text:hover:after{

 background-color: #111;
 border: 1px solid #111;

}

:root {
    --swiper-theme-color: #AE6DE1;
}


@media only screen and (min-width: 1200px) {
.rotator-caption div {
  font-size: 1rem !important;
}
.rotator-caption div.rotator-title--text {
  font-size: 2rem!important;
  }
}

@media only screen and (max-width: 1200px) {
.rotator-caption div {
  font-size: calc(0.3vw + 0.7em) !important;
}
.rotator-caption div.rotator-title--text {
  font-size: calc(1.5vw + 0.5em)!important;
  }
}
@media only screen and (max-width: 960px) {

.rotator-caption div {
  font-size: 1rem !important;
}
.rotator-caption div.rotator-title--text {
    margin: 0em 0 0.5em!important;
  font-size: 2rem!important;
  }
 
img.rotator-image {
    width: 100% !important;
    height: auto!important;
    float: right;
 position:relative;
}
.rotator-caption {
  	width: 100%;
background: #fff;
 opacity: 0.75;
 bottom:0em;
padding: 2em;
 height: 50%;
}
.rotator-title--text:after{
 content: '>';
 position: absolute;
 bottom: initial;
 left: initial;
 right: 2em;
 top: -1.2em;
 font-size: 0.85rem;
 display: inline-block;
 font-weight: 400;
 padding: 1px 0.8rem;
 color: white;
 border-radius: 25px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 background-color: #AE6DE1;
 border: 1px solid #AE6DE1;
}
}
@media only screen and (max-width: 599px) {

.rotator-caption div {
  font-size: calc(0.8125rem) !important;
}
.rotator-caption div.rotator-title--text {
  font-size: calc(1.2rem)!important;
  }
  
   .rotator-caption {
  	height: 75%;
}
}
/* --rotator end-----------------*/

#fireFoxFixer {
    margin-bottom: 0px  !important;
}

/*searchBar -------------------------------------------------------------------*/

#searchBar {
	float: right;
	width: 450px;
  	margin-bottom: 2em
}
#searchBar p {
	display: inline-block !important;
	margin-top: 5px;
}
#searchBarForm {
	color: #444;
	float: right;
  	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  border: #cccccc solid 1px !important;
   padding: 2px;

}
#searchBarForm label {
	display: none;
}
#search {
	padding: 0px 4px;
	width: 234px;
	height: 24px;
	 border: transparent solid 0px !important;
      	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}


#imageSubmit {
	vertical-align: middle;
	background-color: transparent !important;
	 border: transparent solid 0px !important;
  padding: 0;
  width: 20px;
    width: 20px;
}
#searchBar a:link, #searchBar a:visited {
	color: #aeaead;
	text-decoration: none;
}






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

.text-widget .nav {
  float: right;
}
 header .text-widget {
  margin-top: 0px;	
}

header .text-widget a{
    color: #1D1D1B;
    padding: 0 0.5em;
    text-decoration: none;
	font-size: 0.875rem;
 	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  	
}

.search-widget .input {
    border-radius: 3px 0 0 3px;
    margin: 0px 10px;
   	font-size: 15px;
  	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.search-widget .button{
   border-radius: 0px 3px 3px 0;
   margin: 0px !important;
   background: #C1BBDB;
   border: 1px solid #C1BBDB;
}


/* ------------- */
.archive .content h3 a {font-size: 1.2rem !important;
                       	color: #1875D2;}

.archive img {
 max-width: 300px !important;
 padding-left: 1em;
}
.other-page a {
    font-size: 1.35rem !important;
  font-weight: 400;
}
.table {
	background-color: #F8F9FD;
}

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


.table tr:nth-child(even) {
	background-color: #EAEBF5;
}


li {
	color: #000;
}



blockquote {
border-left: 3px solid #DCEAF8;
 box-sizing: border-box;
 margin: 1em 0;
 
}

blockquote p {
  font-size: 1.125em;
 font-weight: 700;
  padding: 0.5em 1em;
}

.removeBorder {
    border: 0 solid #fff !important;
}

button, .button, .ck-content a span.text-small  {
 font-weight: 400; 
	    padding: 5px 1em;
	color: white;
	border-radius: 25px;
	cursor: pointer;	
   color: rgb(255, 255, 255); 
 background-color: #1875D2; 
  	border: 1px solid #1875D2;
}


 .ck-content a span.text-small {
    margin: 1.5em 0!important;
  display: inline-block
 }


button:hover, .button:hover, .ck-content a:hover span.text-small {
background: #282829;
	border: 1px solid #282829;
	color: #fff !important;
}



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

a:not(.sidebarBody a, #burger-menu a, .button, .d--flex a, #full-menu a, a img, .image-widget):hover{
 color: #000;
    text-decoration: none;
    border-bottom: 2px solid #646464;

}
footer p a{
    text-decoration: none  !important;
    border-bottom: 1px solid #fff !important;
}

footer p a img{
    border-bottom: 0px solid #fff !important;

}



footer {
  border-top: #F3F2F8 solid 1px;
}
.frontend .poweredBy {
    background: #f5f5f5;
  border-top: 1px solid #ccc;
}
}

blockquote {
	border-left: 0.2em solid #F3F2F8;
 	font-style: normal !important;
	padding-left: 1.5em;
	margin: 3em 0;
}

blockquote p{
  	color: 	#000;
}


main .page-content a:not(.button),
main .text-widget a:not(.button),
footer .text-widget a:not(.button){
		color: #1875D2;
		text-decoration: none;	
 border-bottom: 0px solid;
}

header .d--flex a {
    line-height: 1 !important;
}

main .page-content a:not(.button):hover,
main .text-widget a:not(.button):hover, 
footer .text-widget a:not(.button):hover

{
 color: #666;
	text-decoration: none;
 
    border-bottom: 1px solid #1875D2;
}

main .page-content blockquote a:not {
   border-bottom: 0px solid;
}


footer a:not(.button):hover {
}


.breadcrumbs a { 
  	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif !important;
}



.ck-content .text-huge {
       font-size: 3rem;
  	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
 color: #000 !important;
       padding: 0em 0;
       margin: 0;
       line-height: 1em;
       display: block;
       font-weight: 900 !important; 
} 

.ck-content .text-big {
       font-size: 1.875rem;
  	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
 color: #000 !important;
       padding: 0em 0;
       margin: 0;
       line-height: 1em;
       display: block;
       font-weight: 700 !important; 
} 


.maxwidth {
 	max-width: 1200px; 
  margin: 0 auto;
}





/* ----- I am a + I want a ----text widgets lists ------*/

.text-widget.ck-content H2 {
   margin-bottom: 0em; 
/*color: rgb(0, 153, 153);*/
}

.text-widget.ck-content ul {
   margin: 0px;
   box-sizing: border-box;
   padding: 0px;
   position: relative;
   list-style-type: none;
}


.text-widget.ck-content li {
    list-style-type: none;
    text-align: left;
    padding: 0px 0em;
    box-sizing: border-box;
    margin-bottom: 0.3em;
    position: relative;
    line-height: 1.5rem;
}

.text-widget.ck-content li a{
 color: #000;
   line-height: 1em !important;
}

 /*.text-widget.ck-content li a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(https://www.salisbury.anglican.org/content/builder/images/1654597818-awph.png);
    background-repeat: no-repeat;
     background-size: 10px 10px;
    position: absolute;
    top: 0.5em;
   left: -4px;
} */
 /* ----social widget icons */
main .d--flex > div:nth-of-type(1) svg {
fill: #00A745 !important;
}

main .d--flex > div:nth-of-type(2) svg {
fill: #AE6DE1 !important;
}

main .d--flex > div:nth-of-type(3) svg {
fill: #1875D2 !important;
}

main .d--flex > div:nth-of-type(4) svg {
fill: #FFA700 !important;
}
 /* ----------------- */

#mc_embed_signup{
	clear:left;
	width: 100% ;
		padding: 0 20%;
	 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}

#mc_embed_signup .button {
 
 font-weight: 400!important;

 color: white!important;
 border-radius: 25px!important;
 cursor: pointer;
 color: rgb(255, 255, 255)!important;
 background-color: #AE6DE1 !important;
 border: 1px solid #AE6DE1 important;

}

#mc_embed_signup input {
    background-color: #fff;
    border: 0px !important;
   border-radius: 0px !important;
  height: 3em;
      margin-top: 10px;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

/*
#mc_embed_signup .mc-field-group:nth-child(3){
	width: 46% !important;
    float: left !important;
}

 #mc_embed_signup .mc-field-group:nth-child(4){
		clear:right !important;
	width: 46% !important;
	float: right !important;
}
*/
#mc_embed_signup form {
text-align: center !important;
padding-top: 1em !important;
}



/* --max-width ------------------*/
main .grid__container .breadcrumbs{
 max-width: 1240px !important;
 margin: 0 auto;
}

header .grid__container:last-of-type {
border-bottom: 2px solid #f3f2f8;
}

header .grid__container:first-of-type > div{
 max-width: 1240px !important;
 margin: 0 auto;
}



main .grid__container > div, footer .grid__container > div{
 max-width: 1240px !important;
 margin: 0 auto;
}
/*
main .grid__container:first-of-type > div{
 max-width: 100% !important;
 margin: 0 auto;
}
*/


  /* -calendar widget ------------------*/

.text-layout {
  display: flex;
 flex-flow: row wrap;
}
.text-event-day{
width: 23%;
   margin: 0.2em 1%;
   background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px -1px rgb(222 221 221);
    -moz-box-shadow: 5px 5px 15px -1px rgb(227 226 226);
    box-shadow: 2px 5px 15px -1px rgb(223 221 221);
}

.text-event-day > div
 {

    padding: 1em;
    display: block;
}

.text-event-day {
  padding: 0 0 !important;  
}
.text-event-day .event {
 position: relative;
padding-bottom: 1.5em;
 margin-bottom: 1.5em;
}

.widget-calendar .text-layout .text-event-day p:after{
    content: 'Read more ';
 position: absolute;
bottom: 0em;
    left: calc(50% - 3.75em);
 font-size: 1rem;
 display: inline-block;
 font-weight: 400;
 padding: 5px 1em;
 color: white;
 border-radius: 25px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 background-color: #ae6de1;
 border: 1px solid #ae6de1;
   	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  
}

.widget-calendar .text-layout .text-event-day p:hover:after {
    background: #111;
    border: 1px solid transparent;
    color: #fff !important;
}



@media (max-width: 900px) {
.text-event-day{
width: 48%;
}
}
@media (max-width: 600px) {
.text-event-day{
width: 98%;
}
}
/* -Links------------------*/
.links ul {
    padding: 0 2em 0 1em;
}

.links li {
    padding: 0 0 0.7em 0.8em;
    line-height: 1em !important;
    position: relative;
}


.links ul li:before {
    content: 'Ã¢â‚¬Â¢';
    width: 1.125em;
    height: 1.125em;
    position: absolute;
    top: 0.5em;
    left: 0em;
    color: #2a206f;
    font-size: 0.8em;
    z-index: 999;
}

main .widget {
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*  -webkit-box-shadow: 10px 11px 5px -1px rgba(237,237,237,1);
-moz-box-shadow: 10px 11px 5px -1px rgba(237,237,237,1);
box-shadow: 10px 11px 5px -1px rgba(237,237,237,1);*/
}


main .grid__container:first-of-type > div .widget{
 box-shadow:none;
}



/* --latest articles  ------------------
/*
.widget-latest-articles .article{
      flex: 0 0 33.12% !important;
      max-width: 33.1%!important;
         margin: 0 0 2em 0!important;
    padding: 10px 10px 3.5rem 10px!important;
}
*/
.widget-latest-articles .article{
	margin: 10px 0 !important;
    padding: 0 0 3.5rem 0!important;
}


.widget-latest-articles .article h3  {
    margin: 0.5em 0;
    line-height: 1.3;
}

.widget-latest-articles .article h3:after{
 content: 'Read more';
 position: absolute;
bottom: 1em;
    right: 0px;
 font-size: 1rem;
 display: inline-block;
 font-weight: 400;
 padding: 5px 1em;
 color: white;
 border-radius: 25px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 background-color: #1875D2;
 border: 1px solid #1875D2;
}

.widget-latest-articles .article h3:hover:after  {
    background: #111;
    border: 1px solid transparent;
    color: #fff !important;
}

.date-article {
 /*font-weight: 700;*/
}
.summary-article {
 line-height: 1.6;
}
/* --prayer podcast  ------------------*/

.widget-latest-articles .float-left {
    margin-right: 3rem;
    max-width: 40%;
}
/* --landing page imgs  ------------------*/

.flexContainer {
    display: flex;
    flex-flow: row wrap;
}

.flexContainer blockquote p
{
    margin: 0px;
    background-color:
    transparent;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 8%;
}

.flexContainer  blockquote img
{
    width: 100% !important;
    height: auto !important;
}

.mauve blockquote img {
  aspect-ratio: 3/2;
}

.flexContainer blockquote h2
{
  font-size: 1.35rem;
  padding: 0.5em 8% 0em;
}
.flexContainer blockquote h4
{
  font-size: 1rem;
  font-weight: 700;
  padding: 0em 8% 0.8em;
  color: #555;
}

.flexContainer blockquote
 {

    width: 33.3333%;
    box-sizing: border-box;
    float: left;
    display: block;
    margin-bottom: 3em;
    margin-top: 0px;
    padding: 0%;
    list-style: none;
   border-left: 0px solid #ccc;

}
/* ---homepage mauve background -------------*/


.mauve blockquote{

 background-color: #c1bbdb;
     width: 31%;
 margin: 0 1.166666666666667% 1.5em ;
 
}
.mauve blockquote p
{
    padding: 0;
}
.mauve blockquote h2
{
  font-size: 1.35rem;
  padding: 0.4em 5% 0.7em;
 
}

.mauve blockquote h2 a{
  color: #fff !important;  
   font-style: normal;
}

.mauve blockquote a:hover {
	border-bottom: 0px solid #646464 !important;
 color: #eee !important
}

.mauve blockquote:nth-child(5n+1) {
	 background-color: #AE6DE1;
}
.mauve blockquote:nth-child(5n+2) {
	 background-color: #1875D2;
}
.mauve blockquote:nth-child(5n+3) {
	 background-color: #00A745;
}
.mauve blockquote:nth-child(5n+4) {
	 background-color: #8CC2F6;
}
/* --- card colours overrides-------------*/

.purple{
	 background-color: #AE6DE1 !important;
}
.blue {
	 background-color: #1875D2 !important;
}
.green  {
	 background-color: #00A745 !important;
}
.paleblue {
	 background-color: #8CC2F6 !important;
}
.palepurple {
	 background-color: #c1bbdb !important;
}


/* ---homepage homeblock  -------------*/


.homeblock blockquote{

     width: 100%;
 margin: 0 0 0.4em ;
 position: relative;
 
}
.homeblock blockquote p
{
    padding: 0;
 font-style: normal !important;
}

.homeblock blockquote p a{
  color: #fff !important;  
 	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
 
 font-weight: 600;
}
.homeblock blockquote p a:hover {
   color: #dcdcdc !important; 
}

.homeblock blockquote a:hover {
	border-bottom: 0px solid #646464 !important;
 color: #5e5290 !important
}
.homeblock blockquote p:last-of-type {
	padding: 1em 20% 1.4em 4%;
	margin: 0;
	width: 100%;
	position: absolute;
	text-align: left;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.4rem;
	background-size: 100%;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	top: 90%;
	transform: translateY(-70%);
  text-shadow: 0px 0px 3px #000000;
}

.netzero blockquote p:last-of-type {
  	padding: 1em 20% 0.1em 4%;
}

.homeblock blockquote p:last-of-type a:after {
    content: '>';
    position: absolute;
    top: 1em;
    right: 0.5em;
    font-size: 0.7em;
    display: inline-block;
    font-weight: 400;
    padding: 0.15em 0.6em;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
    text-shadow: none;
}




.homeblock blockquote p:last-of-type:hover a:after  {
    color: #fff;
    background-color: #AE6DE1;
}

/*footer*/


footer > div:last-of-type img{
	display: inline-block;
	margin: 1em 2em;
}

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

  footer .text-widget .button {
 border: 1px solid #F3F2F8;
    background-color: #2a206f;
}




/* - ------ main navigation  -----*/





header .widget__content__menu{
	background-image: url(https://d3hgrlq6yacptf.cloudfront.net/salisburydio/content/builder/images/1706784152-4xVK.png );

background-repeat: repeat-x;
background-position: center top;
  background-size: 100% 5px;
}


header .widget__content__menu .desktop-menu>ul>li>ul {
     margin-top: 0rem;
}

header #full-menu .level-1 a:not(.expand, .level-2 a){
	    	padding: 0.8em 0.2em;
	    	font-size: 1.25rem !important;
	    	font-weight: 700 !important;
	    	letter-spacing: 0px;
	    	max-width: initial !important;
  		/*	color: #AE6DE1;*/
    font-family: 'DM Sans', Arial, Helvetica, sans-serif !important;
}

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


header #full-menu .level-1 li {
	border-top: transparent 5px solid;
	padding: 0 0.65em;
}

header #full-menu .level-1 li:hover {
	border-top: #AE6DE1 5px solid;
}



header #full-menu .level-2 a {
padding: 0.2em 0.7em !important;
    font-weight: 400 !important;
     white-space: normal !important;
      width: 90%;
       font-family: 'DM Sans', Arial, Helvetica, sans-serif !important;
}

header #full-menu .level-2 ul{
	margin-inline-start: 0px;
}

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

header #full-menu .level-2 li:hover {
		border-top: 1px #eee2f8 solid;
 border-bottom: 0px transparent 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 {
border-top: transparent 6px solid;
}
header .level-1 li a{
	display: inline-block;
  max-width: initial !important;
}

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


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%;
}

@media (max-width: 1380px) {
header #full-menu .level-1 a:not(.expand, .level-2 a){    
	     font-size: 1.05rem !important;
  		
}

header #full-menu .level-2 a {
    font-size: 0.9125rem !important;
}
}

@media (max-width: 1230px) {
header #full-menu .level-1 a:not(.expand, .level-2 a){
          font-size: 0.875rem !important;
}
  
    #burger-menu{    
     fill: #AE6DE1;
} 
  .text-widget .nav {
    text-align: right;
}
  
}

@media (max-width: 1060px) {
  
  html {
   	font-size: 15px; 
  }
  
.widget__content__menu {
    text-align: center;
}

  
  #full-menu {
 display:none !important;
}
  #burger-menu{    
   display:block !important;
  } 
  
  .homeblock blockquote p:last-of-type {
    font-size: 1.5rem;
    transform: translateY(-90%);
  }
 .netzero blockquote p:last-of-type {
  	padding: 1em 20% 1.4em 4%;
}
  
  /* --sidebar nav ------------------*/
.sidebarBody {
    width: initial;
}
 
} 

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

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

.widget-latest-articles .article{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
  
  .widget__content__menu .mobile-menu-toggle ul li a{
    padding-top: 0.3em ;
  padding-bottom: 0.3em ;
  font-size: 1.3rem !important;
}
  .widget__content__menu .mobile-menu-toggle ul li ul li a{
    padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  }

  .widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
  } 

}
@media (max-width: 767px) {
.flexContainer blockquote
 {
   width: 49.5%;
 }
   .flexContainer {
  margin: 2em 0
 }
  
.homeblock blockquote
 {
   width: calc(100% - 60px);
  margin: 0 auto
 } 
.homeblock {
    margin: 2em 0 0;
} 
  .text-widget .flexContainer ul {
margin: 0.4em 1.56em;
width: 100%;
}

    .mauve blockquote
 {
   width: 47.5%;
  margin-bottom: 1em
 }
  
}
@media (max-width: 580px) {

html {
   	font-size: 13px; 
  }
  

 /* 
  .search-widget .input {
    margin: 9px 3px;

}
  
.search-widget .button{
  margin: 9px 0px!important;
}*/
header .image-widget {
      background-position: center center !important;
  }
  
  
  
  #searchBar {
	text-align:center !important;
	float: none;
	width: 300px;
	margin: 0 auto;
    
}
  
  #searchBarForm{
    	float: none;
  }
  
.text-widget .nav {
       margin-top: 1em;
    text-align: center;
}
  
.flexContainer blockquote
 {
width: 100%;
  }

main .grid__container:first-of-type {
 display:none;
}

 header .text-widget {
  margin-top: 0px;	
} 
header .text-widget p{
 	text-align: center !important;
}
 
 .mobilefullwidth{
  width: 100% !important;
   margin-left: 0 !important;
     margin-right: 0 !important;
 }  
  
.widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
  } 
    .homeblock blockquote p:last-of-type {
    font-size: 1.7rem;
    transform: translateY(-70%);
  }
  
  
}



/* -------------------------------------- styles for editors to use  ------------------------------------*/


.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.round15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.margin {
	margin: 15px 3% !important;
}
.bordertop {
	border-top: solid 6px #2a206f;
}



/* -------------------------------------- accordion ------------------------------------*/

.accordion, .accordion-row, .accordion-row-title, .accordion-row-body, .accordion-title {
width: 100%;
display: block;
}
.accordion {
position: relative;
}
.accordion-title, .accordion-row-title {
background-color: #1875D2;
padding: 0.5em 3%;
box-sizing: border-box;
}
.accordion-title {
background-color: #fff;
font-size: 2rem;
}
.accordion-row-title {
font-weight: 700;
}
.accordion-row-opened {
color: #fff;
  position: relative;
}

.accordion-row-closed {
color: #fff;
font-weight: 400;
  position: relative;
}
.accordion-row-body {
/* display: none; */
background-color: #DCEAF8;
padding: 0.5em 3%;
box-sizing: border-box;
  margin: 0!important; 
}

.accordion-row-opened::after {
content: "-";
right: 2%;
position: absolute;
font-size: 1.5em;
color: #fff;
}

.accordion-row-closed::after {
content: "+";
right: 2%;
position: absolute;
font-size: 1.5em;
color: #fff;
}

.accordion-row ol, .accordion-row ul {
        margin: 0;
      background-color: #DCEAF8;
}
.accordion-row ol li, .accordion-row ul li {
    display: list-item !important;
}


/*styles for making the embedded imported video responsive -----------------------------------------------------------------------------------*/

.video-block {

position: relative;
padding-bottom: 46.1%; 
padding-top: 25px; height: 0; overflow: hidden;
margin-bottom: 0;
}

.video-block iframe,
.video-block object,
.video-block embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video {
	padding: 0.5em 0.5em;
	background-color: #fff;
	border: 1px solid #F3F2F8;
	box-sizing: border-box;
}

.video-wrap {
  width: 33%;
  float: left;
  margin: 0 0.166666666666666%;
}

iframe[name="half"] {
    width: 55% !important;
    height: 285px !important;
    transform: translateY(50%);
}

.fc-daygrid-day-number {font-weight: 400;  font-size: 16px;  line-height: 21px;  color:#2a206f;  }

.fc-daygrid-day {background-color: #f9f9f9;}

.fc-day-today {background-color: rgb(244, 244, 244) !important; }

.fc-col-header-cell-cushion {font-weight: 400;  font-size: 16px;  line-height: 24px;  text-transform: capitalize;  color: #fff !important;  font-weight: 700 !important; }

.fc-col-header-cell {background-color: #2a206f;color: #fff !important;padding: 0.2em !important;}

.fc button {font-weight: 400 !important;  font-size: 16px !important;  line-height: 16px !important;  padding: 20px !important;  text-transform: capitalize !important;  color: rgb(255, 255, 255) !important;  background-color: #C4C5D3 !important;  border-color: rgb(255, 255, 255) !important;   }

.fc-toolbar {text-transform: capitalize;  color:#2a206f;  background-color: rgb(255, 255, 255) }

.fc-theme-standard {}

.fc .fc-scrollgrid-section > td {border-color: rgb(255, 255, 255); }

.fc-daygrid-dot-event {font-weight: 400;  font-size: 16px;  line-height: 21px;  padding: 0px;  text-transform: capitalize;  color: rgb(150, 105, 169);  background-color: rgb(255, 255, 255);  }

.fc-h-event {font-weight: 400;  font-size: 16px;  line-height: 21px;  padding: 0px;  text-transform: capitalize;  color: rgb(255, 255, 255);  background-color: rgb(150, 105, 169);  border-color: rgb(209, 209, 209);  }

.fc-daygrid-event-dot {display: block; }






.sidebarBody .menu>ul li a, 
.sidebarBody .menu ul li ul li a,
.sidebarBody .menu ul li ul li ul li a
{
    border-bottom:#AE6DE1 solid 1px;
}

.sidebarBody .menu a:hover {
  text-decoration: none !important; 	 
}
 	font-family: , Arial, Helvetica, sans-serif;

.sidebarBody ul.level-1 > li > a{padding-top: 25px !important; padding-bottom: 25px !important;border-top: #AE6DE1 solid 3px;}


.sidebarBody ul.level-1 > li > a{font-family: 'DM Sans' !important}
.sidebarBody ul.level-1 > li > a{font-size: 20px !important}
.sidebarBody ul.level-1 > li > a{font-weight: 700!important}
.sidebarBody ul.level-1 > li > a{text-transform: none !important}
.sidebarBody ul.level-1 > li > a{color: #000000 !important}
.sidebarBody ul.level-1{background-color: #ffffff !important}
.sidebarBody ul.level-1 > li:hover > a{color: #000000  !important}
.sidebarBody ul.level-1 > li:hover{background-color: #EFE2F9 !important}
.sidebarBody ul.level-1.selected > li {background-color: #EFE2F9 !important}
.sidebarBody ul.level-1.selected > li > a{color: #000000  !important}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 25px !important; padding-bottom: 25px !important}
/*.sidebarBody ul.level-2 > li a {    border-top: 1px solid #AE6DE1;}*/
.sidebarBody ul.level-2 > li > a{font-family: 'DM Sans' !important}
.sidebarBody ul.level-2 > li > a{font-size: 16px !important}
.sidebarBody ul.level-2 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-2 > li > a{text-transform: none !important}
.sidebarBody ul.level-2 > li > a{color: #000000 !important} 
.sidebarBody ul.level-2{background-color: #ffffff !important}
.sidebarBody ul.level-2 > li:hover > a{color: #000000  !important}
.sidebarBody ul.level-2 > li:hover{background-color: #EFE2F9 !important}
.sidebarBody ul.level-2.selected > li {background-color: #EFE2F9 !important; }
.sidebarBody ul.level-2.selected > li > a{color: #000000  !important}
.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: 'DM Sans' !important}
.sidebarBody ul.level-3 > li > a{font-size: 16px !important}
.sidebarBody ul.level-3 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-3 > li > a{text-transform: none !important}
.sidebarBody ul.level-3 > li > a{color: #000000 !important}
.sidebarBody ul.level-3{background-color: #ffffff !important}
.sidebarBody ul.level-3 > li:hover > a{color: #000000  !important}
.sidebarBody ul.level-3 > li:hover{background-color: #EFE2F9 !important}
.sidebarBody ul.level-3.selected > li {background-color: #EFE2F9 !important}
.sidebarBody ul.level-3.selected > li > a{color: #000000  !important}
.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: 'DM Sans' !important}
.sidebarBody ul.level-4 > li > a{font-size: 16px !important}
.sidebarBody ul.level-4 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-4 > li > a{text-transform: none !important}
.sidebarBody ul.level-4 > li > a{color: #000000 !important}
.sidebarBody ul.level-4{background-color: #ffffff !important}
.sidebarBody ul.level-4 > li:hover > a{color: #000000  !important}
.sidebarBody ul.level-4 > li:hover{background-color: #EFE2F9 !important}
.sidebarBody ul.level-4.selected > li {background-color: #EFE2F9!important}
.sidebarBody ul.level-4.selected > li > a{color: #000000  !important}
.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: 'DM Sans' !important}
.sidebarBody ul.level-5 > li > a{font-size: 16px !important}
.sidebarBody ul.level-5 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-5 > li > a{text-transform: none !important}
.sidebarBody ul.level-5 > li > a{color: #000000 !important}
.sidebarBody ul.level-5{background-color: #ffffff !important}
.sidebarBody ul.level-5 > li:hover > a{color: #000000  !important}
.sidebarBody ul.level-5 > li:hover{background-color: #EFE2F9 !important}
.sidebarBody ul.level-5.selected > li {background-color: #EFE2F9!important}
.sidebarBody ul.level-5.selected > li > a{color: #000000  !important}
.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}
.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}
