
html {
  font-size: 100.01%;
}
body {
  font-size: 90%;
  color: #504a3d;
  font-family: Arial, Helvetica, Sans-Serif;
}

::-moz-selection {
  background: #ac1e4d;
  color: #ffffff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #ac1e4d;
}
a {
  color: #007db5;
}
a:hover,
a:focus {
  color: #026895;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #ac1e4d;
}
h1 {
  font-size: 3em;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0.8em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
figure img {
  width: 100%;
  height: auto;
  display: block;
}
figcaption {
  font-size: small;
  font-style: italic;
  color: #666666;
}
ul,
ol,
dl {
  margin: 0;
  margin-bottom: 1.5em;
}
form {
  margin-bottom: 1.5em;
}
form ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
form ul li {
  *zoom: 1;
  margin-bottom: 1.5em;
}
form ul li:after {
  content: "";
  display: table;
}
form ul li:after {
  clear: both;
}
form ul li:before,
form ul li:after {
  content: "";
  display: table;
}
form ul li:after {
  clear: both;
}
fieldset {
  margin: 0;
  padding: 1.5em;
}
label {
  display: block;
}
label.inline {
  display: inline;
  padding-right: 24px;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.3em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  font-family: Arial, Helvetica, Sans-Serif;
}
select {
  width: 100%;
  height: 2.1em;
  margin-bottom: 0.9em;
  border: 1px solid #cccccc;
  font-family: Arial, Helvetica, Sans-Serif;
}
input[type="range"],
input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  font-family: Arial, Helvetica, Sans-Serif;
}
input[type="range"] {
  height: 1.4em;
}
input[type="color"] {
  width: 1.5em;
  font-family: Arial, Helvetica, Sans-Serif;
}
input[type="time"] {
  margin: 0 0 0.55em;
}
progress,
meter {
  display: block;
  width: 100%;
  height: 1.5em;
}
input[type="submit"],
input[type="button"] {
  border: 1px solid #cccccc;
  background: #ddd;
  padding: 0.1em 0.4em;
  margin: 0 20px 0 0;
  font-family: Arial, Helvetica, Sans-Serif;
  line-height: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #cccccc;
}
thead {
  text-align: left;
  font-weight: bold;
}
tbody tr:nth-child(even) td {
  background: #dddddd;
}
tfoot {
  font-style: italic;
}
tfoot td,
tfoot th {
  padding: .75em 10px;
}
th,
td,
caption {
  border: 1px solid #cccccc;
}
td,
th {
  padding: 0 10px 0 10px;
  line-height: 1.45em;
}
caption {
  border-bottom: 0;
  padding: .75em 10px;
  line-height: 1.45em;
  text-align: left;
  font-style: italic;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 140%;
}
blockquote {
  margin: 0 1.5em 1.5em;
  font-style: italic;
}
mark {
  line-height: 1.5;
  background: #ac1e4d;
  color: #ffffff;
}
del {
  color: #dddddd;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
ins,
small {
  line-height: 1.5;
}
kbd,
samp {
  line-height: 1.4;
}
hr {
  background: #cccccc;
  color: #cccccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}
/**
 * Grid
 *
 * Set up responsive grid system.
 * 
 * This is heavily infleuenced by the Semantic Grid http://semantic.gs
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* Utility variable — you should never need to modify this */
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack */
/* Ensure grid columns are set to border-boxes. This is essential */
/* Our row container */
/* Our column container */
/* Push adds left padding */
/* Pull adds right padding */
body {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}

.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
h1 a {
  color: #000;
}
h1 span {
  color: #000;
}
h3 {
  color: #000;
}
header {
  width: 100%;
  background: #000;
}
header .wrapper {
  width: 1020px;
  padding-right: 0;
}

main {
  padding-right: 0;
  margin-top: 35px;
  width: 100%;
}
main p.my_term-archive {
  float: left;
  margin-right: 40px;
}
main p.my_term-archive a {
  display: block;
  margin-bottom: 3px;
}
main.contact-us {
  color: #ccc;
}
main.contact-us textarea,
main.contact-us input {
  border: 1px solid #1497d7;
}
main div.column1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: 50%;
  padding: 0 10;
  *width: 44.79166667%;
  *padding: 0 9.94791667%;
  float: left;
}
main div.column1 strong {
  color: #000;
}
main div.column1 p {
  margin-bottom: 0px;
}
main div.column1 a {
  text-decoration: none;
  color: #999;
}
main div.column1 a:hover {
  color: #1497d7;
}
main div.column1 h6 {
  color: #000;
}
main div.column2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: 50%;
  padding: 0 10;
  *width: 44.79166667%;
  *padding: 0 9.94791667%;
  float: left;
}
main div.column2 p {
  margin-bottom: 0px;
}
main div.column2 a {
  text-decoration: none;
  color: #999;
}
main div.column2 a:hover {
  color: #1497d7;
}
main div.column2 h6 {
  color: #000;
}
main h1.sub-loop-title {
  font-size: 20px;
}

