.grid.header-main > div {
    flex: 1;
}

header .grid.header-main {
	justify-content: space-between;
	align-items: center;
}

.site-name {
    width: auto !important;
    border: none !important;
}

header a img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover .pdnl-logo  {
    opacity: .5;
}

span.site-title.affiliate-dept {
    text-align: center;
}

@media (min-width: 930px) and (max-width: 1180px) {
    .grid.header-main > .site-affiliate-dept-name  {
        flex: 1.5;
    }
}

@media (max-width: 929px) {
    .grid.header-main > .site-affiliate-dept-name  {
        flex: 1;
    }
}


@media (min-width: 768px) and (max-width: 929px) {
    span.site-title.affiliate-dept  {
        font-size: 1.75rem;
    }
}


