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

H1, H2, H3, H4, H5, H6 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #22A095;
}
H1 {
	font-size: 3rem;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 0.5em;

}

H2 {
	font-size: 2rem;
	margin: 0;
	padding: 0.7rem 0;
	line-height: 1.3em;
  color:#07A7CB;

}
H3, .ck-content .text-big {
	font-size: 1.8rem;
	margin: 0;
	padding: 0.5rem 0;
     
}
H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
 color:#07A7CB;
}
H5 {
	font-size: 1.25rem;
	margin: 0.5rem 0;
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
}




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




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

p, a, table, li, button{
 	font-family: 'Lato', Arial, Helvetica, sans-serif;

}

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

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

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


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



button, .button {
    font-weight: 400;
    padding: 0.5em 1.5em;
    color: white;
    background: #07A7CB;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0.9125rem;

    font-weight: 700 !important;
    display: inline-block;

}
}

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

a:not(.button, .breadcrumbClass) {
	color: #74F1E6;
	text-decoration: none;
}

main a:not(.button, .breadcrumbClass) {
 	color: #07A7CB;
}

a:not(.button):hover {
 	color: #1F2EA4;
	
}


footer a:not(.button):hover {
 	color: #aaa !important;
	
}

/* --third width blocks ------------------

.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 H1, 
.flexContainer blockquote H2, 
.flexContainer blockquote H3, 
.flexContainer blockquote H4, 
.flexContainer blockquote H5, 
.flexContainer blockquote H6{
  	padding: 0.5em 8%;
}


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

.flexContainer blockquote
 {

    width: 31.333%;
    box-sizing: border-box;
	 margin: 0 1%;
    display: block;
    margin-bottom: 1em;
   border-radius: 1em;
}


/* --homepage cards---------------------------------------------------------------------*/
.footer-text a{
  width: 100%;
  padding: 1.5em;
  display:block;
  
}
.footer-text p{
 margin: 0;
}

div.image-widget:hover, .footer-text a:hover {
    opacity: 70%;
  background: black;
}





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

.value-wrapper input, .value-wrapper textarea {
	width: calc(100% - 2vw);
	margin-bottom: 1em !important;
}

.checkboxes > div {
	margin: 0.4em 0;
}

.value-wrapper .checkboxes input {
	width: initial;
	margin-bottom: initial !important;
}

/* --third width blocks ------------------*/

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

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

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

.flexContainer blockquote
 {

    width: 31.333%;
    box-sizing: border-box;
	 margin: 0 1%;
    display: block;
    margin-bottom: 1em;
   border-radius: 1em;
   padding: 1em 0.5em;
}
/* --sidebar ------------------------*/

.sidebarBody {
   
}

/* --rotator captions ------------------------*/
.rotator-caption {
 
    width: 100%;
   height: 100%; 
    left: 0;
padding: 3em 20vw 3em 20vw;
    padding-top: calc(16.5vw - 2em);
    line-height: 1.6em;
 z-index: 999;
 bottom: 0;
  
}

.rotator-title--text{
  font-size: calc(3vw + 0.5em )!important;
}

.rotator-caption--text{
  font-size: calc(1vw + 0.7em )!important; 
}

.rotator-caption div {
  line-height: 1.3em !important;
  position: relative;
  z-index: 99;
 /* font-size: calc(1.3vw + 0.5em )!important;*/
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
}

/* -- -rotator - create a cast over photo ------------------------*/

.rotator-caption:after{
content: '';
  background-color: #000 !important;
 opacity: 0.2;
 width: 100%;
height: 100%;
 position: absolute;
 top: 0vw;
 left: 0;
}

.rotator-title--text {
  	font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
}
/* -- brings text forward over cast and creates drop shadow ------------------------*/

.rotator-title--text, .rotator-caption {
    text-shadow: 0px 0px 10px #000000;
    position: relative;
}
.swiper-wrapper {
 position: relative;
}




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

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

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

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

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

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

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

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

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

header #full-menu .level-1 a{	
	     padding: 0.8em 0.2em 1em 0.2em;  
}

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

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

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

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

