
/**
 * HTML Tags
 */

a,
a:link,
a:active,
a:visited,
a:hover {
  color: #4e4e4e;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #89183E;
}

a.admin {
  background: url('') no-repeat left center;
  display: inline-block;
  padding-left: 20px;
}

a.admin.delete {
  background-image: url('/images/icons/delete.png');
}

a.admin.edit {
  background-image: url('/images/icons/edit.png');
}

address {
  font-style: normal;
}

body, html {
  background: #d4cece;
}

body {
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #89183E;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

input, select, texarea {
  margin: 0;
}

p {
  margin: 15px 0;
}


/**
 * Flash Messenger
 */

#flashmessenger {
  background-position: 10px center;
  background-repeat: no-repeat;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 10px 15px 50px;
  text-align: left;
}

#flashmessenger.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(/images/flashmessenger/error.png);
}

#flashmessenger.info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(/images/flashmessenger/info.png);
}

#flashmessenger.notice {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(/images/flashmessenger/notice.png);
}

#flashmessenger.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(/images/flashmessenger/success.png);
}

#flashmessenger.validation {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(/images/flashmessenger/validation.png);
}

#flashmessenger.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(/images/flashmessenger/warning.png);
}


/**
 * Admin Bar
 */

#adminbar {
  background: #000;
  border-bottom: 1px solid #999;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  min-width: 990px;
  text-align: left;
}

#adminbar strong {
  color: #fff;
  float: left;
  padding: 0 10px;
}

#adminbar p {
  float: right;
  margin: 0 15px;
}

#adminbar p a {
  color: #fff;
}

#adminbar ul {
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#adminbar ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#adminbar ul li a {
  color: #ccc;
  display: block;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
}

#adminbar ul li:hover {
  background: #666;
}

#adminbar ul li:hover a {
  color: #fff;
}

#adminbar ul li.active a {
  border-top: 2px solid #900;
  height: 28px;
  line-height: 26px;
}


/**
 * Admin Bar > Menus
 */

#adminbar ul li ul {
  display: none;
}

#adminbar ul li:hover > ul {
  background: #666;
  border: 0;
  -webkit-box-shadow: 0 0 20px #666;
  -moz-box-shadow: 0 0 20px #666;
  -ms-box-shadow: 0 0 20px #666;
  box-shadow: 0 0 20px #666;
  display: block;
  height: auto;
  margin: 0;
  min-height: 120px;
  padding: 0;
  position: absolute;
  z-index: 9999;
}

#adminbar ul li:hover > ul li {
  border: 0;
  float: none;
  height: auto;
  width: auto;
}

#adminbar ul li:hover > ul li a {
  color: #fff;
  display: block;
  padding: 0 10px;
  width: 180px;
}

#adminbar ul li:hover > ul li:hover {
  background: #777;
}

#adminbar ul li:hover > ul li a:hover {
  color: #fff;
}

#adminbar ul li.active:hover > ul li a {
  border-top: none;
  height: 30px;
  line-height: 30px;
}

#adminbar ul li.active:hover > ul li.active a {
  font-weight: bold;
}


/**
 * Wrapper
 */

#wrapper {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #666;
  -moz-box-shadow: 0 0 20px #666;
  -ms-box-shadow: 0 0 20px #666;
  box-shadow: 0 0 20px #666;
  margin: 20px auto;
  padding: 22px 6px 0 6px;
  text-align: left;
  width: 938px;
}


/**
 * Header
 */

#header {
  border-bottom: 1px solid #89183E;
  height: 26px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  text-align: right;
}

#header a img.logo {
  float: left;
  margin-left: 30px;
}

#header form fieldset {
  border-left: 1px solid #89183E;
  float: right;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
}

#header form fieldset a {
  height: 16px;
  left: -25px;
  position: absolute;
  top: 2px;
  width: 14px;
}

#header form fieldset input[type="text"] {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 2px;
  vertical-align: middle;
  width: 148px;
}

#header form fieldset select {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0 2px;
  min-width: 98px;
  vertical-align: middle;
}

#header form fieldset input[type="image"] {
  border-top: 1px solid #b0b0b0;
  margin: 0 0 0 2px;
  vertical-align: middle;
}


/**
 * Navigation
 */

ul#nav {
  background: url(/images/nav/background.gif) left top repeat-x; /* #5d534d */
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 938px;
  height: 35px;
}

ul#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 9px 0 12px;
}

ul#nav li.menu {
  display: none;
}

ul#nav li a {
  border-top: 6px solid #fff;
  color: #b3b3b3;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  padding-top: 2px;
  text-decoration: none;
}

ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.active a:hover {
  color: #fff;
}

ul#nav li.active a,
ul#nav li.active a:hover {
  border-top: 6px solid #89183E;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border: none;
  margin-left: -1px;
  padding: 0;
}

ul#nav li:hover > ul li {
  border: none;
  border-top: 1px solid #fff;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

ul#nav li:hover > ul li a,
ul#nav li:hover > ul li a:hover {
  background: #5d534d;
  color: #b3b3b3;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
}

ul#nav li:hover > ul li.active a,
ul#nav li:hover > ul li a:hover {
  color: #fff;
}


/**
 * Banner
 */

#banner {
  border-bottom: 1px solid #89183E;
  height: 119px;
  padding: 6px 0;
  text-align: right;
}


/**
 * View
 */

#view {
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

#view h1 {
  background: #d5d3b5;
  border-bottom: 6px solid #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 -6px 0;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

#view h1 a {
  float: right;
  background: #d5d3b5;
}

#view h1 a.cate-link{ /* Format href in H1 to display naturally */
  float:none;
  color:#89183E;
  background:none;
  text-decoration:none;
}


/**
 * View > Sidebar
 */

#sidebar {
  float: left;
  padding: 20px;
  width: 160px;
}


/**
 * View > Sidebar > Subnav
 */

#sidebar ul#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul#subnav li {
  margin: 0 0 6px 0;
  padding: 0;
}

#sidebar ul#subnav li a {
  color: #4e4e4e;
}

#sidebar ul#subnav li a:hover {
  color: #89183E;
}

#sidebar ul#subnav li.active a,
#sidebar ul#subnav li.active a:hover {
  color: #89183E;
}


