/*---------------------------TOOLBAR HEADERS------------------------------------*/
paper-toolbar.header {
	font-family:"open sans", Helvetia Neue, Helvetia, Arial, sans-serif;
	height: 90px;
	width: 100%;
	margin: -8px;
	position: fixed;
	z-index: 1;
	background:#404040;
	color:#efefef;
}

.userControls {
	float:right;
}
.headerLogo{
	margin-top: 70px;
	margin-left: 50px;
	background-image: url(/lawSchool/images/fullImages/BYU-LAW-Alumni-Secondary-Horizontal-logo.png);
	background-size: 225px 50px;
	background-repeat: no-repeat;
	width:220px;
	height:100px;
}
.header-text-seperator{
	margin-top: 10px;
}
.header-text-seperator:after{
	font-size: 45pt;
	content: '|';
}
.toolbar-title-text{
    color: #FFFFFF;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 20pt;
    text-decoration: none;
}
.toolbar-title-text:hover{
	cursor: pointer;
}
.toolbar-title{
	font-weight: bold;
	font-size:21px;
	margin-left: 5%;
	float:left;
}
.purhcase-order-min{

}
.toolbar-buttons-div{
	width:100%;
	position: static;
}
paper-button.toolbar-cart-button {
	margin-right: 5px;
	margin-top:25px;
	margin-left: auto;
	background:#595959;
	color:#B2B2B2;
	width:50px;
	height:37px;
	font-size: 13px;
	/*the following is for button shape*/
	-moz-border-radius: 10% / 20%;		/*compatability in firefox*/
	-webkit-border-radius: 10% / 20%;	/*compatability in chrome*/
	border-radius: 10% / 20%;			/*default*/
}
paper-button.toolbar-cart-button:hover {
	background: #7887AB;
	color: white;
}
paper-button.toolbar-signin-button {
	margin-right: 6%;
	margin-top:25px;
	background:#4F628E;
	color:#B2B2B2;
	width:80px;
	height:37px;
	font-size: 13px;
	/*the following is for button shape*/
	-moz-border-radius: 10% / 20%;		/*compatability in firefox*/
	-webkit-border-radius: 10% / 20%;	/*compatability in chrome*/
	border-radius: 10% / 20%;			/*default*/
}
paper-button.toolbar-signin-button:hover {
	background: #7887AB;
	color: white;
}
.toolbar-vendor-img {
	max-height: 150px;
	max-width: 150px;
	border-radius: 5px;
	margin-left:50px;
	width:500px;
	height:70px;
}
/*-------------------------ALL PAGES -----------------------*/
.allPagesFont {
	font-family:"open sans", Helvetia Neue, Helvetia, Arial, sans-serif;
	min-height: 100vh
}

/*-------------------------FOOTER -----------------------*/
.Footer-contentBottom {
	background-color: #404040;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	margin: -8px;
	width: 100vw;
}

.Footer-contentBottom .Footer-container {
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	overflow: hidden;
	/* padding: 40px 20px; */
	margin: 0 auto;
}
.Footer-logo {
	margin-bottom: 16px;
}
.Footer-secondaryLogo {
	display: none;
}
.Footer-content {
	margin: 0 auto;
}

.Footer-privacyPolicy {
	font-size: 1rem;
	display: block;
}

.Enhancement.display-inline {
	display: inline;
	margin: 0;
	float: none;
	/* max-width: unset; */
}
.Enhancement {
	text-align: center;
}

.icon-external-link {
	display: none;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	position: relative;
	top: 0;
}

.Footer-privacyPolicy a {
	color: currentColor;
	text-decoration: none;
	transition: all .25s;
}