@charset "UTF-8";

@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}
html body {
  padding-top: 68px
}
html body div.wprm-wrapper {
  overflow: unset;
  overflow: unset
}
body {
  margin: 0;
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans','Helvetica';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
  background: #fff url(/wp-content/uploads/2020/02/shouse-bg.jpg) top center no-repeat;
  padding-top: 69px;
  background: 0 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0;
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 30px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 30px 0
}
pre {
  font-family: 'Open Sans','Helvetica';
  font-size: 1em
}
a {
  background-color: transparent;
  color: #0073e5;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out
}
a:focus {
  color: #333;
  text-decoration: none
}
a:hover {
  color: #333;
  text-decoration: none
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b {
  font-weight: bolder;
  font-weight: 700
}
strong {
  font-weight: bolder;
  font-weight: 700
}
code {
  font-family: 'Open Sans','Helvetica';
  font-size: 1em
}
kbd {
  font-family: 'Open Sans','Helvetica';
  font-size: 1em
}
samp {
  font-family: 'Open Sans','Helvetica';
  font-size: 1em
}
small {
  font-size: 80%
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
button:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%
}
input:focus {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #999;
  outline: 0
}
optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%
}
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 18px!important
}
textarea:focus {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #999;
  outline: 0
}
input[type=button] {
  -webkit-appearance: button;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
input[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
input[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText
}
input[type=button]:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input[type=button]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input[type=reset] {
  -webkit-appearance: button;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
input[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
input[type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText
}
input[type=reset]:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input[type=reset]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input[type=submit] {
  -webkit-appearance: button;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
input[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
input[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}
input[type=submit]:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
input[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  width: auto
}
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: auto
}
input[type=number]::-webkit-inner-spin-button {
  height: auto
}
input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
input[type=search]::-webkit-search-cancel-button {
  display: none
}
input[type=search]::-webkit-search-results-button {
  display: none
}
input::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden] {
  display: none
}
template {
  display: none
}
* {
  box-sizing: inherit
}
::after {
  box-sizing: inherit
}
::before {
  box-sizing: inherit
}
.author-box {
  margin-bottom: 40px
}
.author-box::before {
  content: " ";
  display: table
}
.author-box::after {
  clear: both;
  content: " ";
  display: table
}
.author-box .avatar {
  margin-right: 20px
}
.author-box p:last-child {
  margin-bottom: 0
}
.clearfix::before {
  content: " ";
  display: table
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table
}
.entry-content {
  padding-right: 15px
}
.entry-content::before {
  content: " ";
  display: table
}
.entry-content::after {
  clear: both;
  content: " ";
  display: table
}
.entry-content h3 {
  color: #1f1f1f;
  font-family: 'Open Sans','Helvetica';
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 40px
}
.entry-content h4 {
  font-weight: 600;
  margin-top: 40px;
  font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  font-size: 24px;
  color: #1f1f1f
}
.entry-content .button:focus {
  color: #fff
}
.entry-content .button:hover {
  color: #fff
}
.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%
}
.entry-content p.wp-caption-text {
  margin-bottom: 0
}
.entry-content .wp-audio-shortcode {
  margin: 0 0 30px
}
.entry-content .wp-playlist {
  margin: 0 0 30px
}
.entry-content .wp-video {
  margin: 0 0 30px
}
.entry-content .wpforms-container {
  margin-bottom: 40px
}
.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden
}
.entry-content .wpforms-form .wpforms-field-hp {
  display: none!important;
  left: -9000px!important;
  position: absolute!important
}
.entry-content ol {
  margin: 10px 0;
  padding-left: 40px
}
.entry-content ol > li {
  list-style-type: decimal
}
.entry-content ol ul > li {
  list-style-type: circle
}
.entry-content ol ol {
  margin-bottom: 0
}
.entry-content ul {
  margin: 10px 0;
  padding-left: 40px
}
.entry-content ul > li {
  list-style-type: disc
}
.entry-content ul ul {
  margin-bottom: 0
}
.entry-content ul ul > li {
  list-style-type: circle
}
.entry-content code {
  background-color: #f5f5f5
}
.entry-content p {
  font-size: 18px;
  color: #5d5d5d;
  font-family: 'Open Sans','Helvetica';
  line-height: 24px;
  margin-bottom: 15px;
  color: #3e3e3e;
  line-height: 26px
}
.entry-content p a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.entry-content p a:hover {
  color: #6d6d6d;
  border-color: #6d6d6d
}
.entry-content li {
  font-size: 18px;
  color: #5d5d5d;
  font-family: 'Open Sans','Helvetica';
  line-height: 24px
}
.entry-content td {
  font-size: 16px;
  color: #5d5d5d;
  font-family: 'Open Sans','Helvetica';
  line-height: 24px
}
.entry-content h2 {
  font-size: 30px;
  margin-top: 35px;
  font-family: 'Open Sans','Helvetica';
  line-height: normal;
  font-size: 32px
}
.entry-content h2 strong {
    font-family: 'Open Sans','Helvetica';
}
.entry-content .footnotes p {
  font-size: 12px
}
.entry-content .home-sidebar-form-title {
  display: none
}
.entry-content .home-sidebar-form-subtitle {
  display: none
}
.entry-content .home-sidebar-form {
  background: 0 0;
  padding: 0
}
.entry {
  margin-bottom: 40px
}
.entry::before {
  content: " ";
  display: table
}
.entry::after {
  clear: both;
  content: " ";
  display: table
}
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0
}
.footer-widgets::before {
  content: " ";
  display: table
}
.footer-widgets::after {
  clear: both;
  content: " ";
  display: table
}
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto
}
.footer-widgets .widget:last-child {
  margin-bottom: 0
}
.nav-primary {
  clear: both;
  padding-bottom: 5px;
  padding-top: 0;
  width: 100%;
  text-align: center
}
.nav-primary::before {
  content: " ";
  display: table
}
.nav-primary::after {
  clear: both;
  content: " ";
  display: table
}
.nav-primary .sub-menu {
  text-align: left
}
.nav-secondary {
  margin-top: 10px
}
.nav-secondary::before {
  content: " ";
  display: table
}
.nav-secondary::after {
  clear: both;
  content: " ";
  display: table
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5
}
.nav-secondary .menu-item {
  display: inline-block
}
.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0
}
.pagination {
  clear: both;
  margin: 60px 0
}
.pagination::before {
  content: " ";
  display: table
}
.pagination::after {
  clear: both;
  content: " ";
  display: table
}
.site-container {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  word-wrap: break-word;
  background: #fff url(../img/shouse-bg.jpg) top center no-repeat
}
.site-container::before {
  content: " ";
  display: table
}
.site-container::after {
  clear: both;
  content: " ";
  display: table
}
.site-container div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.site-container div.wpforms-container-full .wpforms-form input[type=submit] {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto
}
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.site-container button:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=button]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=button]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=reset]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=reset]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=submit]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed
}
.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300
}
.site-container .entry-content .wpforms-form textarea {
  padding: 15px
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px
}
.site-footer {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 40px
}
.site-footer::before {
  content: " ";
  display: table
}
.site-footer::after {
  clear: both;
  content: " ";
  display: table
}
.site-footer p {
  margin-bottom: 0
}
.site-header {
  padding: 0 30px;
  padding: 0 0
}
.site-header::before {
  content: " ";
  display: table
}
.site-header::after {
  clear: both;
  content: " ";
  display: table
}
.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px
}
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 15px 15px 0
}
.site-inner::before {
  content: " ";
  display: table
}
.site-inner::after {
  clear: both;
  content: " ";
  display: table
}
.widget::before {
  content: " ";
  display: table
}
.widget::after {
  clear: both;
  content: " ";
  display: table
}
.widget p:last-child {
  margin-bottom: 0
}
.widget ul > li {
  margin-bottom: 10px
}
.widget ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0
}
.wrap::before {
  content: " ";
  display: table
}
.wrap::after {
  clear: both;
  content: " ";
  display: table
}
.button {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  display: inline-block
}
.button:focus {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff
}
.gallery {
  overflow: hidden
}
.gallery img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #eee;
  height: auto;
  padding: 4px
}
.gallery img:focus {
  border: 1px solid #999;
  outline: 0
}
.gallery img:hover {
  border: 1px solid #999;
  outline: 0
}
p {
  margin: 0 0 30px;
  padding: 0
}
p a.dropdown_cta:hover {
  background-color: #fff!important;
  color: #348aca!important;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
ol {
  margin: .5em 0;
  padding: 0
}
ol li {
  color: #3e3e3e;
  font-size: 16px;
  margin: 0 0 5px 0;
  list-style: decimal
}
ol li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
ul {
  margin: .5em 0;
  padding: 0;
  font-size: 16px
}
ul li {
  font-size: 18px;
  color: #3e3e3e
}
li {
  list-style-type: none
}
blockquote {
  font-style: italic;
  margin: 30px;
  line-height: 1.6;
  color: #6f6f6f;
  margin: 0 0 1.25em;
  padding: .5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
  font-size: 14px;
  margin: 0 0 1.25em;
  padding: 1.5em 1.25em;
  border-left: 3px solid #348aca;
  background: #f6f6f6;
  clear: both
}
cite {
  font-style: italic
}
em {
  font-style: italic
}
i {
  font-style: italic
}
mark {
  background: #ddd;
  color: #333
}
h2 {
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 27px
}
h3 {
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 24px
}
h4 {
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 20px
}
h5 {
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 18px
}
h5 a {
  color: #348aca;
  font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
h6 {
  font-family: 'Open Sans','Helvetica';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 16px
}
.wp-caption {
  max-width: 100%;
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8
}
.wp-caption p {
  display: block;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: .5rem;
  letter-spacing: -.36px;
  line-height: 22.75px;
  font-weight: 400
}
embed {
  max-width: 100%
}
iframe {
  max-width: 100%
}
object {
  max-width: 100%
}
video {
  max-width: 100%
}
figure {
  margin: 0
}
.gallery-columns-1 .gallery-item {
  width: 100%
}
.gallery-columns-2 .gallery-item {
  width: 50%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left
}
.gallery-columns-3 .gallery-item {
  width: 33%
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left
}
.gallery-columns-4 .gallery-item {
  width: 25%
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left
}
.gallery-columns-5 .gallery-item {
  width: 20%
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%
}
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%
}
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left
}
.gallery-columns-8 .gallery-item {
  width: 12.5%
}
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%
}
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left
}
.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center
}
input[type=image] {
  width: auto
}
::-ms-input-placeholder {
  color: #333;
  opacity: 1
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 1
}
::-moz-placeholder {
  color: #333;
  opacity: 1
}
::placeholder {
  color: #333;
  opacity: 1
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all
}
table tr.even {
  background: #f9f9f9
}
table tr.alt {
  background: #f9f9f9
}
table tr:nth-of-type(even) {
  background: #f9f9f9
}
table td {
  font-size: 16px
}
table td a {
  font-size: 16px
}
tbody {
  border-bottom: 1px solid #eee
}
td {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  padding: 10px
}
td:first-child {
  padding-left: 0
}
td:last-child {
  padding-right: 0
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  padding: 0 10px 10px
}
th:first-child {
  padding-left: 0
}
th:last-child {
  padding-right: 0
}
.screen-reader-shortcut {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.screen-reader-shortcut:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}
.screen-reader-text {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.screen-reader-text span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.screen-reader-text:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}
.widget_search input[type=submit] {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px
}
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}
.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px
}
.avatar {
  border-radius: 50%;
  float: left
}
.alignleft {
  float: left;
  text-align: left;
  float: left;
  margin-bottom: 30px;
  float: left;
  margin-bottom: 30px
}
.alignleft .avatar {
  margin-right: 20px
}
.alignright {
  float: right;
  text-align: right
}
.alignright .avatar {
  margin-left: 20px
}
.comment .avatar {
  margin: 0 15px 20px 0
}
.after-entry {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  padding: 20px 30px
}
.after-entry .widget:last-of-type {
  margin-bottom: 0
}
.after-entry .enews {
  text-align: center;
  padding: 10px
}
.after-entry .enews-widget input {
  text-align: center
}
.archive-description {
  margin-bottom: 40px
}
.archive-description p:last-child {
  margin-bottom: 0
}
.archive-description .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}
.breadcrumb {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 15px 0;
  background: 0 0;
  background: 0 0
}
.breadcrumb a {
  color: #348aca;
    font-family: 'Open Sans','Helvetica';;
  color: #348aca;
  font-size: 14px;
  line-height: 22px;
    font-family: 'Open Sans','Helvetica';;
  color: #348aca;
  font-size: 14px;
  line-height: 22px;
    font-family: 'Open Sans','Helvetica';
}
.breadcrumb .breadcrumb_last {
  color: #348aca;
  color: #348aca;
  font-size: 14px;
  line-height: 22px;
    font-family: 'Open Sans','Helvetica';;
  color: #348aca;
  font-size: 14px;
  line-height: 22px;
    font-family: 'Open Sans','Helvetica';
}
.genesis-title-hidden .breadcrumb {
  margin-top: 40px
}
.genesis-title-hidden .site-inner {
  padding-top: 0
}
.search-form {
  overflow: hidden
}
.search-form input[type=submit] {
  margin-top: 10px
}
.post-password-form input[type=submit] {
  margin-top: 10px
}
.faq-filter-image-link figure {
  width: 100%;
  margin: 0 0;
  float: none!important;
  clear: both
}
.archive-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}
.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #195396;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
   font-family: 'Open Sans','Helvetica';
  font-size: 39px
}
.entry-title a {
  color: #333;
  text-decoration: none
}
.entry-title a:focus {
  color: #0073e5
}
.entry-title a:hover {
  color: #0073e5
}
.sidebar {
  font-size: 16px;
  line-height: 1.5
}
.sidebar .widget-title a {
  color: #333;
  text-decoration: none
}
.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px
}
.sidebar .widget-wrap {
  padding: 0 0 30px 0
}
.sidebar p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #5e5e5e!important
}
.sidebar .faq-page-listing {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: .0625rem solid #e8e8e8;
  border-radius: .25rem;
  margin-bottom: 30px
}
.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 15px;
  color: #fff;
  background: #185395
}
a.aligncenter img {
  display: block;
  margin: 0 auto
}
a.alignnone {
  display: inline-block;
  max-width: 100%
}
a.alignleft {
  max-width: 100%;
  margin: 0 20px 20px 0
}
a.alignright {
  max-width: 100%;
  margin: 0 0 20px 20px
}
.aligncenter {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  margin: 20px auto;
  display: block
}
.singular-image {
  display: block;
  margin: 0 auto 30px
}
.centered {
  display: block;
  margin: 0 auto 30px
}
.alignnone {
  margin-bottom: 15px
}
img.alignnone {
  margin-bottom: 15px
}
.wp-caption.alignleft {
  margin: 0 20px 20px 0
}
img.alignleft {
  margin: 0 20px 20px 0
}
.wp-caption.alignright {
  margin: 0 0 20px 20px
}
img.alignright {
  margin: 0 0 20px 20px
}
.gallery-caption {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center
}
.widget_calendar table {
  width: 100%
}
.widget_calendar td {
  text-align: center
}
.widget_calendar th {
  text-align: center
}
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0
}
.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px
}
.featured-content p {
  font-size: 14px;
  line-height: 24px;
  color: #5d5d5d;
  margin-bottom: 15px
}
.container {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px
}
.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px
}
.enews-widget input[type=submit] {
  margin: 0;
  width: 100%
}
.enews form + p {
  margin-top: 20px
}
.gs-faq__question {
  background: 0 0;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0
}
.gs-faq__question:focus {
  background: 0 0;
  color: #0073e5
}
.gs-faq__question:hover {
  background: 0 0;
  color: #0073e5
}
.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  float: right
}
.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"
}
.genesis-skip-link {
  margin: 0
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0
}
:focus {
  color: #333;
  outline: #ccc solid 1px
}
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 5px;
  display: none
}
.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%
}
.wp-custom-logo .title-area img {
  width: auto
}
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0
}
.site-title a {
  color: #333;
  text-decoration: none
}
.site-title a:focus {
  color: #333;
  text-decoration: none
}
.site-title a:hover {
  color: #333;
  text-decoration: none
}
.site-description {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%
}

