@import url(//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css);
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.mgc-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
/* change box model */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 18px;
  font-family: 'Microsoft YaHei',Arial,sans-serif;
  font-weight: 200;
  color: #75787b;
}
#ie8 body {
  font-family: 'Arial';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.125em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: .875em;
}
h6 {
  font-size: .75em;
}
p,
ul,
ol,
dl {
  font-size: 1em;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #d76b00;
}
a:hover {
  text-decoration: underline;
  color: #d76b00;
}
article,
.text-content {
  line-height: 1.66em;
  color: #000;
}
article p,
.text-content p,
article ul,
.text-content ul,
article ol,
.text-content ol,
article h1,
.text-content h1,
article h2,
.text-content h2,
article h3,
.text-content h3,
article h4,
.text-content h4,
article h5,
.text-content h5,
article h6,
.text-content h6 {
  margin-bottom: 1em;
}
article p,
.text-content p {
}
article ol,
.text-content ol {
  list-style: decimal;
  padding-left: 20px;
}
article ul,
.text-content ul {
  list-style: disc;
  padding-left: 20px;
}
article ul ul,
.text-content ul ul,
article ul ol,
.text-content ul ol,
article ol ol,
.text-content ol ol,
article ol ul,
.text-content ol ul {
  margin-bottom: 0;
}
article h3,
.text-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: .125em;
}
body strong,
body b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
body em {
  font-style: italic;
}
/* WordPress Default Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
blockquote {
  font-style: italic;
  margin: 1em 0;
  padding: .5em 15px;
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* PRINT STYLES */
@media print {
  #topbar,
  .mainmenu,
  .social-links,
  #mobile-menu,
  #attorney-search,
  #bottombar,
  .vcard {
    display: none;
  }
  @page {
    margin: 0.5cm;
  }
  .logo {
    padding-left: 5px!important;
    float: right!important;
    margin-top: 10px!important;
  }
  a {
    font-size: 12px;
    color: #D6001C;
  }
  .title {
    font-size: 30px!important;
  }
  .subtitle {
    font-size: 24px!important;
  }
  a:link:after,
  img a:visited:after {
    content: "";
  }
  .content-header {
    padding-top: 20px!important;
  }
  .search-results {
    margin-top: 10px!important;
  }
  .post-title {
    font-size: 30px!important;
  }
  .number,
  .results-title {
    font-size: 24px!important;
  }
  .number {
    vertical-align: middle!important;
  }
  .content-header {
    border: none!important;
  }
  .info {
    float: left!important;
    padding-right: 10px;
    width: 70%;
  }
  .image {
    display: inline!important;
    float: left!important;
    padding-right: 20px!important;
  }
  .attorney-sidebar {
    float: left!important;
    width: 100%;
    padding-bottom: 20px!important;
  }
  a.email-link:link:after {
    content: " (" attr(href) ") ";
  }
  .post-content {
    padding-top: 0px!important;
  }
  .description {
    padding-bottom: 10px!important;
  }
  footer.site {
    margin-top: 10px!important;
  }
  .featured-list {
    padding-top: 20px!important;
    padding-bottom: 0px!important;
  }
  .featured-list-item {
    height: 100px!important;
  }
  .icon img {
    width: 50%;
  }
  .post-title {
    margin-bottom: 20px!important;
  }
  .tb {
    display: block!important;
  }
}
 .back-to-search {
  display:block;
  margin-bottom:20px;
 }