/* ADD CUSTOM FONT INFO HERE - CDN */
@import url("https://use.typekit.net/akf7iqj.css") ; /* Houschka Rounded Bold */
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Niramit&display=swap'); /* Lilita One + Niramit */



/* - - TYPOGRAPHY - - */

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

main {
  background-image: url(https://dbrtestingsite.mychurchedit.co.uk/content/images/original/m7xq9iwaultcrj6gh8pof315vdebn2y0z4k.png);
background-size: 80%;
    background-position: left 130px;
    background-repeat: no-repeat;
    background-attachment: unset;
    padding-bottom: 2em !important;
}

main .grid__container {
    z-index: 2;
    background-color: rgba(0,0,0,0);
}

H1, H2, H3, H4, H5, H6 {
  color: #003C50;
}

H1 {
font-size: 4.1875rem;
margin-top: 0.3em;
margin-bottom: 2rem;
line-height: 1em;
text-transform: uppercase;
font-family: "Lilita One", cursive; !important;
color: ; 
}

.home H1 {
 font-size: 6rem; 
}

H2, .ck-content .text-big {
font-size: 2.0rem;
margin: 0;
padding: 0 ;
line-height: 1.3em;
text-transform: uppercase;
font-family: "houschka-rounded", sans-serif !important;

}

.heading-font-one {
font-family: "houschka-rounded", sans-serif  !important;
font-style: normal;
font-size: 4.0rem;
margin: 0;
padding: 1rem 0 0;
line-height: 1.3em;
}

H3 {
font-size: 1.8rem;
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: "Lilita One", cursive; !important;
}

H4 {
font-size: 1.35rem;
font-weight: bold;
margin: 0;
padding: 1.5rem 0 0;
text-transform: uppercase;
font-family: "Lilita One", cursive; !important;
}

H5 {
font-size: 1.25rem;
font-weight: bold;
margin: 1.5rem 0 0;  
text-transform: uppercase;
font-family: "Lilita One", cursive; !important;
}

H6 {
font-size: 1.1rem;
font-weight: bold;
margin: 1.5rem 0 0;
color:#003C50;
text-transform: uppercase;
font-family: "Lilita One", cursive; !important;
  /*font-family: 'Niramit', sans-serif;*/
}

P {
font-size: 1rem;
margin: 0 0 1em;
color:#003C50;
font-family: "Niramit", sans-serif;
  line-height: 1.5;
}


blockquote {
	border-left: 0.4em solid #69912D;
	margin-left: 0px;
		padding-left: 1.5em;
}

blockquote p{
  color: 	#003C50;
}



/*border-radius */

.radius{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
  border-radius: 20px;}

/* ADD CUSTOM FONT DETAILS HERE IF NEEDED */

.midgreen {
color:#69912D !important;
}

.lightgreen {
color:#C3CE54 !important;
}

.blue {
color:#184D9D !important;
}

.lightblue {
color:#2678CA !important;
}

.orange {
color:#D8853F !important;
}

.umber {
color:#E0B44B !important;
}

.mocha {
color:#866C5B !important;
}

.purple {
color:#65297A !important;
}

.teal {
color:#003C50;
}

/* button */
.button,button {
display: inline-block; 
cursor: pointer; 
text-decoration: none !important; 
text-transform: uppercase;
font-size: 14px; 
border-radius: 50px !important; 
padding: 10px 20px 12px;
    background-color: #6A912D;
    color: #fff;
    font-weight: bold;
  
}

.button:hover,button:hover {
color:#FFF  !important;
}

a:not(.button, .breadcrumbs) {
color: #003C50;
text-decoration: none;
  font-weight:bolder;

}

a:not(.button):hover {
color: #0079A1;
  font-weight:bolder;
}
.search-widget .button {
   background: #003c50;
}
  
/*text-decoration: underline;*/

footer .text-widget .button {
   margin: 0; 
}
}

/* leaf bullet */
ul {
display: block;
padding-inline-start: 30px;
      color:#003C50;
  font-family: 'Niramit', sans-serif;
}


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

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

