/*LOGO STYLES*/
.pisce-logo:hover {
    opacity: .6;
    transition: .2s;
}
.site-name .site-title {
    line-height: inherit;
}
/* CUSTOM NAV BUTTON STYLE */
.theme_candor_winter nav.menu-horizontal .level1.last a {
    padding: 0;
    text-shadow: none;
}
.theme_candor_winter nav.menu-horizontal .level1 a[data-button-style] {
    display: inline-block;
    padding: 5px 10px;
}
.theme_candor_winter nav.menu-horizontal .level1 a[data-button-style], 
.theme_candor_winter .mobile-nav__list .level1 a[data-button-style] {
    background-color: #eff3f4;
    color: #3e649b;
}
.theme_candor_winter nav.menu-horizontal .level1 a[data-button-style]:hover,
.theme_candor_winter .mobile-nav__list .level1 a[data-button-style]:hover{
    background-color: white;
    color: #95011a;
}
.accordions .accordion-item p {
  vertical-align: top;
}

.theme_candor_winter .accordions .accordion-item-wrapper p {
    display: block;
}