/**
 * View > Sidebar > Subnav > Tertiary
 */

#sidebar ul#subnav li ul#ternav {
  border-bottom: 4px solid #b0afaf;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
}

#sidebar ul#subnav li ul#ternav li {
  border: 0;
  margin: 0;
  padding: 0 0 6px 15px;
}

#law-students #sidebar ul#subnav li.active,
#lateral-attorneys #sidebar ul#subnav li.active,
#staff #sidebar ul#subnav li.active {
  border-top: 4px solid #b0afaf;
  margin-top: 12px;
  padding-top: 10px;
}

#law-students #sidebar ul#subnav li ul#ternav li,
#lateral-attorneys #sidebar ul#subnav li ul#ternav li,
#staff #sidebar ul#subnav li ul#ternav li {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}


/**
 * View > Sidebar > Form
 */

#sidebar form {
  border-top: 4px solid #b0afaf;
  margin-top: 20px;
}

#sidebar form strong {
  color: #89183E;
}

#sidebar form fieldset label {
  display: block;
}

#sidebar form input[type="text"],
#sidebar form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 2px;
  width: 100%;
}

#sidebar form fieldset.buttons {
  padding-top: 6px;
  text-align: center;
}

#sidebar form fieldset.buttons input[type="reset"] {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#sidebar form fieldset.buttons input[type="submit"] {
  background: #89183E;
  border: 1px solid #89183E;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}


/**
 * View > Related Information
 */

#related {
  float: right;
  padding: 5px 5px 20px;
  width: 160px;
}

#related h2 {
  font-size: 12px;
  font-style: normal;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
}

#related ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#related ul.links li {
  margin: 0 0 6px 0;
  padding: 0;
}

#related ul.links li a {
  color: #4e4e4e;
}

#related ul.links li a:hover {
  color: #89183E;
}

#related blockquote {
  margin: 15px 0;
  padding: 0 0 15px 0;
}

#related blockquote p {
  color: #89183E;
}


/**
 * View > Sub
 */

#sub {
  float: right;
  width: 725px;
}


/**
 * View > Content
 */

#content {
  padding: 5px 20px;
}

#content h2 {
  font-size: 16px;
  margin: 15px 0;
}

#content h3 {
  font-size: 13px;
  margin: 15px 0;
  font-style:italic;
}

#content {
  text-align: justify;
}

#content li {
  text-align:left;
}

#content ul.expandable li {
  padding: 5px 0;
  text-decoration: underline;
}


body.home #content div.cate-link {
	float:left;
	display:block;
	padding-right:14px;
	height:260px;
	width:328px;
	overflow:hidden;
}

body.home #content .cate-link .link a {
	display:block;
	margin:3px;
	height:45px;
	width:328px;
	color:#FFF;
	font:normal normal 18px/45px Helvetica, Arial, sans-serif;
	letter-spacing:.075em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(/images/blog/bg-cate-link.gif) 0 0 no-repeat;
	overflow:hidden;
}

body.home #content .cate-link .link  a:hover {
	text-decoration: underline;
	background-position: 0 -45px;
}

body.home #content .cate-link .desc{
  padding-left: 6px;
}

body.home #content .cate-link .desc p{
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
}


/**
 * View > Junction
 */

#view #junction {
  background: #fff url(/images/content/junctions/x.gif) no-repeat;
  height: 13px;
  left: 200px;
  position: absolute;
  top: -13px;
  width: 13px;
  z-index: 999;
}

#login #view #junction,
#admin #view #junction {
  display: none;
}


/**
 * View > Table
 */

#view table {
  border-collapse: collapse;
  width: 100%;
}

#view table tbody tr {
  vertical-align: top;
}

#view table thead tr th {
  background: #f3eaca;
  padding: 6px;
  text-align: left;
  text-transform: uppercase;
}

#view th a,
#view th a:link,
#view th a:active,
#view th a:visited,
#view th a:hover {
	text-decoration: none;
}

#view table tbody tr td {
  border-bottom: 1px solid #b2b2b2;
  padding: 8px 6px;
  text-align: left;
}

#view table tbody tr td.date {
  padding-left: 0;
  padding-right: 12px;
}

#view table tbody tr td.stretch {
  width: 90%;
}


/**
 * eFolio
 */

#sidebar h3 span,
#related h2 span {
  text-transform: none;
}

#efolio-documents {
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
}

#efolio-tooltip-trigger {
  background: #89183E;
  -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
      border-radius: 7px;
  color: white;
  display: block;
  font-weight: bold;
  font-size: 10px;
  float: right;
  line-height: 13px;
  margin-top: -15px;
  padding: 0px 4px;
}

#services #efolio-tooltip-trigger,
#locations #efolio-tooltip-trigger {
  margin-top: -25px;
}

#efolio-tooltip {
  background: #F8F2DF;
  border: 2px solid #89183E;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 10px 10px 5px;
  width: 200px;
  z-index: 1000;
}

#efolio-tooltip h4 {
  margin: 0 0 5px;
}

#efolio-tooltip p {
  color: black;
  margin: 0 0 5px;
}

#efolio-documents li {
  margin-bottom: 4px !important;
}

#efolio-documents li a {
  background: #f8f2df url(/images/content/efolio/plus-sprite.png) no-repeat -180px 0;
  border: 1px solid #dad2b5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 21px;
  text-decoration: none;
}

#efolio-documents li a:hover {
  background: #89183e url(/images/content/efolio/plus-sprite.png) no-repeat 0 0;
  border: 1px solid #680e2c;
  color: #fff;
}

#efolio-documents li em {
  display: block;
  line-height: 12px;
  font-size: 10px;
  margin-bottom: 10px;
}

#efolio {
  margin-top: -226px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
}

#efolio .tab,
#efolio .panel {
  -webkit-box-shadow: 0 0 8px #555;
  -moz-box-shadow: 0 0 8px #555;
  box-shadow: 0 0 8px #555;
  z-index: 9999;
}

#efolio .tab {
  background: #89183e url(/images/content/efolio/show.png) no-repeat;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  height: 142px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

#efolio .tab h3 {
  text-indent: -2000em;
}

#efolio .panel {
  background: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  display: none;
  font-size: 11px;
  line-height: 15px;
  width: 310px;
}