header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
	 border-bottom: 1px #ECEFF4 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{
	padding: 0.6em 0.7em;
	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% !important;
}

/* --end of header navigation ----------------------------------------------------------------------*/


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


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

}
  
}

/* -------*/

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

/* -------*/

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

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

/* -------*/
@media (max-width: 900px) {
  
html {
   	font-size: 14px; 
}
#burger-menu svg {
    fill: #282829;
}
}
/* -------*/

@media (max-width: 767px) {
  .flexContainer blockquote
 {
    width: 48%;
}
  
}
/* -------*/

@media (max-width: 580px) {
html {
   	font-size: 13px; 
  }
  .image-widget {
  background-position: center center !important;
}
  
  .widget__content__menu {
border-top: 1px solid #78BE47 !important;
  }
  
 header div:last-of-type.widget {
   padding: 0 !important; 
  }
  
      .widget__content__menu {
        text-align: center;
    }
  
}


/* ----Sidebar nav -------- */

.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.level-1 > li > a{padding-top: 35px !important; padding-bottom: 35px !important;border-top: #07A7CB solid 6px;}
.sidebarBody ul.level-1 > li > a{font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-1 > li > a{font-size: 24px}
.sidebarBody ul.level-1 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-1 > li > a{text-transform: none !important}
.sidebarBody ul.level-1 > li > a{color: #adafb2}
.sidebarBody ul.level-1{background-color: #ffffff !important;     margin-top: 2em;}
.sidebarBody ul.level-1 > li:hover > a{color: #282829!important;}
.sidebarBody ul.level-1 > li:hover{background-color: #ffffff !important;}
.sidebarBody ul.level-1.selected > li {background-color: #ffffff !important}
.sidebarBody ul.level-1.selected > li > a{color: #282829}
.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: 'Ubuntu', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.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: #282829!important;}
.sidebarBody ul.level-2{background-color: #ffffff!important;}
.sidebarBody ul.level-2 > li:hover > a{color: #282829!important;}
.sidebarBody ul.level-2 > li:hover{background-color: #ffffff !important;}
.sidebarBody ul.level-2.selected > li {background-color: #ffffff !important;}
.sidebarBody ul.level-2.selected > li > a{color: #282829!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: 'Ubuntu', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.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: #282829}
.sidebarBody ul.level-3{background-color: #ffffff!important;}
.sidebarBody ul.level-3 > li:hover > a{color: #282829!important;}
.sidebarBody ul.level-3 > li:hover{background-color: #ffffff !important;}
.sidebarBody ul.level-3.selected > li {background-color: #ffffff !important; }
.sidebarBody ul.level-3.selected > li > a{color: #282829!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: 'Ubuntu', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.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: #282829}
.sidebarBody ul.level-4{background-color: #ffffff!important;}
.sidebarBody ul.level-4 > li:hover > a{color: #282829!important;}
.sidebarBody ul.level-4 > li:hover{background-color: #ffffff !important;}
.sidebarBody ul.level-4.selected > li {background-color: #efefef}
.sidebarBody ul.level-4.selected > li > a{color: #282829!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: 'Ubuntu', Arial, Helvetica, sans-serif !important}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.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: #282829}
.sidebarBody ul.level-5{background-color: #ffffff!important;}
.sidebarBody ul.level-5 > li:hover > a{color: #282829!important;}
.sidebarBody ul.level-5 > li:hover{background-color: #ffffff !important;}
.sidebarBody ul.level-5.selected > li {background-color: #efefef}
.sidebarBody ul.level-5.selected > li > a{color: #282829!important;}
.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}
.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(85, 85, 85)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(85, 85, 85)}
.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(85, 85, 85)}
.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(85, 85, 85)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(85, 85, 85)}
.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(85, 85, 85)}
.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(85, 85, 85)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(85, 85, 85)}
.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(85, 85, 85)}
.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(85, 85, 85)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(85, 85, 85)}
.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(85, 85, 85)}
.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(85, 85, 85)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(85, 85, 85)}
.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(85, 85, 85)}
.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}
