/*----------------------------Menu Resets/Bug Fixes-------------------------*/


/* remove random vertical line after new DLL 2_2016 */

.rmVertical:before {
    border-width: 0 !important;
}

/* Adds responsiveness(line break) to horizontal menus*/

ul.rmHorizontal {
    white-space: normal;
}
ul.rmHorizontal .rmSlide,
ul.rmHorizontal .rmLink {
    white-space: nowrap !important;
    width: auto !important;
    width: initial !important;
}
ul.rmHorizontal .rmSlide .rmLink{
    white-space: normal !important;
}
ul.rmHorizontal .rmSlide{
    white-space: normal !important;
    min-width: 200px;
    max-width: 200px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.rmHorizontal .rmSlide .rmGroup{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul li a,
ul li span {
    text-decoration: none;
}

/*Adds flyout arrow for menus on backend*/
.RadMenu_ezSilk .rmGroup .rmText.rmExpandRight:before,
.RadMenu_ezSilk .rmGroup .rmText.rmExpandLeft:before {
    content: "\f488";
    margin: -0.5em 0 0;
    width: 1em;
    height: 1em;
    font-size: 14px;
    line-height: 1;
    font-family: "Ionicons";
    position: absolute;
    color: inherit;
    top: 50%;
    left: auto;
    right: .12em;
}
#contentwrapper .RadMenu .rmRootToggle,
.RadMenu_ezSilk .rmVertical .rmItem .rmText,
.RadMenu_ezSilk .rmGroup .rmLink:hover,
#menu .RadMenu .rmRootToggle,
.RadMenu_ezSilk .rmGroup .rmLink,
.RadMenu_ezSilk .rmVertical .rmItem .rmText,
.RadMenu_ezSilk .rmVertical .rmItem .rmText:hover,
{
    border: 0px !important;
}
.RadMenu_ezSilk .rmRootGroup .rmItem,
.RadMenu_ezSilk .rmRootGroup {
    border-style: none !important;
}
.RadMenu_ezSilk .rmRootLink .rmText,
.RadMenu_ezSilk .rmSeparator .rmText,
.RadMenu_ezSilk .rmRootGroup,
.RadMenu_ezSilk .rmGroup {
    padding: 0!important
}
.RadMenu_ezSilk .rmRootGroup .rmItem,
.RadMenu_ezSilk .rmGroup,
.RadMenu_ezSilk .rmGroup .rmItem {
    margin: 0;
}
.RadMenu_ezSilk .rmSlide {
    z-index: 99999 !important;
}

/*------------------Menu Base Styles--------------------*/

.RadMenu_ezSilk:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/***-------------------Links-------------------***/


/***-----------------Dropdown-------------------***/

.RadMenu_ezSilk .rmRootGroup {
    line-height: 24px;
}

/*added for line-height on dropdown items in the Editor */

.RadMenu_ezSilk .rmVertical .rmItem .rmText {
    display: block;
    font-size: inherit;
    /*LT dropdown */
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.RadMenu_ezSilk .rmRootGroup .rmFirst {
    margin-left: 0
}

/***-------------------Dropdown Flyout-------------------***/


/* added remove LT borders */

.RadMenu_ezSilk .rmGroup {
    border: 0px solid #307AB7;
    border: none !important;
}
.RadMenu_ezSilk .rmGroup .rmLeftImage {
    margin-top: 10px!important
}

/*  -------------flyout background and shadow-- */

#contentwrapper .RadMenu_ezSilk .rmGroup,
#contentwrapper .RadMenu_ezSilk .rmPopup {
    box-shadow: 0 3px 3px rgba(122, 122, 122, 0.7);
    border: none;
}

/*----------------------Styles for the menus within the Editor---------------*/

.RadMenu_ezSilk .rmSeparator {
    overflow: hidden
}
.RadMenu_ezSilk .rmHorizontal .rmText:hover {
    display: inline-block !important;
}
.RadMenu_ezSilk .rmSeparator .rmText {
    margin: 0!important;
}
.RadMenu_ezSilk .rmRootGroup .rmSeparator .rmText {
    background-color: #fff
}
.RadMenu_ezSilk .rmGroup .rmSeparator .rmText {
    background-color: #fff;
}
.RadMenu_ezSilk .rmHorizontal .rmSeparator {
    padding: 8px 0!important;
    width: 1px!important;
    height: 16px!important
}
.RadMenu_ezSilk .rmHorizontal .rmSeparator .rmText {
    /* width:1px!important; */
    /* height:18px!important */
}
.RadMenu_ezSilk .rmVertical .rmSeparator {
    padding: 1px 10px!important;
    width: auto!important;
    height: 1px!important
}
.RadMenu_ezSilk .rmVertical .rmSeparator .rmText {
    width: auto!important;
    height: 1px!important
}
#contentwrapper .RadMenu .rmGroup .rmText {
    padding: 0;
    margin: 0;
}
#contentwrapper .RadMenu_ezSilk .rmVertical .rmItem .rmText {
    display: block;
    /*padding: 5px 10px;----styled with LT*/
    white-space: normal;
    text-align: left;
    box-shadow: none;
    font-size: 20px;
}