#efolio .panel h3 {
  background: #89183e;
  border-bottom: 1px solid #60112b;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  color: #d4cece;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding-left: 12px;
  text-transform: none;
}

#efolio .panel h3 em {
  font-size: 11px;
  font-style: normal;
}

#efolio .panel .hide {
  background: url(/images/content/efolio/hide.gif);
  border-left: 1px solid #60112b;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -2000em;
  top: 0;
  width: 30px;
}

#efolio .panel ul.queue {
  height: 322px;
  list-style: none;
  overflow: auto;
  margin: 0 0 15px 0;
  padding: 0;
}

#efolio .panel ul.queue li {
  background: #fff url(/images/content/efolio/move.gif) no-repeat left center;
  border-bottom: 1px solid #dfdfdf;
  height: 35px;
  margin: 0;
  padding: 10px 0 0 36px;
  position: relative;
}

#efolio .panel ul.queue li:hover {
  background: #fbfbfb url(/images/content/efolio/move.gif) no-repeat left center;
  cursor: move;
}

#efolio .panel ul.queue li .name {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

#efolio .panel ul.queue li:hover .name {
  color: #89183e;
}

#efolio .panel ul.queue li .delete {
  background: url(/images/content/efolio/delete.png) no-repeat 0 0;
  display: block;
  height: 15px;
  margin-top: -7px;
  right: 10px;
  text-indent: -2000em;
  top: 50%;
  position: absolute;
  width: 15px;
}

#efolio .panel ul.queue li .delete:hover {
  background: url(/images/content/efolio/delete.png) no-repeat 0 -15px;
}

#efolio .panel .button {
  background: url(/images/content/efolio/clear.png);
  border: 1px solid #818181;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #a6a6a6;
  -moz-box-shadow: 1px 1px 1px #a6a6a6;
  box-shadow: 1px 1px 1px #a6a6a6;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-right: 11px;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#efolio .panel ul.download {
  background: #d5d3b5;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  border-top: 1px solid #bfbda3;
  list-style: none;
  margin: 50px 0 0 0;
  padding: 9px;
}

#efolio .panel ul.download li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
}

#efolio .panel ul.download li.last {
  margin-right: 0;
}

#efolio .panel ul.download li a {
  background: url(/images/content/efolio/download.png);
  border: 1px solid #680e2c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #333;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  width: 139px;
}


/**
 * Footer
 */

#footer {
  border-top: 27px solid #5d534d;
  color: #a19b97;
  font-size: 11px;
  line-height: 40px;
  margin: 0;
  padding: 0 5px;
  text-align: right;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  word-spacing: 4px;
}

#footer ul li a {
  color: #a19b97;
  word-spacing: normal;
  white-space: nowrap;
}

#footer ul li a:hover {
  color: #89183E;
}

#footer ul.right {
  list-style: none;
  margin: 0 -3px 0 0;
  padding: 0 0 0 8px;
}

#footer ul.right li a img {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}


/**
 * Clearfix
 */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/**
 * Messages
 */

p.message {
  background: green;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

p.error {
  background: #89183E;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors {
  background: #89183E;
  color: #fff;
  list-style: none;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors li {
  margin: 0;
  padding: 0;
}


/**
 * Unordered List - Downloads
 */

ul.downloads {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

ul.downloads li {
  background: url(/images/icons/pdf.gif) left center no-repeat;
  padding-left: 22px;
  line-height: 20px;
}

ul.downloads li.doc {
  background-image: url(/images/icons/doc.gif);
}

ul.downloads li.htm,
ul.downloads li.html,
ul.downloads li.web {
  background-image: url(/images/icons/htm.gif);
}

ul.downloads li.img {
  background-image: url(/images/icons/jpg.gif);
}

ul.downloads li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.ppt,
ul.downloads li.pptx,
ul.downloads li.pps,
ul.downloads li.ppsx {
  background-image: url(/images/icons/ppt.gif);
}

ul.downloads li.rss {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.xls {
  background-image: url(/images/icons/xls.gif);
}

ul.downloads li.zip {
  background-image: url(/images/icons/zip.gif);
}


/**
 * Definition Lists - View More & Less Links
 */

#attorneys dl dt,
#services dl dt {
  margin: 15px 0 15px -12px;
}

#attorneys dl dd,
#services  dl dd {
  background: #f9f4e4;
  border: 1px solid #b2b2b2;
  margin: 15px 0;
  padding: 5px 20px;
}

#attorneys dl dt a,
#services dl dt a,
a.more {
  background: url(../images/content/bgs/dt-arrow.png) no-repeat 4px top;
  display: block;
  font-size: 14px;
  padding-left: 12px;
}

a.more {
  color: #89183e;
  font-size: 11px;
}

dl dt a.expanded {
  background: url(../images/content/bgs/dt-arrow.png) no-repeat 4px bottom;
}

a.more.expanded {
  background: url(../images/content/bgs/dt-arrow.png) no-repeat 4px -15px;
}


/**
 * Tabs
 */

ul.tabs {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.tabs li {
  background: #f9f4e4;
  float: left;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
}

ul.tabs li a {
  border: 1px solid #ccc;
  float: left;
  padding: 2px 10px;
}

ul.tabs li a.active,
ul.tabs li a.current {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #89183E;
}



/********** SECTION SPECIFIC STYLES **********/


/**
 * Home
 */

#index #banner {
  height: 166px;
}

#index #view {
  background: url(/images/content/home/background.gif) left top repeat-y;
}

#index #content {
  float: left;
  padding: 30px 74px;
  width: 472px;
}

#index #content strong.tagline {
  color: #d7bb6c;
  display: block;
  font-size: 22px;
  font-family: Tahoma;
  font-weight: normal;
  line-height: normal;
}

#index #content h2 {
  color: #d7bb6c;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
  text-align: left;
}

#index #content p {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

#index #content ul.achievements {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

#index #content ul.achievements li {
  display: inline;
  margin: 0 3px;
  padding: 0;
}

#index #content ul.achievements li img {
  margin-top: 10px;
  vertical-align: middle;
}

#index #sidebar {
  float: right;
  padding: 30px 20px;
  width: 266px;
}

