  @media screen and (min-width: 62.5em) {
    .menu-main > li:last-child {
        background: #e75d2a;
        margin-left: auto;
    }
    .menu-main > li:last-child a::after {
        display: none;
    }
}
.menu.is-mobile-menu > li:last-child a {
    color: #fff;
    background: #e75d2a;
}
.footer_sticky .align-right {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 50.06em)
.large-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
}
@media only screen and (min-width: 50.06em)
.large-block-grid-5>li:nth-of-type(1n) {
    clear: none;
}
@media screen and (max-width: 74.9375em){
.tabs .tabs-title {
    
    border:none !important;
    border-bottom: 1px solid white !important;
}
}

.addMargin.buttonWhite {
    margin-bottom:0;
}
.addMargin {
    margin-top:1rem;
}


#itemlabel1 .icon, #itemlabel2 .icon, #itemlabel3 .icon, #itemlabel4 .icon, #itemlabel5 .icon{
    padding:0.8rem;
    
}
@media print, screen and (min-width:62.6em) {
    .secondNavWrapper .columns .column {
        flex: 0 0 20%;
        max-width:20%;
        display:flex;
        align-items:center;
        justify-content:center;}
}

.libraryh3lp {
    margin-left:1rem;
    margin-top:1rem;
}


.labelContain {
    margin-left:1px !important;
}

.labelContain label{
    margin-left:1rem;
}

.secondNavWrapper {
    margin-right:auto !important;
    margin-left:auto !important;
    width:100% !important;
}
@media only screen and (min-width:62.5rem){
    
.row.xxsmall-up-1.small-up-3.medium-up-5.text-center div h3:hover{
    transform:scale(1.1);
}
}
/*
.tabs {
    background-color:#EDEEEF;
}

.tabs .tabs-title {
    background-color:#CCC;
}

.tabs .tabs-title.is-active * {
    color: #003c71;
}

.tabs-content {
    background-color:white;
    border: none;
}   

.tabs .tabs-title.is-active > * {
    color: #003c71 !important;
    background-color: white;
}
*/
/* Omni search widget */
#librarySearch select {
    margin: 0;
}
input#primoQueryTemp {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	color: #000;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	appearance: none;
}

#simple > select {
	box-sizing: border-box;
    width: 60%;
}

#simple {
	display: inline-flex;
}

.summon-search-submit {
	font-family: "franklin_gothic_fsdemi","franklin_gothic_fsbook",Arial,Helvetica,sans-serif;font-size: .88rem;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-color: #CACACA;
	color: #53565A;
	line-height: normal;
	transition:300ms;
	padding: .65rem 2rem;
	-webkit-box-shadow: inset 0px 2px 3px -3px rgba(83, 86, 90, 0.75);
	-moz-box-shadow:    inset 0px 2px 3px -3px rgba(83, 86, 90, 0.75);
	box-shadow:         inset 0px 2px 3px -3px rgba(83, 86, 90, 0.75);
	display:inline-block;
}
.summon-search-submit:hover{
	border-color: #0077CA;
	background-color: #0077CA;
	color: #ffffff;
	cursor: pointer;
}
div#librarySearch {
	margin: 10;
	padding: 10;
}
