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


H1, H2, H3, H4, H5, H6 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 500 !important;
	color: #036cb6;
	text-transform: uppercase;
}
H1 {
	font-size: 3.5rem;
	margin-top: 0;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}

main h1:before {
    content: '';
    background-image: url(https://canterburydiocese.org/stylesheets/images/c3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 3.5rem;
      padding: 0 0.8em;
    box-sizing: border-box;
}

H2 {
	font-size: 2rem;
	margin: 0;
	padding: 0.7rem 0;
	
  	line-height: 1.3em;	
}

H2 a {
    font-size: 2rem;
    margin: 0;
    padding: 0.7rem 0;
    line-height: 1.3em;
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}


H3 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
  	color: #bf311a;
}

H3 a {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
  	color: #bf311a !important;
}

H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;

}
H5 {
	font-size: 1.25rem;
	margin: 0.5rem 0;
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
}

P, .page-content  {
	font-size: 1.125rem;
	line-height: 1.625rem;
	/*font-weight: 400;*/
	margin-top: 0.8rem;
	color: #000;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}
table {
	color: #000;
	line-height: 1.7rem;
}
li {
	color: #000;
	line-height: 1.7rem;
}

blockquote {
	margin:0;
}
blockquote p{
	font-size: 1.375rem;
	line-height: 1.8rem;
	margin: 0.5rem 0;
	color:  #036cb6;

}

/* hide rotator nav and remove white space*/
/*.custom-pagination {
    display: none;
}*/

/* position rotator title and caption */

@media only screen and (min-width: 640px) {
  .rotator-caption {
    right: 0;
  }
}

.rotator-caption {
  	width: 33%;
	right: 0 ;
	padding: 15% 2em 2em 2em;
  	margin-left: 67%;
  height: 100%;
       
}

.rotator-caption div {
  font-size: 2vw !important;
  line-height: 2.3vw !important;
}


.rotator-caption div.rotator-title--text {

  	margin-bottom: 3vw !important;
      font-size: 3vw !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif  !important;
    font-weight: 500;
    text-transform: uppercase;
  line-height: 3.2vw !important;
}
@media only screen and (min-width: 1440px) {
   
    .rotator-caption div {
  font-size: 1.5rem !important;
      line-height: 2.3rem !important;
}
  
  .rotator-caption div.rotator-title--text {
 font-size: 3rem !important;
    line-height: 3.2rem !important;}
  

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

main div:first-child .widget__content__data>div{
  margin-bottom: 0 !important;
}
#fireFoxFixer {
    margin-bottom: 0px  !important;
}
/* ------------- */
.archive .content h3 a {font-size: 1.5rem;
    line-height: 1em;
    color: #036cb6;
    font-weight: 400;
    text-decoration: none;
    text-transform: initial;
}

.archive .content p {
 margin: 0;
}

.archive img {
 max-width: 200px !important;
 padding-left: 1em;
}
p, a, table, li, button, .accordion{
 font-family: 'Lato', Helvetica, Arial, sans-serif !important;
	line-height: 1.625em;
}

table {
	
}
img {
	border: 0px;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.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 {
	line-height: 1.7rem;
}

footer {
  border-top: #EDEDEC solid 1px;
}




button, .button {
padding: 0.3em 1.5em;
	padding: 0.2em 1em;
    color: white !important;
    background: #036cb6;
	border-radius: 20px;
	display: inline-block;
	color: white;
	border: 1px solid transparent;
		
}

button:hover, .button:hover {
background: #203C86;
	border: 1px solid transparent;
	color: #fff !important;
}

footer a:not(.button), 
main .page-content a:not(.button),
.pagination a,
main a strong,
.venueBox a
{
    color: #036cb6;
	text-decoration: none; 
}


main .page-content a:not(.button):hover {
 color: #333;
	text-decoration: none;
}
footer a:not(.button):hover {
 border-bottom: 0 solid;
}


.breadcrumbs a {
 font-size: 14px !important; 
  color: #000000;
}

 

.text-widget.ck-content ul {
 list-style-type: none;
 padding: 0;
}

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

.sidebarBody {
    width: 210px;
}
.widget {
 border-radius: 5px;
}
/* --max-width ------------------*/
main .grid__container .breadcrumbs{
 max-width: 1200px !important;
 margin: 0 auto;
}

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

footer .grid__container > div{
 max-width: 1200px !important;
 margin: 0 auto;
}


/* --daily message widget  --------*/
.daily-message-widget {
 line-height: 1.5em;
  text-align: left;
  max-height: 550px;
  padding: 0 1em !important;
  
    /*overflow-y: scroll;*/
}
.daily-message-widget::-webkit-scrollbar 

 {
  border: none;
  padding: 0;
  margin-left:2px !important;
}

.daily-message-widget::-webkit-scrollbar-thumb {
  background:#ddd;
  border-radius:50px;
  margin-left:2px;
}
  /* -- intro text widget ------------------*/


.text-widget H1, .ck-content .text-big{
	font-size: 2.5rem;
	color: #036cb6;
	padding: 1.25rem 0 1rem;
  	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.text-big:before{
    display:none;
}

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

.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 95%;
	padding-right: 5%;

}

/* --latest articles  --------*/

.widget-latest-articles .float-left {
    max-width: 120px;
}

.widget-latest-articles h3, .date-article{
text-transform: initial ;
 font-weight: 700!important;
}



.widget-latest-articles p{
margin: 0;
}

.widget-latest-articles img{
width: 40%;
    margin-right: 5% !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget-latest-articles .article {
    border-top: 1px solid #fff;
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

/* more buttons -------------------------------------------------------------------------------------------------*/

.footer-text{
 border-top: 1px solid #fff;
}

.footer-text .text-small {
	text-align: center;
	padding: 1em 10% 0;
	font-size: 1.25em;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.footer-text .text-small img {
       padding: 0 3%;
}
.footer-text a {
       text-decoration: none !important;
}
.footer-text a:hover {
       opacity: 60%;
}

/* --latest articles  ------------------

.widget-latest-articles .article{
        flex: 0 0 33.12% !important;
    max-width: 33.1%!important;
 margin: 0 !important;
    padding: 20px 20px 60px 20px!important;
 position: relative;
}

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


.summary-article {
 line-height: 1.6;
}

.widget-latest-articles .article h3:after{
 content: 'Read More';
 position: absolute;
 bottom: 0;
 left: 20px;
 font-size: 0.7em;
 padding: 0.3em 1.5em;
	color: white !important;
	background: #383838;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	color: white;
	border: 1px solid transparent;
}

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

/* homepage image buttons  ------------------------------------------------------------------------------- */

.text-widget blockquote {
  position: relative;
  background-color: #000;
  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;
  padding-right: 0em;
  padding-left: 0em;
  font-style: initial;
  border-left: 0;
  margin-bottom: 5px;
}

.text-widget blockquote p {
	margin: 0;
		display: block;
}


.text-widget blockquote p img {
	padding: 0;margin: 0;
	background-color: #fff;
	width: 100% !important;
	line-height: 1.55rem;
	box-sizing: border-box;
	list-style: none;
	display: block;
	height: auto !important;
	opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

	}

.text-widget blockquote p:last-of-type {
     
      margin: 70px 5% 20px;;
      width: 90%;
      position: absolute;
      bottom: 0px;
      left: 0%;
      color: #fff;
      font-size: 1.75em;
}


.text-widget blockquote a:link, .text-widget blockquote a:visited {
    color: #fff;
    text-decoration: none;
    display: block;
         font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
}
.text-widget blockquote p a:hover {
    color: #FDB913 ;
    text-decoration: none; 
}


.text-widget blockquote p:last-child a:after{
    content: '';
	background-image: url(https://canterburydiocese.org/stylesheets/images/c29.png );
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 3.125rem;
    padding: 2em 25% 0 0;
    position: absolute;
    right: 0;
    top: -1.2rem;
}

.text-widget blockquote:nth-child(1) p:last-child a:after{
    background-image: url(https://canterburydiocese.org/stylesheets/images/c29.png );
}
.text-widget blockquote:nth-child(2) p:last-child a:after{
    background-image: url(https://canterburydiocese.org/stylesheets/images/c3.png );
}
.text-widget blockquote:nth-child(3) p:last-child a:after{
    background-image: url(https://canterburydiocese.org/stylesheets/images/c30.png );
}



/* --landing page imgs  ------------------*/

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

.flexContainer blockquote {
	margin:0;
	border-left: none;
	color: #000;
}


.flexContainer blockquote p
{
    margin: 0px;
}

.flexContainer blockquote h2
{
     padding: 1.5em 5% 1.5em  0;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 0;
}

.flexContainer blockquote p strong
{
   
    color: #203C86;
}

.flexContainer blockquote h2 a{
	    color: #000;
}


.flexContainer blockquote
 {
   background-color: #Fff;
width: 33%;
margin-right: 0.3%;
box-sizing: border-box;
float: left;
display: block;
margin-bottom: 1em;
margin-top: 0px;
padding: 0%;
list-style: none;
border-left: 0px;
border-bottom: #E5ECF4 3px solid;
}


.flexContainer blockquote p:last-child
{
      display: block;
    padding: 1.5em 0 2em;
    margin: 0px;
    font-weight: 400;
}

.flexContainer   blockquote p
{
    margin: 0px;
}

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

.flexContainer blockquote a:hover
{
    color: #000;
    text-decoration: none;
}

/* --------------------------------------landing page blockquotes------------------------------------*/

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


blockquote.landing {
	margin:0;
	border-left: none;
	color: #000;
}

blockquote.landing p
{
    margin: 0px;

}

blockquote.landing p strong
{
   
    color: #203C86;
}

blockquote.landing h2
{
    padding: 1.5em 5% 1.5em  0;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 0;
}

blockquote.landing h2 a{
	    color: #000;
}

blockquote.landing:nth-of-type(2n+1)
 { 
}

blockquote.landing
 {

background-color: #Fff;

width: 33%;

margin-right: 0.3%;

box-sizing: border-box;

float: left;

display: block;

margin-bottom: 1em;

margin-top: 0px;

padding: 0%;

list-style: none;

border-left: 0px;

border-bottom: #E5ECF4 3px solid;
}

blockquote.landing p:last-child
{
    display: block;
    padding: 1.5em 0 2em;
    margin: 0px;
    font-weight: 400;
}


blockquote.landing a:hover
{
    color: #000;
    text-decoration: none;
}

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


/* photo links ------------------------------------*/

.textCast blockquote{
 	border-bottom: #E5ECF4 0px solid;
 position: relative;
}

.textCast blockquote p{
 background-color: #000; 
 margin-bottom: 0!important;
}
.textCast blockquote p img {
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	height: auto !important;
	opacity: 0.6;
    filter: alpha(opacity=60);
 
}

.textCast p {
	 line-height: 0.5em !important;
}
.textCast blockquote a{
   line-height: 1em !important;
}

.textCast blockquote p a:hover img {
	opacity: 0.7;
    filter: alpha(opacity=70);
 
}

.textCast blockquote h2 {
	padding: 0em ;
	margin: 0;
	position: absolute;
	font-size: 2em;
	line-height: 1em;
    z-index: 999;
	bottom: calc(50% - 1.1rem);
	left: calc(50% - 5.5rem);
	z-index: 9;
}

.textCast blockquote h2 a,  .textCast blockquote h2 a:hover{
	color: #fff ;
	text-decoration: none; 
}



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

header .text-widget a{
       color: #707070;
    padding: 0 0.5em;
    text-decoration: none;
  font-size: 1rem;
 	font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
 font-weight: 400;
  text-transform: uppercase;
}

header .text-widget a:hover {
 color: #333;
}


.search-widget .button{
 border-radius: 5px;
      background: #D7DAE0;
}
.search-widget .input{
    background: #fff;
  border: 1px solid #fff;
}
/* --footer ------------------*/
footer .image-widget{
	background-position: left center !important;
}

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

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

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


header .widget__content__menu{
	background-image: url(https://www.canterburydiocese.org/content/pages/uploaded_images/1665476131-TCDT.png );
background-repeat: repeat-x;
background-position: center top;
  background-size: 100% 6px;

}

header #full-menu .level-1 a{
	    	
	  padding: 0.4em 0.7em 0.4em 0.7em;
	     font-size: 1.625rem;
     font-size: 1.5rem !important;
	         font-weight: 500 !important;
	     letter-spacing: 0px;      
}

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


header #full-menu .level-1 li:hover {
	border-top: #fdb913 6px solid;
  	background: #EDEDF2;
  
}

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

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

header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
 border-bottom: 1px #EDEDF2 solid;
     	background: #EDEDF2;
 font-weight: 700 !important;
}

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: 1.1em !important;
  width: 10%;
}

header #full-menu .level-5 li {
background-color: #fff ;
}

header #full-menu .level-5 li a{
 font-family: Oswald !important;
 color: #333 !important;
}


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


@media (max-width: 1340px) {
header #full-menu .level-1 a:not(.expand){    
	   
    html {
   	font-size: 15px; 
  }
  
}

  @media (max-width: 1279px) {
  .sidebarBody {
 	padding: 0 20px 0 0 !important;
}
  }
  
@media (max-width: 1130px) {
header #full-menu .level-1 a:not(.expand){
         font-size: 1.25rem !important;
}
  

}

@media (max-width: 1024px) {
header .level-1 li a {
    padding-top: 0.2em !important;
      padding-bottom: 0.2em !important;
}
  html {
   	font-size: 14px; 
  }
 #full-menu {
 display:none !important;
}
#burger-menu{    
   display:block !important;
}
  
    .sidebarBody {
 	width: initial;
}
} 
  
} 

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

