/* ----- XDB overrides ----- 
.row-entry .entry-thumbnail {
 display:none;
}
*/
.field-type-textEditor .field-label {
	flex-basis: 25% !important;
}

.pagination {
    width: 100%;
}

@media screen and (min-width: 768px){
#search-filters .mi-col-md-3 {
    max-width: 32%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 32%;
}
}
 /* ---- ----- */
html {
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
   font-size: 16px;
}



H1, H2, H3, H4, H5, H6{
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	color: #464646;
  	margin: 0;
  	line-height: 1.1em;
 font-weight: 700 !important;
}

H1 {
	font-size: 2.625rem;
	font-weight: 900 !important;
}
H2, .ck-content .text-big {
	font-size: 1.875rem;
	padding: 1rem 0 0rem;
	color: #464646 !important;
 font-weight: 700 !important;
}


H3, .entries .entry-title a h3 {
	font-size: 1.5rem;
	padding: 0.8rem 0 0rem;
font-weight: 700 !important;
  line-height: 1.1em !important;
}

.entries .entry-title a h3:hover{
   	color: #646464;
}

H4 {
	font-size: 1.25rem;
	padding: 0.6rem 0 0rem;
}

H5 {
	font-size: 1.125rem;
		padding: 0.6rem 0 0rem;
		
}

H6 {
	font-size: 1rem;
	padding: 0.6rem 0 0rem;
}

p, table, li, button, .accordion{
  	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	line-height: 1.625em;
}

body div, a{
  	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}


P {
	line-height: 1.5em;
	margin-top: 1em;
	color: #000;
}

.text-widget p {
  	margin-top: 0.3em;
}

blockquote {
	padding: 0 1.5em;
	margin: 3em 0;
	border-bottom: solid #646464 1px;
	border-top: solid #646464 1px;
}

blockquote p{
  color: 	#646464;
  font-weight: 300;
  font-size: 1.25rem;
}

hr {
	border-bottom: solid #003e7f 1px;
	border-top: solid #003e7f 0px;
  height: 0 !important;
}