#index #sidebar h2 {
  color: #89183E;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#index #sidebar ul {
  list-style: none;
  margin: 8px 0 24px 0;
  padding: 0;
}

#index #sidebar ul li {
  margin: 8px 0;
  padding: 0;
}

#index #sidebar ul li a {
  color: #4e4e4e;
}

#index #view #junction {
  background: #fff url(/images/content/junctions/t.gif) no-repeat;
  left: 619px;
}


/**
 * The Firm
 */

#the-firm #view,
#diversity #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#the-firm.recognition table td {
  border-top: 1px solid #89183E;
  border-bottom: 1px solid #89183E;
  padding: 10px 0;
  vertical-align: middle;
}

#the-firm.recognition table td img {
  border: 1px solid #4e4e4e;
  margin-right: 20px;
}

/* Diversity & Inclusion */

#diversity.index #view h1,
#view .diversity h1 {
  border-bottom: none;
  background: none;
  float: left;
  font-size: 26px;
  letter-spacing: -1px;
  margin: 0;
  padding: 23px 0 16px 20px;
  text-transform: none;
}

#diversity.index #view h1 span,
#view .diversity  h1 span {
  color: #F7F6F0;
}

#diversity.index h1 em,
.diversity h1 em {
  color: #4E4E4E;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  top: -3px;
}

#diversity.index div.subhead-logo,
.diversity div.subhead-logo {
  background: #D5D3B5;
  overflow: hidden;
}

#diversity.index div.subhead-logo div,
.diversity div.subhead-logo div {
  background: url(/images/content/the-firm/diversity/DiversityCommittee_IntranetBanner_60x160.png) no-repeat center center;
  float: right;
  height: 60px;
  margin: 4px 5px 0 0;
  width: 160px;
}

#diversity.index section {
  overflow: hidden;
  padding-bottom: 20px;
}

#diversity section ul,
.diversity section ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#diversity.index section ul {
  margin: 20px 0 -15px 0;
}

#diversity.index section ul li {
  margin: 0 0 6px 0;
}

#diversity.index section p {
  margin: 20px 0 0 0;
}

#diversity.action .diversity section ul li {
  /*background: #f8f8f8;*/
  /*border: 1px solid #E8E8E8;*/
  clear: left;
  float: left;
  min-height: 60px;
  margin: 0 0 6px 0;
  position: relative;
  width: 700px;
}

#diversity.action .diversity section ul li ul.secondary-list {
  border-bottom: 1px solid #E8E8E8;
  clear: both;
  float: none;
  list-style: disc;
  overflow: hidden;
  padding: 0 15px 15px 30px;
  margin: -20px 15px 0 15px;
}

#diversity.action .diversity section ul li ul.secondary-list li {
  background: none;
  border: none;
  min-height: 0;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
  width: 705px;
}

#diversity section ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 22px 0 24px 15px;
  /*height: 60px;*/
  text-decoration: none;
  width: 227px;
}

#diversity section ul li a.welcome,
.diversity section ul li a.welcome {
  background: url(/images/content/the-firm/diversity/diversity-bkg-welcome.png) no-repeat top left;
}

#diversity section ul li a.our-focus,
.diversity section ul li a.our-focus {
  background: url(/images/content/the-firm/diversity/diversity-bkg-focus.png) no-repeat top left;
}

#diversity section ul li a.action,
.diversity section ul li a.action {
  background: url(/images/content/the-firm/diversity/diversity-bkg-action.png) no-repeat top left;
}

#diversity section ul li a.go-far,
.diversity section ul li a.go-far {
  background: url(/images/content/the-firm/diversity/diversity-bkg-gofar.png) no-repeat top left;
}

#diversity.index #content {
  padding: 0 10px;
}

#diversity.action section {
  position: relative;
}

#diversity.action section ul {
  float: left;
  margin-top: 10px;
  /*width: 705px;*/
}

#diversity.action section aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
}

#diversity.action #content section ul li h3 {
  color: #696868;
  float: left;
  font-style: normal;
  font-size: 16px;
  margin: 23px 0 0 0;
}

#diversity.action #content section ul li strong {
  display: block;
  margin: 15px 0 -5px 0;
}

#diversity.our-focus #content strong {
  color: #89183E;
  display: block;
  font-size: 16px;
  margin: 15px 0 -5px 0;
  text-align: center;
}

#diversity.our-focus #content .vision {
  /*background: #F2F2F2;*/
  /*border-left: 1px solid #D9D9D9;*/
  /*border-top: 1px solid #D9D9D9;*/
  padding: 15px;
  /*text-align: center;*/
}

#diversity.our-focus #content ul li {
  margin-bottom: 10px;
}

#diversity.action #content section ul li h4 {
  clear: both;
  float: left;
  font-style: normal;
  font-size: 16px;
  margin: 18px 0 0 0;
  padding: 0 15px 0 15px;
}

#diversity.action #content section ul li h4.last {
  margin: 0 0 0 0;
}

#diversity.action #content section ul li h4.center {
  margin-bottom: 5px;
  /*text-align: center;*/
  text-transform: uppercase;
  width: 100%;
}

#diversity.action section ul li a {
  float: left;
}

#diversity.action section ul li a.go-far {
  padding: 15px 0 15px 15px;
}

#diversity.action section ul li p {
  clear: both;
  padding: 5px 15px 15px 15px;
}

#diversity.action section ul li p a {
  /*background: url(/images/content/the-firm/diversity/link-arrow.gif) no-repeat left 5px;*/
  color: #4E4E4E;
  display: block;
  float: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
  text-decoration: underline;
  width: 100%;
}

#diversity.action section ul li p a:hover {
  color: #89183E;
}

#diversity.action section ul li blockquote {
  background: #f2f2f2;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  clear: both;
  float: left;
  margin: 0 15px -15px 15px;
  padding: 15px;
}

#diversity.action section ul li p.last {
  clear: both;
  padding-top: 0;
}

#view .diversity div.expand {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

#diversity.action section ul li span,
#view .diversity .read-more a,
#view .diversity .read-less a {
  background: #B0B0B0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 9px;
  margin: 20px 20px 0 0;
  padding: 3px 0 2px 0;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}

#view .diversity .read-more a,
#view .diversity .read-less a {
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
}

