.primary-left-menu ul {
    list-style: none;
}

.primary-left-menu li {
    border-top: 1px solid #CCCCCC;    
    font-size: 14px;
    padding-top: 10px;
    
}
.primary-left-menu .sub-menu {
    display: none;
}


.primary-left-menu li:first-child {
    border-top: none;
    padding-top: inherit;
}


.primary-left-menu .toggle-menu-arrow-active, .primary-left-menu .toggle-menu-arrow-inactive{
        float: right;
        font-size: 16px;
        color: #4d148c;
}

.primary-left-menu .toggle-menu-arrow-active {
    display: none;
}

/*
.primary-left-menu li.menu-item-has-children:after {
        content: '\25BA'; /* black down pointing is 25bc */
        float: right;
        font-size: 16px;
        color: #4d148c;
}
*/
.primary-left-menu ul li ul li {
    border-top: none;
    
}

.primary-left-menu a {
    color: #000000;
}

.primary-left-menu .current-menu-item > a, .primary-left-menu .current_page_parent > a, .primary-left-menu li.current-menu-ancestor > a {
    color: #4d148c;
}
/*
.primary-left-menu .current_page_parent.menu-item-has-children > a {
    color: #000000;
}
*/
.primary-left-menu ul li ul {
    display: none;
}

/* hide show menu stuff */

.primary-left-menu li.current-menu-ancestor > .sub-menu, .primary-left-menu li.current-menu-selected > .sub-menu {
    display: block;
}

.primary-left-menu li.current-menu-ancestor > .toggle-menu-arrow-active,.primary-left-menu li.current-menu-selected > .toggle-menu-arrow-active {
    display: block;
}

.primary-left-menu li.current-menu-ancestor > .toggle-menu-arrow-inactive, .primary-left-menu li.current-menu-selected > .toggle-menu-arrow-inactive  {
    display: none;
}

/* Nav search */
.fx-nav .about-search-box {
    display:none;
}

/* Mobile menu */
@media screen and (max-width: 799px) {
    #mobile-menu-icon {
        position: relative;
        margin-left: 10px;
        display: table-cell;
        height: 60px;
        padding-left: 10px;
        cursor: pointer;
    }
    #about-title {
        font-size: 28px;
        height: 60px;
    }
    
    #about-title-gradient {
        background: url('../images/bg-page.png') repeat-x 0px -45px rgb(229, 229, 229);
        height: 60px;
    }
    .fx-block.fx-nav {
        position: absolute;
        top: 120px;
        width: 97%;
        z-index: 999;
        display: none;
    }
    
    .fx-block.fx-nav.show-menu-mobile {
        display: block !important;
    }
    
    
    .fx-nav .about-search-box {
        display: block;
        background: #4d148c;
    }
}

#menu-live-menu open {
    display: block;
}

#menu-live-menu ul li.current-menu-item a {
    color: #4d148c;
}


/* Drop down menu */

#show_dropdown_header, #show-dropdown-selected, #dropdown-droparrow {
    vertical-align: middle;
    display: table-cell;
    height: 25px;
    line-height: 25px;
}
#show-dropdown ,#show_dropdown {
    text-align: left;
    float:left;
}

#html-dropdown-wrapper {
    min-width: 316px;
    vertical-align: middle;
    display: table-cell;
}

#show-dropdown-header {
    padding-right: 5px;
    vertical-align: middle;
    display: table-cell;
}

#dropdown-html {
    position:absolute;
    z-index:9000;
    background-color: #FFF;
    width: 280px;
    border: 1px solid #CCCCCC;
    padding-top: 4px;
    margin-top: -1px;
    display: none;
}


.dropdown-twocolumn  #dropdown-html{
    width: 561px;
}

#show-dropdown-selected {
    padding-left: 10px;
    border: 1px solid #CCC;
    width: 270px;
    font-weight: bolder;
    float:left;
    cursor: pointer;
}

#dropdown-droparrow {
    float: left;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding:0px 5px 0px 5px;
    display:table-cell;
    font-size: 0.75em;
    background-color: #fafafa;
}

#show-dropdown #show-dropdown-selected, #show-dropdown #dropdown-html{
    font-size: 0.750em;
}

#show-dropdown .dropdown-item-highlight{
    background-color: #e5e5e5;
}

.dropdown-item:hover, .dropdown-head-hover:hover {
    background-color: #CCCCCC;
}
.dropdown-item a {
    cursor: pointer;
    width: 100%;
    display: block;
}

#dropdown-row1  {
    float:left;
}

#dropdown-row2 {
    float: right;
    margin-bottom: 3px;
}

#dropdown-html .dropdown-head {
    width: 260px;
    padding: 5px 10px 5px 10px;
    /* font-size: 0.75em; */
    color: #4d148c;
    font-weight: bolder;
}

#dropdown-html .dropdown-item {
    width: 260px;
    padding: 5px 0px 5px 20px;
    /* font-size: 0.75em; */
}

#dropdown-html div a {
    text-decoration: none;
    color: #666666;
    font-weight: bolder;
}

#dropdown-html div.dropdown-head a {
    color: #4d148c;
    font-weight: bold;
}

#dropdown-row2 {
    border-left: #cccccc solid 1px;
}

#show_dropdown_selected, #dropdown-droparrow {
    cursor: pointer;
}

/* make dropdown one column */

@media screen and (max-width: 720px), screen and (max-width: 965px) and (min-width: 800px) {
    #dropdown-row2 {
	float: none;
	border: 0px;
	margin-bottom: 0px;
    }
    #dropdown-html  {
	min-width: 270px;
    }
    .dropdown-twocolumn #dropdown-html {
	width: auto;
	max-width: 541px;
    }
}

/* Make dropdown be on it's own line */
@media screen and (max-width: 480px) {
    #html-dropdown-wrapper {
	display: block;
	margin-top: 10px;
    }
}

/* iphone 5 hacks*/
@media screen and (max-width: 350px) {
    #html-dropdown-wrapper {
	max-width: 287px;
    }
    #show-dropdown-selected{
	width: 240px;
    }
    
    .dropdown-twocolumn  #dropdown-html {
	min-width: 240px;
	width: 250px;
	overflow-x: hidden;
    }
}

/* Override - share from build kit */

.fx-share-strip.additional-share-header {
    margin-top: 10px;
}

/* Override fedex menu behavior */
ul#menu-live-menu  li.current-menu-item a {
	color:#4d148c
}