img {
	border: 0px;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
/*
#contentWrapper a:link, #contentWrapper a:visited, #column1  a:link, #column1  a:visited{
	color: #3456d3;
	text-decoration: none;
}
#contentWrapper a:hover, #breadcrumbs a:hover, #breadCrumbFeatures a:hover, #column1 a:hover {
	color: #646464;
	text-decoration: none;
}*/
main .page-content a:not(.button), .fields a, .row-entry a, .widget__content__data .description a{
 	
  color: #3456d3;
	text-decoration: none;
}

main .page-content a:not(.button):hover, .fields a:hover, .row-entry a:hover, .widget__content__data .description a:hover {
 	color: #646464;
	text-decoration: none;
}

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

/* Adjust for fixed header when using anchor links on a page */

[id]::before {
  content: '';
  display: block;
  height:      150px;
  margin-top: -150px;
  visibility: hidden;
}


/*---buttons-------*/
.button {
	padding: 0.2rem 1rem;
	color: white !important;
	background: #003E7F;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #003E7F;
  	border-radius: 0px;
}


.outline {
  	background-color:transparent;
  	border: 1px solid #fff !important;
  	box-sizing: border-box;
  	left: 9.5em;
}

.blue{
  	background-color:transparent;
    color: #003E7F !important;
    border: 1px solid #003E7F ;
}

.button:hover {
	background: #646464;
	text-decoration:none;
	color: #fff !important;
	border: 1px solid #fff ;
  	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.widget__content__data a.button {
    font-size: 1.125rem;
 
    bottom: 1em;
}


/*
button, .button {
padding: 0.3em 1.5em;
	color: white !important;
	background: #383838;
	cursor: pointer;
	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;
}
*/

/* hide rotator nav and remove white space
.custom-pagination {
    display: none;
}
main div:first-child .widget__content__data>div{
  margin-bottom: 0 !important;
}
#fireFoxFixer {
    margin-bottom: 0px  !important;
}
/* ------------- */


.archive .content h3 a {
    font-size: 1.375rem !important;
    color: #3456d3;
}
.archive .content h3 a:hover {
    color: #646464;
}

.archive img {
 max-width: 300px !important;
 padding-left: 1em;
}




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


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

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

/* -------------------- homepage widgets  ------------------*/


main div:nth-of-type(4) .grid__row > div,
main div:nth-of-type(5) .grid__row > div,
main div:nth-of-type(6) .grid__row > div
{
 border-top: 0.75em solid #003e7f !important;
}

main .grid__row .text-widget p, .daily-message-widget {
	line-height: 1.3em;
    font-size: 1.25em !important;
    color: #232323;
    text-align: left;
}
/*
main .grid__row .widget__content__data p, .daily-message-widget {
	line-height: 1.3em;
    font-size: 1.25em !important;
    color: #232323;
    text-align: left;
}*/

main .grid__row > div{
 	position: relative; 
}

main .grid__row .widget__content__data a.small{
	font-size: 1rem;
	position: absolute;
	bottom: 1em;
	right: 1em;
  color: #3456d3;
    text-decoration: none;
}

main .grid__row .hero{
  	padding: 7em 0 0 0!important;
	width: 31%;
   	min-width: 280px;
}
main .grid__row .hero h1, main .grid__row .hero p {
    color: #fff;
}


.footer-text a{
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
  color: #3456d3 !important;
 border-bottom: 2px solid transparent;
}

.footer-text a:hover{
 	 text-decoration: none;
    border-bottom: 2px solid #3456d3;
}


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

.widget-latest-articles .article{
 	margin: 0!important;
  	margin-bottom: 0.5em!important;
  	padding: 0!important;
}

.widget-latest-articles .title-article {
  font-weight: 400 !important;
 margin-left: 1em;
    font-size: 1.25em;
    display: inline-flex;
}

.widget-latest-articles .summary-article {
 margin-top: 1em;
}

.widget-latest-articles .title-article:before {
    content: '•';
    color: #000;
    padding-right: 0.3em;
}
/* - last text widget  --------*/

main div:nth-of-type(6) .grid__row > div:last-of-type .ck-content  {
	width: 45%;
}

main div:nth-of-type(6) .grid__row > div:last-of-type:after {
	content: '';
	height: calc(100% - 2em);
	width: calc(50% - 1em);
	position: absolute;
	top: 1em ;
	right: 1em;
	background-image: url(https://oxford.anglican.org/content/images/original/4m7h69c0lksodiaztrvnfyb1w3eqp8ju52x.jpeg);
	background-size: cover;
	background-repeat: no-repeat;	
}



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

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

#secondaryNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
  	float: right;
}
#secondaryNav ul {
 margin: 0;
}
#secondaryNav li {
	float: none;
	display: inline-block;
}
#secondaryNav li a {
	display: block;
	  color: #646464;
	text-align: center;
	margin: 0.75em 0.2em 0.75em 0.8em;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.9375em;
	border-bottom: 2px solid transparent;
}
#secondaryNav li a:hover {
    color: #646464;
    text-decoration: none;
    border-bottom: 2px solid #646464;
}

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

#searchBar {
	float: right;
	width: 405px;
  	margin-bottom: 0.3em
}
#searchBarForm {
	color: #444;
	/* width: 268px; */
	float: right;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#searchBarForm label {
	display: none;
}
#search {
	padding: 0px 4px;
	width: 234px;
	height: 24px;
	border: #CDCDCD solid 1px !important;
	background-color: #F0F0F0;
}

#imageSubmit {
	vertical-align: middle;
	background-color: transparent !important;
	margin-left: -15px;
  	margin-top: -2px;
}
#searchBar a:link, #searchBar a:visited {
	color: #333;
	text-decoration: none;
}
#searchBar .input, #searchBar input {
     padding: initial;
    border-radius: initial;
    border: initial; 
}

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