.flexContainer blockquote {
	margin: 0  0 2em 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{
	        padding: 1em 5% 0em;
	        font-size: 1.6rem;
	        /* width: 100%; */
	        display: inline-block;
	        line-height: inherit;
}


.flexContainer blockquote
 {
background-color: #fff;
    width: 33%;
    margin-right: 0.3%;
    box-sizing: border-box;
    float: left;
    display: block;
    
    margin-top: 0px;
    padding: 0%;
    list-style: none;
    box-shadow: 1px 1px 1px #ccc;
   
}


.flexContainer blockquote p:last-child
{
         display: block;
        padding: 0.5em 5% 1em;
    margin: 0px;
  color: #000;
}

.flexContainer   blockquote p
{
    margin: 0px;
}

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

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

/* --layout - there are no controls in Design builder to manage max-width of content other than padding- these styles can be used for this -----------*/

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

footer .grid__container:first-of-type{
background-color: transparent !important;
}

main .grid__container:last-of-type > div > div {
border-radius: 0 2em 0 2em  ;
}

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


/* leaf bullet - BLUE */
ul.blue li {
	position: relative;
      color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.blue li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/a36mzpxys0cib7dn15qg8jk2vlhurftwe9o.png?1693304689");
	background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}


/* leaf bullet - MOCHA */
ul.mocha li {
	position: relative;
      color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.mocha li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/8ng21as9druel7fvktocmizbh5yw3jp0x46.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - LIGHTBLUE */
ul.lightblue li {
	position: relative;
      color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.lightblue li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/4pbqv0ojk7xyt2wsc8e5f36u9izndlagrm1.png");
	background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - ORANGE */
ul.orange li {
	position: relative;
      color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.orange li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/7khog34s1uer6z2d9xfamjwnitc5vp0byql.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - UMBER */
ul.umber li {
	position: relative;
      color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.umber li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/hy6m3e5k2ujta0dv4wgrqnilcpbzxs7o8f1.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - PURPLE */
ul.purple li {
	position: relative;
    color:#003C50;
  list-style-type: none;
  margin-bottom: 10px;
}

ul.purple li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/i4tv3ajkfyou9d8zrm7nbeq2p650cslxhgw.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - TEAL */
ul.teal li {
	position: relative;
      color:#003C50;
margin-bottom: 10px;
}

ul.teal li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/91igfh8pcbkto4xzdla3u7qjsvm5wen6yr0.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

/* leaf bullet - MIDGREEN */
ul.midgreen li {
	position: relative;
      color:#003C50;
margin-bottom: 10px;
}

ul.midgreen li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/nj7o98fkst6v35ed4ubpqizcragh0yxw1lm.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
}

/* leaf bullet - LIGHTGREEN */
ul.lightgreen li {
	position: relative;
      color:#003C50;
margin-bottom: 10px;
}

ul.lightgreen li:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 13px;
	background-image: url("https://dbrtestingsite.mychurchedit.co.uk/content/images/original/pslnzkg5ijb26c08dwqfy9vtmu74xr1o3eh.png");
background-repeat: no-repeat;
	background-size: 19px 13px;
	position: absolute;
    top: 6px;
	left: -29px;
	}

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


/* - - NAVIGATION - - */

/* --header navigation ----------------------------------------------------------------------*/
/*- hides first link in main nav bar - usually home link ----
header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/

.widget__content__menu .menu>ul>li>a,.widget__content__menu .menu>ul>li div>a {
    z-index: inherit;
    font-family: var(--level-1_font-family,"Lilita One")!important;
    font-weight: var(--level-1_font-weight,400)!important;
    font-size: calc(var(--level-1_font-size, 16)*1px)!important;
    color: var(--level-1_color,#1c1c1c)
}


header #full-menu .level-1 a{	
 /* padding: 0.6em 0.5em 0.6em 0.5em;
   font-size: 1.625rem;    */
}
header #full-menu .level-1 a:hover {
 	text-decoration: none; 
}
/* add colour behind the nav words */
header #full-menu .level-1 li:hover {
	background-color:rgba(243, 246, 217, 0.35);
}
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% !important;
      
}
header #full-menu .level-2 a {
	padding: 0.2em 0.7em !important;
    font-size: 1em !important;
   	width: 90%;
  font-family: Niramit !important;
}
header #full-menu .level-2 li {
	border-top: transparent 0px solid;
  	text-align:left !important;
  	min-width: 13em;
}
header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
}
header .level-1 {
	margin: 0 !important;
}
header .level-1 li {
	
}
header .level-1 li a{
/*	padding: 0.6em 0.7em; */
	display: inline-block;
    max-width: initial !important;
}
header .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%);
}
/* centre align hamburger on mobile and control colour */
.widget__content__menu {
    padding: 2rem 1rem;
    text-align: center;
    z-index: 100;
}
#burger-menu svg {
    fill: #003C50;
}
/* --end of header navigation ----------------------------------------------------------------------*/