#view .diversity .read-more a:hover,
#view .diversity .read-less a:hover,
#diversity.action section ul li span:hover {
  background: #a3a3a3;
}

#diversity.index h2,
.diversity h2 {
  clear: both;
}

#view .diversity .sections {
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
  width: 100%;
}

div.border-spacer {
  clear: both;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 20px;
}

#diversity.index section aside p,
#diversity.action section aside p {
  font-size: 20px;
  line-height: 26px;
  margin: 100px 0 0 0;
  text-align: center;
}

#diversity.action section aside p {
  margin: 65px 0 0 30px;
}

/**
 * Slideshow - Diversity
 */

#slideshow {
  background: #DCDCDC;
  height: 250px;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

#slideshow .scrollable {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 725px;
}

div.scrollable div {
  /*display: none;*/
  font-size: 32px;
  font-weight: bold;
  padding: 30px;
}

#slideshow .scrollable ul {
  height: 392px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20000px;
}

#slideshow .scrollable ul li {
  -moz-box-sizing: border-box;
  float: left;
  height: 392px;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 725px;
}

#slideshow .scrollable .scalable-button {
  width: 420px;
}

#slideshow .scrollable .scalable-button a {
  font-weight: normal;
  padding: 5px 16px;
}

#slideshow .navi {
  right: -2px;
  margin: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: auto;
}

#slideshow .navi a {
  background: #B0B0B0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /*height: 12px;*/
  margin: 0 2px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  /*width: 18px;*/
}

#slideshow .navi a:hover,
#slideshow .navi a.active {
  background: #727272;
}

#slideshow a.browse {
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  opacity: .4;
  filter: alpha(opacity = 40);
  position: absolute;
  text-indent: -100px;
  top: 110px;
  width: 30px;
}

#slideshow a.browse.left {
  background: url(/images/content/the-firm/slideshow/left-arrow.png) no-repeat;
  left: 0;
}

#slideshow a.browse.right {
  background: url(/images/content/the-firm/slideshow/right-arrow.png) no-repeat;
  right: 0;
}

#slideshow a.browse:hover {
  filter: alpha(opacity = 70);
  opacity: .7;
}

#slideshow a.browse.disabled {
  visibility: hidden !important;
}

/**
 * Locations
 */

#locations #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#locations.index #content ul.locations {
  border-top: 4px solid #4e4e4e;
  list-style: none;
  margin: 0;
  padding: 20px 10px 10px 0;
}

#locations.index #content ul.locations li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 12px;
  min-height: 430px;
  margin: 0 5px 0 0;
  width: 220px;
}

#locations.index #content ul.locations li h2 {
  font-size: 13px;
  margin: 0;
}

#locations.index #content ul.locations li img {
  background: #f0f0f0;
  height: 169px;
  width: 126px;
  margin-bottom: 5px;
}

#locations.index #content ul.locations li address {
  width: 180px;
}


/**
 * Locations > View
 */

#locations.view #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#locations.view #view h1 {
  text-transform: none;
}

#locations.view #content {
  float: left;
  min-height: 300px;
  width: 500px;
}

#locations.view #content {
  padding-top: 20px;
}

#locations.view #content img {
  float: left;
  width: 154px;
  height: 208px;
}

#locations.view #content div.address {
  margin-left: 175px;
  min-height: 208px;
  text-align: left
}

#locations.view #content div.map {
  border-top: 1px solid #b2b2b2;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}


/**
 * Services
 */

#services #view {
  background: none;
}

#services #content {
  padding: 5px 20px;
}

#services #content #list {
  border-top: 4px solid #4e4e4e;
  padding: 15px 0;
}

#services #content #list ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33%;
}

#services #content #list ul li {
  line-height: 22px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#services #view #junction {
  display: none;
}

#services.view #view h1 {
  text-transform: none;
}

#services.view #content {
  border-right: 1px solid #b2b2b2;
  float: left;
  width: 712px;
}


/**
 * Attorneys > Search
 */

#attorneys #view h1 em {
  border-left: 1px solid #fff;
  color: #4e4e4e;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin-left: 3px;
  padding-left: 6px;
}

#attorneys #view h1 a {
  float: right;
  font-size: 13px;
  text-transform: none;
}

#attorneys #view #attorney-search ul.letters {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

#attorneys #view #attorney-search ul.letters li {
  display: inline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#attorneys #view #attorney-search ul.letters li:after {
  content: ' | ';
}

#attorneys #view #attorney-search ul.letters li.view-all:after {
  content: '';
}

#attorneys #view #attorney-search ul.letters li a {
  text-transform: uppercase;
  white-space: nowrap;
}

#attorneys #view #attorney-search ul.letters li a.active {
  background: #89183E;
  color: #FFF;
  padding: 3px;
  text-decoration: none;
}

#attorneys #view #attorney-search h2 {
  border-bottom: 4px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 13px;
  padding-bottom: 6px;
}

#attorneys #view #attorney-search form {
  margin-top: -10px;
}

#attorneys #view form#attorney-search-form fieldset {
  float: left;
  margin-right: 15px;
}

#attorneys #view form#attorney-search-form fieldset label {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

#attorneys #view form#attorney-search-form fieldset input[type="text"],
#attorneys #view form#attorney-search-form fieldset select {
  margin: 0;
  padding: 4px;
  width: 250px;
}

#attorneys #view form#attorney-search-form fieldset select {
  width: 262px;
}

#attorneys #view form#attorney-search-form fieldset div.buttons {
  padding-top: 18px;
  text-align: right;
}

#attorneys #view form#attorney-search-form fieldset div.buttons input[type="reset"],
#attorneys #view form#attorney-search-form fieldset div.buttons #reset-button {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
}

#attorneys #view form#attorney-search-form fieldset div.buttons input[type="submit"] {
  background: #89183E;
  border: 1px solid #89183E;
  color: #fff;
  cursor: pointer;
    font-size:12px;
  padding: 2px 8px;
}

#attorneys.index #view #junction,
#attorneys.search #view #junction {
  display: none;
}


/**
 * Attorneys > View
 */

#attorneys.view #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#attorneys.view #sidebar img.photo {
  background: #5d534d;
  width: 130px;
  height: 163px;
}

