.secondary-navigation.desktop-navigation.dropdown-show.depth2 .menu > .menu-item > .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
}

:focus {
    outline: none;
}

.footer-social-links {
    float: left;
    text-align: left;
    clear: both;
}

.footer-social-links ul {
    list-style: none;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
}

.footer-social-links ul li:not(:last-of-type) {
    margin-right: 10px;
}

.footer-social-links .fab,
.footer-social-links .far {
    color: black;
}

.mobile-navigation-toggle--toggle:hover {
    cursor: pointer;
}

.find-a-cre-new {
    border-bottom: none;
    padding-bottom: 0;
}

.find-a-cre-inner-home {
    background-image: none;
    background-color: transparent;
}

.find-a-cre-new .chosen-container-single .chosen-single span {
    color: #5a5a5a;
}

.find-a-cre-new .chosen-container .chosen-results li,
.find-a-cre-new .chosen-container .chosen-results li.active-result em {
    color: #444;
}

.find-a-cre-new .chosen-container .chosen-results li.active-result.highlighted em {
    color: #fff;
}

/*START TRIBE EVENTS WIDGET*/

.tribe-events-adv-list-widget .tribe-events-title {
	font-size: 22px;
	line-height: 1.4em;
}

.tribe-events-adv-list-widget .tribe-events-widget-link {
	font-size: 1em;
	line-height: 1.667;
	background-color: #c5003e;
	border: 1px solid #c5003e;
	border-radius: 7px;
	cursor: pointer;
	font-weight: 700;
	padding: .5em 1em;
	text-transform: uppercase;
	display: inline-block;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a {
	color: #fff;
}

.tribe-events-adv-list-widget .type-tribe_events {
	margin-bottom: 33px;
}

@media screen and (min-width: 960px) {
	#masthead .primary-navigation {
		top: 1.26em;
	}

	#masthead .search-icons {
		top: 1.26em;
	}
}

/*END TRIBE EVENTS WIDGET*/

@media screen and (min-width: 769px) {
    .site-copyright {
        position: relative;
        top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer-social-links {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-social-links ul {
        text-align: center;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 999;
        top: 70px;
        padding: 0 15px;
    }

    .primary-member-navigation__mobile {
        margin-bottom: 0;
    }

    .mobile-navigation {
        position: relative;
    }

    .secondary-utility-navigation.mobile-navigation .menu>li,
    .secondary-navigation.mobile-navigation .menu>li,
    .primary-member-navigation__mobile .menu>li {
        background-color: #eaeaea;
        padding: 0 15px;
    }

    .secondary-utility-navigation.mobile-navigation .menu>li a,
    .secondary-navigation.mobile-navigation .menu>li a,
    .primary-member-navigation__mobile .menu>li a {
        background-color: transparent;
        font-size: 16px;
        padding: .4em;
    }

    .secondary-utility-navigation.mobile-navigation .menu>li:last-of-type a {
        border-bottom: none;
    }

    .mobile-navigation.primary-member-navigation__mobile .js-menu-item-toggle-icon,
    .mobile-navigation.secondary-navigation .js-menu-item-toggle-icon,
    .mobile-navigation.secondary-utility-navigation .js-menu-item-toggle-icon {
        padding: 6px 1em;
    }

    .mobile-navigation-toggle--line {
        width: 40px;
        margin: .4em auto;
    }

    .mobile-navigation-toggle--open .mobile-navigation-toggle--line__first-line {
        top: 10px;
        left: 15px;
        position: relative;
        transform: translate(-36%,50%) rotate(40deg);
    }

    .mobile-navigation-toggle--open .mobile-navigation-toggle--line__third-line {
        left: 15px;
        position: relative;
        transform: translate(-36%,50%) rotate(-40deg);
    }

    .mobile-navigation-toggle--open .mobile-navigation-toggle--line__second-line {
        display: none;
    }
}