/* ------------page content -------------------------------*/

.page-content {
    
}

/* ------------footer ----------------------------------------------*/

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

footer p, footer a, footer td{
	color: #fff;
	text-decoration:none;
}

footer .band p{
 margin: 0 !important;
 font-size: 1.875rem;
 color: #fff;
}


/* ------------footer links--------*/

footer .links  {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0 2em;
}
footer .links ul a:hover {
	text-decoration: none;
	color: #e8e8e8 !important;
}

footer .links ul {
	width: 196.66666667px;
	/*margin: 0px 0px;*/
	box-sizing: border-box;
	padding: 1em 0px;
}
footer .links p {
	display: none;
}
footer .links ul li {
	list-style-type: none;
	text-align: left;
	float: left;
	padding: 0px 1em 0.3em 0;
	box-sizing: border-box;
}
footer .links ul li {
	color: #ffffff;
	float: none;
}
footer .links ul li a {
	color: #e9e9e9;
}
footer .grid__container > div {
    max-width: 1200px !important;
 margin: 0 auto;
}

   footer {
  margin-top: 1.5em
 }

/* --------------------------------footer social-----------------*/
#footerSocial {
	padding: 3em 0 ;
  	text-align: left;
}

#footerSocial img {
	height: 20px; 
  padding: 0 0.1em;
}

.backtotop{
	float: right;
	color: #fff;
	text-decoration: none;
}

.backtotop:after {
    content: '^';
    padding: 0.15em 0.5em;
    margin: 0 0 0 0.5em;
    background-color: #003e7f;
    border-radius: 1.2em;
    color: #fff;
}

.backtotop:hover:after {
	background-color: #A2A2A2;
	 text-decoration: none;                       
}

.backtotop:hover {
	text-decoration: none;
	color: #fff;
}

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


header #full-menu{
border-left: 1px solid #fff;
 
}

header #full-menu .level-1 li:not(.level-2 li){
 border-right: 1px solid #fff;
 min-width: 13.95%;
  text-align: center;
}
header .level-1 li:first-of-type:not(.level-2 li){
 		display:none;
}

header #full-menu .level-1 a{
	    	padding: 0.1em 1em 0.1em 1em;
	    	font-size: 1.625rem;
	    	letter-spacing: 0px;
}

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.1em 0.8em 0.1em 1.3em !important;
    font-size: 1em !important;
    white-space: normal !important;
    width: 90%;
  
}

header #full-menu .level-2 a:hover {
text-decoration: underline !important;
}

header #full-menu .level-2 li {
     text-align:left !important;
     width: 15em;
}

header #full-menu .level-2 li:hover {
 text-decoration: underline !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 a{
	padding: 0.6em 0 ;
 padding-left: 0.7em !important;
  padding-right: 0.7em !important;
	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%;
}

/* -------hides level 3 and below on topbar nav --------*/

header  .widget__content__menu ul li ul li ul li, 
header  .widget__content__menu ul li ul li a.expand{
display: none !important;
}


/* -------media queries --------*/


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

@media (min-width: 1279px) {
 header .grid__row > div:first-of-type {
  padding-left: 0 !important;
 }
 header .grid__row > div:last-of-type {
  padding-right: 0 !important;
 }
  
  main .grid__container:first-of-type > div > div {
  padding-left: 0 !important;
 }
  
}

/* -------*/

@media (max-width: 1279px) {
.links ul {
	width: calc(31.7% + 2.45%) !important;
}

.links ul:nth-of-type(3n) {
	width: calc(31.7% + 0px) !important;
} 
  html {
    font-size: 0.9375rem;
}
  .sidebarBody {
 	padding: 0 20px 0 0 !important;
}
  
  /*
  .page-content {
    padding: 0 10px !important;
}
  */

  main .grid__container {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
  /* 
main .grid__container:nth-of-type(2)  {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
 
}
  */ 
 header #full-menu .level-1 li:last-of-type {
    border-right: 0px solid #fff !important;
  
  }
  
}
/* -------*/