#attorneys.view #sidebar hr {
  border-top: 4px solid #b0afaf;
  margin: 10px 0;
  padding: 0;
}

#attorneys.view #sidebar h3 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

#attorneys.view #sidebar ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}

#attorneys.view #sidebar ul li {
  margin: 0;
  padding: 0;
}

#attorneys.view #sidebar ul#attorney_social_networks li a{
  display: block;
  line-height: 20px;
  padding-left: 20px;
  vertical-align: middle;
}

#attorneys.view #sidebar ul#attorney_social_networks a#attorney_social_facebook {
  background: url('/images/icons/social/facebook.gif') left center no-repeat;
}

#attorneys.view #sidebar ul#attorney_social_networks a#attorney_social_twitter {
  background: url('/images/icons/social/twitter.gif') left center no-repeat;
}

#attorneys.view #sidebar ul#attorney_social_networks a#attorney_social_linkedin {
  background: url('/images/icons/social/linkedin.gif') left center no-repeat;
}

#attorneys.view #sidebar ul#attorney_social_networks a#attorney_social_youtube {
  background: url('/images/icons/social/youtube.gif') left center no-repeat;
}

#attorneys.view #view h1 {
  text-transform: none;
}

#attorneys.view #content div.info {
  display: none;
}

#attorneys.view #content .custom h3 {
  font-size: 12px;
  font-style: italic;
  margin-left: 8px;
}

#attorneys.view #content .custom ul li.more {
  font-size: 10px;
  list-style: none;
  padding-top: 5px;
}

#attorneys.view #content .custom ul li.more a,
#attorneys.view #content .publications > a,
#services.view #content ul.truncate a {
  background: url(../images/content/bgs/dt-arrow.png) 4px 0px no-repeat;
  color: #89183E;
  display: block;
  font-size: 11px;
  padding-left: 12px;
}

#attorneys.view #content .custom ul li.more a.expanded,
#attorneys.view #content .publications a.hide,
#services.view #content ul.truncate a.hide {
  background: url(../images/content/bgs/dt-arrow.png) 4px -15px no-repeat;
}

#services.view #content ul.truncate a {
  margin: 16px 0 0 -40px;
}

#attorneys.view #content ul li {
  text-align: left;
}

#attorneys.view #content ul li ul li ul li {
  list-style-type: disc;
}

#attorneys.view #content dl dt a {
  color: #89183E;
  font-size: 11px;
  margin: -10px 0 0 9px;
}

#attorneys.view #content dl dt a.expanded {
  margin-bottom: 4px;
}

#attorneys.view #content {
  padding: 0 20px;
}

#attorneys.view #content .bio {
  padding-top: 16px;
}

#attorneys.view #content .bio p {
  margin-top: 0;
}

#attorneys.view #content .bio p:last-child {
  margin-bottom: 0;
}

#attorneys.view #content p,
#attorneys.view #content h2,
#attorneys.view #content ul {
  line-height: 16px;
  margin: 16px 0;
}

#attorneys.view #content ul.tabs {
  height: 21px;
  margin-bottom: 0;
}

#attorneys.view #content dl,
#attorneys.view #content dl dt,
#attorneys.view #content dl dd {
  margin: 0;
  padding: 0;
}

#attorneys.view #content dl {
  margin-top: 24px;
}

#attorneys.view #content ul li ul {
  margin: 0;
}

#attorneys .more span {
  font-size: 10px;
}


/**
 * Blog
 */

#blog #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#blog #sidebar h3 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

#blog #sidebar ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}

#blog #sidebar ul li {
  margin: 0;
  padding: 0;
}
#blog #sidebar ul li.widget_search{margin-top:20px;}
#blog #view h1 {
  text-transform: none;
}

#blog #content ul li {
  text-align: left;
}

#blog #content ul li ul li ul li {
  list-style-type: disc;
}


/**
 * News and Events
 */

#news-and-events #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#news-and-events #view table {
  border-top: 4px solid #4e4e4e;
}


/**
 * News & Events > Index
 */

#news-and-events.index #content h2 {
  background: #f3eaca;
  color: #89183E;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0 5px 6px;
  position: relative;
}

#news-and-events.index #content h2 a {
  position:absolute;
  right:0;
  font-size: 11px;
  font-weight: normal;
  padding:0 20px 0 0;
  text-transform: uppercase;
  text-decoration:none;
}

#news-and-events.index #content h2 a.rss {
	right:60px;
	padding-left:16px;
	background:url(/images/blog/rss-11x11.gif) 0 50% no-repeat;
}

#news-and-events.index #view table {
  border-top: none;
}


/**
 * News & Events > Event
 */

#news-and-events.event #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#news-and-events.event #content {
  float: left;
  width: 500px;
}

/**
 * Publications & Resources
 */

#publications #view,
#resources #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#publications #sidebar ul#subnav li:first-child {
  border-bottom: 4px solid #b0afaf;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#publications #view table {
  border-top: 4px solid #4e4e4e;
}

#resources div#sidebar h3 {
  font-size: 12px;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
}

#resources div#sidebar h3.first {
  margin: 0;
}

#resources div#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#resources div#sidebar ul li a {
  display: block;
  margin: 7px 0;
}

#resources div#sidebar ul.connect li a {
  padding: 0 0 0 20px;
}

#resources div#sidebar ul li.facebook {
  background: url(/images/icons/social/facebook.gif) no-repeat left center;
}

#resources div#sidebar ul li.twitter {
  background: url(/images/icons/social/twitter.gif) no-repeat left center;
}

#resources div#sidebar ul li.linkedin {
  background: url(/images/icons/social/linkedin.gif) no-repeat left center;
}

#resources div#sidebar select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  width: 160px;
}

#resources img.vimeo {
  border: 2px solid #eee;
  display: block;
}

#resources img.vimeo:hover {
  border: 2px solid #cdcdcd;
}

#resources table.videos tr td a {
  display: block;
  font-size: 11px;
  text-align: center;
  padding: 5px 0 3px 0;
  width: 104px;
}

#resources table tr.first td {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#resources table tr.grid td {
  border-bottom: none;
}

#resources table tr.first td h3,
#resources table tr.first td h3 a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

