/**
 * Stone & Vaughan, PLLC — port of the old Drupal 7 "jackson" theme
 * (LevelTen Interactive), recreated from the archive.org capture of
 * www.stonevaughanlaw.com. Fixed 960px desktop layout with a small
 * responsive addendum at the end.
 */

/* Reset (from the jackson theme reset.css)
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* Utilities
-------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* Main styles
-------------------------------------------------------------- */
body {
  background-color: #ffffff;
  color: #4F4E4E;
  font: normal 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 5px 0;
  color: #3d5454;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0;
  color: #3d5454;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0;
  color: #3d5454;
}
h4 {
  font-size: 13px;
  margin: 5px 0;
  color: #3d5454;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited {
  color: #4F4E4E;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #4F4E4E;
  text-decoration: underline;
}
p {
  margin: 10px 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  padding-left: 30px;
  margin-left: 10px;
  font-style: italic;
}
ol {
  list-style-type: decimal;
  margin-left: 25px;
}
#main ul li {
  margin-left: 20px;
  list-style: disc;
}
ul.links.inline {
  display: block;
  margin-bottom: 20px;
  background-color: #F6F6F6;
}
ul.links.inline li {
  display: inline;
  padding: 0 10px;
}
#main ul.links.inline li {
  margin-left: 0;
  list-style: none;
}
a {
  color: #CF710C;
  text-decoration: none;
}
a:hover {
  color: #CF710C;
  text-decoration: underline;
}

/* Layout
-------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}

/* Page styles
-------------------------------------------------------------- */
#page-wrapper {
  overflow: hidden;
}
#header {
  background: #193f3b url("../img/header-bg.5a1bd804a2d3.gif") repeat-x;
  height: 145px;
  width: 100%;
}
.header {
  height: 130px;
  padding-top: 15px;
}
.logo {
  float: left;
}
#site-name {
  position: absolute;
  text-indent: -9999px;
}

/* Primary navigation
-------------------------------------------------------------- */
.navigation {
  background: transparent url("../img/main-sprite.02a27305d34b.png") repeat-x scroll left top;
  height: 45px;
  margin-top: -45px;
}
#navigation li {
  background: transparent url("../img/main-sprite.02a27305d34b.png") repeat-x scroll left top;
  float: left;
  height: 45px;
  line-height: 45px;
}
#navigation li.active,
#navigation li:hover {
  background-position: left -45px;
}
#navigation a {
  color: #FFF;
  display: block;
  font-size: 15px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
#navigation a:hover,
#navigation a:visited {
  color: #FFF;
  text-decoration: none;
}

/* Banner
-------------------------------------------------------------- */
#banner-wrap {
  background: #102624 url("../img/main-sprite.02a27305d34b.png") repeat-x scroll center -90px;
  height: 333px;
  overflow: hidden;
  width: 100%;
}
#banner-wrap .content {
  margin-top: 15px;
}
#banner-wrap img {
  vertical-align: top;
}

/* Page content
-------------------------------------------------------------- */
#main-wrapper {
  background: transparent url("../img/content-bg.ed25d4874a20.gif") repeat-x scroll;
  width: 100%;
  padding-top: 5px;
}
#content-wrap {
  min-height: 400px;
}
#main {
  padding-bottom: 25px;
}

/* Messages
-------------------------------------------------------------- */
div.messages {
  margin: 15px auto;
  padding: 10px 15px;
  border: 1px solid #BE7;
  background-color: #F8FFF0;
  color: #234600;
}
div.messages.error {
  border-color: #ED541D;
  background-color: #FEF5F1;
  color: #8C2E0B;
}

/* Forms (contact page)
-------------------------------------------------------------- */
.form-item {
  margin: 15px 0;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-required {
  color: #F00;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item textarea {
  border: 1px solid #CCC;
  padding: 4px;
  font: inherit;
  color: inherit;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
}
.form-item textarea {
  max-width: 640px;
  height: 200px;
}
.form-item .description {
  font-size: 11px;
  color: #888;
}
.form-submit,
.form-button {
  background-color: #102624;
  border: 0;
  color: #FFF;
  cursor: pointer;
  overflow: visible;
  padding: 3px 5px;
  font: inherit;
}
.errorlist {
  color: #8C2E0B;
}
#main ul.errorlist li {
  margin-left: 0;
  list-style: none;
}

/* Blog (News and Views)
-------------------------------------------------------------- */
.node {
  margin-bottom: 25px;
}
.submitted {
  color: #888;
  font-size: 11px;
  margin-bottom: 10px;
}
.pager {
  text-align: center;
  margin: 20px 0;
}
.pager li {
  display: inline;
  padding: 0 5px;
}

/* Attorney profile
-------------------------------------------------------------- */
.profile-photo {
  float: left;
  margin: 10px 20px 10px 0;
}
.profile-contact {
  margin: 10px 0;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
  color: #4F4E4E;
  padding: 60px 0 10px;
}
#footer hr {
  border: 0;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  height: 2px;
  background: transparent;
}
#footer p {
  text-align: center;
}
#footer a {
  color: #cf710c;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .fine {
  font-size: 11px;
  color: #666;
  margin-top: 15px;
}
#levelten {
  text-align: center;
}

/* Responsive addendum (preserves the fixed desktop look >= 980px)
-------------------------------------------------------------- */
@media (max-width: 979px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
  #header {
    height: auto;
  }
  .header {
    height: auto;
    padding-bottom: 60px;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }
  .navigation {
    /* when the menu wraps to two rows the sprite would expose its orange
       hover band, so fall back to a solid nav color on the container */
    background: #4e6363;
    height: auto;
    min-height: 45px;
  }
  #main-menu {
    display: flex;
    flex-wrap: wrap;
  }
  #navigation a {
    padding: 0 14px;
  }
  #banner-wrap {
    height: auto;
    padding-bottom: 15px;
  }
  #banner-wrap .content {
    display: flex;
    gap: 4px;
  }
  #banner-wrap img {
    width: 31.5%;
    height: auto;
  }
}
