@media only screen and (min-width: 426px){
.minw-426-top-10{
top:10px;
}	
}

@media only screen and (max-width: 426px){
.mxw-426-width-60{
width: 60%;
float: left;
}	
.mxw-426-lh-top{
	line-height: 3em;
	top: 20px;
}
}
@media only screen and (max-width: 767px)
{
.navbar-toggler .icon {
    font-size: 20px;
    color: #0e4082;
}
}
.modal{z-index:200000;}
.modal-backdrop.show {
    display: none;
}
.modal-header .close {
    padding: 0;
    margin: 0;
}

.logo-outer { z-index: 0; }