/*
Theme Name: USI
Theme URI: http://underscores.me/
Author: Rebecca Dongallo
Author URI: http://panasall.com/
Description: USI is a WordPress theme built for Universal Stylus Initiative (USI) website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usi
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

usi is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

.mem-wrapper-vm{
		max-width:1000px;
		
		
}
.level2_logo{
	  width:25%;
	  min-width:125px;
	  height:125px;
	  float:left;
	  padding:5px;
	  text-align: center;
}

.members-vm{
	font-size:1.5em;
	color:#afafaf;
	border-bottom: 1px solid #dfdfdf;
	text-transform: uppercase;
	padding-bottom:10px;
	margin:0;
}
.dropdown-menu, .dropdown-menu:hover {
	border-bottom-right-radius:10px !important;
	border-bottom-left-radius:10px !important;
}
#navmenu .dropdown > .dropdown-menu > li.current-menu-item > a, #navmenu .dropdown > .dropdown-menu > li > a:focus, #navmenu .dropdown > .dropdown-menu > li > a:hover{
	border-bottom-right-radius:10px !important;
	border-bottom-left-radius:10px !important;

}
#navmenu .dropdown > .dropdown-menu > li > a {
	font-size:16px;
}
.nobr-vm { white-space: nowrap; }

h3.top3{ 
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 20px;		
}
h4.widgettitle{
	color:#231f20;
}
.board-headshot-vm{ 
	margin-bottom:10px !important;
}
.entry-meta.bottom2{
	display:none;
}

#logo h1 a{
 
     background: url(/wp-content/uploads/2016/12/logo-r.jpg) left no-repeat !important;
     width: 375px;	
  
}
#logo{
    padding-right: 0px;
}
.top-2{
	margin-top:0 !important;
}
.tml-action-links li:nth-child(1), .page-id-594 .tml-action-links{display:none}
.btn, input[type="submit"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.page-template-content-page2 #sidebar{
display:none;
}

/* member login form */
.tml {max-width: 400px;}
.tml-login {
 background: #f9f9f9;
 padding: 1rem 2rem;
}