/*
Styles for large mode
*/

@media only screen and (min-width: 768px) and (max-width: 995px) {

.light-vr-right-l{
border-right:solid black 1px;
}

.scrim{
    width: 535px;
    }

#header-logo-div{
text-align:left;
}

#sign-in-table{
	margin: 0 0 0 auto;
}

/*homepage*/

#homepage-slider-nav img{
width:100px;
}

#homepage-tagline-2{
	font-size:160%;
}
#homepage-tagline-1{
	font-size:80%;
}

/*display page*/

#display-page-vhr{
	height:360px;
}

.hide-l{
display:none !important;
width:0px !important;
height:0px !important;
padding:0px !important;
margin:0px !important;
}

.show-l{
display:inline !important;
}

.show-l-block{
display:block !important;
}

#new-contact-pont,
#new-note
{
	width:375px !important;
}

}