@media (max-width: 1130px) {
header #full-menu .level-1 a:not(.expand){
       font-size: 1rem !important;
}
  
  #contentWrapper {
	width: 65%;
}
}
/* -------*/

@media (max-width: 1024px) {
  

  #full-menu {
 display:none !important;
}
  #burger-menu{    
   display:block !important;
}
     #burger-menu svg {
    fill: #fff;
    margin: 15px 10px;
} 
  
  .sidebarBody {
 	width: initial;
}
  
  header  .widget__content__menu ul li ul li ul li, 
header  .widget__content__menu ul li ul li a.expand{
display: block;
}

    .widget__content__menu .mobile-menu-toggle ul li a,
  .widget__content__menu .mobile-menu-toggle ul li ul li a,
  .widget__content__menu .mobile-menu-toggle ul li ul li ul li a{
    padding-top: 0.4em !important;
    padding-bottom: 0.2em !important;
  }

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

@media (max-width: 959px) {
header #full-menu .level-1 a:not(.expand){
 }
  html {
    font-size: 0.875rem;
}
}
/* -------*/

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


.widget-latest-articles .article{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
  
}
/* -------*/

@media only screen and (max-width: 767px) {
  
  H1 {
  margin-top: 0.5em;	
}
  
  .links ul{
	width: 50% !important;
}
  
  .links ul:nth-child(3) {
	display: none;
}
html {
    font-size: 0.8125rem;
}
  
      footer .band p{
 margin: 0 !important;
 font-size: 1.25rem;
 color: #fff;
}
  main div:nth-of-type(4) .grid__row > div,
main div:nth-of-type(5) .grid__row > div,
main div:nth-of-type(6) .grid__row > div
{
 margin-bottom: 20px;
}
  
  /* ---fix for extra height on empty rows--*/

header .grid__container:last-of-type .grid__row{
   gap: 0 !important;
}
  
main .grid__container:nth-of-type(1) .grid__row,
main .grid__container:nth-of-type(3) .grid__row,
main .grid__container:last-of-type .grid__row{
   gap: 0 !important;
}

main .grid__container:nth-of-type(1) .grid__row > div{
   min-height: 20px !important;
  }
 footer .grid__container:first-of-type .grid__row{
   gap: 0 !important;
}
}
/* -------*/


@media (max-width: 640px) {
  
   header .grid__row > div:first-of-type {
  padding-bottom: 0 !important;
 }
 header .grid__row > div:last-of-type {
  padding-top: 0 !important;
 }

header a.image-widget .image-widget{
 background-position: center center !important;
}

header #secondaryNav {
 	float:none;
 	text-align: center;
}

#searchBar {
   float: none;
   display: block !important;
   width: 100%;
}

#searchBarForm {
  float: none;
 text-align: center;
}
  
#searchBarForm:before, #search:before, #searchBar:before {
		content:'';
		height: 0 !important;
		margin: 0 !important;
	}
}
/* -------*/

@media (max-width: 580px) {

  
H1 {
  margin-top: 0.5em;	
}
  
header .text-widget p{
 	text-align: center !important;
}
  
.widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
} 
  
#secondaryNav li a {
    margin: 0.75em 0.25em 0.75em;
    font-size: 0.875em;
}
  
}