#resources table tr.first td h3 a {
  font-size: 13px;
  font-style: normal;
  margin: 10px 0 0 3px;
}

/**
 * Publications > Index
 */

#publications.index #content h2 {
  background: #f3eaca;
  color: #89183E;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0 5px 6px;
  position: relative;
}

#publications.index #content h2 a {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
}

#publications.index #view table {
  border-top: none;
}


/**
 * Publications > View
 */

#publications.view #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#publications.view #content {
  float: left;
  width: 500px;
}


/**
 * Publications > Sign Up
 */

#publications.sign-up #content form {
  border-top: 4px solid #4e4e4e;
  padding-top: 20px;
}

#publications.sign-up #content form p {
  font-style: italic;
  margin-top: 0;
}

#publications.sign-up #content form fieldset.left {
  float: left;
  margin-right: 15px;
  width: 260px;
  height: 300px;
}

#publications.sign-up #content form fieldset label {
  display: block;
}

#publications.sign-up #content form fieldset input[type="text"],
#publications.sign-up #content form fieldset select {
  margin-bottom: 8px;
}

#publications.sign-up #content form fieldset input[type="text"] {
  width: 254px;
}

#publications.sign-up #content form fieldset select {
  width: 258px;
}

#publications.sign-up #content form fieldset.publications {
  width: 550px;
}

#publications.sign-up #content form fieldset.publications label {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 260px;
}

#publications.sign-up #content form fieldset.buttons {
  width: 100%;
  padding: 20px 0;
  text-align: left;
}

#publications.sign-up #content form fieldset.buttons input[type="reset"] {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#publications.sign-up #content form fieldset.buttons input[type="submit"] {
  background: #89183E;
  border: 1px solid #89183E;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

/**
 * Careers
 */

#careers #view,
#lateral-attorneys #view,
#law-students #view,
#staff #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#careers #content,
#lateral-attorneys #content,
#law-students #content,
#staff #content {
  float: left;
  width: 500px;
}


/**
 * Lateral Attorneys
 */

#lateral-attorneys.index #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}


/**
 * Lateral Attorneys / Staff > Current Openings
 */

#lateral-attorneys.current-openings #content h2,
#staff.index #content h2,
#staff.current-openings #content h2 {
  background: #f3eaca;
  color: #89183E;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
  text-indent: 6px;
}


/**
 * Law Students
 */

#law-students.index #view,
#law-students.campus-visits #view,
#law-students.summer-programs #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#law-students.index #content,
#law-students.summer-programs #content,
#law-students.campus-visits #content {
  float: left;
  width: 500px;
}

/**
 * Contact
 */

#contact #content {
  background: #f3eaca;
  padding: 10px 20px;
}

#contact #view form {
  margin: 24px auto;
  text-align: left;
  width: 535px;
}

#contact #view form h2 {
  border-bottom: 4px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 13px;
  padding-bottom: 6px;
}

#contact #view form fieldset label {
  display: block;
}

#contact #view form fieldset input[type="text"],
#contact #view form fieldset select {
  margin-bottom: 8px;
}

#contact #view form fieldset input[type="text"] {
  width: 254px;
}

#contact #view form fieldset select {
  width: 258px;
}

#contact #view form fieldset.left {
  float: left;
  width: 260px;
}

#contact #view form fieldset.right {
  float: right;
  width: 260px;
}

#contact #view form fieldset.middle {
  clear: both;
}

#contact #view form fieldset.middle label.terms {
  padding: 15px 0;
}

#contact #view form fieldset.buttons {
  padding-top: 16px;
  text-align: left;
}

#contact #view form fieldset.buttons input[type="reset"] {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#contact #view form fieldset.buttons input[type="submit"] {
  background: #89183E;
  border: 1px solid #89183E;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#contact #view #junction {
  display: none;
}


/**
 * Site Map
 */

#site-map.index #view div.col {
  float: left;
  text-align: left;
  width: 33%;
}

#site-map.index #view div.col h2 a {
  color: #a5221a;
  text-decoration: none;
}

#site-map.index #view #junction {
  display: none;
}


/**
 * Legal
 */

#legal.disclaimer #view #junction {
  display: none;
}


/**
 * Emergency
 */

#emergency #view {
  background: none;
}

#emergency #view #junction {
  display: none;
}

#search #view #junction {
  display: none;
}


/**
 * Special
 */

#ron_messerly{
  height: 144px;
  padding: 12px;
  background: #f8f3e1;
}

#ron_messerly img {
  border: 2px solid #fff;
}

#ron_messerly .img {
  float: left;
  width: 124px;
}

#ron_messerly .desc {
  margin-left: 144px;
  width: 300px;
}

#content #ron_messerly .desc h2 {
  font-size: 14px;
  margin: 20px 0 6px 0;
  text-transform: uppercase;
}

#content #ron_messerly .desc p {
  margin: 0 0 18px 0;
  line-height: 18px;
}

#ron_messerly .desc a {
  text-decoration: none;
}


/**
 * Tablet Layout
 *

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

  body {
    min-width: 768px;
    padding: 0;
  }

  #wrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-width: 0;
    width: auto;
  }

  #banner,
  #index #banner {
    background: none;
    height: auto;
  }

  #banner,
  #banner img {
    width: 100%;
  }

}

 */


/**
 * Mobile Layout
 */