.genesis-nav-menu a svg {
 width: 20px;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative
}
.genesis-nav-menu .menu-item:focus {
  position: relative
}
.genesis-nav-menu .menu-item:hover {
  position: relative
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none
}
.genesis-nav-menu a:focus {
  color: #0073e5;
  text-decoration: none
}
.genesis-nav-menu a:hover {
  color: #0073e5;
  text-decoration: none
}
.genesis-nav-menu .current-menu-item > a {
  color: #0073e5;
  text-decoration: none
}
.genesis-nav-menu .sub-menu {
  width: 100%;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #0073e5;
  text-decoration: none
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none
}
.genesis-nav-menu .sub-menu a {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word
}
.menu .menu-item:focus {
  position: static
}
.menu .menu-item > a:focus + ul.sub-menu {
  left: auto;
  opacity: 1
}
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1
}
.genesis-responsive-menu {
  display: none;
  position: relative
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none
}
.menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000
}
.menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #0073e5
}
.menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5
}
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100
}
.sub-menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #0073e5
}
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5
}
.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}
.menu-toggle.activated::before {
  content: "\f335"
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px
}
.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.archive-entry-content-thumbnail {
  width: 200px;
  margin: 8px 20px 20px 0;
  height: 165px
}
.archive-entry-content-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
figcaption {
  max-width: 300px;
  display: block;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: .5rem
}
figure.alignright {
  margin-left: 20px
}
.nav-phone-number {
  float: right;
  text-align: right
}
.content .sticky {
  background-color: #f5f5f5;
  padding: 30px
}
.content .nv-practice-area-box {
  margin: 0 15px 20px 0;
  width: 100%;
  display: inline-block
}
.content .nv-practice-area-box img {
  display: block;
  width: 100%
}
.content .nv-practice-area-box h3 a {
  background: #00408c;
  color: #fff!important;
  display: block;
  font-family: 'Open Sans','Helvetica';
  text-align: center;
  padding: 15px 25px;
  font-size: 28px
}
.content .nv-practice-area-box:nth-of-type(2) h3 a {
  background: #166dc4
}
.content .nv-practice-area-box:nth-of-type(3) h3 a {
  background: #58adf4
}
.content .nv-practice-area-box:nth-of-type(4) h3 a {
  background: #8fd2ff
}
.content .nv-practice-area-box p {
  display: none
}
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0
}
.entry-header .entry-meta {
  margin-bottom: 20px
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px
}
.entry-categories {
  display: block
}
.entry-tags {
  display: block
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px
}
.adjacent-entry-pagination {
  margin-bottom: 0
}
.archive-pagination li {
  display: inline
}
.archive-pagination li a {
  background-color: #f5f5f5;
  color: #07428a;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none
}
.archive-pagination li a:focus {
  background-color: #07428a;
  color: #fff
}
.archive-pagination li a:hover {
  background-color: #07428a;
  color: #fff
}
.archive-pagination li.active a {
  background-color: #07428a;
  color: #fff
}
.comment-respond {
  margin-bottom: 40px
}
.comment-respond input[type=email] {
  width: 50%
}
.comment-respond input[type=text] {
  width: 50%
}
.comment-respond input[type=url] {
  width: 50%
}
.comment-respond label {
  display: block;
  margin-right: 12px
}
.entry-comments {
  margin-bottom: 40px
}
.entry-pings {
  margin-bottom: 40px
}
.entry-pings .reply {
  display: none
}
.comment-list li {
  padding: 40px 0 0 30px
}
.comment-list .depth-1 {
  padding-left: 0
}
.comment-header {
  margin-bottom: 30px
}
.comment-header p {
  margin-bottom: 0
}
.comment-content {
  clear: both
}
.comment-content ul > li {
  list-style-type: disc
}
.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px
}
.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px
}
.footer-widget-area:last-child {
  margin-bottom: 0
}
.footer-columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}
.footer-columns .footer-columns__column {
  min-width: 260px;
  margin: 0 auto;
  width: 33%;
  text-align: left
}
.copyright {
  text-align: center;
  font-size: 14px;
  padding: 10px 0
}
.content-sidebar-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start
}
.content-sidebar-wrap aside {
  width: 30%
}
.content-sidebar-wrap main {
  padding-left: 0;
  padding-right: 30px;
  width: 70%
}
.home .content-sidebar-wrap main {
  padding-right: 0
}
.home .home-page-division {
  padding: 30px 0
}
p.rs-content-cta {
  background: #333;
  color: #f1f1f1!important;
  text-align: center!important;
  font-size: 28px;
  font-weight: 500;
  padding: 20px 10px;
  clear: both;
  background: #00408c;
  color: #f1f1f1;
  text-align: center!important;
  font-size: 22px!important;
  font-weight: 500;
  padding: 20px 10px;
  clear: both;
  border-radius: 3px
}
p.rs-content-cta:not(.rs-content-cta-small) a {
  font-weight: 700;
  font-size: 35px;
  display: block;
  text-align: center;
  line-height: 1.1;
  margin-top: 10px;
  color: #fff;
  text-decoration: none
}
p.rs-content-cta a {
  color: #5b91ce!important;
  text-decoration: none;
  color: #ecac00!important;
  text-decoration: none!important;
  border-bottom: none!important
}
p.rs-content-cta a:hover {
  text-decoration: underline
}
p.rs-content-cta-small {
  font-size: 26px;
  font-size: 22px!important
}
.rs-areas-list li {
  float: left;
  width: 100%;
  margin-left: 0!important;
  padding: 0 0 0 .5em;
  list-style-position: inside!important
}
.rs-areas-list li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca;
  font-size: 14px;
    font-family: 'Open Sans','Helvetica';;
  line-height: 24px;
  font-weight: 400
}
.rs-areas-list:after {
  content: '';
  clear: both;
  display: table
}
.hc-map .hc-map-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.hc-map address {
  font-style: normal;
  font-size: 14px
}
.hc-map .address__link {
  display: block;
  font-size: 14px
}
.single-entry-content-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.related-videos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.related-videos > .related-video {
  width: 45%;
  min-width: 300px
}
.related-videos a {
  display: block;
  text-align: center;
  margin-bottom: 20px
}
.related-videos img {
  float: none!important;
  margin: 0 0 10px!important;
  width: 100%;
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.related-articles {
  margin-top: 50px;
  border-top: 5px solid #b4262d;
  margin-top: 50px;
  border-top: 5px solid #b4262d;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 27px;
    font-family: 'Open Sans','Helvetica';;
  margin: 50px 0;
  clear: both;
  clear: both
}
.related-articles > .related-video {
  margin-bottom: 20px
}
.related-articles > .related-video .img-wrp {
  width: 190px;
  height: 150px;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0
}
.related-articles > .related-video .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.related-articles p {
  margin-bottom: 0
}
.related-articles h2 {
  font-size: 32px!important;
  font-family: 'Open Sans','Helvetica';
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: 300;
  line-height: normal
}
.related-articles a {
  color: #458aca;
  border-bottom: #348aca dotted 1px;
  text-decoration: none
}
.text-18 {
  font-size: 1.125rem
}
.form-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto;
  width: 100%
}
.form-info__label {
  position: relative;
  margin-bottom: .9375rem;
  width: 100%;
  height: 3.125rem
}
.form-info__label:before {
  content: none;
  position: absolute;
  right: .625rem;
  top: 50%;
  color: green;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.form-info__label .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .625rem;
  width: .9375rem;
  height: .9375rem;
  fill: #a9a9a9
}
.form-info__input {
  border-radius: .25rem;
  border: 1px solid #ada8ab;
  padding: 0 1.875rem;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.form-info__input:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #195395
}
.form-info__textarea-env {
  position: relative;
  margin-bottom: .9375rem;
  width: 100%;
  height: 9.375rem
}
.form-info__textarea-env .icon {
  position: absolute;
  top: .9375rem;
  left: .625rem;
  width: .9375rem;
  height: .9375rem;
  fill: #a9a9a9
}
.form-info__textarea {
  border-radius: .25rem;
  border: 1px solid #ada8ab;
  padding: .625rem 1.875rem;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  resize: none
}
.form-info__textarea:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #195395
}
.form-info__button-submit .button-submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: none;
  border-radius: .25rem;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 3.75rem;
  background: #195395;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}
.form-info__button-submit .button-submit:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #a94a07
}
.sidebar-contact-form__subheading {
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 22px
}
.sidebar-contact-form__phone-heading {
  display: block;
  text-align: center;
  font-size: 22px;
  padding-bottom: 15px;
  text-transform: uppercase
}
.sidebar-contact-form__phone-heading a {
  padding: 0 0 15px 0;
  font-weight: 700;
  color: #001a4a
}
.sidebar-contact-form {
  padding: 20px;
  margin-bottom: 0;
  box-shadow: 0 3px 5px rgba(0,0,0,.2)
}
.faq-filter-portfolio-wrapper .faq-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: .9375rem
}
.faq-filter-portfolio-wrapper .faq-meta a {
  font-size: 12px;
  color: #333;
  text-decoration: none
}
.faq-page__link-env {
  position: relative;
  text-decoration: none
}
.faq-page__link-env:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: rgba(255,255,255,.3);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60
}
.faq-page__link-env:hover:before {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.faq-page__title {
  margin: 0;
  padding: .9375rem;
  text-align: center;
  color: #333
}
.faq-page-listing figure {
  display: -webkit-box;
  display: flex;
  margin: 0;
  position: relative;
  width: 100%;
  height: 12.5rem;
  float: none;
  z-index: 20
}
.widget-wrap ul {
  margin-top: 0
}
.widget-wrap ul li {
  border-bottom: 1px solid #e8e8e8;
  margin: 0
}
.widget-wrap ul li a {
  display: -webkit-box;
  display: flex;
  text-transform: capitalize;
  text-decoration: none;
  background: #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
  color: #185395;
  font-size: 16px
}
.widget-wrap ul li a:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  background: #195395
}
.location-widget-links .single-location-link {
  margin: 0
}
.location-widget-links .single-location-link:nth-of-type(even) a {
  background: #f0f0f0
}
.location-widget-links .single-location-link a {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  background: #e0e0e0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
  color: #185395;
  font-size: 16px
}
.location-widget-links .single-location-link a:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  background: #195395
}
.location-widget-inner {
  padding: 0 0 30px 0
}
.hc-map__inner {
  display: -webkit-box;
  display: flex;
  border: 1px solid #e8e8e8
}
.hc-map__office-title {
  margin-bottom: 15px;
  display: block;
  padding: 10px 0 15px 0;
  font-size: 22px;
  border-bottom: 1px solid #f37b24
}
.hc-map__address {
  padding: 10px;
  width: 50%
}
.hc-map__map-embed {
  padding: 0 0 0 10px;
  width: 50%
}
.hc-map__map-embed .map-container {
  width: 100%;
  height: 85%
}
.hc-map__map-embed .map-container iframe {
  width: 100%;
  height: 100%
}
.full-width-content main.content {
  width: 100%
}
.faq-filter-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 40px
}
.faq-filter-items .faq-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: .9375rem
}
.faq-filter-items .faq-meta a {
  color: #777;
  font-size: .8rem;
  text-decoration: none
}
.faq-filter-items .faq-meta a:hover {
  text-decoration: underline
}
.faq-filter-items .faq-page-listing {
  max-width: 340px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  margin-bottom: 30px;
  width: 100%;
  opacity: .85
}
.faq-filter-items .faq-page-listing figure {
  display: -webkit-box;
  display: flex;
  margin: 0;
  position: relative;
  width: 100%;
  float: none;
  z-index: 20;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover
}
.faq-filter-items .faq-page-listing:hover {
  opacity: 1
}
.faq-filter-items .faq-page-listing h4 {
  margin-top: 0
}
div#filters {
  text-align: center;
  margin: 0 auto;
  padding: 20px 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666
}
div#filters a {
  display: inline-block;
  margin: 0 5px;
  padding: 7px 0 0;
  font-size: 1rem;
  color: #666;
  text-decoration: none;
  border-bottom: 2px solid transparent
}
div#filters a:hover {
  border-bottom: 2px solid #054d64
}
div#filters a.filter-active {
  border-bottom: 2px solid #054d64
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.page .related-articles {
  display: none
}
.page .content-sidebar-wrap {
  padding-top: 0
}
#header_wrapper {
  padding: 0;
  width: 100%;
  border-top: none;
  background: unset;

}
.home #header_wrapper{
  min-height: 800px;
}
@media only screen and (max-width: 600px) {
  .home #header_wrapper{
    min-height: 1600px;
  }

}
#main_navigation_wrap {
  overflow: visible!important;
  clear: both;
  position: relative;
  top: 0;
  z-index: 1000;
  background: #f6f6f6!important;
  border-bottom: 3px solid #00408b;
  width: 100%;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}
#main_navigation_wrap ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding-left: 0;
  border-left: 1px solid #aaa!important;
  overflow: hidden;
  border-left: unset!important
}
#main_navigation_wrap ul li:first-child {
  background: 0 0;
  margin-left: 0;
  border-left: 1px solid #aaa
}
#main_navigation_wrap ul li a {
  padding: 15px 0;
  color: #4c4c4c;
  display: block!important;
  border-right: 1px solid #aaa;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  border-right: unset;
  font-size: 16px;
  color: #4c4c4c;
  display: block!important;
  padding: 25px 5px;
  text-shadow: 0 1px rgba(255,255,255,.65);
  border-right: 1px solid #aaa;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  height: 100%
}
#main_navigation_wrap ul li a:hover {
  background: #195396;
  color: #fff
}
#main_navigation_wrap ul li a.dropdown_cta {
  padding: 10px 15px!important
}
#main_navigation_wrap ul > li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  list-style: none;
  display: block;
  float: left;
  font-size: 16px;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  margin: 0
}
#main_navigation_wrap .crimes_navigation {
  text-align: left
}
#main_navigation_wrap .crimes_navigation .navigate {
  overflow: hidden;
  margin-top: 0
}
#main_navigation_wrap .crimes_navigation .navigate ul li a {
  color: #348aca;
  display: inline-block;
  font-size: 13px;
  padding: inherit
}
#main_navigation_wrap .crimes_navigation .navigate ul li a:hover {
  color: #7e7e7e
}
#main_navigation_wrap .dui_navigation .navigate {
  overflow: hidden;
  margin-top: 0
}
#main_navigation_wrap .dui_navigation .navigate ul li a {
  color: #348aca;
  display: inline-block;
  font-size: 13px;
  padding: inherit
}
#main_navigation_wrap .dui_navigation .navigate ul li a:hover {
  color: #7e7e7e
}
#main_navigation_wrap .medical_navigation .navigate {
  overflow: hidden;
  margin-top: 0
}
#main_navigation_wrap .medical_navigation .navigate ul li a {
  color: #348aca;
  display: inline-block;
  font-size: 13px;
  padding: inherit
}
#main_navigation_wrap .medical_navigation .navigate ul li a:hover {
  color: #7e7e7e
}
#main_navigation_wrap .injury_navigation .navigate {
  overflow: hidden;
  margin-top: 0
}
#main_navigation_wrap .injury_navigation .navigate ul li a {
  color: #348aca;
  display: inline-block;
  font-size: 13px;
  padding: inherit
}
#main_navigation_wrap .injury_navigation .navigate ul li a:hover {
  color: #7e7e7e
}
#main_navigation_wrap .navigate ul li {
  float: none!important;
  width: auto!important;
  background: url(/wp-content/uploads/2020/02/dropdown-arrow-blue.png) left no-repeat!important;
  font-size: 14px!important;
  text-align: left;
  padding-left: 10px
}
#main_navigation_wrap .navigate ul li a {
  margin: 5px 0;
  font-size: 14px!important;
  border-right: unset;
  text-align: left
}
#main_navigation_wrap .navigate ul li a:hover {
  background: 0 0
}
#main_navigation_wrap span.fourth {
  background-color: inherit!important;
  background-image: none!important;
  border-right: none!important;
  color: #347aca!important;
    font-family: 'Open Sans','Helvetica';
  font-size: 1.4375em!important;
  font-weight: 300!important;
  line-height: 1.4!important;
  margin-bottom: 10px!important;
  margin-left: 0
}
#main_navigation_wrap p.submenu_title {
  border-bottom: 1px solid rgba(255,255,255,.25)!important;
  border-right: none!important;
  color: #fff!important;
  font-size: 21px!important;
  font-weight: 300!important;
  line-height: 1.4!important;
  margin-bottom: 15px!important;
  padding: 0 0 15px 0!important
}
#main_navigation_wrap .menu-logo-image {
  text-align: center
}
#main_navigation_wrap .phone_sticky {
  display: none
}
#main_navigation_wrap .widget-wrap .navigate .col1_2 {
  display: block;
  width: 50%;
  float: left
}
#main_navigation_wrap .custom-menu-colorado-other-state ul li {
  width: 50%;
  border: unset
}
#main_navigation_wrap .custom-menu-colorado-other-state ul li a {
  border: unset;
  text-shadow: unset;
  padding: 24px 6px
}
#main_navigation_wrap .os-right {
  width: 100%
}
#google_form {
  margin-bottom: 0;
  position: absolute;
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out
}
#google_search {
  background: #fff;
  border: 1px solid #ddd;
  height: 34px;
  margin-bottom: 0;
  border: 1px solid #bbb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  padding: .5em
}
#google_search::-webkit-input-placeholder {
  color: #777272;
   font-family: 'Open Sans','Helvetica';
  font-weight: 500
}
#google_search::-moz-placeholder {
  color: #777272;
   font-family: 'Open Sans','Helvetica';
  font-weight: 500
}
#google_search:-ms-input-placeholder {
  color: #777272;
   font-family: 'Open Sans','Helvetica';
  font-weight: 500
}
#google_search::-ms-input-placeholder {
  color: #777272;
   font-family: 'Open Sans','Helvetica';
  font-weight: 500
}
#google_search::placeholder {
  color: #777272;
   font-family: 'Open Sans','Helvetica';
  font-weight: 500
}
#google_search_mobile {
  width: 215px;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 5px;
  height: 34px;
  margin-bottom: 0
}
.phone_sticky {
  margin-top: 9px;
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out
}
.phone_sticky span {
  font-size: 14px;
  display: inline;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  color: #57acf4;
  text-align: right
}
.phone_sticky .header_telephone {
  font-size: 20px;
  margin-left: 0;
  color: #00408b;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  display: none
}
.inner_header {
  padding-top: 30px!important
}
#header #logo {
  margin-top: 0!important;
  margin-bottom: 0!important;
  font-size: 12px;
  min-height: 100px;
}