@media (max-width: 900px) {
  .archive img {
 max-width: 150px !important;

}
html {
   	font-size: 13px; 
}

.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 !important;
  padding-bottom: 0.3em !important ;
  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; 
  } 
  #burger-menu svg {
    fill: #3B3B3B;
}
}

@media (max-width: 580px) {
  
html {
   	
  }
  
.flexContainer blockquote
 {
width: 100%;
  }
  
H1 {
  margin-top: 1em;	
}
  
header .text-widget p{
 	text-align: center !important;
}
  
.widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
  } 
  
  footer .text-widget p, footer .text-widget h3 {
 text-align: left !important;
}
  
  .d--flex { justify-content: center !important;
}
  
   footer .d--flex { justify-content: left !important;
}

 footer .image-widget{
	background-position: left center !important;
}

footer .widget {
 padding: 1em 2em !important;
}
}




/* -------------------------------------- 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 #5F4599;
}


/* -------------------------------------- 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: #ededf2;
	padding: 0.5em 3%;
	box-sizing: border-box;
}
.accordion-title {
	background-color: #fff;
	font-size: 2rem;
}
.accordion-row-title {
	font-weight: 700;
		border-bottom: 2px solid white;
}
.accordion-row-opened {
	color: #000;
	position: relative;
}
.accordion-row-closed {
	color: #000;
	font-weight: 400;
	position: relative;
}
.accordion-row-body {
	background-color: #f5f6f9;
	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: #004990;
}
.accordion-row-closed::after {
	content: "+";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #004990;
}
.accordion-row ol, .accordion-row ul {
	margin: 0;
	background-color: #f5f6f9;
}
.accordion-row ol li, .accordion-row ul li {
	display: list-item !important;
}


/* -------------------------------------- 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: 1em 3% !important;
}

.bordertop {
 	border-top: solid 6px #fdb913; 
}



.arrow:before {
    content: '';
    background-image: url(https://canterburydiocese.org/stylesheets/images/c3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 0.8em;
    box-sizing: border-box;
}
/*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 #F0ECEC;
	box-sizing: border-box;
}

.video-wrap {
  width: 33%;
  float: left;
  margin: 0 0.166666666666666%;
}
.fc-daygrid-day-number {font-weight: 400;  font-size: 16px;  line-height: 21px;  color: rgb(150, 105, 169);  }

.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: #203c86;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: rgb(150, 105, 169);  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:#ddd solid 1px;
}

.sidebarBody .menu a:hover {
  text-decoration: none !important; 	 
}

.sidebarBody ul {
padding-inline-start: 20px;
}


.sidebarBody ul.level-1 {
 border-top: #fdb913 solid 6px;
  margin-top: 0px;
}
.sidebarBody ul.level-1 > li > a{font-size: 28px !important}
.sidebarBody ul.level-1 > li > a{font-weight: 500 !important;}
.sidebarBody ul.level-1 > li > a{text-transform: none !important}
.sidebarBody ul.level-1 > li > a{color: #3B3B3B; !important}
.sidebarBody ul.level-1{background-color: #ffffff !important}
.sidebarBody ul.level-1 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-1 > li:hover{background-color: #efefef!important}
.sidebarBody ul.level-1.selected > li {background-color: #efefef !important}
.sidebarBody ul.level-1.selected > li > a{color: #000 !important}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: 'Lato', Helvetica, Arial, sans-serif !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: #000 !important}
.sidebarBody ul.level-2{background-color: #ffffff !important}
.sidebarBody ul.level-2 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-2 > li:hover{background-color: #efefef !important}
.sidebarBody ul.level-2.selected > li {background-color: #efefef !important}
.sidebarBody ul.level-2.selected > li > a{color: #000 !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: 'Lato', Helvetica, Arial, sans-serif !important}
.sidebarBody ul.level-3 > li > a{font-size: 15px !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: #555 !important}
.sidebarBody ul.level-3{background-color: #ffffff !important}
.sidebarBody ul.level-3 > li:hover > a{color: #555 !important}
.sidebarBody ul.level-3 > li:hover{background-color: #efefef !important}
.sidebarBody ul.level-3.selected > li {background-color: #efefef !important}
.sidebarBody ul.level-3.selected > li > a{color: #555 !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: 'Lato', Helvetica, Arial, sans-serif !important}
.sidebarBody ul.level-4 > li > a{font-size: 14px !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: #777 !important}
.sidebarBody ul.level-4{background-color: #ffffff !important}
.sidebarBody ul.level-4 > li:hover > a{color: #777 !important}
.sidebarBody ul.level-4 > li:hover{background-color: #efefef !important}
.sidebarBody ul.level-4.selected > li {background-color: #efefef !important}
.sidebarBody ul.level-4.selected > li > a{color: #777 !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 {background-color: #fff !important}
.sidebarBody ul.level-5 > li > a{font-family: 'Lato', Helvetica, Arial, sans-serif !important}
.sidebarBody ul.level-5 > li > a{font-size: 13px !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: #999 !important}
.sidebarBody ul.level-5 > li:hover > a{color: #999 !important}
.sidebarBody ul.level-5 > li:hover{background-color: #efefef !important}
.sidebarBody ul.level-5.selected > li {background-color: #efefef !important}
.sidebarBody ul.level-5.selected > li > a{color: #999 !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: Nunito}
.sidebarBody ul.level-1 > li > a{font-size: 20px}
.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: #000000}
.sidebarBody ul.level-1{background-color: #f1f1f1}
.sidebarBody ul.level-1 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-1 > li:hover{background-color: #667c9b}
.sidebarBody ul.level-1.selected > li {background-color: #667c9b}
.sidebarBody ul.level-1.selected > li > a{color: #ffffff}
.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{font-family: Nunito}
.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: #000000}
.sidebarBody ul.level-2{background-color: #f1f1f1}
.sidebarBody ul.level-2 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-2 > li:hover{background-color: #667c9b}
.sidebarBody ul.level-2.selected > li {background-color: #667c9b}
.sidebarBody ul.level-2.selected > li > a{color: #ffffff}
.sidebarBody ul.level-2 > li > a{padding-left: 25px !important; padding-right: 25px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Nunito}
.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: #000000}
.sidebarBody ul.level-3{background-color: #f1f1f1}
.sidebarBody ul.level-3 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-3 > li:hover{background-color: #667c9b}
.sidebarBody ul.level-3.selected > li {background-color: #667c9b}
.sidebarBody ul.level-3.selected > li > a{color: #ffffff}
.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: Nunito}
.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: #000000}
.sidebarBody ul.level-4{background-color: #f1f1f1}
.sidebarBody ul.level-4 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-4 > li:hover{background-color: #667c9b}
.sidebarBody ul.level-4.selected > li {background-color: #667c9b}
.sidebarBody ul.level-4.selected > li > a{color: #ffffff}
.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: Nunito}
.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: #000000}
.sidebarBody ul.level-5{background-color: #f1f1f1}
.sidebarBody ul.level-5 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-5 > li:hover{background-color: #667c9b}
.sidebarBody ul.level-5.selected > li {background-color: #667c9b}
.sidebarBody ul.level-5.selected > li > a{color: #ffffff}
.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}