main a.area-of-practice {
  color: #999;
  text-decoration: none;
}
main a:hover.area-of-practice {
  color: #1497d7;
}
main section.meta {
  color: #000;
  font-weight: bold;
}
main section.meta a {
  text-decoration: none;
}
main section.meta a span.entry-date {
  color: #000;
  font-weight: normal;
}
main section.summary {
  color: #ccc;
}
main section.content h5 {
  color: #000;
}
main section.content ul {
  list-style: none;
}
main section.content li a {
  color: #ccc;
  text-decoration: none;
}
main section.content li a:hover {
  color: #007db5;
}
main .twocol div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 9px;
  *width: 44.79166667%;
  *padding: 0 8.94791667px;
}
main .threecol div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333333%;
  padding: 0 9px;
  *width: 28.125%;
  *padding: 0 8.94791667px;
}
main div .first {
  padding-left: 0px;
}
main div .last {
  padding-right: 0px;
}
footer {
  width: 100%;
  background: #FFF;
}
footer nav {
  font-size: 11px;
  text-align: left;

  display: inline;
  float: left;
  width: 66.66666667%;
  padding: 0 9px;
  *width: 61.45833333%;
  *padding: 0 8.94791667px;
  padding: 0px;
  float: right;
}
footer nav div.menu-footer-menu-container {

  display: inline;
  float: left;
  width: 37.5%;
  padding: 0 0;
  border-top: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
footer nav ul.menu {
  padding: 0;
  list-style-type: none;
}
footer nav ul.menu li {
  float: left;
  margin-right: 9px;
}
footer nav ul.menu li a {
  text-decoration: none;
  color: #000;
}
footer nav ul.menu li a:hover {
  color: #007db5;
}
footer nav span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 62.5%;
  padding: 0 0;
  *width: 57.29166667%;
  *padding: 0 -0.05208333%;
  border-top: 1px solid #ccc;
  height: 32px;
  float: right;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: right;
}

