@media print, screen and (min-width: 40em){
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
display: block;
border: none;
content: "";
border-bottom-width: 0;
margin-top: -3px;
content: "\f078";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0;
text-decoration: none;
right: 10px;
font-size: 12px;
top: 16px;
}
}