/* - - MEDIA QUERIES - - */

/* --media queries for other screen sizes -----scales fonts and fixes nav----*/
@media (max-width: 1289px) {
	header #full-menu .level-1 a{    
	     font-size: 1rem !important;
}
  header #full-menu .level-2 a {
    font-size: 0.9125rem !important;
}
}
/* -------*/
@media (max-width: 1180px) {
header #full-menu .level-1 a:not(.expand){
       font-size:  0.9125rem !important;
}
}




/* -------*/
@media (max-width: 1024px) {
html {
   	font-size: 15px; 
  }
#full-menu {
 	display:none !important;
}
#burger-menu{    
   display:block !important;
}
  .sidebarBody {
 	width: initial!important;
}
  /* centre align hamburger on mobile and control colour */
.widget__content__menu {
    padding: 2rem 1rem;
    text-align: center;
    z-index: 100;
}
#burger-menu svg {
    fill: #69912D;
}
main .grid__container > div > div {
    padding: 40px 10px !important;
}

} 

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

/* -------*/
@media (max-width: 900px) {
  
}

/* -------*/
@media (max-width: 767px) {
}

/* -------*/
@media (max-width: 640px) {
html {
   	/*font-size: 13px; */
  }
 header > div{ 
      position: unset !important;
  }
  header .grid__row > div {
   padding: 10px 10px 7px !important;
   min-height: 20px !important;
}
    header .grid__row > div div p{
  margin: 0px !important;
}
header .grid__row .d--flex{
  margin-top: 7px !important;
}
  
  main .grid__container:last-of-type > div > div {
  margin: 10px;
    width: calc(100% - 20px);
}
  
  main .grid__container > div > div,  footer .grid__container > div > div {
    padding: 20px 10px !important;
}

} 


/* - - FOOTER - - */
/* makes the powered by link in footer more discrete ------------------------*/
.frontend .poweredBy {
    text-align: center;
    background: #69912D;
    padding: 7px;
  font-size:0.7em;
  font-weight: 400;
  padding: 2em;
   
}

.frontend .poweredBy a {
     color: #fff;
    text-decoration: none
}
/*  ------------------------*/