/* -------------------- Menu styles for Menus within the Content ------------------ */


/*Padding for the menus in the content*/

#contentwrapper .RadMenu_ezSilk .rmRootLink {
    padding: 0 10px!important;
    font-size: 20px;
}
#contentwrapper .RadMenu_ezSilk .rmRootGroup {
    padding: 0px!important;
    line-height: normal;
    white-space: normal;
}

/*-------------------padding set to zero out flyout ---*/

#contentwrapper .RadMenu_ezSilk .rmRootGroup.rmVertical>.rmItem {
    border-width: 0px 0px 1px 0px;
    border-style: solid !important;
    border-color: #fff;
    padding: 8px 0;
}
#contentwrapper .RadMenu_ezSilk .rmVertical.rmToggleHandles .rmRootLink .rmText {
    padding-right: 35px;
}

/* LT LineHeight Setting */

#contentwrapper .RadMenu_ezSilk .rmLink {
    line-height: 24px;
}

/*  -------------padding flyout on front and back-- */

#contentwrapper .RadMenu_ezSilk .rmGroup span.rmLink,
#contentwrapper .RadMenu_ezSilk .rmGroup a.rmLink {
    white-space: nowrap;
    padding: 5px 30px 5px 10px !important;
}

/* -----------------Mobile ----------------*/
html .RadMenu .rmRootToggle:before {
    content: "\f20e";
    font-family: "Ionicons";
    font-size: 38px;
    vertical-align: middle;
    line-height: 50px;
}
/* button */

#header .RadMenu .rmRootToggle {
    background-color: transparent;
    color: #703116;
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.36) inset !important;
    font-size: 2em !important;
    margin-top: 5px;
    width: 100%;
}
#contentwrapper .RadMenu .rmRootToggle {
    background-color: transparent;
    color: #703116;
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.36) inset !important;
    font-size: 2em !important;
    width: 100%;
}
#contentwrapper .RadMenu .rmRootToggle::after {
    content: "Quicklinks";
    color: #703116;
    font-size: 24px;
    line-height: 50px;
    font-weight: 100;
    width: 100%;
    white-space: normal;
    margin-left: 5px;
}
#header .RadMenu .rmRootToggle::after {
    content: "Main Menu";
    color: #703116;
    font-size: 24px;
    line-height: 50px;
    font-weight: 100;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    margin-left: 5px;
}

/* popup width */

.RadMenuPopup {
    width: 85% !important;
    z-index: 99999 !important;
}

/* touch entire bar */

.RadMenuPopup .rmToggle {
    width: 100% !important;
    text-align: right !important;
}

/* background popup */

.RadMenuPopup .rmSlide {
    background-color: rgba(51, 51, 51, 0.90);
    color: #fff;
    max-height: 415px !important;
}

/* arrow on top */

.RadMenuPopup:after {
    content: "";
    border-color: rgba(51, 51, 51, 0.90);
    border-width: .571em;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-top: 0;
    display: block;
    position: absolute;
}

/* hide block behind arrow on top */

.RadMenuPopup:before {
    border-color: transparent !important;
}
