.btn-default{
	border-color:#ffffff;
	background-color:#44587b;
	border:2px solid #44587b;
	color:#ffffff !important;
}
.btn, .btn-sm{
	padding:7px 15px;
}
.btn {
	border: 2px solid #ffffff;
	cursor: pointer;
	line-height: normal;
	padding: 12px 30px;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.btn-default {
	background-color: #3767b0;
	border: 2px solid #ffffff;
	color: #ffffff !important;
	padding: 12px 30px;
}
.btn-default:hover {
	background-color: #234d8e;
	border-color: #ffffff;
	color: #fff;
}
.btn-default::before {
	content: "";
	opacity:0.3;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 400px;
	display: block;
	position: absolute;
	top: 0;
	left: -350px;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	transition: all 0.3s ease-in-out;
}
.btn-default:hover::before {
	-webkit-transform: skewX(-45deg) translateX(50em);
	transform: skewX(-45deg) translateX(50em);
}
.eis-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.eis-header__content {
    display: grid;
    grid-template-areas: "heading link";
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 42em) {
    .eis-header__content {
        grid-template-areas: "empty heading link";
        grid-template-columns: 1fr 400px 1fr;
    }

    .eis-header__heading {
        padding-left: 0;
        width: 100%;
    }
}

.eis-header__heading {
    grid-area: heading;
    margin: 0 auto;
    padding: .5rem 0 .5rem 1rem;
    line-height: 1.35;
    text-align: left;
    /*US491220 fix*/
    width: 25rem;
}

.eis-header__ebsco-logo {
    display: inline-block;
    height: 1.0625rem;
}

.eis-header__link {
    /*US491220 fix: grid-area: link;*/
    padding: .5em 1.5rem;
    font-size: .75rem;
    text-align: right;
    /*US491220 fix*/
    display: block;
    top: 1.2em;
    position: absolute;
    right: 0px;
    max-width: 65%;
}

.eis-header__heading {
    grid-area: heading;
    margin: 0 auto;
    padding: .5rem 0 .5rem 1rem;
    line-height: 1.35;
    text-align: left;
    /*US491220 fix*/
    width: 25rem;
}