/*Header Styles*/
.site-header {
    position: fixed;
    width: 100%;
    height: 4em;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9999;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	justify-content: center;
    padding: 0!important;
    margin: 0!important;
	row-gap: 0!important;
}
.header-wrapper {
	width: 1440px;
	height: inherit;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.primary-navigation {
	display: flex;
	align-items: center;
}
.primary-navigation a {
    text-decoration: none!important;
}
.primary-navigation a:hover {
    text-decoration: none!important;
}
.primary-navigation a:focus {
    color: inherit!important;
	background-color: inherit!important;
}
.primary-navigation .primary-menu-container .menu-wrapper {
	padding: 0 1em;
}
@media only screen and (max-width: 481px) {
 	.primary-navigation {
	top: 1em!important;
	}
}
.menu-item-podcast a {
	display: block;
    padding: 0.5em 1em!important;
    border-radius: .25em;
    align-self: center;
	margin-right: 0.5em;
	color: #212529!important;
	background-color: #f5f5f5;
}
.menu-item-podcast a {
	display: block;
    padding: 0.5em 1em!important;
    border-radius: .25em;
    align-self: center;
	margin-right: 0.5em;
	color: #212529!important;
	background-color: #f5f5f5;
}
.menu-item-podcast a:hover {
	color: #333!important;
	background-color: #E0E0E0;
}
.menu-item-download a{
	display: block;
    padding: 3px 2em!important;
    border-radius: .25em;
	border: 1px solid orange;
	color: orange!important;
    background-color: white;
    align-self: center;
    font-size: 20px;
    margin-top:0!important;
}
.menu-item-download a:hover, .menu-item-download a:focus{
	background-color: darkorange!important;
	border: 1px solid darkorange!important;
	color: white!important;
    text-decoration: none!important;
}

@media only screen and (max-width: 767px) {
 	.menu-item-podcast a {
		width: 100%;
		margin-top: 1em;
		text-align: center;
		background-color: #f5f5f5;
	}
	.menu-item-download a {
		width: 100%;
		margin-top: 1em;
		text-align: center;
	}
}
a.search-button {
	display: block;
    width: 2em;
	height: 2em;
    border-radius: 4em;
    align-self: center;
	text-align: center;
}
.search-button img {
	width: 1em;
	height: 1em;
	vertical-align: top;
    padding-bottom: 0.15em;
}
.site-logo img {
	width: auto;
	height: 42px;
	transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
 	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: relative!important;
    padding-top: 0!important;
    margin-top: 0!important;
    top: 0!important;
	}
	.site-logo img {
	width: auto;
	height: 32px;
	transform: translateY(-4px);
	}
}
.menu-category-menu-container {
	max-width: 1440px;
	margin-bottom: 2em;
	padding: 0 1em;
	margin: auto;
}
.category-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    align-items: start;
    justify-content: left;
    max-width: 960px;
    font-size: 1rem;
    padding-left: 0!important;
}
.category-menu li {
    margin-right: 24px;
}
.category-menu .menu-item-type-custom {
	margin-right: 0;
}
.category-menu .menu-item a {
	display: block!important;
	font-weight: 500;
	color: gray;
	padding-right: 1em;
}
.category-menu .current-menu-item a {
	color: black;
}
@media only screen and (max-width: 1024px) {
	.category-menu {
		justify-content: flex-start;
	}
	.category-menu .menu-item a {
		padding-right: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.menu-category-menu-container {
		display: none;
	}
}
.menu-item-category {
	display: none!important;
}
@media only screen and (max-width: 767px) {
	.menu-item-category {
		display: block!important;
	}
    a.search-button{
        display: none!important;
    }
}

@media only screen and (max-width: 479px){
.site-logo img {
	width: auto;
	height: 20px;
	transform: translateY(-4px);
    }
    .site-header{
        height: 3em!important;
    }
    .header-wrapper{display: flex;
    justify-content: space-between;}
    .menu-item-download a{
        font-size: 0.55em;
        margin-top:0!important;
    }
    .site-branding{
        margin-right: 0!important;
    }
    .menu-right{
    position: inherit;
    }
}
@media only screen and (min-width: 480px) and (max-width:767px){
    .menu-right{
    position: inherit;
    }
    .header-wrapper{display: flex;
    justify-content: space-between;}
}
.menu-right{
    display: flex;
}