/* Adjusts height of Health wordmark */
.wordmark-container .wordmark-lg {
    padding: 0 .5rem .75rem;
}
.wordmark-container .wordmark-lg .wordmark-primary-brand {
     height: 45px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
  	.wordmark-container .wordmark-lg img {
    width: 100%;
    }
}