html {
    margin-top: 0px !important;
    --adminbar-height: 0px;
}

@media only screen and (min-width: 48rem) { /* Styles that apply to COL-SM and larger */ }
@media only screen and (min-width: 64rem) { /* Styles that apply to COL-MD and larger */ }
@media only screen and (min-width: 80rem) { /* Styles that apply to COL-LG and larger */ }

.header--blog--logo {
    width: 250px;
    max-width: 90%;
    margin: 20px 0px 0px;
}
.header--blog--action {
	display: inline-block;
	vertical-align: top;
    margin-left: 5px;	
	}
	.header--blog--actions .header--blog--action:first-child {
		margin-left: 0px;
	}
.header--blog--actions--left {
    text-align: left;
}
.header--blog--actions--center {
    text-align: left;
}
.header--blog--actions--right {
    text-align: left;
}

@media only screen and (min-width: 48rem) {

.header--blog--actions--center {
    text-align: center;
}
.header--blog--actions--right {
    text-align: right;
}

}
@media only screen and (min-width: 64rem) { /* Styles that apply to COL-MD and larger */ }
@media only screen and (min-width: 80rem) { /* Styles that apply to COL-LG and larger */ }


.ybaw-header-button {
	display: inline-block;
}	
.ybaw-header-button.osbondiblue {
    background: transparent;
}
.ybaw-header-button a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    padding: 8px 14px 7px;
    text-align: center;
    color: #545454;
    line-height: 1em;
}
.ybaw-header-button.osbondiblue a {
	background: #0096DE;
	color: white;
	border: 1px solid #0096DE;
}
.ybaw-header-button.osbondiblue a:hover {
	background: #003E7E;
	color: white;
	border: 1px solid #003E7E;
}
.ybaw-header-button.hover-yellow a {
}
.ybaw-header-button.hover-yellow a:hover {
	background: #FCB31F;
	color: white;
	border: 1px solid #FCB31F;	
}
.ybaw-header-button.hover-blue a {
}
.ybaw-header-button.hover-blue a:hover {
	background: #003E7E;
	color: white;
	border: 1px solid #003E7E;
}

a.podcast--listen--link {
    display: inline-block;
    position: relative;
    padding: 4px 0px 4px 8px;
}

@media only screen and (min-width: 48rem) { /* Styles that apply to COL-SM and larger */ }
@media only screen and (min-width: 64rem) { /* Styles that apply to COL-MD and larger */ }
@media only screen and (min-width: 80rem) { /* Styles that apply to COL-LG and larger */ }



a.listen__link {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-image: url(/wp-content/themes/nli-primary-avada-theme/images/07Theme-Podcast/listen__sprite.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	transition-duration: 0s;   
	margin: 1px 0px 0px 0px;	    
}
a.listen__link.listen__link--apple {
	background-position: 0px 0px;    
	}
	a.listen__link.listen__link--apple:hover {
		background-position: 0px -25px;    
	}

a.listen__link.listen__link--spotify{
	background-position: -60px 0px;
	}
	a.listen__link.listen__link--spotify:hover{
		background-position: -60px -25px;
	}

a.listen__link.listen__link--google{
	background-position: -30px 0px;
	}
	a.listen__link.listen__link--google:hover{
		background-position: -30px -25px;
	}

a.listen__link.listen__link--stitcher{
	width: 51px;
	background-position: -90px 0px;
	}
	a.listen__link.listen__link--stitcher:hover{
		background-position: -90px -25px;
	}

@media only screen and (min-width: 48rem) { /* Styles that apply to COL-SM and larger */ }
@media only screen and (min-width: 64rem) { /* Styles that apply to COL-MD and larger */ }
@media only screen and (min-width: 80rem) { /* Styles that apply to COL-LG and larger */ }