grid__container .e9c3f2409-a5b2-42ae-9687-1ac420b7c857-footer-container-0 {
    background-color: #ecf1be;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: unset;
    max-width: 100% !important;
    background-image: url(https://dbrtestingsite.mychurchedit.co.uk/content/images/original/9dft460u5rxjsya1hqb7c3k2gwpmnzeo8vl.png);
}

/* - - SIDEBAR MENU - - */

.sidebarBody {
   width: 220px;
    float: right;
      margin-top: 4em;
}

.sidebarBody .menu ul li {
 display: block;
background-color:transparent !important;
}

.sidebarBody .menu>ul li a {
border-bottom: 1px solid #efefef !important;
}
.sidebarBody ul.level-1 > li > a{margin-top: 10px !important; padding-bottom: 10px !important;border-top: #F9FBEE solid 2px; !important}
.sidebarBody ul.level-1 > li > a{font-family: 'Lilita One', cursive !important}
.sidebarBody ul.level-1 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-1 > li > a{font-weight: bolder !important}
.sidebarBody ul.level-1 > li > a{text-transform: uppercase !important}
.sidebarBody ul.level-1 > li > a{color: #003C50 !important}
.sidebarBody ul.level-1{background-color: transparent !important; margin-top: 2em !important;}
.sidebarBody ul.level-1 > li:hover > a{color: #003c50 !important;}
.sidebarBody ul.level-1 > li:hover{background-color: transparent !important;}
.sidebarBody ul.level-1.selected > li {background-color: transparent !important}
.sidebarBody ul.level-1.selected > li > a{color: #003c50 !important}
.sidebarBody ul.level-1 > li > a{padding-left: 25px !important; padding-right: 25px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 25px !important; padding-bottom: 25px !important}

.sidebarBody ul.level-2 > li > a{font-family: Niramit !important}
.sidebarBody ul.level-2 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-2 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-2 > li > a{text-transform: capitalize !important}
.sidebarBody ul.level-2 > li > a{color: #003C50 !important;}
.sidebarBody ul.level-2{background-color: transparent !important;}
.sidebarBody ul.level-2 > li:hover > a{color: #003C50 !important;}
.sidebarBody ul.level-2 > li:hover{background-color: #F5F7F8 !important;}
.sidebarBody ul.level-2.selected > li {background-color: transparent !important}
.sidebarBody ul.level-2.selected > li > a{color: #003c50 !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: Niramit !important}
.sidebarBody ul.level-3 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-3 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-3 > li > a{text-transform: capitalize !important}
.sidebarBody ul.level-3 > li > a{color: #003C50 !important}
.sidebarBody ul.level-3{background-color: transparent !important;}
.sidebarBody ul.level-3 > li:hover > a{color: #003C50 !important;}
.sidebarBody ul.level-3 > li:hover{background-color: #F5F7F8 !important;}
.sidebarBody ul.level-3.selected > li {background-color: transparent !important; }
.sidebarBody ul.level-3.selected > li > a{color: #003c50 !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: Niramit !important}
.sidebarBody ul.level-4 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-4 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-4 > li > a{text-transform: capitalize !important}
.sidebarBody ul.level-4 > li > a{color: #003C50 !important}
.sidebarBody ul.level-4{background-color: transparent !important;}
.sidebarBody ul.level-4 > li:hover > a{color: #003C50 !important;}
.sidebarBody ul.level-4 > li:hover{background-color: #F5F7F8 !important;}
.sidebarBody ul.level-4.selected > li {background-color: transparent!important; }
.sidebarBody ul.level-4.selected > li > a{color: orange !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: Niramit !important}
.sidebarBody ul.level-5 > li > a{font-size: 1rem !important}
.sidebarBody ul.level-5 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-5 > li > a{text-transform: capitalize !important}
.sidebarBody ul.level-5 > li > a{color: #003C50 !important}
.sidebarBody ul.level-5{background-color: transparent !important;}
.sidebarBody ul.level-5 > li:hover > a{color: #F5F7F8 !important;}
.sidebarBody ul.level-5 > li:hover{background-color: transparent !important;}
.sidebarBody ul.level-5.selected > li {background-color: #F5F7F8 !important}
.sidebarBody ul.level-5.selected > li > a{color: #003c50 !important;}


/* -- HOMEPAGE -- */

#greenhouse-home {
  background-color:orange;
}
.greenhouse-row {
background-color:red;

}
.sidebarBody ul.level-1 > li > a{font-family: Open Sans}
.sidebarBody ul.level-1 > li > a{font-size: 20px}
.sidebarBody ul.level-1 > li > a{font-weight: 700}
.sidebarBody ul.level-1 > li > a{text-transform: uppercase}
.sidebarBody ul.level-1 > li > a{color: #5a4465}
.sidebarBody ul.level-1{background-color: #fefefe}
.sidebarBody ul.level-1 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-1 > li:hover{background-color: #856c8e}
.sidebarBody ul.level-1.selected > li {background-color: #856c8e}
.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: Open Sans}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 700}
.sidebarBody ul.level-2 > li > a{text-transform: uppercase}
.sidebarBody ul.level-2 > li > a{color: #5a4465}
.sidebarBody ul.level-2{background-color: #f1f1f1}
.sidebarBody ul.level-2 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-2 > li:hover{background-color: #856c8e}
.sidebarBody ul.level-2.selected > li {background-color: #856c8e}
.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: Open Sans}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 700}
.sidebarBody ul.level-3 > li > a{text-transform: uppercase}
.sidebarBody ul.level-3 > li > a{color: #5a4465}
.sidebarBody ul.level-3{background-color: #f1f1f1}
.sidebarBody ul.level-3 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-3 > li:hover{background-color: #856c8e}
.sidebarBody ul.level-3.selected > li {background-color: #856c8e}
.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: Open Sans}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 700}
.sidebarBody ul.level-4 > li > a{text-transform: uppercase}
.sidebarBody ul.level-4 > li > a{color: #5a4465}
.sidebarBody ul.level-4{background-color: #f1f1f1}
.sidebarBody ul.level-4 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-4 > li:hover{background-color: #856c8e}
.sidebarBody ul.level-4.selected > li {background-color: #856c8e}
.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: Open Sans}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 700}
.sidebarBody ul.level-5 > li > a{text-transform: uppercase}
.sidebarBody ul.level-5 > li > a{color: #5a4465}
.sidebarBody ul.level-5{background-color: #f1f1f1}
.sidebarBody ul.level-5 > li:hover > a{color: #ffffff}
.sidebarBody ul.level-5 > li:hover{background-color: #856c8e}
.sidebarBody ul.level-5.selected > li {background-color: #856c8e}
.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}