#header #logo a {
  overflow: hidden;
  display: inline-block
}
.header-phone {
  margin-top: 20px
}
.header-phone .phone_number {
  display: block;
  overflow: hidden;
  text-align: right
}
.header-phone .phone_number p {
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  color: #00408b;
  font-size: 30px;
  display: block;
  text-decoration: none
}
.header-phone .phone_number p span {
  font-size: 18px;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  color: #57acf4
}
.header-phone .phone_number p a {
  color: #00408b!important;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.header-phone .phone_number a[href^=tel] {
  color: #00408b!important;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.header-phone .phone_number a[href^=tel]:visited {
  color: #00408b!important;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.header-phone .phone_number a[href^=tel]:active {
  color: #00408b!important;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.phone_number .fa-phone {
  font-size: 24px;
  width: 24px;
  font-family: FontAwesome;
  color: #fff;
  margin-left: 12px;
  padding-left: 16px;
  border-left: 1px solid #fff
}
.phone_number .fa-envelope {
  font-size: 24px;
  font-family: FontAwesome;
  color: #fff;
  height: 24px;
  top: 3px;
  margin-left: 10px;
  position: relative
}
ul.social {
  list-style-type: none;
  margin-top: 8px;
  text-align: right;
  float: right
}
.social li {
  display: inline-block
}
.social .reviews-btn a {
  background: url(/wp-content/uploads/2020/02/client-reviews-button.png) top center no-repeat;
  height: 50px;
  width: 160px
}
.social a {
  display: block
}
.social .twitter {
  background-position: -35px;
  margin-left: 5px;
  background-image: url(https://law-media.s3.amazonaws.com/uploads/131/sites/custom_assets/288/images/social-icons.png);
  height: 34px;
  width: 35px;
  background-size: 400%;
  float: left
}
.social .facebook {
  background-image: url(https://law-media.s3.amazonaws.com/uploads/131/sites/custom_assets/288/images/social-icons.png);
  height: 34px;
  width: 35px;
  background-size: 400%;
  float: left
}
.social .youtube {
  background-image: url(https://law-media.s3.amazonaws.com/uploads/131/sites/custom_assets/288/images/social-icons.png);
  height: 34px;
  width: 35px;
  background-size: 400%;
  float: left;
  background-position: -70px;
  margin-left: 5px
}
.social .news {
  background-image: url(https://law-media.s3.amazonaws.com/uploads/131/sites/custom_assets/288/images/social-icons.png);
  height: 34px;
  width: 35px;
  background-size: 400%;
  float: left
}
.social .instagram {
  background: url(https://s3.amazonaws.com/law-media/layouts/35/assets/images/instagram.png) top center no-repeat;
  margin-left: 5px;
  height: 34px;
  width: 35px;
  float: left
}
.fixedNavigation .phone_sticky {
  display: block!important;
  float: right;
  margin-top: 9px;
  position: absolute;
  top: 35px;
  right: 60px;
  width: 215px;
  top: 29px
}
.fixedNavigation .phone_sticky .header_telephone {
  display: inline-block
}
.fixedNavigation #main_navigation_wrap ul li a {
  padding: 30px 10px!important;
  padding: 25px 5px!important
}
.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .crimes_navigation .navigate ul li a {
  padding: 10px 10px!important;
  padding: 0!important
}
.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .dui_navigation .navigate ul li a {
  padding: 10px 10px!important;
  padding: 0!important
}
.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .medical_navigation .navigate ul li a {
  padding: 10px 10px!important;
  padding: 0!important
}
.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .injury_navigation .navigate ul li a {
  padding: 10px 10px!important;
  padding: 0!important
}
.fixedNavigation #main_navigation_wrap .phone_sticky {
  display: block
}
.fixedNavigation #main_navigation_wrap .navigate ul li a {
  padding: 0 10px!important
}
.fixedNavigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  padding: 20px 12px!important
}
.fixedNavigation #google_form {
  margin-bottom: 0;
  margin-top: 5px;
  position: absolute;
  margin-bottom: 0;
  margin-top: 4px
}
.fixedNavigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
  padding: 20px 12px!important
}
.fixedNavigation #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 20px 12px!important
}
.footer_review_wrapper {
  background-color: #07428a
}
.footer_review {
  margin: 0 auto;
  max-width: 70.5em;
  padding: 30px
}
.footer_review div[itemprop=itemReviewed] span[itemprop=name] {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 8px;
  text-transform: uppercase
}
.footer_review span {
  color: #fff;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px
}
.footer_review span[itemprop=reviewRating] span[itemprop=ratingValue] {
  background-image: url(/wp-content/uploads/2020/02/five-stars.png);
  background-repeat: no-repeat;
  display: block;
  height: 23px;
  margin-bottom: 16px;
  position: relative;
  text-indent: -1000%;
  width: 131px
}
.footer_review span[itemprop=author] span[itemprop=name] {
  display: block;
  font-size: 20px!important;
  padding-top: 16px
}
.footer_review span[itemprop=author] span[itemprop=name]:before {
  content: '–';
  padding-right: 5px
}
.footer_review_button {
  text-align: center
}
.footer_review_button a {
  background-color: #58adf4;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
   font-family: 'Open Sans','Helvetica';
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
  padding: 16px 20px
}
.footer_review_button a:hover {
  background-color: #fff;
  color: #58adf4;
  text-decoration: none
}
.footer_wrapper {
  padding: 0 0 0;
  background: #444;
  width: 100%;
  margin: 0 auto;
  max-width: 100%
}
#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  zoom: 1;
  width: 1070px;
  margin: 0 auto;
  max-width: none
}
#footer p {
  margin-bottom: 0!important;
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  line-height: 30px;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.footer_nav {
  overflow: hidden;
  margin-bottom: 5px;
  background: #737373 url(/wp-content/uploads/2020/02/footer-nav.png) top center no-repeat;
  height: 40px
}
.footer_nav ul {
  margin: 0;
  padding-left: 15px;
  width: 650px;
  float: right;
  margin-top: 7px
}
.footer_nav ul li {
  float: left;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  list-style: none;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.footer_nav ul li:first-child {
  margin-left: 0
}
.footer_nav ul li a {
  color: #fff
}
.footer_logo {
  width: 380px;
  float: left;
  margin-bottom: 20px;
  padding: 20px 0
}
.footer_phone {
   font-family: 'Open Sans','Helvetica';
  font-weight: 400!important;
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
  padding-bottom: 50px
}
.footer_phone a {
  color: #fff;
    font-family: 'Open Sans','Helvetica';
}
.footer_phone a:hover {
  color: #fff;
  text-decoration: none
}
#footer_logo a[href^=tel] {
  color: #fff!important
}
#footer_logo a[href^=tel]:visited {
  color: #fff!important
}
#footer_logo a[href^=tel]:active {
  color: #fff!important
}
#footer_text {
  padding: 20px 0
}
#footer_text h3 {
   font-family: 'Open Sans','Helvetica';
  font-size: 30px;
  color: #fff;
  font-weight: 300
}
#copyright_wrapper {
  background: #222;
  padding-bottom: 100px
}
#copyright_wrapper #copyright {
  margin: 0 auto;
  zoom: 1;
  width: 1070px;
  max-width: none;
  padding: 30px 0;
  margin-top: 30px
}
#copyright_wrapper #copyright .copyright_right {
  position: relative;
  padding-left: .9375em;
  width: 50%;
  float: left;
  padding-right: 0
}
#copyright_wrapper #copyright .copyright_left p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.copyright_left {
  position: relative;
  padding-left: .9375em;
  width: 50%;
  float: left;
  padding-right: 0;
  text-align: left
}
.disclaimers {
  overflow: hidden;
  width: 100%
}
.disclaimers ul {
  margin: 0;
  text-align: left
}
.disclaimers ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #bcbcbc;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300!important
}
.disclaimers ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  background: 0 0
}
.disclaimers ul li a {
  color: #fff
}
.disclaimers ul li a:hover {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.85)
}
.footer_badges {
  margin-top: 15px;
  margin-bottom: 15px
}
.social-links {
  overflow: hidden;
  text-align: right;
  color: #fff
}
.social-links h4 {
  color: #fff;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px
}
.social-links ul {
  overflow: hidden;
  margin: 2px 0 0;
  display: inline-block;
  text-align: right
}
.social-links ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 3px
}
.social-links ul li a {
  text-indent: -9000px;
  display: block;
  text-indent: -9000px;
  display: block
}
.social-links ul li.facebook a {
  background: url(/wp-content/uploads/2020/02/facebook.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.twitter a {
  background: url(/wp-content/uploads/2020/02/twitter.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.youtube a {
  background: url(/wp-content/uploads/2020/02/youtube.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.pinterest a {
  background: url(https://s3.amazonaws.com/law-media/layouts/35/assets/images/pinterest.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.snapchat a {
  background: url(https://s3.amazonaws.com/law-media/layouts/35/assets/images/snapchat.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.instagram a {
  background: url(https://s3.amazonaws.com/law-media/layouts/35/assets/images/instagram.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.linkedin a {
  background: url(/wp-content/uploads/2020/03/linkedin.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links ul li.linked_in a {
  background: url(/wp-content/uploads/2020/03/linkedin.png) top center no-repeat;
  height: 34px;
  width: 35px
}
.social-links .rss_feed a {
  background: url(/wp-content/uploads/2020/02/rss.png) top center no-repeat;
  text-indent: -9000px;
  display: block;
  height: 34px;
  width: 35px
}
.lawlytics_branding:hover {
  border: none!important;
  background-position: top right!important
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  font-size: 16px
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover {
  background: #07428a;
  color: #fff
}
#mega-menu-wrap-primary {
  background: unset!important
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: unset!important
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
  border-left: 1px solid #aaa
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: 0 0;
  color: #4c4c4c;
  border-color: #aaa
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
  background: #195396;
  color: #fff
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: unset;
  color: initial;
  border-color: #aaa
}
#mega-menu-wrap-primary .dui_navigation {
  text-align: left
}
#mega-menu-wrap-primary .medical_navigation {
  text-align: left
}
#mega-menu-wrap-primary .injury_navigation {
  text-align: left
}
.california_crimes p:nth-child(2) {
  background: #00408b!important;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px
}
.california_crimes p:nth-child(2) a {
  padding: unset!important
}
.california_dui p:nth-child(2) {
  background: #00408b!important;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px
}
.california_dui p:nth-child(2) a {
  padding: unset!important
}
.california_medical p:nth-child(2) {
  background: #00408b!important;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px
}
.california_medical p:nth-child(2) a {
  padding: unset!important
}
.california_injury p:nth-child(2) {
  background: #00408b!important;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px
}
.california_injury p:nth-child(2) a {
  padding: unset!important
}
.crimes_navigation {
  color: #348aca;
  padding: 10px 10px
}
.crimes_navigation ul {
  display: block!important
}
.crimes_navigation ul li {
  display: block!important
}
.crimes_navigation ul.col1_2 {
  display: block!important
}
.crimes_navigation ul.col1_2 li {
  display: block
}
.crimes_navigation ul.col1_2 li a {
  text-align: initial!important
}
.dui_navigation {
  color: #348aca;
  padding: 10px 10px
}
.dui_navigation ul {
  display: block!important
}
.dui_navigation ul li {
  display: block!important
}
.dui_navigation ul.col1_2 {
  display: block!important
}
.dui_navigation ul.col1_2 li {
  display: block
}
.dui_navigation ul.col1_2 li a {
  text-align: initial!important
}
.medical_navigation {
  color: #348aca;
  padding: 10px 10px
}
.medical_navigation ul {
  display: block!important
}
.medical_navigation ul li {
  display: block!important
}
.medical_navigation ul.col1_2 {
  display: block!important
}
.medical_navigation ul.col1_2 li {
  display: block
}
.medical_navigation ul.col1_2 li a {
  text-align: initial!important
}
.injury_navigation {
  color: #348aca;
  padding: 10px 10px
}
.injury_navigation ul {
  display: block!important
}
.injury_navigation ul li {
  display: block!important
}
.injury_navigation ul.col1_2 {
  display: block!important
}
.injury_navigation ul.col1_2 li {
  display: block
}
.injury_navigation ul.col1_2 li a {
  text-align: initial!important
}
.mega-indicator {
  display: none!important
}
ul.mega-sub-menu {
  width: 1025px!important;
  padding-bottom: 20px!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-4 {
  border-bottom: 1px solid rgba(255,255,255,.25)!important;
  border: none!important;
  padding-bottom: 0!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-7 {
  border-bottom: 1px solid rgba(255,255,255,.25)!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-10 {
  border-bottom: 1px solid rgba(255,255,255,.25)!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-13 {
  border-bottom: 1px solid rgba(255,255,255,.25)!important;
  border: none!important;
  padding-bottom: 0!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-19 {
  border: none!important;
  padding-bottom: 0!important
}
ul.mega-sub-menu li#mega-menu-item-custom_html-16 {
  border: none!important;
  padding-bottom: 0!important
}
#wprmenu_menu_ul li a {
  font-size: 18px!important;
  font-weight: 300;
   font-family: 'Open Sans','Helvetica';
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2e2e2e;
  display: block;
  padding: 10px 5%;
  text-shadow: 0 -1px 2px #222;
  color: #f7f7f7
}
#mg-wprm-wrap #wprmenu_menu_ul #menu-item-297 a {
  font-size: 20px!important
}
#mg-wprm-wrap #wprmenu_menu_ul #menu-item-298 a {
  font-size: 20px!important
}
#mega-menu-item-custom_html-6 .custom-html-widget {
  background: #fff
}
#mega-menu-item-custom_html-18 .custom-html-widget {
  background: #fff
}
#mega-menu-item-custom_html-21 .custom-html-widget {
  background: #fff
}
#mega-menu-item-custom_html-15 .custom-html-widget {
  background: #fff
}
.mastort-img {
  text-align: center;
  margin-top: 20px
}
.inner_img_div {
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8
}
.captionContainer {
  background: #e8e8e8;
  color: #636363;
  position: relative;
  margin-top: 5px
}
.captionContainer .text.caption {
  padding: 5px;
  line-height: 18px;
  position: relative;
  background: 0 0;
  color: #636363;
  width: auto;
  font-size: 12px;
  width: auto!important
}
.page_content .col-sm-8 ul {
  padding-left: 40px;
  margin: 10px 0
}
.page_content .col-sm-8 ul li {
  list-style-type: disc;
  list-style-position: outside;
  color: #3e3e3e
}
.page_content .widget-wrap h4.widget-title {
  background: unset;
  color: #5e5e5e!important;
  font-weight: 400;
  line-height: 24px!important;
  border-bottom: unset;
  font-size: 20px!important
}
.page_content p {
  font-size: 16px;
  color: #3e3e3e;
  font-family: 'Open Sans','Helvetica';
  line-height: 24px;
  margin-bottom: 15px
}
.page_content p a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.page_content h2 {
  font-size: 32px!important;
  font-family: 'Open Sans','Helvetica';
  margin-bottom: 15px;
  margin-top: 40px;
  color: #1f1f1f;
  font-weight: 300;
  line-height: normal
}
.page_content h3 {
  font-size: 28px;
  font-family: 'Open Sans','Helvetica';
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 40px;
  color: #1f1f1f;
  font-weight: 300
}
.page_content ol {
  margin: 15px 0 15px 42px
}
.page_content ol li {
  list-style-type: decimal;
  list-style-position: outside
}
.page_content ol li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.page_content blockquote {
  margin: 0 0 1.25em;
  padding: 1.5em 1.25em;
  border-left: 3px solid #348aca;
  background: #f6f6f6;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 24px
}
ul.bullet {
  padding-left: 40px;
  margin: 10px 0
}
ul.bullet li {
  list-style-type: disc;
  list-style-position: outside;
  color: #3e3e3e;
  font-size: 16px;
  color: #3e3e3e;
  margin: 0 0 5px 10px;
  font-size: 16px
}
ul.bullet li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
ul.bullets {
  padding-left: 40px;
  margin: 10px 0
}
ul.bullets li {
  list-style-type: disc;
  list-style-position: outside;
  color: #3e3e3e;
  font-size: 16px;
  color: #3e3e3e;
  margin: 0 0 5px 10px;
  font-size: 16px
}
ul.bullets li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.bullet li .insertion.link {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.bullet h4 {
  color: #1f1f1f!important;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 22px!important;
  line-height: 30px!important
}
.bullets li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.bottom_section {
  border-top: 1px solid #d1d1d1;
  margin: 30px 0 0
}
.page_bottom_section h3 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.page_bottom_section h3 a {
  border-bottom: none
}
.page_bottom_section p {
  color: #5e5e5e;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
    font-family: 'Open Sans','Helvetica';
}
table.contact-table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd
}
table.contact-table tr td {
  padding-left: 10px!important
}
.video {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 15px;
  width: 220px;
  height: auto
}
.page-template-full-width-page h5 {
  font-size: 18px;
  line-height: 24px;
  color: #1f1f1f;
  margin-top: 40px;
  margin-bottom: 15px;
    font-family: 'Open Sans','Helvetica';
}
.page-template-full-width-page .front-page-bottom-section {
  clear: both
}
.featured-video {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%;
  float: left;
  padding: 0
}
.primary-content p {
  font-size: 14px;
  line-height: 24px;
  color: #5e5e5e
}
.primary-content p a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.homepage-hero-image {
  display: none
}
.home-featured-information h1 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 0;
  color: #1f1f1f!important;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  margin-bottom: 20px
}
.home-featured-information h2 {
  font-size: 30px;
  line-height: 36px;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 20px
}
.home-page-division p {
  color: #3e3e3e;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
   font-family: 'Open Sans','Helvetica';
  margin-top: 15px;
  line-height: 26px
}
.home-page-division a {
  color: #458aca;
  border-bottom: #348aca dotted 1px;
  text-decoration: none
}
.home-page-division a:hover {
  color: #6d6d6d;
  border-color: #6d6d6d
}
.home-headLinks {
  color: #458aca;
  border-bottom: #348aca dotted 1px;
  text-decoration: none
}
.home-featured-video {
  margin-top: 40px;
  text-align: center
}
.media_logo_wrapper {
  padding: 30px 0 0 0;
  text-align: center;
  background: url(/wp-content/uploads/2020/02/shadow-top.png) top center no-repeat;
  margin: 40px auto
}
.home-subdiv-content h5 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.home-subdiv-content a {
  border-bottom-style: dotted!important;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
.home-subdiv-content h2 {
  font-size: 32px;
  font-size: 27px;
  line-height: 30px;
  margin-top: 0;
  color: #1f1f1f!important;
    font-family: 'Open Sans','Helvetica';
  font-weight: 400!important;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 30px;
  margin-top: 0;
  color: #1f1f1f!important;
    font-family: 'Open Sans','Helvetica';
  font-weight: 400!important;
  margin-bottom: 20px
}
.front-page-botttom-div h3 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.main_container .home-subdiv-content h5 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.main_container .front-page-botttom-div h3 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.main_container .front-page-botttom-div h3 a {
  color: #348aca;
  color: #348aca;
  border: none
}
.listing-points li {
  color: #3e3e3e;
  margin: 0 0 5px 10px
}
.unordered-list-points li {
  list-style: disc outside!important
}
.ordered-list-points li {
  list-style: decimal outside!important
}
.front-page-bottom-section {
  border-top: 1px solid #d1d1d1;
  margin: 30px 0 0;
  padding: 30px 0
}
.front-page-bottom-section p {
  color: #3e3e3e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.front-page-bottom-section h3 {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Open Sans','Helvetica';
}
.front-page-bottom-section h3 a {
  color: #348aca;
  border-bottom: none
}
.home-sidebar-form {
  overflow: hidden;
  margin-bottom: 25px;
  background: #e3e3e3;
  padding: 15px
}
.home-sidebar-form label {
  font-size: 14px;
  color: #4f4f4f;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: .1875em
}
.home-sidebar-form input {
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 18px!important
}
.home-sidebar-form textarea {
  max-height: 100px
}
.home-sidebar-form input[type=submit] {
  background: #195396;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px!important;
  border-radius: 2px
}
.home-sidebar-form-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
    font-family: 'Open Sans','Helvetica';
}
.home-subdiv-column #media_image-2 {
  text-align: center
}
.home-subdiv-column .widgettitle {
  font-size: 20px;
  text-align: center;
  color: #5e5e5e;
    font-family: 'Open Sans','Helvetica';;
  background-color: #fff;
  font-weight: 400;
  margin: 50px 0 10px
}
.home-subdiv-column .home-sidebar-form {
  margin-top: 40px
}
.home-subdiv-column h2 {
   font-family: 'Open Sans','Helvetica';
  line-height: normal!important
}
.home-subdiv-column a:hover {
  color: #6d6d6d
}
.subscribe-youtube {
  margin-bottom: 25px;
  padding: 15px
}
.home-nv-title {
  display: block;
  background: #00408c;
  color: #fff!important;
  display: block;
  font-family: 'Open Sans','Helvetica';
  padding: 15px 25px;
  text-align: center;
  font-family: 'Open Sans','Helvetica';
  font-size: 28px
}
.nv-practice-area-box {
  margin: 20px 0
}
.page_title h1 {
  color: #195396!important;
  font-weight: 300!important;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
    font-family: 'Open Sans','Helvetica';
}
.home-image-title {
  margin-bottom: 15px;
  margin-top: 40px;
  color: #195396;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.home-image-titles-section {
  padding-left: 15px
}
.page-template-attorneys .home-page-division {
  padding: 50px 0
}
.attorneys-content-division {
  margin: 20px 0;
  display: -webkit-box;
  display: flex
}
.attorneys-content-division img {
  width: 125px;
  border: 1px solid #e8e8e8;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.attorneys-content-division .col-sm-8 {
  padding: 0
}
.hrstyle {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0
}
.attorney-featured-video iframe {
  width: 100%
}
.profile_image_content img:not(.attachment-thumbnail) {
  padding: 5px;
  background: #fff;
  margin: 0 0 15px 25px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8;
  width: 160px
}
.single-attorneys img.attachment-thumbnail {
  padding: 5px;
  background: #fff;
  margin: 0 0 15px 25px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8;
  width: 160px
}
.single-attorneys .social-sharing-bar {
  display: none
}
.attorneys_name_title {
  margin-bottom: 10px
}
table.employment-table {
  background: #fff;
  margin-bottom: 2px;
  border: solid 1px #ddd;
  width: 75%
}
table.employment-table tr td:first-child {
  width: 80%
}
table.employment-table tr:nth-child(even) {
  background: #f9f9f9
}
table.employment-table td {
  padding: .5625em .625em;
  font-size: .875em;
  color: #222;
  display: table-cell!important;
  font-size: 14px;
  font-family: 'Open Sans','Helvetica';
}
.Content-with-image img {
  padding: 5px;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8;
  margin: 0 0 15px 25px!important;
  max-width: 350px;
  max-height: 405px
}
.Attroneys-list {
  margin-bottom: 10px
}
.postid-252 .image_with_title img {
  margin: 0 25px 0 0
}
.postid-252 .Attroneys-list {
  display: inline-block
}
span.caption_image {
  max-width: 159px;
  position: absolute;
  -webkit-transform: translate(-116%,180px);
  transform: translate(-116%,180px);
  padding: 6px 20px;
  line-height: 18px;
  background: 0 0!important;
  color: #636363!important;
  font-size: 12px;
  text-align: center;
  border: 7px solid #fff;
  background-color: #e8e8e8!important;
  box-shadow: 0 5px 5px rgba(0,0,0,.3)
}
ul.article-nav.bullets {
  border: 1px solid #ededed;
  padding: 35px;
  background: #f5faff;
  margin: 15px 0;
  overflow: hidden
}
ul.article-nav.bullets li {
  font-size: 16px;
  line-height: 24px;
    font-family: 'Open Sans','Helvetica';;
  margin-top: 15px;
  list-style-type: none
}
ul.article-nav.bullets li a {
  color: #348aca;
  font-size: 16px;
    font-family: 'Open Sans','Helvetica';
}
ul.article-nav.bullets li a:hover {
  color: #6d6d6d
}
ul.article-nav.bullets li:first-child {
  margin-top: 0
}
.insertion.image {
  text-align: center;
  clear: both;
  margin-top: 10px
}
.insertion.image img {
  height: auto!important;
  margin-bottom: 0;
  display: inline-block!important
}
.insertedImage {
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.insertedImage img {
  width: 100%
}
.insertion.image.float_left {
  float: left;
  margin-right: 20px;
  width: auto
}
div.insertion.image {
  margin-bottom: 16px
}
div.insertion {
  overflow: hidden;
  position: relative
}
.insertion.image.float_right {
  float: right;
  margin-left: 20px;
  width: auto
}
.page-template-personal-injury .home-page-division {
  padding: unset
}
.page-template-personal-injury .page_content {
  padding-top: 50px
}
.page-template-personal-injury .front-page-bottom-section {
  margin: 30px 0 20px!important
}
.page-template-personal-injury .listing-points {
  margin-bottom: 20px
}
.page-template-personal-injury .listing-points li {
  margin-left: 0!important
}
.page-template-personal-injury .insertedImage p {
  margin: 0!important
}
.single-post .home-page-division {
  padding: unset
}
.single-post .page_content {
  padding-top: 25px
}
.single-post .content-sidebar-wrap main {
  width: auto
}
.single-post .content-sidebar-wrap aside {
  width: auto
}
.single-post .listing-points li {
  margin-left: 0!important
}
.single-post .insertedImage p {
  margin: 0!important
}
.single-post .page_title h1 {
  color: #348aca!important;
  text-decoration: none;
  font-weight: 700!important
}
.single-post .page_title h1:hover {
  color: #333!important
}
.single-post .breadcrumb {
  display: none;
  display: block;
  display: block
}
.single-post .share {
  display: none
}
.single-post .aboutAuthor h2 {
  margin-bottom: 15px;
  font-size: 24px!important;
   font-family: 'Open Sans','Helvetica';
  color: #00408b;
  font-weight: 400!important;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px!important;
   font-family: 'Open Sans','Helvetica';
  color: #00408b;
  font-weight: 400!important;
  background-color: #fff;
  margin-top: 0
}
.video_section {
  margin-bottom: 20px
}
.video_section .widget_content iframe {
  width: 100%
}
table.ivc_filter {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
  width: unset
}
table.ivc_filter tr td {
  padding: .5625em .625em;
  font-size: .875em;
  color: #222;
  line-height: 1.125em;
  border-top: unset;
  border-right: 1px solid #fff
}
table.ivc_filter tr td:last-child {
  border-right: 1px solid #ddd
}
.featureinsertedImage figure.alignright.single-entry-content-thumbnail {
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8;
  text-align: center;
  float: right;
  max-width: 300px
}
.featureinsertedImage figcaption {
  max-width: unset;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #636363;
  background: #e8e8e8;
  padding: 5px;
  margin: 5px 0 0
}
table.E-scooter {
  width: unset;
  border: 1px solid #ddd
}
table.E-scooter tr td {
  padding: .5625em .625em;
  border-top: unset;
  border-right: 1px solid #fff
}
table.E-scooter tr td:last-child {
  border-right: 1px solid #ddd
}
table.shingrix {
  border: 1px solid #ddd
}
table.shingrix tr td {
  padding: .5625em .625em;
  border-right: 1px solid #fff;
  border-top: unset
}
table.shingrix tr td:last-child {
  border-right: 1px solid #ddd
}
table.california-tbl {
  border: 1px solid #ddd
}
table.california-tbl tr td {
  padding: .5625em .625em;
  border-right: 1px solid #fff;
  vertical-align: middle
}
table.california-tbl tr td:last-child {
  border-right: 1px solid #ddd
}
table.california-tbl th {
  padding: .5625em .625em
}
table.award-tbl {
  border: 1px solid #ddd;
  width: auto
}
table.award-tbl tr td {
  padding: .5625em .625em;
  border-right: 1px solid #fff;
  vertical-align: middle
}
table.award-tbl tr td:last-child {
  border-right: 1px solid #ddd
}
table.award-tbl td {
  color: #404f48;
  font-size: 14px;
    font-family: 'Open Sans','Helvetica';
}
.blog-content a {
  color: #348aca
}
.blog-content h5 {
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: 'Open Sans','Helvetica';
}
.penalties h5 {
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: 'Open Sans','Helvetica';
}
.penalties h4 {
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: 'Open Sans','Helvetica';
}
article {
  margin-bottom: 10px!important
}
article a.entry-title-link {
  color: #195796;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  font-size: 24px
}
article a.entry-title-link:hover {
  color: #195796
}
article .entry-meta a {
  color: #348aca
}
article p {
  font-size: 16px;
  color: #5d5d5d;
    font-family: 'Open Sans','Helvetica';;
  line-height: 24px;
  margin-bottom: 15px
}
article h2.entry-title {
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 20px
}
.archive .content-sidebar-wrap main {
  padding-right: 30px;
  padding-left: 0
}
.archive section#text-14 {
  display: none
}
.archive #search-2 {
  display: block!important
}
.archive a.entry-title-link {
  color: #348aca!important;
  text-decoration: none;
  font-family: 'Open Sans','Helvetica';
  font-weight: 700
}
.archive a.entry-title-link:hover {
  color: #333!important
}
.archive article {
  border-bottom: 2px solid #d0d0d0
}
.archive p.entry-meta {
  font-size: 12px!important
}
.archive img.attachment-medium.size-medium.wp-post-image {
  border: 4px solid #e3e3e3
}
.archive .alignleft {
  max-height: 150px;
  max-width: 150px;
  overflow: hidden
}
div#insertion_113386 {
  margin-bottom: 16px;
  text-align: center;
  clear: both
}
.insertion .insertedImage {
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8
}
hr.hrstyle:last-child {
  display: none
}
ul.article-nav li a {
  border-bottom-style: none!important
}
ul.article-nav > li {
  font-size: 16px!important;
  line-height: 27px!important
}
blockquote.blockquote-section {
  margin: 0 0 1.25em;
  padding: 1.5em 1.25em;
  border-left: 3px solid #348aca;
  background: #f6f6f6
}
.footnotes li {
  font-size: 12px!important;
  font-size: 13px!important;
  line-height: 23px
}
.footnotes .listing-points li a {
  font-size: 12px!important;
  font-size: 13px!important;
  line-height: 23px
}
.footnotes ol {
  padding: 0 0 0 25px
}
.footnotes ol li a {
  border-bottom: 1px dotted #348aca
}
.bicycle-injury-list li {
  margin: 15px 0 0 0!important
}
.busaccident-list ul li {
  list-style-type: none
}
.common-align-list ul li {
  list-style-type: none
}
.hernia-mesh-table tr td {
  font-size: 14px!important;
  line-height: 24px!important;
    font-family: 'Open Sans','Helvetica';
}
.hernia-mesh-table td {
  padding: .5625em .625em!important;
  font-size: .875em;
  color: #5d5d5d;
  word-break: keep-all
}
table.hernia-mesh-table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
  width: unset
}
.personal-injury-column h4 {
  margin: 40px 0 15px
}
.personal-injury-column h4 strong {
  font-size: 24px!important;
  color: #1f1f1f!important;
    font-family: 'Open Sans','Helvetica';;
  font-weight: 700;
  line-height: inherit
}
.page-template-defence-page .page_title {
  margin-bottom: 40px
}
.page-template-defence-page .home-featured-information {
  padding-top: 20px
}
.menu-description-content p:nth-child(2) {
  padding: 0!important
}
.menu-description-content p a {
  padding: 10px!important
}
.map-content-loaction img {
  width: 100%;
  margin-top: 15px
}
.map-content-loaction a {
  border: none
}
.location-title h1 {
  margin-bottom: 20px
}
.national-locations-section {
  margin-top: 10%
}
.national-locations:last-child hr {
  display: none
}
.review-badges-wrapper div {
  margin-bottom: 2em;
  text-align: center
}
.review-badges-wrapper div a {
  border: none;
  color: #404f48
}
.review-badges-wrapper div a img {
  max-width: 250px
}
div.insertion.widget.no-background {
  background: 0 0!important
}
.map_container {
  width: auto;
  max-width: none!important;
  min-height: 120px;
  margin-bottom: 15px;
  background: #fff;
  min-height: 100px;
  box-shadow: 0 0 4px #cfcfcf;
  -webkit-box-shadow: 0 0 4px #cfcfcf;
  -moz-box-shadow: 0 0 4px #cfcfcf;
  border: 1px solid #d2d2d2;
  padding: 4px
}
.map_container > div {
  min-height: 200px
}
.office_details h2 {
  color: #00408b;
  margin: 0 0 10px
}
.office_details address {
  font-size: 14px;
  line-height: 22px;
  color: #777
}
div.insertion.widget.float_right {
  float: right;
  margin-left: 20px!important;
  margin-right: 0!important;
  width: 220px!important;
  height: auto!important;
  margin-bottom: 15px!important
}
.offices.listview {
  margin-left: 0;
  overflow: hidden
}
.offices.listview li {
  list-style: none;
  width: 48%;
  padding: 1%;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-bottom: 15px
}
.offices li a {
  color: #348aca
}
.offices li a address {
  color: #737373;
  float: left;
  width: 65%;
  font-size: 12px;
  margin-bottom: 0
}
.offices li h2 {
  margin-bottom: 5px;
  font-size: 18px!important;
  line-height: 24px;
  padding-bottom: 0;
  border-bottom: none;
  color: #00408b;
  margin-top: 0
}
.offices .grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}
.offices .grid li {
  width: 33.33%;
  padding: 0 10px
}
.office_photo_thumb {
  float: left;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #e7e7e7
}
h5.fox {
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px
}
.page-id-2039 .row.col-sm-12 {
  clear: both;
  margin-bottom: 35px
}
.page-id-2039 .front-page-bottom-section {
  clear: both
}
.page-id-2039 .front-page-bottom-section h3 {
  margin-top: 0
}
.overview h5 a {
  font-family: 'Open Sans','Helvetica';
}
.overview h5 a:hover {
  color: #6b6b6b
}
blockquote.blqte {
  background: 0 0;
  border-left: 1px solid #ddd;
  font-style: normal
}
blockquote.font-style {
  font-style: normal
}
blockquote.blqte.font-style.font-size p {
  font-size: 16px;
  color: #6f6f6f
}
ul.rs-areas-list {
  padding-left: 42px;
  list-style: disc outside;
  overflow: hidden
}
ul.rs-areas-list li {
  list-style: disc outside;
  margin-top: 12px
}
.page-id-3001 .page_content_custom_class h2:nth-child(4) {
  display: none
}
.page-id-17 .related-articles {
  display: none
}
.page-id-14 .front-page-bottom-section:nth-child(2) {
  display: none
}
ul.a-to-z-list {
  padding-left: 42px;
  list-style: disc outside;
  overflow: hidden;
  margin: 15px 0;
  display: -webkit-inline-box;
  display: inline-flex
}
ul.a-to-z-list li {
  font-size: 14px;
  line-height: 21px;
  padding: 8px
}
ul.a-to-z-list li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
ul.a-to-z-list li.letter {
  list-style-type: none
}
.contact-form input {
  width: 50%;
  padding: 8px;
  border: 1px solid #bbb!important;
  margin: 0 0 1em 0
}
.contact-form input[type=submit] {
  width: 8%!important;
  margin: 0 0 1em 0;
  padding: 10px 15px;
  font-size: 12px;
  background: #195396;
  border-radius: 2px
}
.contact-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-size: .875em;
  color: #4d4d4d!important;
  font-weight: 500
}
.map {
  min-height: 120px;
  margin-bottom: 15px;
  background: #fff;
  min-height: 100px;
  box-shadow: 0 0 4px #cfcfcf;
  -webkit-box-shadow: 0 0 4px #cfcfcf;
  -moz-box-shadow: 0 0 4px #cfcfcf;
  border: 1px solid #d2d2d2;
  padding: 4px
}
hr.hr-contact {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 3px 0 15px 0
}
input[type=checkbox] {
  width: unset
}
span.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}
.contact-address li {
  list-style: none;
  width: 33%;
  float: left;
  overflow: unset!important;
  min-height: 110px
}
.contact-address h2 {
  font-size: 16px!important;
  color: #00408b!important;
   font-family: 'Open Sans','Helvetica';
}
.contact-address address {
  color: #737373;
  float: left;
  width: 65%;
  font-size: 12px;
  margin-bottom: 0
}
.contact-address a:hover h2 {
  text-decoration: none;
  color: #6d6d6d!important
}
span.wpcf7-list-item-label {
  font-size: 14px
}
ul.alphabets-list {
  display: inline-block
}
.alphabets-list li.letter {
  float: left;
  margin: 0 15.5px 0 0
}
.alphabets-list a {
  color: #348aca;
  border-bottom: 1px dotted #348aca
}
.page-bottom-section {
  border-top: 1px solid #d1d1d1;
  margin: 30px 0 0
}
.page-template-nevada-home-page .front-page-bottom-section {
  display: none
}
.page-template-nevada-home-page .content {
  padding: 0
}
.page-template-nevada-home-page .home-featured-video iframe {
  width: 100%
}
.page-template-nevada-home-page .home-featured-content {
  margin: 20px 0
}
.page-template-nevada-home-page h2 {
  color: #1f1f1f!important;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 30px!important;
  line-height: 36px!important;
  font-weight: 300
}
.page-template-nevada-home-page .widget_content.subscribe-youtube.nevada {
  display: none!important
}
.page-template-defence-page-nevada .front-page-bottom-section {
  display: none
}
.page-template-defence-page-nevada .content {
  padding: 0
}
h4.nevada-title {
  font-weight: 700
}
.nevada-video-section {
  margin-top: 25px
}
ol.bullet {
  padding-left: 42px;
  margin-bottom: 15px
}
.Nevada-defence-page-content {
  margin: 20px 0
}
.image-mobile {
  display: none
}
.grid-section-nevada {
  margin: 30px 0
}
.grid-info {
  padding-top: 15px
}
.grid-content-sec {
  margin: 30px auto
}
.last-call-sec p.rs-content-cta.rs-content-cta-small {
  display: none
}
.last-call-sec .insertion {
  max-width: 35%
}
ul.more-style {
  display: inline-block
}
.attorneys-subdivision-column .insertedImage img {
  margin: 0;
  padding: 0
}
.DUI_section-map {
  min-height: 120px;
  margin-bottom: 15px;
  background: #fff;
  min-height: 100px;
  box-shadow: 0 0 4px #cfcfcf;
  -webkit-box-shadow: 0 0 4px #cfcfcf;
  -moz-box-shadow: 0 0 4px #cfcfcf;
  border: 1px solid #d2d2d2;
  padding: 4px
}
.DUI-table {
  overflow-x: auto!important
}
.article-section h3 {
  font-size: 27px;
  margin-top: 40px;
   font-family: 'Open Sans','Helvetica';
  line-height: normal!important
}
.part-section h4 {
  margin-top: 40px;
  margin-top: 40px;
   font-family: 'Open Sans','Helvetica';
  line-height: normal!important;
  color: #222;
  font-size: 24px
}
.page-template-Code_section a:hover {
  color: #6d6d6d!important
}
li.letter {
  display: inline-block;
  padding: 5px
}
#mega-menu-wrap-secondary {
  background: 0 0
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
  height: unset!important
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover {
  background-image: url(/wp-content/uploads/2020/03/secondary-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item:first-child {
  border-left: 1px solid #aaa
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: unset;
  color: initial;
  border-color: #aaa
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: unset;
  color: initial;
  border-color: #aaa
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:hover {
  background: #195396;
  color: #fff;
  text-decoration: none
}
#mega-menu-wrap-additional-menu {
  background: 0 0
}
#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
  height: unset!important
}
#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background-image: url(/wp-content/uploads/2020/03/secondary-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat
}
#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item:first-child {
  border-left: 1px solid #aaa
}
#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: unset;
  color: initial;
  border-color: #aaa
}
#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: unset;
  color: initial;
  border-color: #aaa
}
li#mega-menu-item-custom_html-25 .custom-html-widget {
  background: #fff
}
li#mega-menu-item-custom_html-28 .custom-html-widget {
  background: #fff;
  background: #fff;
  background: #fff
}
li#mega-menu-item-custom_html-31 .custom-html-widget {
  background: #fff
}
li#mega-menu-item-custom_html-34 .custom-html-widget {
  background: #fff
}
li#mega-menu-item-custom_html-37 .custom-html-widget {
  background: #fff
}
.page-id-390 main h2 {
  color: #00408b;
   font-family: 'Open Sans','Helvetica';
  font-size: 30px;
  margin-bottom: 10px
}
.page_content_custom_class h4 a {
  color: #348aca;
  font-family: 'Open Sans','Helvetica';
  font-weight: 300
}
.page_content_custom_class h4 strong {
    font-family: 'Open Sans','Helvetica';;
  font-size: 22px
}
.page_content_custom_class h5 {
  font-family: 'Open Sans','Helvetica';
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  color: #1f1f1f
}
blockquote.blkq {
  background: unset;
  border-left: 1px solid #ddd
}
blockquote.blkq p {
  font-style: normal
}
.page-id-4540 ul.secondList.bullets {
  padding-left: unset
}
.page-id-4540 ul.secondList.bullets li {
  list-style-type: disc
}
.page-id-5386 ul.secondList.bullets {
  padding-left: unset
}
.page-id-5386 ul.secondList.bullets li {
  list-style-type: disc
}
.share {
  margin-bottom: 25px;
  border-top: 2px solid #d0d0d0;
  padding-top: 15px;
  position: static!important;
  overflow: hidden
}
.share span {
  position: static!important;
  overflow: hidden
}
.share div {
  position: static!important;
  overflow: hidden
}
.share p {
  line-height: 0
}
.share h3 {
  font-size: 28px!important;
  line-height: 32px!important;
  color: #00408b!important;
    font-family: 'Open Sans','Helvetica';
}
.social-share {
  display: -webkit-box;
  display: flex
}
ul.secondList.bullets {
  padding-left: unset
}
ul.secondList.bullets li {
  list-style-type: disc
}
.fb-like {
  margin-right: 8px
}
.twitter-share {
  margin-right: 8px
}
div.dialog {
  margin: 6em auto 6em;
  padding: 30px;
  width: 275px;
  border: 1px solid #99bf38;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 0 25px #c9d3cf;
  text-align: center;
   font-family: 'Open Sans','Helvetica';
  font-size: 12px
}
div.dialog h1 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #404f48;
  text-align: center;
    font-family: 'Open Sans','Helvetica';
}
div.dialog p {
  margin: 0 0 16px 0;
  color: #404f48;
  text-align: center;
   font-family: 'Open Sans','Helvetica';
  font-size: 12px
}
div.dialog a {
  color: #1c2d1d
}
h1.branded {
  margin: 0 0 12px;
  font-size: 18px;
  text-align: center;
    font-family: 'Open Sans','Helvetica';
}
h1.branded a {
  color: #1c2d1d;
  text-decoration: underline;
  cursor: pointer
}
.page-template-lawyers-list .front-page-bottom-section:nth-child(2) {
  display: none
}
.page-template-lawyers-list .alignleft {
  margin: 0 10px 10px 0
}
.page-template-lawyers-list .alignright {
  margin: 0 0 10px 10px
}
section#media_image-2 h4.widget-title {
  background: unset;
  color: #5e5e5e!important;
  line-height: 24px!important;
  margin-bottom: 10px;
  font-weight: 400!important;
     font-family: 'Open Sans','Helvetica';
  border-bottom: unset;
  text-align: center!important;
  font-size: 19px!important
}
section#custom_html-22 h4.widget-title {
  background: unset;
  color: #5e5e5e!important;
  line-height: 24px!important;
  margin-bottom: 10px;
  font-weight: 400!important;
     font-family: 'Open Sans','Helvetica';
  border-bottom: unset;
  text-align: center!important;
  font-size: 19px!important
}
section#media_image-8 h4.widget-title {
  background: unset;
  color: #5e5e5e!important;
  line-height: 24px!important;
  margin-bottom: 10px;
  font-weight: 400!important;
     font-family: 'Open Sans','Helvetica';
  border-bottom: unset;
  text-align: center!important;
  font-size: 19px!important
}
section#media_image-9 h4.widget-title {
  background: unset;
  color: #5e5e5e!important;
  line-height: 24px!important;
  margin-bottom: 10px;
  font-weight: 400!important;
     font-family: 'Open Sans','Helvetica';
  border-bottom: unset;
  text-align: center!important;
  font-size: 19px!important
}
.page-id-15 .insertion.image.float_right {
  float: left;
  margin-right: 20px;
  width: auto;
  margin-top: 0
}
.page-id-15 h2 {
  display: none
}
.page-id-3313 .insertion.image.float_right {
  float: left;
  margin-right: 20px;
  width: auto;
  margin-top: 0
}
.page-id-3313 section#text-15 {
  display: none
}
.page-id-3313 .nevada-bottom-section {
  display: none
}
.page-id-3313 .lawyer-list-sec:last-child {
  display: none
}
.wpr_search.search_top .wpr_submit {
  display: none
}
.wpr_search.search_top label {
  display: none
}
.page-id-5997 .sidebar-secondary.widget-area {
  display: none
}
.lawyer-list-sec:last-child hr {
  border-top: unset
}
.lawyer-list-sec h2 {
  font-size: 32px
}
section#custom_html-50 {
  background: #e3e3e3;
  padding: 15px;
  display: none
}
section#custom_html-50 .widget_content {
  padding-top: 30px
}
.page-id-5216 section#custom_html-50 {
  display: block
}
section#calendar-2 div#calendar_wrap {
  background: #e3e3e3;
  padding: 25px;
  margin-bottom: 20px
}
section#calendar-2 .widget-wrap {
  padding: 0 0 5px 0
}
section#recent-posts-2 {
  background: #e3e3e3;
  margin-bottom: 20px
}
section#recent-posts-2 h4.widget-title.widgettitle {
  float: left;
  color: #202020!important;
  font-size: 23px!important;
  border-bottom: 1px solid #d0d0d0;
  width: 100%
}
section#recent-posts-2 .widget-title {
  background: 0 0!important
}
section#recent-posts-2 .widget-wrap ul li:nth-of-type(even) a {
  background: #979797
}
#search-2 {
  display: none
}
#recent-posts-2 {
  display: none
}
#calendar_wrap {
  display: none
}
.blog section#text-14 {
  display: none
}
.blog #media_image-9 {
  display: none;
  display: none
}
.blog #search-2 {
  display: block!important
}
.blog #recent-posts-2 {
  display: block!important;
  display: block!important
}
.blog #calendar_wrap {
  display: block!important;
  display: block!important
}
.blog a.entry-title-link {
  color: #348aca!important;
  text-decoration: none;
  font-family: 'Open Sans','Helvetica';
  font-weight: 700
}
.blog a.entry-title-link:hover {
  color: #333!important
}
.blog article {
  border-bottom: 2px solid #d0d0d0
}
.blog p.entry-meta {
  font-size: 12px!important
}
.blog img.attachment-medium.size-medium.wp-post-image {
  border: 4px solid #e3e3e3
}
.blog .alignleft {
  max-height: 150px;
  max-width: 150px;
  overflow: hidden
}
.single.single-post #search-2 {
  display: block!important
}
.single.single-post #recent-posts-2 {
  display: block!important
}
.single.single-post #calendar_wrap {
  display: block!important
}
.page-template-page-blog #recent-posts-2 {
  display: block!important
}
.page-template-page-blog #calendar_wrap {
  display: block!important
}
.page-template-page-blog a.entry-title-link {
  color: #348aca!important;
  text-decoration: none;
  font-family: 'Open Sans','Helvetica';
  font-weight: 700
}
.page-template-page-blog a.entry-title-link:hover {
  color: #333!important
}
.page-template-page-blog article {
  border-bottom: 2px solid #d0d0d0
}
.page-template-page-blog p.entry-meta {
  font-size: 12px!important
}
.page-template-page-blog img.attachment-medium.size-medium.wp-post-image {
  border: 4px solid #e3e3e3
}
.page-template-page-blog .alignleft {
  max-height: 150px;
  max-width: 150px;
  overflow: hidden
}
.dui-bottom {
  margin-top: 25px
}
.dui-bottom .item h4 {
  margin: 15px 0;
  font-size: 24px;
  line-height: 30px;
  color: #1f1f1f;
  font-family: 'Open Sans','Helvetica';
}
.page-id-1980 h4 {
  margin-bottom: 15px;
  margin-top: 0
}
.page-id-1980 h4 a {
  font-family: 'Open Sans','Helvetica';
  line-height: normal;
  font-size: 24px;
  border-bottom: unset
}
.nevada-bottom-section h3 {
  font-size: 28px;
  margin: 40px 0 15px
}
.nevada-contact h5 {
  font-family: 'Open Sans','Helvetica';
  margin-bottom: 15px;
  margin-top: 40px;
  color: #1f1f1f
}
ol.common-defence li a {
  border-bottom: 1px dotted #348aca
}
.page-id-3143 .widget_content.subscribe-youtube.nevada {
  display: none!important
}
section#search-2 .widget-wrap {
  padding: 0;
  padding: 15px;
  padding: 15px
}
section#search-2 .search-form-input {
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 13px!important;
  margin-bottom: 15px;
  width: 100%
}
section#search-2 .search-form-input::-webkit-input-placeholder {
  color: #777
}
section#search-2 .search-form-input::-moz-placeholder {
  color: #777
}
section#search-2 .search-form-input:-ms-input-placeholder {
  color: #777
}
section#search-2 .search-form-input::-ms-input-placeholder {
  color: #777
}
section#search-2 .search-form-input::placeholder {
  color: #777
}
section#custom_html-52 {
  display: none;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5045 section#custom_html-52 {
  display: block
}
.page-id-5045 section#custom_html-97 {
  display: block
}
.page-id-4928 section#custom_html-52 {
  display: block
}
.page-id-4928 section#custom_html-97 {
  display: block
}
.page-id-4997 section#custom_html-52 {
  display: block
}
.page-id-4997 section#custom_html-97 {
  display: block
}
.page-id-5443 section#custom_html-52 {
  display: block
}
.page-id-5443 section#custom_html-97 {
  display: block
}
.page-id-5241 section#custom_html-52 {
  display: block
}
.page-id-5241 section#custom_html-97 {
  display: block
}
h4.widget-title.widgettitle {
  background: #195395;
  color: #fff
}
section#custom_html-53 {
  display: none;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5004 section#custom_html-53 {
  display: block
}
.page-id-5004 section#custom_html-98 {
  display: block
}
.page-id-5004 section#custom_html-97 {
  display: none!important
}
.page-id-4065 .nevada {
  display: none
}
.page-id-4065 section#media_image-9 {
  display: none
}
.postid-7480 span.caption_image {
  display: none!important
}
.postid-7480 span.image_with_title {
  display: none!important
}
p.heading-para {
  background-color: inherit!important;
  background-image: none!important;
  border-bottom: 1px solid rgba(255,255,255,.25)!important;
  border-right: none!important;
  color: #fff!important;
  font-size: 21px!important;
  font-weight: 300!important;
  line-height: 1.4!important;
  margin-bottom: 15px!important;
  padding: 20px 0 15px 0!important
}
.text p {
  font-size: 14px;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important;
  line-height: 24px!important;
  color: #fff
}
p.link_text {
  position: relative;
  left: 90px;
  background: #00408b!important;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 20px!important
}
p.link_text a {
  background: #00408b!important;
  font-size: 14px;
  color: #fff
}
p.link_text:hover {
  background: #fff!important
}
p.link_text:hover a {
  background: #fff!important;
  color: #348aca!important
}
.navigate {
  overflow: hidden;
  margin-top: 0;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px
}
span.fourth {
  background-color: inherit!important;
  background-image: none!important;
  border-right: none!important;
  color: #347aca!important;
    font-family: 'Open Sans','Helvetica';
  font-size: 24px!important;
  font-weight: 300!important;
  line-height: 1.4!important;
  margin-bottom: 10px!important;
  padding: 0!important;
  display: block
}
ul.col1_2 {
  width: 50%!important;
  float: left;
  background: 0 0!important;
  position: static!important;
  border: none!important;
  padding-right: 25px
}
ul.col1_2 li {
  float: none!important;
  background: url(/wp-content/uploads/2020/03/dropdown-arrow-blue-1.png) left no-repeat!important;
  font-size: 14px!important;
  padding: 0!important;
  margin-bottom: 5px!important;
  padding-left: 10px!important;
  line-height: normal!important;
  display: block;
  height: auto!important;
  margin-left: 0;
  position: static!important;
  border: none!important;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important
}
ul.col1_2 li a {
  color: #348aca!important;
  margin-bottom: 5px;
  display: block;
  padding: 0!important;
  margin: 0;
  line-height: normal;
  text-shadow: none;
  background: 0 0!important;
  font-size: 14px!important
}
ul.col1_2 li a:hover {
  color: #717171!important
}
.crimes_overview i {
  background: url(/wp-content/uploads/2020/03/crimes-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.crimes_overview-california-dui i {
  background: url(/wp-content/uploads/2020/03/dui-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.medical_overview i {
  background: url(/wp-content/uploads/2020/02/medical-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.injury_overview i {
  background: url(/wp-content/uploads/2020/03/nv-accidents-dropdown-ico-1.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.crimes_overview-nevada-defence i {
  background: url(/wp-content/uploads/2020/03/nv-criminal-dropdown-ico-2.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.crimes_overview-nevada-dui i {
  background: url(/wp-content/uploads/2020/03/dui-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.images-items .item {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 33.33333%;
  float: left;
  margin-bottom: 20px;
  min-height: 380px
}
.images-items h4 {
  font-size: 24px!important;
    font-family: 'Open Sans','Helvetica';
}
.page-id-4537 p.rs-content-cta {
  display: none
}
.page-id-4537 p.rs-content-cta.rs-content-cta-small {
  display: none
}
.family_overview i {
  background: url(/wp-content/uploads/2020/03/nv-family-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.immigration_overview i {
  background: url(/wp-content/uploads/2020/03/nv-immigration-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.nevada-personal-injury i {
  background: url(/wp-content/uploads/2020/03/nv-accidents-dropdown-ico-3.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.colorado-dui i {
  background: url(/wp-content/uploads/2020/03/dui-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.colorado-dropdown i {
  background: url(/wp-content/uploads/2020/03/help-dropdown-ico.png) top center no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 15px
}
.atty-box {
  background-color: #c5c5c5;
  padding: .5rem 3rem .2rem 3rem;
  margin: 3rem
}
h4.heading_styling {
    font-family: 'Open Sans','Helvetica';
}
.postid-2921 blockquote {
  background: 0 0;
  margin: 0 0 1.25em;
  padding: .5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd
}
.third {
  margin-bottom: 25px!important;
  margin-top: 10px
}
.third p a {
  background-color: #195396;
  padding: 15px;
  color: #fff;
    font-family: 'Open Sans','Helvetica';
  font-weight: 300!important
}
p.link_text.text2 {
  margin-bottom: 15px!important
}
.os-right {
  display: table
}
.os-right li {
  display: inline-block
}
.os-right li a {
  color: #7a7a7a!important;
  display: block;
  padding: 0 15px;
  margin: 0;
  line-height: normal;
  text-shadow: none;
  background: 0 0!important
}
section#custom_html-87 {
  left: 222px;
  z-index: 10000;
  padding: 0;
  background: #348aca!important;
  overflow: hidden!important;
  position: absolute;
  margin-top: 0;
  width: 165px!important
}
section#custom_html-87 ul li a {
  color: #fff!important
}
li.first-list {
  border-right: 1px solid #bebebe!important
}
div#___ytsubscribe_0 {
  float: left;
  padding-bottom: 40px
}
.page-id-3090 #media_image-15 {
  display: none
}
.widget_content.subscribe-youtube.nevada {
  padding-top: 25px
}
.widget.widget_search input[type=submit] {
  background: #195396;
  border: none;
  color: #fff;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  float: left;
  clip: unset;
  height: 32px;
  width: auto;
  position: relative;
  font-weight: 400;
  background: #195396;
  border: none;
  color: #fff;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  float: left;
  clip: unset;
  height: 32px;
  width: auto;
  position: relative;
  margin: 0 0 0 10px;
  background: #195396;
  border: none;
  color: #fff;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  float: left;
  clip: unset;
  height: 32px;
  width: auto;
  position: relative;
  margin: 0 0 0 10px
}
.widget.widget_search input[type=submit]:focus {
  font-weight: 400;
  box-shadow: unset;
  font-weight: 400;
  box-shadow: unset
}
.widget.widget_search .widget-wrap {
  overflow: hidden;
  margin-bottom: 25px;
  background: #e3e3e3;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 25px;
  background: #e3e3e3;
  padding: 15px
}
.widget.widget_search form {
  padding: 0;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 0
}
.widget.widget_search input[type=search] {
  padding: 5px 2%;
  width: calc(100% - 76px);
  float: left;
  padding: 5px;
  width: calc(100% - 80px);
  float: left
}
#quote {
    font-family: 'Open Sans','Helvetica';;
  color: #777;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 16px
}
#quoter {
    font-family: 'Open Sans','Helvetica';;
  color: #777;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 16px
}
.contact-form-california-city label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  font-weight: 500;
    font-family: 'Open Sans','Helvetica';
}
.contact-form-california-city input[type=text] {
  width: 50%;
  -webkit-border-radius: 0!important;
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 13px!important
}
.contact-form-california-city input[type=tel] {
  width: 50%;
  -webkit-border-radius: 0!important;
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 13px!important
}
.contact-form-california-city input[type=email] {
  width: 50%;
  -webkit-border-radius: 0!important;
  border: 1px solid #bbb!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  height: auto!important;
  font-size: 13px!important
}
.contact-form-california-city textarea {
  width: 97%;
  height: 100px!important;
  max-width: 100%
}
.contact-form-california-city input[type=submit] {
  background: #195396;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px
}
.california-contact-page aside.offices {
  width: 100%!important
}
.california-contact-page aside.offices li {
  list-style: none;
  width: 33%;
  float: left
}
.california-contact-page aside.offices h2 {
  margin-bottom: 5px!important;
  font-size: 16px!important;
  line-height: 18px!important
}
.lesiones h6 {
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: 'Open Sans','Helvetica';
  line-height: 18px;
  text-transform: capitalize
}
.all-locations h5 {
  margin: 20px 0 20px
}
section#custom_html-97 {
  display: none;
  background: #e3e3e3;
  padding: 15px
}
section#custom_html-97 .widget-title {
  color: #000
}
section#custom_html-97 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-98 {
  display: none;
  background: #e3e3e3;
  padding: 15px
}
section#custom_html-98 .widget-title {
  color: #000;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500
}
section#custom_html-98 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-99 {
  background: #e3e3e3;
  padding: 15px;
  display: none
}
section#custom_html-99 .widget-title {
  font-family: 'Open Sans','Helvetica';
  color: #202020;
  font-size: 23px;
  line-height: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300
}
section#custom_html-99 a {
    font-family: 'Open Sans','Helvetica';;
  border-bottom: 1px dotted #348aca;
  color: #348aca;
  font-size: 20px
}
section#custom_html-99 p {
  text-align: center
}
.page-id-9814 section#custom_html-99 {
  display: block
}
section#custom_html-9777 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500
}
.page-id-5142 section#custom_html-99 {
  display: none
}
.page-id-5014 section#custom_html-99 {
  display: none
}
.page-id-4858 section#custom_html-97 {
  display: none!important
}
.page-id-5051 section#custom_html-97 {
  display: none!important
}
.page-id-5051 section#custom_html-100 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-4538 section#custom_html-97 {
  display: none!important
}
.page-id-5107 section#custom_html-97 {
  display: none!important
}
.page-id-5185 section#custom_html-97 {
  display: none!important
}
.page-id-7245 section#custom_html-97 {
  display: none!important
}
.page-id-5012 section#custom_html-97 {
  display: none!important
}
.page-id-4810 section#custom_html-97 {
  display: none!important
}
.page-id-4810 section#custom_html-102 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5249 section#custom_html-97 {
  display: none!important
}
.page-id-5267 section#custom_html-97 {
  display: none!important
}
.page-id-5267 section#custom_html-103 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5260 section#custom_html-97 {
  display: none!important
}
.page-id-5288 section#custom_html-97 {
  display: none!important
}
.page-id-5288 section#custom_html-104 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5312 section#custom_html-97 {
  display: none!important
}
.page-id-5316 section#custom_html-97 {
  display: none!important
}
.page-id-5333 section#custom_html-97 {
  display: none!important
}
.page-id-5333 section#custom_html-105 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5336 section#custom_html-97 {
  display: none!important
}
.page-id-5346 section#custom_html-97 {
  display: none!important
}
.page-id-5357 section#custom_html-97 {
  display: none!important
}
.page-id-5368 section#custom_html-97 {
  display: none!important
}
.page-id-4912 section#custom_html-97 {
  display: none!important
}
.page-id-5528 section#custom_html-97 {
  display: none!important
}
.page-id-5528 section#custom_html-106 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5389 section#custom_html-97 {
  display: none!important
}
.page-id-5397 section#custom_html-97 {
  display: none!important
}
.page-id-5401 section#custom_html-97 {
  display: none!important
}
.page-id-5404 section#custom_html-97 {
  display: none!important
}
.page-id-5408 section#custom_html-97 {
  display: none!important
}
.page-id-5410 section#custom_html-97 {
  display: none!important
}
.page-id-5426 section#custom_html-97 {
  display: none!important
}
.page-id-5449 section#custom_html-97 {
  display: none!important
}
.page-id-5493 section#custom_html-97 {
  display: none!important
}
.page-id-5043 section#custom_html-97 {
  display: none!important
}
.page-id-4957 section#custom_html-97 {
  display: none!important
}
.page-id-4957 section#custom_html-107 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
section#custom_html-100 {
  display: none
}
section#custom_html-100 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-100 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-101 {
  display: none
}
section#custom_html-101 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-101 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-102 {
  display: none
}
section#custom_html-102 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-102 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-103 {
  display: none
}
section#custom_html-103 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-103 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-104 {
  display: none
}
section#custom_html-104 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-104 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-105 {
  display: none
}
section#custom_html-105 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-105 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-106 {
  display: none
}
section#custom_html-106 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-106 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
section#custom_html-107 {
  display: none
}
section#custom_html-107 a {
  border-bottom-style: dotted!important;
  font-size: 1.5em;
  border-color: #348aca!important;
  border-bottom-width: 1px!important;
  text-decoration: none!important;
  color: #348aca!important
}
section#custom_html-107 .widget-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px!important;
  font-weight: 500;
  color: #000
}
.page-id-5188 section#custom_html-101 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5352 section#custom_html-97 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5363 section#custom_html-97 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5463 section#custom_html-97 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.page-id-5476 section#custom_html-97 {
  display: block;
  background: #e3e3e3;
  padding: 15px
}
.media-logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap
}
.media-logos img {
  margin: 0 25px 15px 25px;
  margin: 0 25px 15px 25px
}
.featuredon-sidebar {
  padding: 0;
  background: unset;
  margin: 40px auto;
  padding: 0;
  background: unset;
  margin: 40px auto
}
.featuredon-sidebar h4 {
  font-size: 20px;
  text-align: center;
  color: #5e5e5e;
  font-family: 'Open Sans','Helvetica';
  background-color: #fff;
  font-weight: 400;
  margin: 50px 0 30px;
  font-size: 20px;
  text-align: center;
  color: #5e5e5e;
  font-family: 'Open Sans','Helvetica';
  background-color: #fff;
  font-weight: 400;
  margin: 50px 0 30px
}
.widget_custom_html .subscribe-youtube {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 5px 50px;
  min-height: 58px;
}
.widget_custom_html .subscribe-youtube iframe {
  width: 215px;
  height: 55px;
  margin: 0 auto;
  display: block;
  border: none;
  width: 215px;
  height: 55px;
  margin: 0 auto;
  display: block;
  border: none
}
.social-sharing-bar {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
  clear: both;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
  clear: both
}
.social-sharing-bar-title {
  font-size: 28px!important;
  line-height: 32px!important;
  color: #202020;
   font-family: 'Open Sans','Helvetica';
  font-weight: 300;
  margin-bottom: 10px
}
.page_main h2 {
  color: #00408b!important;
  color: #00408b!important
}
.page_main h3 {
  color: #00408b!important;
  color: #00408b!important
}
.page_main h4 {
  color: #00408b!important;
  color: #00408b!important
}
.page_main h5 {
  color: #00408b!important;
  color: #00408b!important
}
.page_main h6 {
  color: #00408b!important;
  color: #00408b!important
}
.social-tw-follow {
  float: left;
  padding-right: 4px;
  height: 20px;
  padding-top: 8px;
  float: left;
  padding-right: 4px;
  height: 20px;
  padding-top: 9px
}
.twitter-follow-button {
  float: left;
  padding-right: 4px;
  height: 20px;
  float: left;
  padding-right: 4px;
  height: 20px
}
.social-tw-tweet {
  float: left;
  padding-right: 4px;
  height: 20px;
  padding-top: 8px;
  float: left;
  padding-right: 4px;
  height: 20px;
  padding-top: 9px
}
.social-li {
  float: left;
  padding-right: 4px;
  height: 20px;
  float: left;
  padding-right: 4px;
  height: 20px
}
.social-pin {
  float: left;
  padding-right: 4px;
  height: 20px;
  float: left;
  padding-right: 4px;
  height: 20px
}
.social-fb {
  float: left;
  padding-right: 0;
  height: 20px;
  float: left;
  padding-right: 0;
  height: 20px
}
.aboutAuthor {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 25px;
  clear: both;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 25px;
  clear: both
}
.authorThumb {
  float: left;
  width: 70px;
  padding: 5px;
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-right: 15px;
  float: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-right: 15px
}
.authorThumb img {
  border: none;
  border: none
}
.authorDetails {
  float: left;
  width: calc(100% - 90px);
  float: left;
  width: unset
}
.authorDetails h3 {
  font-size: 18px;
  margin-top: 0;
  font-size: 18px;
  margin-top: 0
}
.authorDetails h3 a {
  color: #3d84ce;
  color: #3d84ce
}
.authorDetails h3 a:hover {
  text-decoration: none;
  color: #515151;
  text-decoration: none;
  color: #515151
}
.authorDetails p {
  font-size: 14px;
  font-size: 14px;
  text-align: justify
}
#alphabet {
  clear: both;
  clear: both
}
#fixed-form-bottom {
  position: fixed;
  top: calc(100% - 50px);
  width: 300px;
  right: 10%;
  z-index: 99999;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s
}
#fixed-form-bottom h4 {
  cursor: pointer
}
#fixed-form-bottom form p {
  margin-bottom: 0
}
#fixed-form-bottom .home-sidebar-form {
  margin-bottom: 0
}
#fixed-form-bottom.clicked {
  top: auto;
  bottom: 0
}
.page-template-common-pages-php .page_title {
  margin-bottom: 20px
}
.page-template-common-pages-php h2 {
  color: #00408b;
  font-family: 'Open Sans','Helvetica';
}
#covid-update {
  color: #fff;
  background: #f30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-weight: 700
}
#covid-update a {
  color: #fff;
  text-decoration: none
}
#covid-update a:hover {
  text-decoration: underline
}
#covid-update + #header_wrapper #main_navigation_wrap {
  padding-top: 32px
}
.mapmenu {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
  background-color: rgba(0,0,0,.3)
}
.mapmenu h4 {
  display: block;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center
}
.maplink {
  display: inline-block;
  padding: 10px 30px
}
.maplink a {
  display: inline-block
}
.maplink a img {
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
  -webkit-transition: all .3s;
  transition: all .3s
}
.maplink a:hover img {
  -webkit-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%)
}
.maplink a.active img {
  -webkit-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%)
}
article.attorneys figure {
  width: 145px;
  height: 200px
}
figure.single-entry-content-thumbnail {
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #e8e8e8
}
body.page-template-page-faqs div#filters a {
  font-size: 14px
}
.custom-menu-california-dui {
  display: none
}
.custom-menu {
  display: none
}
.custom-menu-medical-devices {
  display: none
}
.custom-menu-personal-injury {
  display: none
}
.custom-menu-nevada-defence {
  display: none
}
.custom-menu-nevada-dui {
  display: none
}
.custom-menu-nevada-family {
  display: none
}
.custom-menu-nevada-immigration {
  display: none
}
.custom-menu-nevada-personal-injury {
  display: none
}
.custom-menu-colorado-dui {
  display: none
}
.custom-menu-nevada-in-depth {
  display: none
}
.custom-menu-colorado-other-state {
  display: none
}
.mobile-menu {
  display: none
}
.mobile-menu ul.menu li.menu-separator a {
  background: 0 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px!important;
  padding: 9px 10px 9px!important;
  text-shadow: none!important;
  font-weight: 400
}
.mobile-menu .home-menu-item {
  display: block
}
.mobile-menu ul:first-child i {
  display: inline-block
}
.mobile-menu ul:first-child span {
  display: inline-block
}
.mobile-menu .searchform {
  padding: 10px;
  margin-bottom: 70px;
  position: relative;
  float: left;
  width: 100%
}
.mobile-menu .searchform input[type=text] {
  border: 1px solid #bbb;
  padding: 10px;
  height: auto;
  font-size: 13px;
  line-height: normal
}
.contact-page-form {
  display: block;
  position: relative
}
.contact-page-form p {
  width: 50%;
  float: left;
  margin-top: 0
}
.contact-page-form p label {
  width: 100%;
  padding-right: 20px
}
.contact-page-form p:nth-last-child(2) {
  width: 100%
}
.contact-page-form p:nth-last-child(3) {
  width: 100%
}
.contact-page-form .wpcf7-textarea label {
  width: 100%
}
.contact-page-form .wpcf7-submit {
  background: #195396;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px
}
.contact-page-form .wpcf7-submit:hover {
  background: #6d6d6d
}
.contact-page-form input {
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 10px
}
.contact-page-form select {
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 10px
}
.contact-page-form textarea {
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 10px
}
.contact-page-form label {
  font-size: 16px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 5px
}
div.wpcf7-validation-errors {
  float: left;
  float: left;
  width: 100%;
  width: 100%;
  text-align: center;
  text-align: center;
  margin: 0 0 20px 0;
  margin: 0 0 20px 0
}
div.wpcf7-response-output {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0
}
#primary_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}
#primary_items .item {
  width: 50%;
  padding: 0 20px 20px 20px
}
.practice-area-box {
  width: 100%
}
.practice-area-box h3 {
  color: #fff;
  display: block;
   font-family: 'Open Sans','Helvetica';
  text-align: center;
  padding: 15px 25px;
  font-size: 28px
}
.practice-area-box img {
  width: 100%
}
.practice-area-box.full {
  width: 100%
}
.practice-area-box.half {
  width: 50%
}
.practice-area-box.positionleft {
  padding-right: 15px;
  float: left
}
.practice-area-box.positionright {
  padding-left: 15px;
  float: right
}
#mobile-modal {
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  background: rgba(0,0,0,.6)
}
#mobile-modal .mobile-modal-inner {
  padding: 10px;
  border-radius: 10px;
  background: #e3e3e3;
  max-width: 480px;
  margin-top: 5vh;
  position: relative
}
#mobile-modal .mobile-modal-inner .close {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px
}
#mobile-modal .mobile-modal-inner .close svg{
	width: 15px;
	cursor: pointer;
}
#mobile-modal .mobile-modal-inner input[type=submit] {
  font-size: 18px;
  width: 180px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px
}
ul#menu-labor-menu li a {
  padding: 25px 7px!important;
  white-space: nowrap
}
p.social-sharing-bar-title {
  color: #000;
   font-family: 'Open Sans','Helvetica';
  font-size: 24px!important;
   font-family: 'Open Sans','Helvetica';
  font-weight: 400!important;
  margin-top: 0
}
.spanish .phone_sticky .header_telephone {
  font-size: 17px
}
.spanish .social .reviews-btn a {
  background: url(../img/opiniones.jpg)
}
#mobile-header {
  display: none
}
#mobile-header .genesis-nav-menu {
  display: none
}
body.admin-bar {
  padding-top: 69px
}
body.admin-bar #main_navigation_wrap {
  top: 32px
}
.grecaptcha-badge {
  display: none
}
.home-menu-item {
  display: none
}
.call-us-button {
  font-size: 18px;
  border-bottom: none;
  color: #fff;
  position: relative;
  float: left;
  width: 100%
}
.call-us-button::before {
  content: '';
  background-image: url('../../dev/img/fontawesome-svg-icons/phone-solid-white.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 7px;
  margin-left: 15px;
  margin-top: 12px;
  color: #fff;
  z-index: 99;
  display: block;
  position: absolute;
  top: 0
}
.mobile-menu svg {
  height: 20px;
}
.message-us-button {
  font-size: 18px;
  border-bottom: none;
  color: #fff;
  position: relative;
  float: left;
  width: 100%
}
.message-us-button::before {
  content: '';
  background-image: url('../../dev/img/fontawesome-svg-icons/envelope-solid-white.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 7px;
  margin-left: 12px;
  margin-top: 12px;
  color: #fff;
  z-index: 99;
  display: block;
  position: absolute;
  top: 0
}
.mobile-menu-cta {
  margin: 0
}
.mobile-menu-cta a {
  font-family: "Open Sans";
  font-weight: 300;
  display: block;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2e2e2e!important;
  text-decoration: none;
  text-shadow: 0 -1px 2px #222;
  color: #f7f7f7;
  float: left
}
#___ytsubscribe_0 {
  margin: 0 auto!important;
  position: relative;
  display: block!important
}
#media_logos .media-logos {
  justify-content: space-around
}
#video_section {
  margin-bottom: 25px
}
.parent-pageid-6632 .offices {
  width: 100%;
  display: block;
  float: left
}
sup.fn {
  color: #348aca
}
#closefootnotes {
  color: #fff;
  cursor: pointer;
  position: relative;
  float: right;
  line-height: 6px;
  font-size: 10px
}
#fnbox {
  position: absolute;
  background-color: #348aca;
  display: inline-block;
  margin-left: 5px;
  padding: 7px 15px 15px 15px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,.3);
  z-index: 998;
  width: auto
}
#fnbox p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
  float: left
}
.gsc-selected-option-container.gsc-inline-block {
  width: 110px
}
.gsc-result-info-container .gsc-result-info {
  padding-left: 20px;
  padding-bottom: 4px
}
.gsc-orderby-container .gsc-orderby {
  padding-right: 20px
}
.gsc-control-cse.gsc-control-cse-en {
  background: 0 0;
  border: none
}
.gsc-above-wrapper-area-container {
  background: #fff;
  padding: 0 10px
}
.gsc-results .gsc-expansionArea {
  background: 0 0;
  border: none
}
.gsc-expansionArea .gsc-result {
  background: 0 0!important;
  border: none!important
}
.gsc-expansionArea .gsc-imageResult {
  background: 0 0!important;
  border: none!important
}
.gsc-above-wrapper-area {
  border-bottom: none!important
}
.gsc-above-wrapper-area .gsc-above-wrapper-area-container {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
.hd-sub-menu-wrap .widget_custom_html {
  position: absolute;
  background: #348aca!important;
  z-index: 999;
  left: 0;
  right: 0;
  width: 1080px!important;
  margin: 0 auto;
  padding: 0 15px
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  font-size: 14px!important
}
input.wpcf7-form-control.wpcf7-multifile {
  font-size: 14px!important
}
.silo-menu {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
  background-color: rgba(0,0,0,.3)
}
.silo-menu h4 {
  display: block;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center
}
.silo-menu .wrp {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap
}
.silo-menu .maplink {
  position: relative;
  text-align: center;
  width: 33%;
  min-width: 230px;
  min-height: 120px;
}
.silo-menu .maplink a{
  min-height: 120px;
}
.silo-menu .maplink span {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 4px 12px #222;
  font-size: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}
.home-primary-content h3 {
  margin-top: 20px;
  font-size: 22px
}
.home-primary-content h2 {
  font-size: 28px
}
.home-primary-content ul:not(.bullet) {
  margin-left: 20px
}
.featuredon-sidebar.media_logo_wrapper {
  padding: 30px 0 0;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj8AAAAQCAYAAAD5yR79AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzcyMjg5NC02OTc1LTRhMDYtOGQxYy1mZGFlZTdjYTlhODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjVGQzREMUIyRTk3MTFFM0E4MTM5M0Q2M0VBRTgxMTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjVGQzREMUEyRTk3MTFFM0E4MTM5M0Q2M0VBRTgxMTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Nzk2ZTg1NTQtYzM3Yy00NzYyLWIxYWQtYzQwMmNkYzdiOWQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmUzNzIyODk0LTY5NzUtNGEwNi04ZDFjLWZkYWVlN2NhOWE4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmiFvDMAAAGqSURBVHja7NnbdoIwEAVQpvX/fzltX7VqkpkEXe79okBuIMSzQhzHcTluxXHf6LEYbCcWlI0H26Pls9sxUe/ZGKOw7SjqY+f3nrHOjj3ze1bce6PPBDzSJo6N7G8Ptts/2z2f13VnPrNlZvuqGtuRKJP93rM9c//0Hr+t8Cv7IPxNoN+dE2mmTEzUq6wTiXHGpjKZP8nM8cw4qkLBij53bM+GmZ56o/curA5B2YDUkvtacajK1JkNatlxrQg6s2FnNARlAk+7Cj/pB+AyMIjWMfm2OxP1sz4iebx6tapy1api/6rVsyjue3V72VWRndd7Z1uwIgRVlBn5U23JciPf77X/Ku2NXINnx7JhJrOqM7WyM1lnWfjpGVQkT2Bmcl9dJ04oV1FmRxsrQ+mO9nf/JjvKwsogtCMgja4ozLySqXqVlymz4tx7f4+qV1Ht5PsuFX4qO688iTMn/HjzfuLD2nunNoUbPj0onbU68Erl2wnXvb3hfbFu0q14dwYA8C6+XAIAQPgBABB+AACEHwAA4QcAQPgBABB+AACEHwAA4QcAQPgBABj0I8AAvtzYDNmIkAgAAAAASUVORK5CYII=) top center no-repeat;
  margin: 40px auto
}
.hd-toc-design {
    font-family: 'Open Sans','Helvetica';;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}
.hd-toc-design .hd-toc-half {
  width: 100%;
  padding: 0 3px
}
@media screen and (min-width:992px) {
  .hd-toc-design .hd-toc-half {
    width: 50%
  }
}
.hd-toc-design .hd-toc-item {
  background-color: #ebf3f9;
  margin: 40px 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  border-bottom: 5px solid #1a6cc8;
  width: 100%
}
a.header_telephone.california.phone_sticky_1 {
    font-size: 15px;
}
.container.inner_header.california .phone_number p {
    font-size: 25px;
}
@media screen and (max-width:992px) {
  .hd-toc-design .hd-toc-item {
    margin: 40px 5px 0
  }
}
.hd-toc-design .hd-toc-item .hd-toc-item-badge {
  background: #2670b7;
  display: inline-block;
  padding: 15px 12px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin: 0 10px;
  position: relative;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15
}
.hd-toc-design .hd-toc-item .hd-toc-item-badge:before {
  font-size: 13px;
  content: "Section";
  text-transform: uppercase;
  display: block
}
.hd-toc-design .hd-toc-item .hd-toc-item-badge:after {
  content: '';
  width: 0;
  height: 0;
  left: 100%;
  top: 0;
  position: absolute;
  border-left: 15px solid #194587;
  border-top: 20px solid transparent
}
.hd-toc-design .hd-toc-item .hd-toc-item-title {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 1.5;
  width: calc(100% - 110px)
}
.hd-toc-design .hd-toc-item .hd-toc-item-title:hover {
  text-decoration: underline
}
.hd-toc-design .hd-toc-item .hd-toc-item-children {
  width: 100%;
  margin: 0;
  list-style: none;
  background-color: #1a6cc8;
  padding: 10px 15px 5px
}
.hd-toc-design .hd-toc-item .hd-toc-item-children li {
  list-style: none;
  margin: 5px 0
}
.hd-toc-design .hd-toc-item .hd-toc-item-children li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5
}
.hd-toc-design .hd-toc-item .hd-toc-item-children li a:hover {
  text-decoration: underline
}
.hd-toc-header-h2 {
    font-family: 'Open Sans','Helvetica';;
  background-color: #ebf3f9;
  padding: 20px;
  margin: 30px 0
}
.hd-toc-header-h2 h2 {
  margin: 15px 0 0
}
.hd-toc-header-h2 .hd-toc-header-h2-section {
  color: #1a6cc8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid;
  position: relative;
  margin-left: 30px
}
.hd-toc-header-h2 .hd-toc-header-h2-section:before {
  content: '';
  background-image: url('../../dev/img/fontawesome-svg-icons/link-solid.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% + 10px);
  font-size: 20px
}
.hd-toc-header-h3 {
    font-family: 'Open Sans','Helvetica';;
  border-bottom: 1px dotted #1a6cc8;
  margin: 20px 0
}
.hd-toc-header-h3 h3 {
  margin: 5px 0
}
.hd-toc-header-h3 .hd-toc-header-h3-section {
  color: #1a6cc8
}
.hd-icon-list ul {
  padding-left: 20px
}
.hd-icon-list ul li {
  list-style: none!important;
  margin: 5px 0
}
.hd-icon-list ul li i {
  margin-right: 10px;
  color: #358aca;
  display: inline-block
}
.hd-icon-list p:empty {
  display: none
}
.hd-icon-list p:empty:before {
  display: none
}
@media screen and (max-width:1024px) {
  p.rs-content-cta:not(.rs-content-cta-small) a {
    font-size: 40px
  }
  .media-logos {
    justify-content: space-around;
    justify-content: space-around
  }
  .media-logos img {
    margin: 0 20px 10px 20px;
    margin: 0 20px 10px 20px
  }
}
@media screen and (max-width:768px) {
  h2 {
    font-size: 30px
  }
  .media-logos img {
    margin: 0 5px 5px 5px;
    margin: 0 5px 5px 5px
  }
  body .home-page-division {
    padding: 0!important
  }
  body .site-inner {
    padding: 0!important
  }
  .entry-content {
    padding: 0
  }
  .captionContainer {
    width: 100%!important
  }
  .content-sidebar-wrap main {
    padding-right: 15px!important;
    padding-left: 15px!important
  }
  .content-sidebar-wrap aside.sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
  .front-page-bottom-section {
    padding-right: 15px;
    padding-left: 15px
  }
}
@media only screen and (min-width:480px) {
  table {
    table-layout: auto;
    word-break: normal
  }
}
@media only screen and (min-width:992px) {
  .home .content-sidebar-wrap main {
    width: 100%
  }
  .admin-bar .site-header {
    top: 32px
  }
  .genesis-nav-menu .menu-item {
    display: inline-block
  }
  .genesis-nav-menu .menu-item:focus {
    position: relative
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px
  }
  .genesis-nav-menu > .menu-highlight > a:focus {
    background-color: #0073e5
  }
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5
  }
  .genesis-nav-menu .sub-menu {
    width: 180px;
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
  }
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px
  }
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px
  }
  .menu-toggle {
    display: none;
    visibility: hidden
  }
  .sub-menu-toggle {
    display: none;
    visibility: hidden
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px
  }
  .site-inner {
    max-width: 1090px
  }
  .sidebar-content .content {
    float: right
  }
  .sidebar-content .sidebar {
    float: left
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .sidebar {
    float: right;
    width: 30%
  }
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 60px
  }
  .after-entry {
    padding: 40px 60px;
    margin-bottom: 60px
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px
  }
  .five-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 82.90598290598291%
  }
  .four-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 65.81196581196582%
  }
  .one-fourth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%
  }
  .one-half {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%
  }
  .one-sixth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 14.52991452991453%
  }
  .one-third {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%
  }
  .three-fourths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 74.35897435897436%
  }
  .three-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%
  }
  .two-fourths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%
  }
  .two-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%
  }
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
    width: 65.81196581196582%
  }
  .first {
    clear: both;
    margin-left: 0
  }
  .archive-description {
    margin-bottom: 60px
  }
  .comment-respond {
    margin-bottom: 60px
  }
  .entry {
    margin-bottom: 60px
  }
  .entry-comments {
    margin-bottom: 60px
  }
  .entry-pings {
    margin-bottom: 60px
  }
  .footer-widgets .wrap {
    max-width: 1140px
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3)
  }
}
@media screen and (max-width:992px) {
  .content-sidebar-wrap main {
    padding-right: 10px!important
  }
  .single-post .content-sidebar-wrap main {
    width: 100%!important
  }
  #fixed-form-bottom {
    display: none!important
  }
  .home .home-featured-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
  .home-featured-content .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
  .home-featured-content .col-sm-5 {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .home-featured-content .col-sm-7 {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
  .home-featured-content .col-sm-12 {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .page-id-409 .home-featured-content > .row > .col-md-12 {
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
  .page-id-409 .home-featured-content > .row > .col-md-12 > .col-sm-6:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    order: -1;
    padding-top: 20px
  }
}
@media print {
  * {
    background: 0 0!important;
    box-shadow: none!important;
    color: #333!important;
    text-shadow: none!important
  }
  ::after {
    background: 0 0!important;
    box-shadow: none!important;
    color: #333!important;
    text-shadow: none!important
  }
  ::before {
    background: 0 0!important;
    box-shadow: none!important;
    color: #333!important;
    text-shadow: none!important
  }
  a {
    text-decoration: underline
  }
  a:visited {
    text-decoration: underline
  }
  a[href]::after {
    content: " (" attr(href) ")"
  }
  abbr[title]::after {
    content: " (" attr(title) ")"
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0
  }
  .site-title > a::after {
    content: ""
  }
  a[href^="#"]::after {
    content: ""
  }
  a[href^="javascript:"]::after {
    content: ""
  }
  thead {
    display: table-header-group
  }
  img {
    page-break-inside: avoid;
    max-width: 100%!important;
    page-break-after: avoid;
    page-break-inside: avoid
  }
  tr {
    page-break-inside: avoid
  }
  @page {
    margin: 2cm .5cm
  }
  h2 {
    orphans: 3;
    widows: 3;
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  h3 {
    orphans: 3;
    widows: 3;
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  p {
    orphans: 3;
    widows: 3
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    page-break-inside: avoid
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
    page-break-inside: avoid
  }
  .content {
    width: 100%
  }
  .content-sidebar {
    width: 100%
  }
  .breadcrumb {
    display: none!important
  }
  .comment-edit-link {
    display: none!important
  }
  .comment-form {
    display: none!important
  }
  .comment-list .reply a {
    display: none!important
  }
  .comment-reply-title {
    display: none!important
  }
  .edit-link {
    display: none!important
  }
  .entry-comments-link {
    display: none!important
  }
  .entry-footer {
    display: none!important
  }
  .genesis-box {
    display: none!important
  }
  .header-widget-area {
    display: none!important
  }
  .hidden-print {
    display: none!important
  }
  .home-top {
    display: none!important
  }
  .nav-primary {
    display: none!important
  }
  .nav-secondary {
    display: none!important
  }
  .post-edit-link {
    display: none!important
  }
  .sidebar {
    display: none!important
  }
  button {
    display: none!important
  }
  input {
    display: none!important
  }
  select {
    display: none!important
  }
  textarea {
    display: none!important
  }
  .title-area {
    text-align: center;
    width: 100%
  }
  .site-inner {
    padding-top: 0;
    position: relative
  }
  .author-box {
    margin-bottom: 0
  }
  h1 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  h4 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  h5 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }
  table {
    page-break-inside: avoid
  }
  dl {
    page-break-before: avoid
  }
  ol {
    page-break-before: avoid
  }
  ul {
    page-break-before: avoid
  }
}
@media (max-width:992px) {
  .text-18 {
    font-size: 1rem
  }
  .form-info__button-submit .button-submit {
    width: 16.875rem
  }
  .hc-map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  .hc-map__address {
    width: 100%
  }
  .hc-map__map-embed {
    padding: 0;
    width: 100%
  }
  .hc-map__map-embed .map-container {
    height: 21.875rem
  }
  .content-sidebar-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  .content-sidebar-wrap main.content {
    width: 100%
  }
  .content-sidebar-wrap aside.sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .content-sidebar-wrap main {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .faq-page-listing figure {
    height: 21.875rem
  }
  body #header_wrapper {
    padding-bottom: 0
  }
  body #mobile-header {
    display: block
  }
  body #main_navigation_wrap {
    display: none
  }
  body #header {
    padding-bottom: 0
  }
  body .site-inner {
    padding: 0 30px 0!important
  }
  body .entry-content {
    padding-left: 0;
    padding-right: 0
  }
  body .front-page-bottom-section {
    padding-left: 0;
    padding-right: 0
  }
  html body {
    padding-top: 0
  }
  #header #logo {
    padding-top: 15px
  }
  .entry-title {
    font-size: 30px;
    line-height: 38px
  }
  .lyte-wrapper {
    width: 100%!important
  }
  ul.bullet li {
    margin-bottom: 15px;
    font-size: 16px
  }
  ul.bullets li {
    margin-bottom: 15px;
    font-size: 16px
  }
  .entry-content ul > li {
    font-size: 16px
  }
  .entry-content ul ul {
    padding-left: 0
  }
  .entry-content ol > li {
    margin-left: 0;
    font-size: 16px
  }
  .entry-content ol ol {
    padding-left: 0
  }
  .entry-content p {
    font-size: 16px
  }
}
@media (max-width:768px) {
  .form-info__button-submit .button-submit {
    width: 15rem
  }
  .page-template-Code_section .content {
    padding-left: 0
  }
  .page-id-3313 .insertion.image.float_right {
    float: right
  }
}
@media (max-width:576px) {
  .faq-page-listing figure {
    height: 15.625rem
  }
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
@media screen and (max-width:991px) {
  .featureinsertedImage figure.alignright.single-entry-content-thumbnail {
    max-width: 100%;
    width: 100%;
    float: none
  }
}
@media (min-width:980px) {
  .content .nv-practice-area-box {
    margin: 0 15px 20px 0;
    width: 47%;
    display: inline-block
  }
  .header-phone .phone_number p.phone-text span {
    display: none
  }
  .header-phone .phone_number .ca-phone {
    display: none
  }
  .header-phone .phone_number .nv-phone {
    display: none
  }
  .header-phone .phone_number .co-phone {
    display: none
  }
  .header-phone .phone_number p {
    line-height: 24px;
    margin-bottom: 5px
  }
  .phone_number .fa-envelope {
    display: none
  }
  .footer_review_wrapper {
    padding: 0 30px
  }
  .footer_review {
    padding: 60px 0
  }
  #footer_breadcrumbs {
    display: none
  }
  .review-badges-wrapper div {
    float: left;
    min-height: 100px;
    width: 50%
  }
}
@media (max-width:767px) {
  .contact-address li {
    width: 50%
  }
  #header #logo {
    margin: 0 auto;
    display: table
  }
  .footer_wrapper {
    max-width: none
  }
  #footer {
    width: auto!important;
    padding: 0 30px
  }
  #footer .disclaimers_wrapper {
    width: auto;
    float: none;
    padding: 0
  }
  #footer .footer_nav {
    width: auto;
    float: none;
    padding: 0
  }
  #footer .footer_nav ul li {
    float: none
  }
  #footer .social-links {
    width: auto;
    float: none;
    padding: 0
  }
  #footer .disclaimers {
    width: auto;
    float: none;
    padding: 0
  }
  .footer_nav {
    background: 0 0!important;
    height: auto!important
  }
  .footer_nav ul {
    padding: 0;
    text-align: center;
    width: auto!important;
    float: none!important
  }
  .footer_nav ul li {
    border-bottom: 1px solid #6e6e6e;
    list-style: none;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-left: none;
    padding-left: 0;
    margin-left: 0!important;
    text-align: center
  }
  .footer_logo {
    float: none;
    width: auto!important;
    padding: 20px 30px;
    text-align: center
  }
  .footer_phone {
    font-size: 21px
  }
  #footer_text {
    float: none;
    width: auto!important;
    padding: 20px 0 0;
    text-align: center
  }
  #copyright_wrapper {
    padding-bottom: 30px
  }
  #copyright_wrapper #copyright {
    width: auto!important;
    padding: 20px 30px 0;
    margin-top: 20px
  }
  #copyright_wrapper #copyright .copyright_right {
    width: auto;
    text-align: left;
    float: none;
    padding: 0
  }
  #copyright_wrapper #copyright .copyright_right p {
    text-align: center
  }
  #copyright_wrapper #copyright .copyright_right p:first-child {
    margin-top: 0
  }
  #copyright_wrapper #copyright .copyright_right img {
    display: inline-block
  }
  #copyright_wrapper #copyright .copyright_left {
    width: auto;
    text-align: left;
    float: none;
    padding: 0
  }
  #copyright_wrapper #copyright .copyright_left p {
    text-align: center
  }
  #copyright_wrapper #copyright .copyright_left p:first-child {
    margin-top: 0
  }
  #copyright_wrapper #copyright .copyright_left img {
    display: inline-block
  }
  .disclaimers ul {
    text-align: center
  }
  .disclaimers ul li {
    float: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid #6e6e6e;
    padding-top: 5px;
    padding-bottom: 5px
  }
  .footer_badges {
    text-align: center
  }
  .social-links {
    text-align: center;
    margin-bottom: 15px
  }
  .lawlytics_footer {
    width: auto!important
  }
  .home-page-division {
    padding: unset
  }
  .page_title h1 {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    line-height: 36px
  }
  table.california-tbl {
    border: 1px solid #ddd;
    display: block;
    overflow-x: auto;
    white-space: nowrap
  }
  table.california-tbl tr td p {
    font-size: 14px!important;
    word-break: break-word
  }
  p.rs-content-cta:not(.rs-content-cta-small) a {
    font-size: 22px
  }
  .page-template-page-blog a.entry-title-link {
    font-size: 24px
  }
  .blog a.entry-title-link {
    font-size: 24px
  }
  .archive a.entry-title-link {
    font-size: 24px
  }
  table.employment-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap
  }
}
@media (max-width:480px) {
  table.ivc_filter {
    table-layout: auto;
    word-break: normal
  }
}
@media (max-width:979px) {
  .breadcrumb {
    display: none
  }
  #mg-wprm-wrap li.menu-item a {
    font-size: 14px!important
  }
  .entry-title {
    text-align: center;
    font-size: 30px
  }
  .page-template-page-blog .entry-title {
    text-align: left
  }
  .blog .entry-title {
    text-align: left
  }
  .archive .entry-title {
    text-align: left
  }
  .menu_title a {
    position: relative;
    top: 0!important;
    color: #fff!important;
    text-decoration: none
  }
  .header-phone {
    display: block
  }
  .header-phone .phone_number {
    position: fixed;
    top: -6px;
    right: 15px;
    z-index: 10
  }
  .header-phone .phone_number p {
    display: inline-block;
    color: #fff!important
  }
  .header-phone .phone_number p span {
    color: #00408b!important;
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    color: #fff!important
  }
  .header-phone .social {
    display: none
  }
  .page-template-full-width-page #footer_breadcrumbs {
    display: none
  }
  #header_wrapper {
    background: rgba(216,216,216,.5);
    padding-bottom: 20px
  }
  #main_navigation_wrap {
    display: none
  }
  .phone_number p:nth-child(1) {
    display: none
  }
  .phone_number .fa-phone {
    font-size: 20px;
    padding-left: 8px;
    width: 24px;
  }
  .phone_number .fa-envelope {
    font-size: 20px;
    height: 20px;
  }
  html body div#wprmenu_bar {
    z-index: 1
  }
  html body div.wprm-overlay {
    background: 0 0
  }
  .hamburger.hamburger--slider.is-active:before {
    content: "CLOSE";
    color: #fff
  }
  .page_content p {
    line-height: 24px;
    font-size: 16px
  }
  .page_content ol li {
    font-size: 16px
  }
  ul.bullet li {
    font-size: 16px
  }
  ul.bullet li a {
    font-size: 16px
  }
  .ivc_filter_table {
    overflow: auto
  }
  .home-page-division {
    padding: 0 15px 30px!important;
    padding: 50px 15px
  }
  .home-page-division p {
    font-size: 16px;
    text-align: left
  }
  .personal-injury-column {
    width: 100%;
    margin-bottom: 25px
  }
  .insertion.image.float_left {
    width: 100%!important;
    float: left;
    margin-right: 20px;
    width: auto
  }
  .insertion.image.float_right {
    width: 100%!important;
    float: right;
    margin-left: 20px;
    width: auto
  }
  .insertion.image {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
    margin-top: 10px
  }
  div.insertion {
    overflow: hidden;
    position: relative
  }
  .listing-points li {
    font-size: 16px;
    text-align: left
  }
  .listing-points li a {
    font-size: 16px
  }
  p#footer_breadcrumbs {
    display: block;
    font-size: 14px!important;
    border-top: 1px solid #ddd;
    padding-top: 30px
  }
  p#footer_breadcrumbs span a {
    border-bottom-style: none!important
  }
  blockquote.blockquote-section p {
    font-size: 16px!important
  }
  .footnotes li {
    font-size: 12px!important
  }
  .footnotes .listing-points li a {
    font-size: 12px!important
  }
  .page-template-defence-page .page_title {
    margin-bottom: 0
  }
  .related-articles {
    margin: 0 15px 20px
  }
  .related-articles p {
    font-size: 16px!important
  }
  .related-articles a {
    font-size: 16px!important
  }
  .related-video.clearfix {
    margin-bottom: 10px!important
  }
  .herni-table {
    overflow: auto
  }
  .national-locations {
    text-align: center
  }
  .location-title h1 {
    text-align: center
  }
  .home-featured-column {
    width: 100%
  }
  .home-subdiv-column {
    width: 100%
  }
  .home-subdiv-column #media_image-2 {
    text-align: left!important
  }
  .home-subdiv-column h4.widgettitle {
    text-align: left!important
  }
  .home-featured-information h1 {
    font-size: 26px
  }
  .home-featured-video iframe {
    width: 100%;
    height: 400px
  }
  .front-page-botttom-div p {
    font-size: 14px!important
  }
  .attorneys-subdivision-column {
    width: 100%
  }
  .attorney-featured-video iframe {
    width: 100%;
    height: 400px
  }
  span.image_with_title {
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    text-align: center;
    margin-bottom: 100px
  }
  span.image_with_title img {
    float: none!important;
    margin: 10px 0!important
  }
  .Content-with-image {
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    text-align: center
  }
  .Content-with-image img {
    float: none!important;
    margin: 10px 0!important
  }
  span.caption_image {
    width: 158px!important;
    -webkit-transform: translate(-418px,190px);
    transform: translate(-418px,190px)
  }
  .postid-240 span.image_with_title {
    margin-bottom: 0
  }
  .page_title h1 {
    font-size: 30px
  }
  .widget_calendar table {
    width: 100%;
    margin: 0 auto;
    display: table!important
  }
  .share p {
    line-height: 0!important
  }
  .userway.userway_p5 {
    left: 1px!important
  }
  .inner_header {
    background: 0 0;
    padding-bottom: 25px
  }
  body .inner_header {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
}
@media (max-width:1104px) and (min-width:980px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 7px 10px 5px!important
  }
  #main_navigation_wrap ul li a {
    font-size: 16px;
    color: #4c4c4c;
    display: block!important;
    padding: 25px 5px
  }
  #google_form {
    right: 0!important
  }
  .fixedNavigation .phone_sticky {
    right: 0
  }
}
@media only screen and (max-width:500px) {
  .home-featured-video iframe {
    height: 200px!important
  }
  .home-featured-information h1 {
    font-size: 24px
  }
  .home-image-titles-section {
    padding-left: 0
  }
  .page_title h1 {
    font-size: 30px;
    text-align: center;
    padding: 0!important;
    margin-bottom: 0!important
  }
  .home-subdiv-content-image {
    padding: 0
  }
  .attorneys-content-division .col-sm-8 {
    padding: 0 15px
  }
  .attotrneys-image {
    text-align: center;
    margin-bottom: 20px
  }
  .attorney-featured-video iframe {
    width: 100%!important;
    height: 200px;
    margin: 0 auto!important
  }
  .attorneys-subdivision-column {
    padding: 0
  }
  .home-page-division {
    padding: 10px
  }
  span.caption_image {
    width: 158px!important;
    -webkit-transform: translate(-164%,189px);
    transform: translate(-164%,189px)
  }
  ul.article-nav.bullets li {
    padding-left: unset
  }
  .insertedImage {
    max-width: 100%
  }
  div.insertion.image {
    padding: 10px
  }
  .text.caption {
    width: 100%!important
  }
  .hernia-mesh-table td {
    padding: 2px!important
  }
  .single-post .video_section iframe {
    max-height: 200px
  }
  .contact-address li {
    width: 100%;
    min-height: 100px
  }
  .contact-form input {
    width: 100%
  }
  .contact-form input[type=submit] {
    width: 30%!important
  }
  input[type=checkbox] {
    width: unset
  }
}
@media only screen and (max-width:400px) {
  span.caption_image {
    -webkit-transform: translate(-150%,189px);
    transform: translate(-150%,189px)
  }
}
@media only screen and (max-width:320px) {
  span.caption_image {
    -webkit-transform: translate(-135%,189px);
    transform: translate(-135%,189px)
  }
}
@media only screen and (max-width:1137px) {
  ul.mega-sub-menu {
    width: 134%!important
  }
  .navigate .col-sm-6 {
    padding-right: 0!important
  }
}
@media (min-width:601px) {
  #mega-menu-wrap-primary {
    background: 0 0!important
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    border-color: #195396;
    background-image: url(/wp-content/uploads/2020/03/secondary-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat
  }
}
@media (max-width:890px) {
  .contact-address li {
    min-height: 160px
  }
  .contact-form input[type=submit] {
    width: 15%!important
  }
  .page-template-nevada-home-page .home-page-division h1 {
    text-align: center;
    font-size: 30px!important;
    line-height: 36px!important
  }
  .nevada-video-section iframe {
    width: 100%
  }
}
@media (max-width:1000px) {
  .image-mobile {
    display: inline-block
  }
  .image-desktop {
    display: none
  }
  .grid-content-sec {
    width: 100%
  }
  .common-page-division {
    width: 100%
  }
  .last-call-sec .insertion {
    max-width: 100%
  }
  .attorneys-list-section {
    width: 100%
  }
  .menu-item-has-children a:before {
    content: ''
  }
  #header {
    z-index: 999;
    display: block;
    z-index: 10
  }
  .nav-primary {
    display: none
  }
  .menu-title-burger {
    float: left;
    cursor: pointer;
    color: #fff;
    margin-top: 5px
  }
  .menu-toggle {
    float: left;
    cursor: pointer;
    color: #fff;
    margin-top: 5px
  }
  .slideout-open {
    overflow: hidden
  }
  .slideout-open .slideout-menu {
    display: block
  }
  .slideout-open .slideout-panel {
    overflow: hidden
  }
  .slideout-open body {
    overflow: hidden
  }
  .menu-trigger {
    float: left;
    cursor: pointer
  }
  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 255px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none
  }
  .admin-bar .slideout-menu {
    top: 32px
  }
  .admin-bar .site-header {
    top: 32px
  }
  .admin-bar .site-container.slideout-panel {
    margin-top: 40px
  }
  body {
    padding-top: 0
  }
  .homepage-hero-image {
    z-index: 98;
    position: relative
  }
  .internal-hero-image {
    z-index: 98;
    position: relative
  }
  .site-inner {
    z-index: 98;
    width: 100%;
    position: relative
  }
  .site-footer {
    z-index: 98;
    position: relative
  }
  .copyright {
    z-index: 98;
    position: relative
  }
  .mobile-menu {
    background: #0b3969
  }
  .mobile-menu ul li a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .25px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 15px 10px 43px;
    position: relative;
    text-decoration: none;
    width: 100%
  }
  .mobile-menu ul li a:hover {
    background: #4c4a4a
  }
  .mobile-menu ul li.menu-item-has-children {
    position: relative
  }
  .mobile-menu ul li.menu-item-has-children > a:after {
    content: '';
    background-image: url('../../dev/img/fontawesome-svg-icons/chevron-down-solid.svg');
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 14px;
    background-repeat: no-repeat;
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform .25s;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s
  }
  .mobile-menu ul li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  .mobile-menu ul ul li.menu-item-has-children > a:after {
    top: 20px
  }
  .mobile-menu ul.sub-menu {
    display: none
  }
  .mobile-menu ul.sub-menu li .sub-menu a {
    font-size: 13px;
    padding: 10px 10px 10px 50px
  }
  .mobile-menu .open > ul.sub-menu {
    display: block;
    margin: 0
  }
  .mobile-menu .menu-item-has-children a:before {
    content: ''
  }
  .mobile-menu ul.menu {
    padding-left: 0;
    margin: 0!important
  }
  .mobile-menu ul.menu li a {
    background: #3b3b3b;
    background: -webkit-gradient(linear,left top,left bottom,from(#3e3e3e),to(#383838));
    background: linear-gradient(top,#3e3e3e,#383838);
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    display: block;
    padding: 10px 5%;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #2e2e2e;
    text-decoration: none;
    text-shadow: 0 -1px 2px #222;
    color: #f7f7f7;
    font-size: 14px
  }
  .mobile-menu ul.menu ul.sub-menu li a {
    background: #3b3b3b;
    border: none;
    font-weight: 400;
    display: block;
    padding: 0 0;
    list-style: none;
    text-decoration: none;
    text-shadow: 0 -1px 2px #222;
    color: #f7f7f7;
    font-size: 14px;
    padding: 7px 10px 7px 25px
  }
  .mobile-menu-oppener {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 45px
  }
  ul ul .mobile-menu-oppener {
    height: 46px;
    top: 0;
    width: 35px
  }
  #burger {
    width: 26px;
    height: 20px;
    position: relative;
    margin: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0!important
  }
  #burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
  }
  #burger span:nth-child(1) {
    top: 0
  }
  #burger span:nth-child(2) {
    top: 8px
  }
  #burger span:nth-child(3) {
    top: 8px
  }
  #burger span:nth-child(4) {
    top: 16px
  }
  #burger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%
  }
  #burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #burger.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%
  }
  body div.site-container {
    z-index: 6;
    display: block;
    position: relative;
    margin-top: 40px;
    width: 100%;
    overflow: hidden
  }
  #mobile-header .phone_number {
    position: relative;
    display: block;
    float: right;
    width: 210px;
    height: 40px;
    margin: 0;
    padding: 5px 10px 5px 0
  }
  #mobile-header .phone_number a {
    color: #fff
  }
  #mobile-header .phone_number p {
    display: block;
    text-align: right;
    color: #fff
  }
  .spanish #mobile-header .phone_number {
    width: 220px
  }
}
@media screen and (max-width:989px) {
  #header {
    padding-top: 0;
    background: 0 0;
    padding-bottom: 0
  }
}
@media (max-width:1150px) and (min-width:980px) {
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    padding: 15px 6px 10px 5px!important
  }
  #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px!important;
    padding: 10px 5px 10px 5px!important
  }
  .fixedNavigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 17px 4px!important
  }
  .fixedNavigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 5px!important
  }
  .fixedNavigation #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 3px!important
  }
}
@media (max-width:1150px) and (min-width:767px) {
  #copyright_wrapper #copyright {
    width: 100%;
    padding: 30px 10px
  }
  #footer {
    width: 100%;
    padding: 20px 10px
  }
}
@media (max-width:930px) and (min-width:767px) {
  .footer_nav ul li {
    margin-left: 17px
  }
  .footer_nav ul li:first-child {
    margin-left: 107px
  }
}
@media (max-width:991px) and (min-width:767px) {
  .page_title h1 {
    text-align: center
  }
}
@media (max-width:425px) {
  .video.video_alignment {
    float: unset;
    width: 100%;
    margin-top: 10px;
    margin-left: 0!important
  }
  .national-locations-section p {
    float: left;
    padding-left: 10px
  }
}
@media (max-width:590px) {
  table.california-tbl tr {
    font-size: 14px
  }
  table.california-tbl tr td {
    width: 100%
  }
}
@media all and (-ms-high-contrast:none) {
  .breadcrumb {
    background-color: transparent
  }
  input#google_search {
    position: relative;
    top: -12px
  }
  #main_navigation_wrap ul {
    border-left: none!important
  }
  #main_navigation_wrap ul li a {
    border-right: none!important
  }
}
@media screen and (max-width:767px) {
  .front-page-bottom-section .front-page-botttom-div {
    margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px
  }
}
@media screen and (max-width:720px) {
  .practice-area-box.half {
    width: 100%
  }
  .practice-area-box.positionleft {
    padding-right: 0;
    float: none
  }
  .practice-area-box.positionright {
    padding-left: 0;
    float: none
  }
  ul.a-to-z-list {
    display: block
  }
  .contact-page-form p {
    width: 100%;
    margin-bottom: 5px
  }
}
@media screen and (max-width:979px) {
  body {
    padding-top: 32px
  }
  #mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
    background: #348aca
  }
  body.admin-bar {
    padding-top: 0
  }
  body.admin-bar #mobile-header {
    top: 32px
  }
}
@media (max-width:720px) {
  .offices .grid li {
    width: 100%;
    padding: 0 10px
  }
}