/* -------------------------------------- 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: #F0F0F0;
	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: #f6f6f6;
	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: #003e7f;
	margin-top: -0.2em;
}
.accordion-row-closed::after {
	content: "+";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #003e7f;
	margin-top: -0.2em;
}
.accordion-row ol, .accordion-row ul {
	margin: 0;
	background-color: #F0F0F0;
}
.accordion-row ol li, .accordion-row ul li {
	display: list-item !important;
}

.accordion-row-body ul, .accordion-row-body ol {
	background-color: #f6f6f6;
}


/*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

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

.sidebarBody .menu ul li ul li a,
.sidebarBody .menu ul li ul li ul li a
{
    border-top:#fff solid 0px;
}

.sidebarBody .menu>ul li a,
.sidebarBody .menu ul li ul li a,
.sidebarBody .menu ul li ul li ul li a
{
    border-bottom:#fff solid 0px;
}
.sidebarBody .menu a:hover {
  text-decoration: none !important; 	 
}

.sidebarBody ul {
padding-inline-start: 20px;
}
.sidebarBody ul.level-3 > li a:before,
.sidebarBody ul.level-3.selected > li a:before {
    content: '—';
    margin-right: 0.2em;
      margin-left: -1.2em;
}

.sidebarBody .menu>ul {
    margin-top: 0.3em;
}

.sidebarBody ul.level-1 > li > a{font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-1 > li > a{font-size: 1.375rem !important; line-height: 1.625rem;}
.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: #000 !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: #fff!important}
.sidebarBody ul.level-1.selected > li {background-color: #fff !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-1 > li > a{padding-top: 15px !important; padding-bottom: 15px !important}
.sidebarBody ul.level-2 > li > a{font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-2 > li > a{font-size: 1.125rem !important}
.sidebarBody ul.level-2 > li > a{font-weight: 600 !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: #e9e9e9 !important}
.sidebarBody ul.level-2 > li a:hover{ text-decoration:underline !important}
.sidebarBody ul.level-2.selected > li {background-color: #e9e9e9 !important}
.sidebarBody ul.level-2.selected > li > a{color: #000 !important; background-color: #F0F0F0 !important;}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important; background: #e9e9e9;}
.sidebarBody ul.level-2 > li > a{padding-top: 5px !important; padding-bottom: 5px !important}
.sidebarBody ul.level-3 > li > a{font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-3 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-3 > li > a{font-weight: 300 !important}
.sidebarBody ul.level-3 > li > a{text-transform: none !important}
.sidebarBody ul.level-3 > li > a{color: #000 !important}
.sidebarBody ul.level-3{background-color: #F0F0F0 !important}
.sidebarBody ul.level-3 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-3 > li:hover{background-color: #F0F0F0 !important}
.sidebarBody ul.level-3 > li a:hover{ text-decoration:none !important}
.sidebarBody ul.level-3.selected > li {background-color: #F0F0F0 !important}
.sidebarBody ul.level-3.selected > li > a{color: #000 !important}
.sidebarBody ul.level-3.selected > li > a{font-weight: 600 !important}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 5px !important; padding-bottom: 5px !important}
.sidebarBody ul.level-4 > li > a{font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-4 > li > a{font-size: 0.875rem !important}
.sidebarBody ul.level-4 > li > a{font-weight: 300 !important}
.sidebarBody ul.level-4 > li > a{text-transform: none !important}
.sidebarBody ul.level-4 > li > a{color: #000 !important}
/*.sidebarBody ul.level-4{background-color: #ffffff !important}*/
.sidebarBody ul.level-4 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-4 > li:hover{background-color: #F0F0F0 !important}
.sidebarBody ul.level-4.selected > li {background-color: #F0F0F0 !important}
.sidebarBody ul.level-4.selected > li > a{color: #000 !important}
.sidebarBody ul.level-4.selected > li > a{font-weight: 600 !important}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 5px !important; padding-bottom: 5px !important}
.sidebarBody ul.level-5 > li > a{font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-5 > li > a{font-size: 0.8125rem !important}
.sidebarBody ul.level-5 > li > a{font-weight: 300 !important}
.sidebarBody ul.level-5 > li > a{text-transform: none !important}
.sidebarBody ul.level-5 > li > a{color: #000 !important}
.sidebarBody ul.level-5{background-color: #ffffff !important}
.sidebarBody ul.level-5 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-5 > li:hover{background-color: #F0F0F0 !important}
.sidebarBody ul.level-5.selected > li {background-color:#F0F0F0!important}
.sidebarBody ul.level-5.selected > li > a{color:#000 !important}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 5px !important; padding-bottom: 5px !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}