@media only screen and (max-width: 480px) {

  body {
    min-width: 320px;
  }

  #adminbar {
    display: none;
  }

  #wrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    padding-top: 10px;
    width: auto;
  }

  ul#nav {
    background: none;
    height: auto;
    padding-top: 5px;
    width: auto;
  }

  ul#nav li {
    background: #5d534d;
    border-top: 1px solid #6a615c;
    display: block;
    float: none;
  }

  ul#nav li a,
  ul#nav li.active a,
  ul#nav li.active a:hover {
    border: none;
    font-size: 13px;
    line-height: 23px;
    padding: 0;
  }

  #banner {
    display: none;
  }

  #header {
    height: auto;
    margin-bottom: 0;
    text-align: center;
  }

  #header a img.logo {
    display: block;
    float: none;
    margin: 0 auto;
  }

  #header form fieldset {
    border-left: none;
    float: none;
    margin-top: 8px;
    padding-left: 0;
  }

  #header form fieldset a {
    display: none;
  }

  #junction {
    display: none;
  }

  #sidebar {
    background: #f3eaca;
    border-top: 5px solid #fff;
    clear: both;
    float: none;
    padding: 20px;
    padding: 0;
    width: auto;
  }

  #sidebar ul#subnav {
    border-top: 1px solid #e2dac0;
  }

  #sidebar ul#subnav li {
    border-bottom: 1px solid #e2dac0;
    line-height: 30px;
    margin: 0;
  }

  #sidebar ul#subnav li.active {
    background-color: #d5d3b5;
  }

  #sidebar ul#subnav li a {
    display: block;
    padding: 0 20px;
  }

  #sidebar ul#subnav li ul#ternav li {
    padding: 0 0 0 15px;
  }

  #sidebar form {
    padding: 0 20px 20px 20px;
  }

  #sub {
    float: none;
    padding: 0;
    width: auto;
  }

  #content {
    border: none;
    float: none;
    padding: 0 20px;
    text-align: left;
    width: auto;
  }

  #related {
    border-top: 1px solid #bcbcbc;
    clear: both;
    float: none;
    margin: 20px;
    padding: 0;
    width: auto;
  }

  #related blockquote img {
    float: left;
    margin-right: 16px;
  }

  #related blockquote cite {
    clear: left;
  }

  #footer {
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }

  #footer ul.left,
  #footer ul.right {
    float: none;
    margin: 0;
    padding: 0;
  }

  #footer ul.right {
    margin: 10px 0;
  }


  /* Home */

  #index #view {
    background: url(/images/content/home/background.gif) left top repeat-y;
  }

  #index #content {
    float: none;
    padding: 20px;
    width: auto;
  }

  #index #sidebar {
    background: #d5d3b5;
    border-top: 5px solid #fff;
    float: none;
    width: auto;
  }


  /* locations */

  #locations.index #content ul.locations {
    border-top: none;
    min-height: 1px; /* Fixes an IE7 bug */
  }

  #locations.index #content ul.locations li {
    border-top: 1px solid #bcbcbc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 15px 0 15px 140px;
    min-height: 169px;
    width: 100%;
  }

  #locations.index #content ul.locations li img {
    float: left;
    height: auto;
    margin-left: -140px;
  }

  #locations.view #content img {
    width: 120px;
    height: 160px;
  }

  #locations.view #content div.address {
    min-height: 160px;
    margin-left: 135px;
  }

  #locations.view #content div.map {
    width: 100%;
    overflow: hidden;
  }


  /* services */

  #services #content #list ul {
    float: none;
    width: auto;
  }

  #services #content #list ul li {
    white-space: normal;
  }


  /* attorneys */

  #attorneys #view #attorney-search ul.letters {
    text-align: center;
  }

  #attorneys #view table thead tr th.title,
  #attorneys #view table thead tr th.location,
  #attorneys #view table thead tr th.email,
  #attorneys #view table thead tr th.vcard,
  #attorneys #view table tbody tr td.title,
  #attorneys #view table tbody tr td.location,
  #attorneys #view table tbody tr td.email,
  #attorneys #view table tbody tr td.vcard {
    display: none;
  }

  #attorneys #view form#attorney-search-form fieldset {
    float: none;
    margin: 0;
  }

  #attorneys #view form#attorney-search-form fieldset input[type="text"],
  #attorneys #view form#attorney-search-form fieldset select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  #attorneys.view #content div.info {
    display: block;
    margin: 20px 0;
  }

  #attorneys.view #content div.info img {
    float: left;
    margin-right: 20px;
  }

  #attorneys.view #content div.info ul,
  #attorneys.view #content div.info ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #attorneys #view #sidebar {
    background: none;
    padding: 20px;
  }

  #attorneys #view #sidebar div.info {
    display: none;
  }

  #attorneys.view #content ul.tabs {
    border: 0;
    display: block;
    height: auto;
  }

  #attorneys.view #content ul.tabs li {
    margin-bottom: 4px;
  }

  #attorneys.view #content ul.tabs li a.active,
  #attorneys.view #content ul.tabs li a.current {
    border-bottom: 1px solid #ccc;
  }


  /* contact us / sign up */

  #contact #view form {
    margin: 20px;
    width: auto;
  }

  #publications.sign-up #view form {
    width: auto;
  }

  #contact #view form fieldset.left,
  #contact #view form fieldset.right,
  #publications.sign-up #content form fieldset.left,
  #publications.sign-up #content form fieldset.right {
    float: none;
    margin-right: 0;
    width: auto;
  }


  #contact #view form fieldset input[type="text"],
  #contact #view form fieldset select,
  #contact #view form fieldset textarea,
  #publications.sign-up #view form fieldset input[type="text"],
  #publications.sign-up #view form fieldset select,
  #publications.sign-up #view form fieldset textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
  }

  #publications.sign-up #content form fieldset.publications label {
    display: block;
    float: none;
  }


  /* site map */

  #site-map.index #view div.col {
    float: none;
    width: auto;
  }


  /* grouped rules */

  #the-firm #view,
  #locations #view,
  #locations.view #view,
  #attorneys.view #view,
  #news-and-events #view,
  #news-and-events.event #view,
  #publications #view,
  #publications.view #view,
  #careers #view,
  #lateral-attorneys #view,
  #lateral-attorneys.index #view,
  #law-students #view,
  #law-students.index #view,
  #law-students.campus-visits #view,
  #law-students.summer-programs #view,
  #staff #view {
    background: none;
  }

  #locations.view #content,
  #services.view #content,
  #attorneys.view #content,
  #news-and-events.view #content,
  #news-and-events.event #content,
  #publications #content,
  #publications.view #content,
  #careers #content,
  #careers.view #content,
  #lateral-attorneys #content,
  #lateral-attorneys.index #content,
  #law-students #content,
  #law-students.index #content,
  #law-students.summer-programs #content,
  #law-students.campus-visits #content,
  #staff #content  {
    border: none;
    float: none;
    width: auto;
  }


  /* efolio */

  #efolio {
    margin-top: 0;
    top: 10px;
  }

  #efolio .panel ul.queue {
    height: 206px;
  }


  /* misc */

  .hide-on-phones {
    display: none;
  }

}