/* ----- Styles added over weekend ----- */
/* ----- General Structure ----- */
.wrapper {
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
  padding-right: 30px;
  padding-left: 30px;
}
nav.menu-nav {
  display: inline;
  width: 26%;
  padding: 0;
  float: left;

}
main.thirdright {
  display: inline;
  float: left;
  width: 71%;
  padding-left: 3%;
  padding: 0;
  float: right;
}
footer nav {
  width: 71%;
  margin-top: 50px;
}
header {
  height: 230px;
  background: #000;

}
.header-wrapper {
  width: 1050px;
  margin: 0 auto;
  background-image: url('../images/web-banner.png');
  background-repeat: no-repeat;
  background-position: right;
}
.site-logo img {
  margin-top: 28px;
}
/* ----- Menu ----- */
nav.menu-nav {
  padding: 0;
}
header .wrapper {
  padding-left: 0; /* need to sort */
}
ul.main-menu {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
    width: 249px;

}
  ul.main-menu li {
    width: 100%;
    background-color: #000;
  }
    ul.main-menu li:hover, ul.main-menu > li.current_page_item, .current-menu-parent { background-color: #007db5 !important; }
    ul.main-menu li a {
      color: #fff;
      display: block;
      width: 90%;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 0 10px 10%;
      border-bottom: 1px solid #fff;
      letter-spacing: 1px;
    }
    ul.main-menu li ul li a.active { color: #000;}
      ul.main-menu li ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
      }
      ul.main-menu li ul li {
        background-color: #026895;
      }
        ul.main-menu li ul li a {
          padding-left: 15%;
          width: 85%;
          font-size: 90%;
        }
.menu-item-has-children {

}
.menu-arrow {
  float: right;
  padding-right: 20px;
}
/* Active parent links - when sub-menu is open */
.dcjq-accordion ul a.dcjq-parent.active {
  background-color: #007db5;
}
.dcjq-accordion ul a.dcjq-parent.active::after
  {
    content: "\25BC";
    display: inline;
    float: right;
    padding-right: 20px;
  }

/* Parent links only */
.dcjq-accordion ul a.dcjq-parent::after
  {
    content: "\25BA";
    display: inline;
    float: right;
    padding-right: 20px;
  }
.social-icon {
  margin: 5px 5px
}
/* ----- Font Changes ----- */
h4 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h3, h3 a {
  font-size: 1em;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

/* ----- Advocate Archive page & Single Advocate page ----- */
form#order, form#sen-order {
  margin-bottom: 15px;
  width: 40%;
  float: left;
  margin-right: 10%;
}
.advocate-panel {
  width: 22%;
  margin-right: 3%;
  float: left;
  height: 280px;
}
  .advocate-panel p {
    margin: 0;
  }
  .advocate-img-small {

  }
  .advocate-img-small img {
    width: calc(100% - 2px);
    border: 1px solid grey;
    height: auto;
  }

#column-left {
  width: 35%;
  float: left;
}
#column-right {
  width: 62%;
  margin-left: 3%;
  float: left;
}
  .advocate-img-large img {
    width: calc(100% - 2px);
    border: 1px solid grey;
    height: auto;
  }
.remove-bottom {
  margin-bottom: 0;
}
p {
  color: grey;
}
strong {
  color: #000;
}
h5 {
  color: #007db5;
}
h5.cv-link a {
  color: #000;
}
  h5.cv-link:hover a {
    color: #007db5;
  }
.header-grey {
  color: grey;
}
.header-blue {
  color: #007db5;
}
ul.areas-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}
  ul.areas-list li a {
    color: grey;
    text-decoration: none;
  }

/* ----- Clerk Page ----- */
.clerk-panel {
  width: 31%;
  margin-right: 2%;
  float: left;
}
  .clerk-panel > p {
    display: block;
    hyphens: auto;
    word-break: break-word;
  }
  .clerk-text p {
    margin-top: 20px;
    line-height: 1.3em;
  }
.nav-search {
  padding: 0;
  margin: 0;
}
#search-form {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
  #nav-input {
    width: 192px;
    float: left;
    padding: 0.3em 0 0.3em 20px;
    margin: 0;
  }
  #nav-submit {
    width: 35px;
    float: left;
    padding: 0.3em 0;
    margin: 0;
    border-radius: 0;
    background-color: #007db5;
    color: #fff;
    border-left: none;
    border-color: #007db5;
  }

/* ----- Search Results ----- */
#search-results {
  min-height: 400px;
}
#search-results .search-result:last-child {
  border: 0;
}
.search-result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}
  .search-reult:last-child {
    border: 0;
  }
.search-result p {
  margin-bottom: 0;
}
.post-date {
  margin-bottom: 25px;
}
body {
  background: rgba(204,204,204,1);
  background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(153,153,153,1)));
  background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999', GradientType=0 );
}
html {
  background-color: #999999;
  overflow-y: scroll;
}
#mobile-nav {
  display: none;
}

/* ---- POST STYLES ---- */
.entry-content img {
  margin: 0 0 1.5em 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.blue-title {
  color: #007db5;
}