.youtubeiFrame img{
  cursor: pointer;
}
@media only screen and (max-width: 768px) {

  .entry-content p,
  ul li,
  .entry-content li,
  .home-page-division p {
    font-size: 20px;
  }

  .home-featured-information h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .related-articles .related-video > a.img-wrp{
    width: 100%;
  }
  .related-articles .related-video > a.img-wrp > figure{
    width: 100%;
  }
  .blog-content figure.alignright{
    margin-left: 0;
  }
}

/* Updated header */
.no-left-gutter{
  padding-left: 0 !important;
}
.search_form{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .search_form{
    justify-content: space-between;
  }
}
.search_form .search_popup{
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 10px;
  right: 0;
  top: calc(100% + 3px);
  z-index: 10;
}
.search_form .search_popup.show{
  display: block;
}
.search_form .search_popup form#google_form{
  width: 100%;
  position: relative;
}
.search_form .search_popup form input {
  width: 100%;
}
.search_form .search_popup .search-error{
  display: none;
  font-size: 12px;
  color: rgb(206, 22, 22);
  margin-top: 10px;
  font-weight: 600;
}
.search_form .cta_box{
  padding: 10px 28px 15px 0;
  border-right: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .search_form .cta_box{
    padding: 10px 17px 15px 5px;
  }
}
.search_form .cta_box span{
  display: block;
  font-size: 15px;
  color: #00408c;
}
.search_form .cta_box .cta_contacts{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_form .cta_box .cta_contacts a{
  font-size: 18px;
  font-weight: 500;
  color: #00408c;
  line-height: 16px;
}
.search_form .cta_box .cta_contacts a:last-child::before{
  display: inline-block;
  width: 1px;
  height: 18px;
  content: '';
  background-color: #444;
  margin: 0 10px;
  z-index: 10;
}
.search_form .cta_box .cta_contacts a svg{
  width: 20px;
}
.search_form .cta_box .cta_contacts a:hover svg path{
  fill: #186cc4;
}
.search_form .search_open{
  text-align: center;
}
.search_form .search_open button{
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.search_form .search_open button svg{
  width: 18px;
}
.search_form .search_open button svg path{
  fill: #444;
}
.search_form .search_open button:hover svg path{
  fill: #186cc4;
}