﻿/* title */
.menuLevel0.menuItem{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #333;
    margin: 0 0 6px;
    display: block;
}

a.menuLevel0.menuItem:link, a.menuLevel0.menuItem:visited{color: #333; text-decoration: none;}
a.menuLevel0.menuItem:hover, a.menuLevel0.menuItem:active{color: #333; text-decoration: underline;}


/* main level item */
.menuInner1{margin: 0;}

.menuLevel1.menuItem{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #f16b39;
    margin: 5px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 14px 16px;
    position: relative;
}

.menuLevel1.menuItem:before{
    content: "\f054";
    padding: 6px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ddd;
    position: absolute;
    left: 1px;
    font-size: 10px;
}

a.menuLevel1.menuItem:link, a.menuLevel1.menuItem:visited, a.menuLevel1.menuItem.Active:link, a.menuLevel1.menuItem.Active:visited{color: #f16b39; text-decoration: none;}
a.menuLevel1.menuItem:hover, a.menuLevel1.menuItem:active, a.menuLevel1.menuItem.Active:hover, a.menuLevel1.menuItem.Active:active{color: #f16b39; text-decoration: underline;}
.menuLevel1.menuItem.Active{font-weight: 700;}
