@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Actor';
    src: local('Actor Regular'), local('Actor-Regular'),
    url('../fonts/Actor-Regular.woff2') format('woff2'),
    url('../fonts/Actor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

input[type=button], input[type=reset], input[type=submit], button {
    -webkit-appearance: button
}

input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=button]:-moz-focusring, input[type=reset]:-moz-focusring, input[type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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
}

textarea {
    overflow: auto
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, 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
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: inherit
}

.author-box::before, .clearfix::before, .entry-content::before, .entry::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
    content: " ";
    display: table
}

.author-box::after, .clearfix::after, .entry-content::after, .entry::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
    clear: both;
    content: " ";
    display: table
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden
}

.button, .gallery img, button, input:focus, input[type=button], input[type=reset], input[type=submit], textarea:focus {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a {
    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, a:hover {
    color: #333;
    text-decoration: none
}

p {
    margin: 0 0 30px;
    padding: 0
}

ol, ul {
    margin: .5em 0;
    padding: 0
}

li {
    list-style-type: none
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 30px 0
}

b, strong {
    font-weight: 700
}

blockquote, cite, em, i {
    font-style: italic
}

mark {
    background: #ddd;
    color: #333
}

blockquote {
    margin: 30px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

.entry-content h3, .entry-content h4 {
    font-weight: 600
}

.entry-content h4 {
    margin-top: 40px;
    font-family: "Actor", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #1f1f1f;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.wp-caption, embed, iframe, img, object, video {
    max-width: 100%
}

img {
    height: auto;
    vertical-align: top
}

figure {
    margin: 0
}

.gallery {
    overflow: hidden
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px
}

.gallery img:focus, .gallery img:hover {
    border: 1px solid #999;
    outline: 0
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%
}

input:focus, textarea:focus {
    border: 1px solid #999;
    outline: 0
}

input[type=checkbox], input[type=image], input[type=radio] {
    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
}

.button, .site-container div.wpforms-container-full .wpforms-form button[type=submit], .site-container div.wpforms-container-full .wpforms-form input[type=submit], button, input[type=button], input[type=reset], 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
}

.button:focus, .button:hover, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-color: #0073e5;
    border-width: 0;
    color: #fff
}

.entry-content .button:focus, .entry-content .button:hover {
    color: #fff
}

.button {
    display: inline-block
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type=button]:disabled, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled, .site-container input[type=submit]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    table-layout: fixed;
    width: 100%;
    word-break: break-all
}

tbody {
    border-bottom: 1px solid #eee
}

td, th {
    text-align: left;
    vertical-align: top
}

td {
    border-top: 1px solid #eee;
    padding: 10px
}

th {
    font-weight: 600;
    padding: 0 10px 10px
}

td:first-child, th:first-child {
    padding-left: 0
}

td:last-child, th:last-child {
    padding-right: 0
}

.screen-reader-shortcut, .screen-reader-text, .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-shortcut:focus, .screen-reader-text:focus, .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
}

.site-container {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    word-wrap: break-word
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 15px 15px 0
}

.avatar {
    border-radius: 50%;
    float: left
}

.alignleft .avatar, .author-box .avatar {
    margin-right: 20px
}

.alignright .avatar {
    margin-left: 20px
}

.comment .avatar {
    margin: 0 15px 20px 0
}

.after-entry, .archive-description, .author-box {
    margin-bottom: 40px
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 20px 30px
}

.after-entry .widget:last-of-type {
    margin-bottom: 0
}

.breadcrumb {
    font-size: 14px;
    line-height: 22px;
    /*background-color: unset;
 */
    margin-bottom: 0;
    padding: 15px 0;
}

.breadcrumb a {
    color: #348aca;
    font-family: Lucida Grande, sans-serif;
}

.breadcrumb .breadcrumb_last {
    color: #348aca;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 40px
}

.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0
}

.search-form {
    overflow: hidden
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%
}

.post-password-form input[type=submit], .search-form input[type=submit] {
    margin-top: 10px
}

.widget_search input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.faq-filter-image-link figure {
    width: 100%;
    margin: 0 0;
    float: none !important;
    clear: both
}

.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.entry-title {
    font-size: 30px;
    margin-bottom: 10px
}

.entry-title a, .sidebar .widget-title a {
    color: #333;
    text-decoration: none
}

.entry-title a:focus, .entry-title a:hover {
    color: #0073e5
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.genesis-title-hidden .site-inner {
    padding-top: 0
}

a.aligncenter img {
    display: block;
    margin: 0 auto
}

a.alignnone {
    display: inline-block
}

.alignleft {
    float: left;
    text-align: left
}

.alignright {
    float: right;
    text-align: right
}

a.alignleft, a.alignnone, a.alignright {
    max-width: 100%
}

.aligncenter, .singular-image, .centered {
    display: block;
    margin: 0 auto 30px
}

.alignnone, img.alignnone {
    margin-bottom: 15px
}

.wp-caption.alignleft, a.alignleft, img.alignleft {
    margin: 0 20px 20px 0
}

.wp-caption.alignright, a.alignright, img.alignright {
    margin: 0 0 20px 20px
}

.gallery-caption, .wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.entry-content p.wp-caption-text {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
    margin: 0 0 30px
}

.widget p:last-child, .widget ul > li:last-of-type {
    margin-bottom: 0
}

.widget ul > li {
    margin-bottom: 10px
}

.widget ul > li:last-of-type {
    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
}

.widget_calendar table {
    width: 100%
}

.widget_calendar td, .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
}

.container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%
}

.after-entry .enews {
    text-align: center;
    padding: 10px
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px
}

.after-entry .enews-widget input {
    text-align: center
}

.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, .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"
}

.entry-content .wpforms-container {
    margin-bottom: 40px
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden
}

.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
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important
}

.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
}

.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
}

.site-header {
    /*background-color: #fff;
 box-shadow: 0 0 20px rgba(0,0,0,.05);
 */
    padding: 0 30px
}

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 5px
}

.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%
}

.wp-custom-logo .title-area img {
    width: auto
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.site-title a, .site-title a:focus, .site-title a:hover {
    color: #333;
    text-decoration: none
}

.site-description, .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
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%
}

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative
}

.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 .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
    color: #0073e5;
    text-decoration: none
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 100%
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1
}

.menu .menu-item:focus {
    position: static
}

.menu .menu-item > a:focus + ul.sub-menu, .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, .sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0073e5
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000
}

.menu-toggle.activated::before {
    content: "\f335"
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px
}

.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
}

.sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-primary {
    clear: both;
    padding-bottom: 5px;
    padding-top: 0;
    width: 100%;
    text-align: center
}

.nav-primary .sub-menu {
    text-align: left
}

.archive-entry-content-thumbnail {
    width: 200px;
    margin: 8px 20px 20px 0;
    height: 165px
}

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
}

.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
}

.nav-phone-number {
    float: right;
    text-align: right
}

.nav-secondary {
    margin-top: 10px
}

.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
}

.entry {
    margin-bottom: 40px
}

.entry-content ol > li {
    list-style-type: decimal
}

.entry-content ul > li {
    list-style-type: disc
}

.entry-content ol ul > li, .entry-content ul ul > li {
    list-style-type: circle
}

.entry-content ol ol, .entry-content ul ul {
    margin-bottom: 0
}

.entry-content code {
    background-color: #f5f5f5
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px
}

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, .entry-tags {
    display: block
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px
}

.pagination {
    clear: both;
    margin: 60px 0
}

.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, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #07428a;
    color: #fff
}

.comment-respond, .entry-comments, .entry-pings {
    margin-bottom: 40px
}

.comment-list li {
    padding: 40px 0 0 30px
}

.comment-list .depth-1 {
    padding-left: 0
}

.comment-header {
    margin-bottom: 30px
}

.comment-content {
    clear: both
}

.comment-content ul > li {
    list-style-type: disc
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px
}

.comment-header p {
    margin-bottom: 0
}

.entry-pings .reply {
    display: none
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px
}

.sidebar {
    font-size: 16px;
    line-height: 1.5
}

.sidebar .widget-wrap {
    padding: 0 0 30px 0
}

.sidebar p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #5E5E5E !important;
}

.footer-widgets {
    border-top: 1px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 60px 0
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child {
    margin-bottom: 0
}

.site-footer {
    /*background: #f1f1f1;
 border-top: 1px solid #eee;
 */
    font-size: 15px;
    line-height: 1.5;
    /*padding: 30px;
 */
    /*text-align: center*/
}

.site-footer p {
    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;
}

.content-sidebar-wrap main {
    padding-right: 30px;
    /*padding-right: 0px;
 */
    width: 70%
}

.home .content-sidebar-wrap main {
    padding-right: 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
}

p.rs-content-cta-small {
    font-size: 26px
}

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
}

@media screen and (max-width: 1024px) {
    p.rs-content-cta:not(.rs-content-cta-small) a {
        font-size: 40px
    }
}

p.rs-content-cta a {
    color: #5b91ce !important;
    text-decoration: none;
}

p.rs-content-cta a:hover {
    text-decoration: underline
}

.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:after {
    content: '';
    clear: both;
    display: table
}

.hc-map .hc-map-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.single-entry-content-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.alignleft {
    float: left;
    margin-bottom: 30px
}

.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
}

.related-articles {
    margin-top: 50px;
    border-top: 5px solid #b4262d
}

.related-videos img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 30px
    }
}

.content-sidebar-wrap h2 {
    font-size: 26px;
    margin-top: 35px
}

.alignleft {
    float: left;
    margin-bottom: 30px
}

.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 {
    margin-top: 50px;
    border-top: 5px solid #b4262d
}

@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%
    }

    .site-header {
    }

    .admin-bar .site-header {
        top: 32px
    }

    .genesis-nav-menu .menu-item {
        display: inline-block
    }

    .genesis-nav-menu .menu-item:focus, .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, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5
    }

    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 180px
    }

    .genesis-nav-menu .sub-menu {
        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 {
        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, .sub-menu-toggle {
        display: none;
        visibility: hidden
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px
    }

    .site-inner {
        /*max-width: 1140px*/
        max-width: 1090px;
    }

    .sidebar-content .content {
        float: right
    }

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .sidebar {
        float: right;
        width: 30%
    }

    .sidebar-content .sidebar {
        float: left
    }

    .author-box {
        background-color: #f5f5f5;
        padding: 30px
    }

    .after-entry {
        padding: 40px 60px
    }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px
    }

    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        float: left;
        margin-left: 2.564102564102564%
    }

    .one-half, .three-sixths, .two-fourths {
        width: 48.717948717948715%
    }

    .one-third, .two-sixths {
        width: 31.623931623931625%
    }

    .four-sixths, .two-thirds {
        width: 65.81196581196582%
    }

    .one-fourth {
        width: 23.076923076923077%
    }

    .three-fourths {
        width: 74.35897435897436%
    }

    .one-sixth {
        width: 14.52991452991453%
    }

    .five-sixths {
        width: 82.90598290598291%
    }

    .first {
        clear: both;
        margin-left: 0
    }

    .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .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;
    }
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    .site-title > a::after, a[href^="#"]::after, a[href^="javascript:"]::after {
        content: ""
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .content, .content-sidebar {
        width: 100%
    }

    .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar, button, input, select, textarea {
        display: none !important
    }

    .title-area {
        text-align: center;
        width: 100%
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }

    .site-inner {
        padding-top: 0;
        position: relative
    }

    .author-box {
        margin-bottom: 0
    }

    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    blockquote, pre, table {
        page-break-inside: avoid
    }

    dl, ol, ul {
        page-break-before: avoid
    }
}

.text-18 {
    font-size: 1.125rem
}

@media (max-width: 992px) {
    .text-18 {
        font-size: 1rem
    }
}

.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
}

@media (max-width: 992px) {
    .form-info__button-submit .button-submit {
        width: 16.875rem
    }
}

@media (max-width: 768px) {
    .form-info__button-submit .button-submit {
        width: 15rem
    }
}

.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)
}

.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
}

.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-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-filter-portfolio-wrapper .faq-meta a {
    font-size: 12px;
    color: #333;
    text-decoration: none
}

.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-title {
    display: block;
    text-align: center;
    margin: 0;
    padding: 15px;
    color: #fff;
    background: #185395
}

.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:nth-of-type(even) a {*/
/* background: #f0f0f0*/
/*}*/
.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:nth-of-type(even) a {
    background: #f0f0f0
}

.location-widget-links .single-location-link a {
    display: -webkit-box;
    display: flex;
    /*text-transform: capitalize;*/
    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
}

.location-widget-links .single-location-link {
    margin: 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%
}

.hc-map address {
    font-style: normal;
    font-size: 14px
}

.hc-map .address__link {
    display: block;
    font-size: 14px
}

.full-width-content main.content {
    width: 100%
}

.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-page-listing figure {
    display: -webkit-box;
    display: flex;
    margin: 0;
    position: relative;
    width: 100%;
    float: none;
    z-index: 20;
    height: 200px;
    object-fit: cover
}

.faq-filter-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px
}

.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:hover {
    opacity: 1
}

.faq-filter-items .faq-page-listing h4 {
    margin-top: 0
}

.faq-filter-items .faq-meta a {
    color: #777;
    font-size: .8rem;
    text-decoration: none
}

.faq-filter-items .faq-meta a:hover {
    text-decoration: underline
}

div#filters {
    text-align: center
}

div#filters {
    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.filter-active, div#filters a:hover {
    border-bottom: 2px solid #054d64
}

@media (max-width: 992px) {
    .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%
    }

    .faq-page-listing figure {
        height: 21.875rem
    }
}

@media (max-width: 576px) {
    .faq-page-listing figure {
        height: 15.625rem
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

@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;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.page .related-articles {
    display: none;
}

/*-----css-------------*/
body {
    background: #fff url(/wp-content/uploads/2020/02/shouse-bg.jpg) top center no-repeat;
}

.site-header {
    padding: 0px 0px;
}

.title-area {
    display: none;
}

#header_wrapper {
    padding: 0;
    width: 100%;
    border-top: none;
}

#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", sans-serif !important;
    font-weight: 300 !important;
}

#google_form {
    /*float: right;
 */
    margin-bottom: 0;
    margin-top: 10px;
    position: absolute;
    right: 82px;
}

#main_navigation_wrap ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding-left: 0;
    border-left: 1px solid #aaa !important;
    overflow: hidden;
}

#main_navigation_wrap ul li:first-child {
    background: none;
    margin-left: 0;
}

#main_navigation_wrap ul > li {
    flex-grow: 1;
}

#main_navigation_wrap ul > li {
    list-style: none;
    display: block;
    float: left;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    margin: 0;
}

#main_navigation_wrap ul li a {
    padding: 15px 0;
}

#main_navigation_wrap ul li a {
    color: #4c4c4c;
    display: block !important;
    border-right: 1px solid #aaa;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    text-align: center;
    font-size: 16px;
}

#google_search, #google_search_mobile {
    width: 215px;
}

#google_search, #google_search_mobile {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    height: 34px;
    margin-bottom: 0;
}

#google_search::placeholder {
    color: #777272;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

#google_search {
    border: 1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    padding: 0.5em;
}

.phone_sticky {
    margin-top: 9px;
}

.phone_sticky span {
    font-size: 14px;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    /* margin-bottom: 5px;
 */
    color: #57acf4;
    text-align: right;
}

.phone_sticky .header_telephone {
    font-size: 20px;
    margin-left: 0;
    color: #00408b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.inner_header {
    padding-top: 30px !important;
}

#header #logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}

#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", sans-serif;
    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", sans-serif;
    font-weight: 300;
    color: #57acf4;
}

.header-phone .phone_number p a, .header-phone .phone_number a[href^=tel], .header-phone .phone_number a[href^=tel]:visited, .header-phone .phone_number a[href^=tel]:active {
    color: #00408b !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.phone_number .fa-phone {
    font-size: 24px;
    font-family: "FontAwesome";
    color: #fff;
}

.phone_number .fa-envelope {
    font-size: 24px;
    font-family: 'FontAwesome';
    color: #fff;
    margin-left: 12px;
    padding-left: 16px;
    border-left: 1px solid #fff;
}

ul.social {
    list-style-type: none;
    margin-top: 8px;
    text-align: 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;
}

.fixedNavigation .phone_sticky {
    display: block !important;
    float: right;
}

.fixedNavigation #main_navigation_wrap {
    background: #d5d5d5 !important;
}

.fixedNavigation #main_navigation_wrap ul li a {
    padding: 30px 10px !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: 0px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer_review span {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    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", sans-serif;
    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_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:first-child {
    margin-left: 0px;
}

.footer_nav ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.footer_nav ul li a {
    color: #fff;
}

.footer_logo {
    width: 380px;
    float: left;
    padding: 20px 0;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.footer_phone {
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 30px;
    color: #fff;
    margin-top: 15px;
}

#footer_logo a[href^=tel], #footer_logo a[href^=tel]:visited, #footer_logo a[href^=tel]:active {
    color: #fff !important;
}

.footer_phone a {
    color: #fff;
}

.footer_phone a:hover {
    color: #fff;
    text-decoration: none;
}

#footer_text {
    padding: 20px 0;
}

#footer_text h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

#footer p {
    margin-bottom: 0 !important;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#copyright_wrapper {
    background: #222;
    padding-bottom: 100px;
}

.copyright_left {
    position: relative;
    padding-left: 0.9375em;
    width: 50%;
    float: left;
    padding-right: 0;
    text-align: left;
}

#copyright_wrapper #copyright .copyright_right {
    position: relative;
    padding-left: 0.9375em;
    width: 50%;
    float: left;
    padding-right: 0;
}

#copyright_wrapper #copyright {
    margin: 0 auto;
    zoom: 1;
    width: 1070px;
    max-width: none;
    padding: 30px 0;
    margin-top: 30px;
}

#copyright_wrapper #copyright .copyright_left p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.disclaimers {
    overflow: hidden;
    width: 100%;
}

.disclaimers ul {
    margin: 0;
    text-align: left;
}

.disclaimers ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background: none;
}

.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", sans-serif;
    font-weight: 300 !important;
}

.disclaimers ul li a {
    color: #fff;
}

.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", sans-serif;
    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.facebook a {
    background: url(/wp-content/uploads/2020/02/facebook.png) top center no-repeat;
    height: 34px;
    width: 35px;
}

.social-links ul li a {
    text-indent: -9000px;
    display: block;
}

.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 .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;
}

.disclaimers ul li a:hover {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.lawlytics_branding:hover {
    border: none !important;
    background-position: top right !important;
}

#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover {
    background: #07428a;
    color: #fff;
}

#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: unset !important;
}

#main_navigation_wrap ul li a {
    color: #fff;
    font-size: 16px;
    border-right: unset;
}

#main_navigation_wrap ul {
    border-left: unset !important;
}

#mega-menu-item-media_image-7 img {
    /*border-radius: 50%;
 min-height: 100px !important;
 */
}

.california_crimes p:nth-child(2), .california_dui p:nth-child(2), .california_medical p:nth-child(2), .california_injury p:nth-child(2) {
    background: #00408b !important;
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
}

.california_crimes p:nth-child(2) a, .california_dui p:nth-child(2) a, .california_medical p:nth-child(2) a, .california_injury p:nth-child(2) a {
    padding: unset !important;
}

.crimes_navigation, .dui_navigation, .medical_navigation, .injury_navigation {
    /* background: #fff;
 */
    color: #348aca;
    /*text-align: center;
 */
    padding: 10px 10px;
}

#main_navigation_wrap .crimes_navigation .navigate, #main_navigation_wrap .dui_navigation .navigate, #main_navigation_wrap .medical_navigation .navigate, #main_navigation_wrap .injury_navigation .navigate {
    overflow: hidden;
    margin-top: 0;
    /*background: #fff;
 */
}

#main_navigation_wrap .crimes_navigation .navigate ul li a, #main_navigation_wrap .dui_navigation .navigate ul li a, #main_navigation_wrap .medical_navigation .navigate ul li a, #main_navigation_wrap .injury_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, #main_navigation_wrap .dui_navigation .navigate ul li a:hover, #main_navigation_wrap .medical_navigation .navigate ul li a:hover, #main_navigation_wrap .injury_navigation .navigate ul li a:hover {
    color: #7e7e7e;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent;
    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-indicator {
    display: none !important;
}

ul.mega-sub-menu li#mega-menu-item-custom_html-4, ul.mega-sub-menu li#mega-menu-item-custom_html-7, ul.mega-sub-menu li#mega-menu-item-custom_html-10, ul.mega-sub-menu li#mega-menu-item-custom_html-13 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

#mega-menu-wrap-primary {
    background: unset !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
    border-left: 1px solid #aaa;
}

#wprmenu_menu_ul li a {
    font-size: 18px !important;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    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, #mg-wprm-wrap #wprmenu_menu_ul #menu-item-298 a {
    font-size: 20px !important;
}

.crimes_navigation .col-sm-6 {
    /* padding-left: 0px;
 padding-right: 0px;
 */
}

.crimes_navigation ul, .dui_navigation ul, .medical_navigation ul, .injury_navigation ul {
    display: block !important;
}

.crimes_navigation ul li, .dui_navigation ul li, .medical_navigation ul li, .injury_navigation ul li {
    display: block !important;
}

.crimes_navigation ul.col1_2, .dui_navigation ul.col1_2, .medical_navigation ul.col1_2, .injury_navigation ul.col1_2 {
    display: block !important;
}

.crimes_navigation ul.col1_2 li, .dui_navigation ul.col1_2 li, .medical_navigation ul.col1_2 li, .injury_navigation ul.col1_2 li {
    display: block;
}

.crimes_navigation ul.col1_2 li a, .dui_navigation ul.col1_2 li a, .medical_navigation ul.col1_2 li a, .injury_navigation ul.col1_2 li a {
    text-align: initial !important;
}

#mega-menu-item-custom_html-6 .custom-html-widget, #mega-menu-item-custom_html-18 .custom-html-widget, #mega-menu-item-custom_html-21 .custom-html-widget, #mega-menu-item-custom_html-15 .custom-html-widget {
    background: #fff;
}

.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .crimes_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .dui_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .medical_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .injury_navigation .navigate ul li a {
    padding: 10px 10px !important;
}

/*----------medical Page----------------*/
.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, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 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: none;
    color: #636363;
    width: auto;
    font-size: 12px;
}

.page_content .col-sm-8 ul,
ul.bullet,
ul.bullets {
    padding-left: 40px;
    margin: 10px 0;
}

.page_content .col-sm-8 ul li,
ul.bullet li,
ul.bullets li {
    list-style-type: disc;
    list-style-position: outside;
    color: #3e3e3e;
}

.bullet li .insertion.link, .bullets li a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

.entry-content ol, .entry-content ul {
    margin: 10px 0;
    padding-left: 40px
}

.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: Georgia;
}

table.contact-table {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #ddd;
}

table.contact-table tr td {
    padding-left: 10px !important;
}

.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;
}

.video {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 220px;
    height: auto;
}

ul.bullet li a, ul.bullets li a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

ul li,
ul.bullet li, ul.bullets li {
    font-size: 16px;
    color: #3e3e3e;
}

.page-template-full-width-page h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: Georgia !important;
}

.featured-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 15px;
}

.featured-video {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding: 0;
}

.featured-video .widget_content {
    /*position: relative;
 padding-bottom: 56.25%;
 padding-top: 25px;
 height: 0;
 */
}

.featured-video iframe {
    /* position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 */
}

.primary-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5e5e5e;
}

.primary-content p a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

/*Front Page*/
.homepage-hero-image {
    display: none;
}

.home .home-page-division {
    padding: 30px 0;
}

.home-featured-information h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    color: #1f1f1f !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
}

.home-page-division p {
    color: #3e3e3e;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Arial", sans-serif;
    margin-top: 15px;
}

.home-headLinks {
    color: #458aca;
    border-bottom: #348aca dotted 1px;
    text-decoration: none;
}

.home-featured-video {
    margin-top: 40px;
    text-align: center;
}

/* .home-featured-video .player .ytp-cued-thumbnail-overlay-image {
 background-image: url(/wp-content/uploads/2020/02/sddefault.jpg) !important;
}
 */
.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, .front-page-botttom-div h3, .main_container .home-subdiv-content h5, .main_container .front-page-botttom-div h3 {
    color: #1f1f1f;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia;
}

ul {
    font-size: 16px;
}

.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;
}

.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;
}

.front-page-bottom-section {
    border-top: 1px solid #d1d1d1;
    margin: 30px 0 0;
    padding: 30px 0px;
}

.home-sidebar-form {
    overflow: hidden;
    margin-bottom: 25px;
    background: #e3e3e3;
    padding: 15px;
}

.home-sidebar-form-title {
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 6px 0;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 23px !important;
    font-family: Georgia !important;
}

.home-sidebar-form label {
    font-size: 14px;
    color: #4f4f4f;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}

.home-sidebar-form input, textarea {
    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-subdiv-column #media_image-2 {
    text-align: center;
}

.home-subdiv-column .widgettitle {
    font-size: 20px;
    text-align: center;
    color: #5e5e5e;
    font-family: Lucida Grande, sans-serif;
    background-color: #fff;
    font-weight: normal;
    margin: 50px 0 10px;
}

.subscribe-youtube {
    margin-bottom: 25px;
    padding: 15px;
}

/*Home Page*/
.home-nv-title {
    display: block;
    background: #00408c;
    color: #fff !important;
    display: block;
    font-family: Actor !important;
    padding: 15px 25px;
    text-align: center;
    font-family: Actor !important;
    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: Actor !important;
}

.home-image-title {
    margin-bottom: 15px;
    margin-top: 40px;
    color: #195396;
    font-size: 30px;
    line-height: 36px;
    font-family: Actor !important;
    font-weight: 300;
}

.home-image-titles-section {
    padding-left: 15px;
}

/*Attorneys Page*/
.page-template-attorneys .home-page-division {
    padding: 50px 0;
}

.attorneys-content-division {
    margin: 20px 0;
}

.attorneys-content-division {
    display: flex;
}

.attorneys-content-division img {
    width: 125px;
    border: 1px solid #e8e8e8;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.home-page-division a {
    color: #458aca;
    border-bottom: #348aca dotted 1px;
    text-decoration: none;
}

.attorneys-content-division .col-sm-8 {
    padding: 0;
}

.hrstyle {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/*Attorney Subpage*/
.attorney-featured-video iframe {
    width: 100%;
}

.profile_image_content img:not(.attachment-thumbnail) {
    padding: 5px;
    background: #fff;
    margin: 0px 0 15px 25px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
    width: 160px;
}

.single-attorneys img.attachment-thumbnail {
    padding: 5px;
    background: #fff;
    margin: 0px 0 15px 25px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
    width: 160px;
}

.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 td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222;
    display: table-cell !important;
    font-size: 14px;
    font-family: Lucida Grande, sans-serif !important;
}

table.employment-table tr:nth-child(even) {
    background: #f9f9f9;
}

.Content-with-image img {
    padding: 5px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 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;
    transform: translate(-116%, 180px);
    padding: 6px 20px;
    line-height: 18px;
    background: none !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, 0.3);
}

/*----Personal Injury-----*/
.page_content p {
    font-size: 16px;
    color: #3e3e3e;
    font-family: Arial;
    line-height: 24px;
    margin-bottom: 15px;
}

.page_content p a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

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: Lucida Grande, sans-serif;
    margin-top: 15px;
    list-style-type: none;
}

ul.article-nav.bullets li a {
    color: #348aca;
    font-size: 16px;
    font-family: Lucida Grande, sans-serif;
}

ul.article-nav.bullets li a:hover {
    color: #6d6d6d;
}

.insertion.image {
    text-align: center;
}

.insertedImage {
    padding: 5px;
    background: #fff;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.page_content h2 {
    font-size: 32px !important;
    font-family: "Actor", sans-serif;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #1f1f1f;
    font-weight: 300;
    line-height: normal;
}

.insertion.image.float_left {
    float: left;
    margin-right: 20px;
    width: auto;
}

div.insertion.image {
    margin-bottom: 16px;
}

.insertion.image {
    clear: both;
    margin-top: 10px;
}

div.insertion {
    overflow: hidden;
    position: relative;
}

.insertion.image img {
    height: auto !important;
}

.insertion.image img {
    margin-bottom: 0;
    display: inline-block !important;
}

.insertion.image.float_right {
    float: right;
    margin-left: 20px;
    width: auto;
}

.page_bottom_section h3 {
    color: #1f1f1f;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia;
}

.page_bottom_section p {
    color: #5e5e5e;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    font-family: Lucida Grande, sans-serif;
}

.page-template-personal-injury .home-page-division, .single-post .home-page-division {
    padding: unset;
}

.page-template-personal-injury .page_content {
    padding-top: 50px;
}

.single-post .page_content {
    padding-top: 25px;
}

.page_content h3 {
    font-size: 28px;
    font-family: "Actor", sans-serif;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #1f1f1f;
    font-weight: 300;
}

.page_content ol li {
    list-style-type: decimal;
    list-style-position: outside;
    /*  color: #5d5d5d; */
    /*  font-size: 14px; */
    /*  font-family: Lucida Grande, sans-serif; */
    /*  margin: 0 0 1em 3em; */
}

.page_content ol {
    margin: 15px 0px 15px 42px;
    /*  padding-left: 42px; */
}

.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;
}

.video_section .widget_content iframe {
    width: 100%;
}

.related-articles p {
    margin-bottom: 0px;
}

table.ivc_filter {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #ddd;
    width: unset;
}

table.ivc_filter tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.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, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
    text-align: center;
    float: right;
    max-width: 300px;
}

@media screen and (max-width: 991px) {
    .featureinsertedImage figure.alignright.single-entry-content-thumbnail {
        max-width: 100%;
        width: 100%;
        float: none;
    }
}

.featureinsertedImage figcaption {
    max-width: unset;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #636363;
    background: #e8e8e8;
    padding: 5px;
    margin: 5px 0px 0px;
}

table.E-scooter {
    width: unset;
    border: 1px solid #ddd;
}

table.E-scooter tr td {
    padding: 0.5625em 0.625em;
    border-top: unset;
    border-right: 1px solid #fff;
}

table.E-scooter tr td:last-child {
    border-right: 1px solid #ddd;
}

ul.article-nav.bullets li:first-child {
    margin-top: 0px;
}

.single-post .content-sidebar-wrap main {
    width: auto;
}

.single-post .content-sidebar-wrap aside {
    width: auto;
}

.main_container .front-page-botttom-div h3 a {
    color: #348aca;
}

table.shingrix {
    border: 1px solid #ddd;
}

table.shingrix tr td {
    padding: 0.5625em 0.625em;
    border-right: 1px solid #fff;
    border-top: unset;
}

table.shingrix tr td:last-child {
    border-right: 1px solid #ddd;
}

.page_content ol li a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

table.california-tbl, table.award-tbl {
    border: 1px solid #ddd;
}

table.california-tbl tr td, table.award-tbl tr td {
    padding: 0.5625em 0.625em;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

table.california-tbl tr td:last-child, table.award-tbl tr td:last-child {
    border-right: 1px solid #ddd;
}

table.award-tbl {
    width: auto;
}

table.california-tbl th {
    padding: 0.5625em 0.625em;
}

.front-page-bottom-section p {
    color: #3e3e3e;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial;
}

.front-page-bottom-section h3 {
    color: #1f1f1f;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
    font-family: Georgia;
}

.front-page-bottom-section h3 a {
    color: #348aca;
    border-bottom: none;
}

.blog-content a {
    color: #348aca;
}

.penalties h5, .penalties h4 {
    margin-bottom: 15px;
    margin-top: 40px;
    font-family: Georgia;
}

.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;
}

.fixedNavigation .phone_sticky {
    margin-top: 9px;
    position: absolute;
    top: 35px;
    right: 60px;
    width: 215px;
}

article a.entry-title-link {
    color: #195796;
    font-family: Actor;
    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: Lucida Grande, sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
}

article {
    margin-bottom: 10px !important;
}

article h2.entry-title {

    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 20px;
}

.archive .content-sidebar-wrap main {
    padding-right: 30px;
}

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, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
}

hr.hrstyle:last-child {
    display: none;
}

/*Personal Injury*/
.page-template-personal-injury .front-page-bottom-section {
    margin: 30px 0 20px !important;
}

.page-template-personal-injury .listing-points {
    margin-bottom: 20px;
}

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, .footnotes .listing-points li a {
    font-size: 12px !important;
}

.page-template-personal-injury .listing-points li, .single-post .listing-points li {
    margin-left: 0 !important;
}

.footnotes ol {
    padding: 0 0 0 25px;
}

.video_section {
    margin-bottom: 20px;
}

.bicycle-injury-list li {
    margin: 15px 0 0 0px !important;
}

p.rs-content-cta-small {
    font-size: 22px !important;
}

p.rs-content-cta {
    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 a {
    color: #ECAC00 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.related-articles {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 27px;
    font-family: Lucida Grande, sans-serif;
}

.related-articles h2 {
    font-size: 32px !important;
    font-family: "Actor", sans-serif;
    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;
}

.single-post .insertedImage p, .page-template-personal-injury .insertedImage p {
    margin: 0 !important;
}

.busaccident-list ul li, .common-align-list ul li {
    list-style-type: none;
}

.captionContainer {
    /* width: 100%;
 */
}

.hernia-mesh-table tr td {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: Lucida Grande, sans-serif;
}

.hernia-mesh-table td {
    padding: 0.5625em 0.625em !important;
    font-size: 0.875em;
    color: #5d5d5d;
    word-break: keep-all;
}

table.hernia-mesh-table {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #ddd;
    width: unset;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9;
}

/*18/2/2020*/
.personal-injury-column h4 strong {
    font-size: 24px !important;
    color: #1f1f1f !important;
    font-family: Lucida Grande, sans-serif;
    font-weight: bold;
    line-height: inherit;
}

.personal-injury-column h4 {
    margin: 40px 0 15px;
}

.insertedImage img {
    width: 100%;
}

.related-articles {
    margin: 50px 0;
}

/*DUI Page*/
.page-template-defence-page .page_title {
    margin-bottom: 40px;
}

.page-template-defence-page .home-featured-information {
    padding-top: 20px;
}

/*Menu*/
#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;
}

ul.mega-sub-menu {
    width: 1025px !important;
    padding-bottom: 20px !important;
}

#main_navigation_wrap span.fourth {
    background-color: inherit !important;
    background-image: none !important;
    border-right: none !important;
    color: #347aca !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.4375em !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    margin-left: 0;
}

#main_navigation_wrap .crimes_navigation, #mega-menu-wrap-primary .dui_navigation, #mega-menu-wrap-primary .medical_navigation, #mega-menu-wrap-primary .injury_navigation {
    text-align: left;
}

#main_navigation_wrap p.submenu_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.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;
}

.fixedNavigation #main_navigation_wrap ul.mega-sub-menu .medical_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .crimes_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .dui_navigation .navigate ul li a, .fixedNavigation #main_navigation_wrap ul.mega-sub-menu .injury_navigation .navigate ul li a {
    padding: 0 !important;
}

#main_navigation_wrap ul li a.dropdown_cta {
    padding: 10px 15px !important;
}

.menu-description-content p:nth-child(2) {
    padding: 0 !important;
}

.menu-description-content p a {
    padding: 10px !important;
}

p a.dropdown_cta:hover {
    background-color: #fff !important;
    color: #348aca !important;
    transition: 0.5s ease;
}

ul.mega-sub-menu li#mega-menu-item-custom_html-4, ul.mega-sub-menu li#mega-menu-item-custom_html-13, ul.mega-sub-menu li#mega-menu-item-custom_html-19, ul.mega-sub-menu li#mega-menu-item-custom_html-16 {
    border: none !important;
    padding-bottom: 0 !important;
}

/*Location Page*/
.map-content-loaction img {
    width: 100%;
    margin-top: 15px;
}

.map-content-loaction a {
    border: none;
}

.location-title h1 {
    margin-bottom: 20px;
}

/*National Location Page*/
.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;
}

.page_bottom_section h3 {
    color: #1f1f1f;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia;
}

.page_bottom_section h3 a {
    border-bottom: none;
}

div.insertion.widget.no-background {
    background: none !important;
}

.map_container {
    width: auto;
    max-width: none !important;
}

.map_container {
    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 h2 {
    margin-bottom: 5px;
    font-size: 18px !important;
    line-height: 24px;
    padding-bottom: 0;
    border-bottom: none;
    color: #00408b;
    margin-top: 0px;
}

.offices li a address {
    color: #737373;
    float: left;
    width: 65%;
    font-size: 12px;
    margin-bottom: 0;
}

.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;
}

blockquote {
    line-height: 1.6;
    color: #6f6f6f;
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd;
    font-size: 14px;
}

.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: 0px;
}

.blog-content h5 {
    margin-bottom: 15px;
    margin-top: 40px;
    font-family: Georgia;
}

.overview h5 a {
    font-family: Georgia;
}

.overview h5 a:hover {
    color: #6b6b6b;
}

blockquote.blqte {
    background: none;
    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;
}

.entry-title {
    color: #195396;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: Actor;
}

.entry-content {
    padding-right: 15px;
}

.entry-content p {
    font-size: 16px;
    color: #5d5d5d;
    font-family: Lucida Grande, sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
}

.entry-content li,
.entry-content td {
    font-size: 16px;
    color: #5d5d5d;
    font-family: Lucida Grande, sans-serif;
    line-height: 24px;
}

.entry-content p a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

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;
}

.rs-areas-list li a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
    font-size: 14px;
    font-family: Lucida Grande, sans-serif;
    line-height: 24px;
    font-weight: normal;
}

.page-id-3001 .page_content_custom_class h2:nth-child(4) {
    display: none;
}

ol li {
    color: #3e3e3e;
    font-size: 16px;
    margin: 0 0 5px 0px;
}

ol li a {
    color: #348aca;
    border-bottom: 1px dotted #348aca;
}

blockquote {
    margin: 0 0 1.25em;
    padding: 1.5em 1.25em;
    border-left: 3px solid #348ACA;
    background: #F6F6F6;
    clear: both;
}

.page-template-full-width-page .front-page-bottom-section {
    clear: both;
}

.entry-content h2 {
    font-size: 30px;
    margin-top: 35px;
    font-family: "Actor", sans-serif;
    line-height: normal;
}

.entry-content h3 {
    font-size: 28px;
    color: #1f1f1f;
    font-family: "Actor", sans-serif;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 40px;
    font-weight: 300;
}

.page-id-17 .related-articles {
    display: none;
}

.page-id-14 .front-page-bottom-section:nth-child(2) {
    display: none;
}

.entry-content p a:hover {
    color: #6d6d6d;
    border-color: #6d6d6d;
}

ul.a-to-z-list {
    padding-left: 42px;
    list-style: disc outside;
    overflow: hidden;
    margin: 15px 0;
}

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;
}

.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: 0px;
    font-size: 0.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 0px 15px 0px;
}

input[type="checkbox"] {
    width: unset;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    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: "Actor", sans-serif;
}

.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;
}

/*A to Z pages*/
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;
}

/*Neveda Front Page*/
.page-bottom-section {
    border-top: 1px solid #d1d1d1;
    margin: 30px 0 0;
}

.page-template-nevada-home-page .front-page-bottom-section, .page-template-defence-page-nevada .front-page-bottom-section {
    display: none;
}

.main_container .front-page-botttom-div h3 a {
    color: #348aca;
    border: 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;
}

.home-subdiv-column .home-sidebar-form {
    margin-top: 40px;
}

h4.nevada-title {
    font-weight: 700;
}

.nevada-video-section {
    margin-top: 25px;
}

/*DUL Defence Page Nevada*/
ol.bullet {
    padding-left: 42px;
    margin-bottom: 15px;
}

ol li {
    list-style: decimal;
}

.Nevada-defence-page-content {
    margin: 20px 0;
}

.page-template-defence-page-nevada .content {
    padding: 0;
}

.image-mobile {
    display: none;
}

.grid-section-nevada {
    margin: 30px 0;
}

.grid-info {
    padding-top: 15px;
}

.grid-content-sec {
    margin: 30px auto;
}

/* .captionContainer {
 width: 100% !important;
}
 */
.last-call-sec p.rs-content-cta.rs-content-cta-small {
    display: none;
}

.last-call-sec .insertion {
    max-width: 35%;
}

/*Code section single blog*/
ul.more-style {
    display: inline-block;
}

.bullet h4 {
    color: #1f1f1f !important;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 22px !important;
    line-height: 30px !important;
}

.attorneys-subdivision-column .insertedImage img {
    margin: 0;
    padding: 0;
}

.captionContainer .text.caption {
    width: auto !important;
}

/*DUI page Colorado*/
.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;
}

/*calorado crimes*/
.home-subdiv-column h2 {
    font-family: "Actor", sans-serif !important;
    line-height: normal !important;
}

.article-section h3 {
    font-size: 27px;
    margin-top: 40px;
    font-family: "Actor", sans-serif !important;
    line-height: normal !important;
}

.home-subdiv-content h2 {
    font-size: 32px;
}

.part-section h4 {
    margin-top: 40px;
}

.part-section h4 {
    margin-top: 40px;
    font-family: "Actor", sans-serif !important;
    line-height: normal !important;
    color: #222;
    font-size: 24px;
}

.page-template-Code_section a:hover {
    color: #6d6d6d !important;
}

/*Nevada*/
.home-page-division a:hover {
    color: #6d6d6d;
    border-color: #6D6D6D;
}

.home-subdiv-column a:hover {
    color: #6d6d6d;
}

li.letter {
    display: inline-block;
    padding: 5px;
}

ul.a-to-z-list {
    display: inline-flex;
}

ul.a-to-z-list li.letter {
    list-style-type: none;
}

table.award-tbl td {
    color: #404f48;
    font-size: 14px;
    font-family: Lucida Grande, sans-serif;
}

#mega-menu-wrap-secondary {
    background: transparent;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
    height: unset !important;
}

.container {
    padding: 0 15px;
}

.fixedNavigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 12px !important;
}

li#mega-menu-item-custom_html-25 .custom-html-widget, li#mega-menu-item-custom_html-28 .custom-html-widget, li#mega-menu-item-custom_html-31 .custom-html-widget, li#mega-menu-item-custom_html-28 .custom-html-widget, li#mega-menu-item-custom_html-34 .custom-html-widget, li#mega-menu-item-custom_html-28 .custom-html-widget, li#mega-menu-item-custom_html-37 .custom-html-widget {
    background: #fff;
}

.fixedNavigation #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 12px !important;
}

#mega-menu-wrap-additional-menu {
    background: transparent;
}

.page-id-390 main h2 {
    color: #00408b;
    font-family: Actor;
    font-size: 30px;
    margin-bottom: 10px;
}

.page_content_custom_class h4 a, h5 a {
    color: #348aca;
    font-family: Georgia;
    font-weight: 300;
}

.social .twitter {
    background-position: -35px;
    margin-left: 5px;
}

.social .facebook, .social .twitter, .social .youtube, .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 .youtube {
    background-position: -70px;
    margin-left: 5px;
}

.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;
}

ul.social {
    float: right;
}

blockquote.blkq {
    background: unset;
    border-left: 1px solid #ddd;
}

.entry-content h2 strong {
    font-family: Lucida Grande, sans-serif;
}

blockquote.blkq p {
    font-style: normal;
}

.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, .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 ul li a {
    text-indent: -9000px;
    display: block;
}

.page-id-4540 ul.secondList.bullets li, .page-id-5386 ul.secondList.bullets li {
    list-style-type: disc;
}

.page-id-4540 ul.secondList.bullets, .page-id-5386 ul.secondList.bullets {
    padding-left: unset;
}

.share {
    margin-bottom: 25px;
    border-top: 2px solid #d0d0d0;
    padding-top: 15px;
}

.social-share {
    display: flex;
}

.share, .share span, .share div {
    position: static !important;
    overflow: hidden;
}

ul.secondList.bullets {
    padding-left: unset;
}

ul.secondList.bullets li {
    list-style-type: disc;
}

.share p {
    line-height: 0;
}

.fb-like, .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: arial, sans-serif;
    font-size: 12px;
}

h1.branded {
    margin: 0 0 12px;
    font-size: 18px;
    text-align: center;
    font-family: arial, sans-serif;
}

h1.branded a {
    color: #1c2d1d;
    text-decoration: underline;
    cursor: pointer;
}

div.dialog h1 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #404f48;
    text-align: center;
    font-family: arial, sans-serif;
}

div.dialog p {
    margin: 0 0 16px 0;
    color: #404f48;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12px;
}

div.dialog a {
    color: #1c2d1d;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item:first-child, #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item:first-child {
    border-left: 1px solid #aaa;
}

.page-template-lawyers-list .front-page-bottom-section:nth-child(2) {
    display: none;
}

section#media_image-2 h4.widget-title, section#custom_html-22 h4.widget-title, section#media_image-8 h4.widget-title, 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: Lucida Grande, sans-serif !important;
    border-bottom: unset;
    text-align: center !important;
    font-size: 19px !important;
}

.page-id-15 .insertion.image.float_right, .page-id-3313 .insertion.image.float_right {
    float: left;
    margin-right: 20px;
    width: auto;
    margin-top: 0px;
}

.page-id-15 h2 {
    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;
}

.page_content_custom_class h5 {
    font-family: Georgia;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
}

.page_content_custom_class h4 strong {
    font-family: Lucida Grande, sans-serif;
    font-size: 22px;
}

section#custom_html-50 {
    background: #e3e3e3;
    padding: 15px;
}

.page-id-5216 section#custom_html-50 {
    display: block;
}

section#custom_html-50 {
    display: none;
}

section#custom_html-50 .widget_content {
    padding-top: 30px;
}

/*.page-template-nevada-home-page .home-sidebar-form {
 display:block !important;
}
 */
section#calendar-2 div#calendar_wrap {
    background: #e3e3e3;
    padding: 25px;
    margin-bottom: 20px;
}

section#recent-posts-2 {
    background: #e3e3e3;
    margin-bottom: 20px;
}

#search-2, #recent-posts-2, #calendar_wrap, .blog section#text-14, .blog #media_image-9,
.archive section#text-14, .blog #media_image-9 {
    display: none;
}

.single.single-post #search-2, .single.single-post #recent-posts-2, .single.single-post #calendar_wrap, .blog #search-2, .blog #recent-posts-2, .blog #calendar_wrap,
.page-template-page-blog #recent-posts-2, .page-template-page-blog #calendar_wrap,
.archive #search-2, .blog #recent-posts-2, .blog #calendar_wrap {
    display: block !important;
}

.dui-bottom {
    margin-top: 25px;
}

.dui-bottom .item h4 {
    margin: 15px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #1f1f1f;
    font-family: Georgia;
}

.page-id-1980 h4 {
    margin-bottom: 15px;
    margin-top: 0px;
}

.page-id-1980 h4 a {
    font-family: "Actor", sans-serif;
    line-height: normal;
    font-size: 24px;
    border-bottom: unset;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #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;
}

.nevada-bottom-section h3 {
    font-size: 28px;
    margin: 40px 0px 15px;
}

.lawyer-list-sec h2 {
    font-size: 32px;
}

/*.page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(3), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(4), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(5), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(7), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(8), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(9), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(11), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(12), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(15), .page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(17),.page-id-3302 .attorneys-content-section .lawyer-list-sec:nth-child(19) {
 display: none;
}
 */
.nevada-contact h5 {
    font-family: Georgia;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #1f1f1f;
}

.footnotes ol li a {
    border-bottom: 1px dotted #348aca;
}

#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;
}

ol.common-defence li a {
    border-bottom: 1px dotted #348aca;
}

.home-featured-information h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #1f1f1f;
    margin-top: 0px;
    margin-bottom: 20px;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover, #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;
}

.page-template-nevada-home-page .widget_content.subscribe-youtube.nevada {
    display: none !important;
}

.page-id-3143 .widget_content.subscribe-youtube.nevada {
    display: none !important;
}

.footer_phone a {
    font-family: Lucida Grande, sans-serif;
}

.page-template-page-blog a.entry-title-link,
.blog a.entry-title-link,
.archive a.entry-title-link {
    color: #348aca !important;
    text-decoration: none;
    font-family: Actor !important;
    font-weight: bold;
}

.page-template-page-blog article,
.blog article,
.archive article {
    border-bottom: 2px solid #d0d0d0;
}

.page-template-page-blog p.entry-meta,
.blog p.entry-meta,
.archive p.entry-meta {
    font-size: 12px !important;
}

.page-template-page-blog img.attachment-medium.size-medium.wp-post-image,
.blog img.attachment-medium.size-medium.wp-post-image,
.archive img.attachment-medium.size-medium.wp-post-image {
    border: 4px solid #e3e3e3;
}

.page-template-page-blog .alignleft,
.blog .alignleft,
.archive .alignleft {
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}

.page-template-page-blog a.entry-title-link:hover,
.blog a.entry-title-link:hover,
.archive a.entry-title-link:hover {
    color: #333 !important;
}

.single-post .page_title h1:hover {
    color: #333 !important;
}

.single-post .page_title h1 {
    color: #348aca !important;
    text-decoration: none;
    font-weight: bold !important;
}

section#search-2 .widget-wrap {
    padding: 0px;
}

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#calendar-2 .widget-wrap {
    padding: 0 0 5px 0;
}

.single-post .breadcrumb {
    display: none;
}

.single-post .page_content h2 {
    /*  font-weight: bold !important; */
}

.share h3 {
    font-size: 28px !important;
    line-height: 32px !important;
    color: #00408b !important;
    font-family: Georgia !important;
}

section#recent-posts-2 .widget-title {
    background: transparent !important;
}

section#recent-posts-2 .widget-wrap ul li:nth-of-type(even) a {
    background: #979797;
}

section#custom_html-52 {
    display: none;
}

.page-id-5045 section#custom_html-52, .page-id-4928 section#custom_html-52, .page-id-4997 section#custom_html-52, .page-id-5443 section#custom_html-52, .page-id-5241 section#custom_html-52 {
    display: block;
}

h4.widget-title.widgettitle {
    background: #195395;
    color: #fff;
}

.widget-wrap ul {
    margin-top: 0;
}

section#custom_html-52 {
    background: #e3e3e3;
    padding: 15px;
}

section#custom_html-53 {
    display: none;
    background: #e3e3e3;
    padding: 15px;
}

.page-id-5004 section#custom_html-53 {
    display: block;
}

.page-id-4065 .nevada, .page-id-4065 section#media_image-9 {
    display: none;
}

.page-id-3313 section#text-15 {
    display: none;
}

.postid-7480 span.caption_image {
    display: none !important;
}

.postid-7480 span.image_with_title {
    display: none !important;
}

/*css for mega menu*/
p.heading-para {
    background-color: inherit !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.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 0px 15px 0px !important;
}

.text p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    color: #fff;
}

p.link_text {
    position: relative;
    left: 90px;
}

p.link_text a {
    background: #00408b !important;
    font-size: 14px;
    color: #fff;
}

.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', sans-serif !important;
    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: none !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;
}

ul.col1_2 li {
    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", sans-serif !important;
    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: none !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: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: left;
    margin-bottom: 20px;
    min-height: 380px;
}

.page-id-4537 p.rs-content-cta {
    display: none;
}

.page-id-4537 p.rs-content-cta.rs-content-cta-small {
    display: none;
}

.images-items h4 {
    font-size: 24px !important;
    font-family: Georgia !important;
}

.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: 0.5rem 3rem 0.2rem 3rem;
    margin: 3rem;
}

h4.heading_styling {
    font-family: Georgia !important;
}

.postid-2921 blockquote {
    background: transparent;
}

.postid-2921 blockquote {
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd;
}

#main_navigation_wrap ul li a {
    font-size: 16px;
    color: #4c4c4c;
    display: block !important;
    padding: 25px 5px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.65);
    border-right: 1px solid #aaa;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    height: 100%;
}

#google_form {
    right: 60px;
}

#main_navigation_wrap ul li:first-child {
    border-left: 1px solid #aaa;
}

p.link_text {
    background: #00408b !important;
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
}

.third p a {
    background-color: #195396;
    padding: 15px;
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
}

.third {
    margin-bottom: 25px !important;
    margin-top: 10px;
}

p.link_text.text2 {
    margin-bottom: 15px !important;
}

.os-right li {
    display: inline-block;
}

.os-right {
    /* margin: 0 auto; */
    display: table;
    /* margin-right: 292px; */
}

.os-right li a {
    color: #7a7a7a !important;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: normal;
    text-shadow: none;
    background: none !important;
}

/* section#custom_html-87 {
    top: 55px;
    left: 0;
    width: 980px!important;
    z-index: 10000;
    padding: 0;
    background: #e3e3e3!important;
    border: 1px solid #c7c7c7!important;
    overflow: visible!important;
    margin-top: 10px;
} */

section#custom_html-87 {
    left: 222px;
    z-index: 10000;
    padding: 0;
    background: #348aca !important;
    overflow: hidden !IMPORTANT;
    position: absolute;
    margin-top: 0px;
    width: 165px !important;
}

section#custom_html-87 ul li a {
    color: #fff !important;
}

p.link_text:hover a {
    background: #fff !important;
    color: #348aca !important;
}

p.link_text:hover {
    background: #fff !important;
}

li.first-list {
    border-right: 1px solid #bebebe !important;
}

div#___ytsubscribe_0 {
    float: left;
    padding-bottom: 40px;
}

p.link_text {
    padding: 20px;
    margin-bottom: 20px !important;
}

.page-id-3090 #media_image-15 {
    display: none;
}

.widget_content.subscribe-youtube.nevada {
    padding-top: 25px;
}

.page-id-3313 .nevada-bottom-section {
    display: none;
}

.page-id-3313 .lawyer-list-sec:last-child {
    display: none;
}

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%;
}

.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: normal;
}

section#search-2 .search-form-input::placeholder {
    color: #777;
}

.single-post .share {
    display: none;
}

#quote {
    font-family: Lucida Grande, sans-serif;
    color: #777;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
}

#quoter {
    font-family: Lucida Grande, sans-serif;
    color: #777;
    font-weight: normal;
    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: Lucida Grande, sans-serif;
}

.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: Georgia;
    line-height: 18px;
    text-transform: capitalize;
}

.single-attorneys .social-sharing-bar {
    display: none;
}

.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: Actor !important;
    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;
}

.all-locations h5 {
    margin: 20px 0 20px;
}

section#custom_html-97, section#custom_html-98 {
    display: none;
    background: #e3e3e3;
    padding: 15px;
}

.page-id-5045 section#custom_html-97, .page-id-5004 section#custom_html-98, .page-id-4928 section#custom_html-97, .page-id-4997 section#custom_html-97, .page-id-5241 section#custom_html-97, .page-id-5443 section#custom_html-97 {
    display: block;
}

section#custom_html-97 .widget-title, section#custom_html-98 .widget-title {
    color: #000;
}

section#custom_html-99 {
    background: #E3E3E3;
    padding: 15px;
    display: none;
}

section#custom_html-99 .widget-title {
    font-family: Georgia;
    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: Lucida Grande, sans-serif;
    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-98 a, 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 .widget-title, 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, .page-id-5014 section#custom_html-99 {
    display: none;
}

.page-id-4858 section#custom_html-97, .page-id-5004 section#custom_html-97, .page-id-5051 section#custom_html-97, .page-id-4538 section#custom_html-97, .page-id-5107 section#custom_html-97, .page-id-5185 section#custom_html-97, .page-id-7245 section#custom_html-97, .page-id-5012 section#custom_html-97, .page-id-4810 section#custom_html-97, .page-id-5249 section#custom_html-97, .page-id-5267 section#custom_html-97, .page-id-5260 section#custom_html-97, .page-id-5288 section#custom_html-97, .page-id-5312 section#custom_html-97, .page-id-5316 section#custom_html-97, .page-id-5333 section#custom_html-97, .page-id-5336 section#custom_html-97, .page-id-5346 section#custom_html-97, .page-id-5357 section#custom_html-97, .page-id-5368 section#custom_html-97, .page-id-4912 section#custom_html-97, .page-id-5528 section#custom_html-97, .page-id-5389 section#custom_html-97, .page-id-5397 section#custom_html-97, .page-id-5401 section#custom_html-97, .page-id-5404 section#custom_html-97, .page-id-5408 section#custom_html-97, .page-id-5410 section#custom_html-97, .page-id-5426 section#custom_html-97, .page-id-5449 section#custom_html-97, .page-id-5493 section#custom_html-97, .page-id-5043 section#custom_html-97, .page-id-4957 section#custom_html-97 {
    display: none !important;
}

section#custom_html-100, section#custom_html-101, section#custom_html-102, section#custom_html-103, section#custom_html-104, section#custom_html-105, section#custom_html-106, section#custom_html-107 {
    display: none;
}

.page-id-5051 section#custom_html-100, .page-id-5188 section#custom_html-101, .page-id-4810 section#custom_html-102, .page-id-5267 section#custom_html-103, .page-id-5288 section#custom_html-104, .page-id-5333 section#custom_html-105, .page-id-5352 section#custom_html-97, .page-id-5363 section#custom_html-97, .page-id-5528 section#custom_html-106, .page-id-5463 section#custom_html-97, .page-id-5476 section#custom_html-97, .page-id-4957 section#custom_html-107 {
    display: block;
    background: #e3e3e3;
    padding: 15px;
}

section#custom_html-100 a, section#custom_html-101 a, section#custom_html-102 a, section#custom_html-103 a, section#custom_html-104 a, section#custom_html-105 a, section#custom_html-106 a,
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-100 .widget-title, section#custom_html-101 .widget-title, section#custom_html-102 .widget-title, section#custom_html-103 .widget-title, section#custom_html-104 .widget-title, section#custom_html-105 .widget-title, section#custom_html-106 .widget-title, 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;
}

/*------------Media css-------------*/
@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, .header-phone .phone_number .nv-phone, .header-phone .phone_number .co-phone {
        display: none;
    }

    .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: 768px) {
    .page-template-Code_section .content {
        padding-left: 0px;
    }

    .page-id-3313 .insertion.image.float_right {
        float: right;
    }
}

@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_nav {
        background: none !important;
        height: auto !important;
    }

    #footer .disclaimers_wrapper, #footer .footer_nav, #footer .social-links, #footer .disclaimers {
        width: auto;
        float: none;
        padding: 0;
    }

    .footer_nav ul {
        padding: 0;
        text-align: center;
        width: auto !important;
        float: none !important;
    }

    #footer .footer_nav ul li {
        float: none;
    }

    .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 #copyright {
        width: auto !important;
        padding: 20px 30px 0;
        margin-top: 20px;
    }

    #copyright_wrapper #copyright .copyright_right, #copyright_wrapper #copyright .copyright_left {
        width: auto;
        text-align: left;
        float: none;
        padding: 0;
    }

    #copyright_wrapper #copyright .copyright_right p:first-child, #copyright_wrapper #copyright .copyright_left p:first-child {
        margin-top: 0;
    }

    #copyright_wrapper #copyright .copyright_right p, #copyright_wrapper #copyright .copyright_left p {
        text-align: center;
    }

    .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;
    }

    #copyright_wrapper #copyright .copyright_right img, #copyright_wrapper #copyright .copyright_left img {
        display: inline-block;
    }

    .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;
    }

    #copyright_wrapper {
        padding-bottom: 30px;
    }

    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,
    .blog a.entry-title-link,
    .archive a.entry-title-link {
        font-size: 24px;
    }

    table.california-tbl {
        border: 1px solid #ddd;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    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,
    .blog .entry-title,
    .archive .entry-title {
        text-align: left;
    }

    .menu_title a {
        position: relative;
        top: 0px !important;
    }

    .header-phone .phone_number p span {
        color: #00408b !important;
        margin-right: 8px;
    }

    .page-template-full-width-page #footer_breadcrumbs {
        display: none;
    }

    .header-phone .phone_number {
        position: fixed;
        top: -6px;
        right: 15px;
        z-index: 10;
    }

    #header_wrapper {
        background: rgba(216, 216, 216, 0.5);
        padding-bottom: 20px;
    }

    .header-phone .social {
        display: none;
    }

    .header-phone .phone_number p {
        display: inline-block;
    }

    .menu_title a {
        color: #fff !important;
        text-decoration: none;
    }

    #main_navigation_wrap {
        display: none;
    }

    .phone_number p:nth-child(1) {
        display: none;
    }

    .header-phone {
        display: block;
    }

    html body div#wprmenu_bar {
        z-index: 1;
    }

    html body div.wprm-overlay {
        background: transparent;
    }

    .hamburger.hamburger--slider.is-active:before {
        content: "CLOSE";
        color: #fff;
    }

    .page_content p {
        line-height: 24px;
        font-size: 16px;
    }

    .page_content ol li, ul.bullet li, ul.bullet li a {
        font-size: 16px;
    }

    .ivc_filter_table {
        overflow: auto;
    }

    .home-page-division {
        padding: 0 15px 30px !important;
    }

    .personal-injury-column {
        width: 100%;
        margin-bottom: 25px;
    }

    .insertion.image.float_left {
        width: 100% !important;
    }

    .insertion.image.float_right {
        width: 100% !important;
    }

    .insertion.image.float_right {
        float: right;
        margin-left: 20px;
        width: auto;
    }

    .insertion.image.float_left {
        float: left;
        margin-right: 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 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, .footnotes .listing-points li a {
        font-size: 12px !important;
    }

    .page-template-defence-page .page_title {
        margin-bottom: 0px;
    }

    .related-articles p, .related-articles a {
        font-size: 16px !important;
    }

    .related-video.clearfix {
        margin-bottom: 10px !important;
    }

    .related-articles {
        margin: 0 15px 20px;
    }

    .herni-table {
        overflow: auto;
    }

    .national-locations, .location-title h1 {
        text-align: center;
    }

    .home-featured-column, .home-subdiv-column {
        width: 100%;
    }

    .home-page-division p, .listing-points li {
        font-size: 16px;
        text-align: left;
    }

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

    .home-featured-video iframe {
        width: 100%;
        height: 400px;
    }

    .front-page-botttom-div p {
        font-size: 14px !important;
    }

    .home-page-division {
        padding: 50px 15px;
    }

    .home-subdiv-column #media_image-2, .home-subdiv-column h4.widgettitle {
        text-align: left !important;
    }

    .attorneys-subdivision-column {
        width: 100%;
    }

    .attorney-featured-video iframe {
        width: 100%;
        height: 400px;
    }

    span.image_with_title, .Content-with-image {
        position: relative !important;
        display: inline-block !important;
        width: 100% !important;
        text-align: center;
    }

    span.image_with_title img, .Content-with-image img {
        float: none !important;
        margin: 10px 0 !important;
    }

    span.caption_image {
        width: 158px !important;
        transform: translate(-418px, 190px);
    }

    span.image_with_title {
        margin-bottom: 100px;
    }

    .postid-240 span.image_with_title {
        margin-bottom: 0px;
    }

    .page_title h1 {
        font-size: 30px;
    }

    .widget_calendar table {
        width: 100%;
        margin: 0 auto;
        display: table !important;
    }

    .share p {
        line-height: 0 !important;
    }
}

@media (max-width: 979px) {
    .header-phone .phone_number p span {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .phone_number .fa-phone {
        font-size: 20px;
        padding-left: 8px;
    }

    .phone_number .fa-envelope {
        font-size: 20px;
    }
}

@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: 0px !important;
    }

    .fixedNavigation .phone_sticky {
        right: 0px;
    }
}

@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: 0px;
    }

    .page_title h1 {
        font-size: 30px;
        text-align: center;
    }

    .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;
    }

    .page_title h1 {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .home-page-division {
        padding: 10px;
    }

    span.caption_image {
        width: 158px !important;
        transform: translate(-164%, 189px);
    }

    /* .Content-with-image img {
 width: 80%;
 margin: 10px 32px !important;
 }
 */
}

@media only screen and (max-width: 400px) {
    span.caption_image {
        transform: translate(-150%, 189px);
    }
}

@media only screen and (max-width: 320px) {
    span.caption_image {
        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 only screen and (max-width: 500px) {
    ul.article-nav.bullets li {
        padding-left: unset;
    }

    .insertedImage {
        max-width: 100%;
    }

    div.insertion.image {
        padding: 10px;
    }

    /*ul.bullets li>ul>li {
 padding-left: 42px;
 }
 */
    .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%;
    }

    input[type="checkbox"] {
        width: unset;
    }

    .contact-form input[type=submit] {
        width: 30% !important;
    }
}

@media (min-width: 601px) {
    #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;
    }

    #mega-menu-wrap-primary {
        background: transparent !important;
    }
}

@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%;
    }
}

@media screen and (max-width: 989px) {
    #header {
        padding-top: 0;
        /*background: rgba(216,216,216,0.5) !important;*/
        background: none;
        /*padding-bottom: 30px;*/
        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:first-child {
        margin-left: 107px;
    }

    .footer_nav ul li {
        margin-left: 17px;
    }
}

@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: 0px !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%;
    }
}

/*cs for IE Browser*/
@media all and (-ms-high-contrast: none) {
    .breadcrumb {
        background-color: transparent;
    }

    input#google_search {
        position: relative;
        top: -12px;
    }

    #main_navigation_wrap ul li a {
        border-right: none !important;
    }

    #main_navigation_wrap ul {
        border-left: none !important;
    }
}

/*
 QA Mods - DO NOT REMOVE
*/
@media (min-width: 980px) {
    .header-phone .phone_number p {
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 979px) {
    .header-phone .phone_number p, .header-phone .phone_number p span {
        color: #fff !important;
    }

    .userway.userway_p5 {
        left: 1px !important;
    }
}

/* Homepage logos adjustment */
.media-logos {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

.media-logos img {
    margin: 0 25px 15px 25px;
}

.featuredon-sidebar {
    padding: 0;
    background: unset;
    margin: 40px auto;
}

.featuredon-sidebar h4 {
    font-size: 20px;
    text-align: center;
    color: #5e5e5e;
    font-family: 'Lucida Grande', sans-serif;
    background-color: #fff;
    font-weight: normal;
    margin: 50px 0 30px;
}

@media screen and (max-width: 1024px) {
    .media-logos img {
        margin: 0 20px 10px 20px;
    }

    .media-logos {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .media-logos img {
        margin: 0 5px 5px 5px;
    }
}

/* Changing home H2 styling */
.home-subdiv-content h2 {
    font-size: 27px;
    line-height: 30px;
    margin-top: 0;
    color: #1f1f1f !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal !important;
    margin-bottom: 20px;
}

/* Sidebar Adjustments */
.widget_custom_html .subscribe-youtube {
    margin: 0;
    padding: 0;
}

.widget_custom_html .subscribe-youtube iframe {
    width: 215px;
    height: 55px;
    margin: 0 auto;
    display: block;
    border: none;
}

.widget.widget_search .widget-wrap {
    overflow: hidden;
    margin-bottom: 25px;
    background: #e3e3e3;
    padding: 15px;
}

section#search-2 .widget-wrap {
    padding: 15px;
}

.widget.widget_search form {
    padding: 0;
    margin-bottom: 0;
}

.widget.widget_search input[type="search"] {
    padding: 5px 2%;
    width: calc(100% - 76px);
    float: left;
}

.widget.widget_search input[type="submit"]:focus {
    font-weight: normal;
    box-shadow: unset;
}

.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;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .front-page-bottom-section .front-page-botttom-div {
        margin-bottom: 20px;
    }
}

.breadcrumb {
    background: transparent;
}

.breadcrumb .breadcrumb_last,
.breadcrumb a {
    color: #348aca;
    font-size: 14px;
    line-height: 22px;
    font-family: Lucida Grande, sans-serif;
}

.single-post .breadcrumb {
    display: block;
}

/*fix for scrollbar showing on the bottom of the pages */
html body div.wprm-wrapper {
    overflow: unset;
}

/* Social Sharing bar */
.social-sharing-bar {
    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", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

.page_main h2, .page_main h3, .page_main h4, .page_main h5, .page_main h6 {
    color: #00408b !important;
}

.social-tw-follow,
.twitter-follow-button,
.social-tw-tweet,
.social-li,
.social-pin {
    float: left;
    padding-right: 4px;
    height: 20px;
}

.social-fb {
    float: left;
    padding-right: 0;
    height: 20px;
}

.social-tw-follow,
.social-tw-tweet {
    padding-top: 8px;
}

/* Related articles gots in to the top element fix*/
.related-articles {
    clear: both;
}

/* Author Bio Styling */
.aboutAuthor {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 25px;
    clear: both;
}

.single-post .aboutAuthor h2 {
    margin-bottom: 15px;
    font-size: 24px !important;
    font-family: "Open Sans", sans-serif;
    color: #00408b;
    font-weight: normal !important;
    background-color: white;
    margin-top: 0;
}

.authorThumb {
    float: left;
    width: 70px;
    padding: 5px;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
}

.authorThumb img {
    border: none;
}

.authorDetails {
    float: left;
    width: calc(100% - 90px);
}

.authorDetails h3 {
    font-size: 18px;
    margin-top: 0;
}

.authorDetails h3 a {
    color: #3d84ce;
}

.authorDetails h3 a:hover {
    text-decoration: none;
    color: #515151;
}

.authorDetails p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .front-page-bottom-section .front-page-botttom-div {
        margin-bottom: 20px;
    }
}

#alphabet {
    clear: both;
}


#fixed-form-bottom {
    position: fixed;
    top: calc(100% - 50px);
    width: 300px;
    right: 10%;
    z-index: 99999;
    transition: all .4s;
}

#fixed-form-bottom h4 {
    cursor: pointer;
}

#fixed-form-bottom {
    opacity: 0;
    transition: all .2s;
}

#fixed-form-bottom.clicked {
    top: auto;
    bottom: 0;
}

#fixed-form-bottom form p {
    margin-bottom: 0;
}

#fixed-form-bottom .home-sidebar-form {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    #fixed-form-bottom {
        display: none !important;
    }
}


.page-template-common-pages-php .page_title {
    margin-bottom: 20px;
}

.page-template-common-pages-php h2 {
    color: #00408b;
    font-family: "Open Sans", sans-serif;
}


#covid-update {
    color: #fff;
    background: #ff3300;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}

#covid-update a {
    color: #fff;
    text-decoration: none;
}

#covid-update a:hover {
    text-decoration: underline;
}

html body {
    padding-top: 68px;
}

#covid-update + #header_wrapper #main_navigation_wrap {
    padding-top: 32px;
}

.mapmenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    background-color: rgba(0, 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 {
    filter: grayscale(100%) brightness(200%);
    transition: all .3s;
}

.maplink a:hover img,
.maplink a.active img {
    filter: grayscale(0%) brightness(100%);
}

article.attorneys figure {
    width: 145px;
    height: 200px;
}

.archive .content-sidebar-wrap main {
    padding-left: 0;
}

.page-template-lawyers-list .alignleft {
    margin: 0 10px 10px 0;
}

.page-template-lawyers-list .alignright {
    margin: 0 0 10px 10px;
}

figure.single-entry-content-thumbnail {
    padding: 5px;
    background: #fff;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e8e8e8;
}

.wp-caption {
    padding: 5px;
    background: #fff;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 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: -0.36px;
    line-height: 22.75px;
    font-weight: normal;
}

body.page-template-page-faqs div#filters a {
    font-size: 14px;
}

.custom-menu-california-dui,
.custom-menu,
.custom-menu-medical-devices,
.custom-menu-personal-injury,
.custom-menu-nevada-defence,
.custom-menu-nevada-dui,
.custom-menu-nevada-family,
.custom-menu-nevada-immigration,
.custom-menu-nevada-personal-injury,
.custom-menu-colorado-dui,
.custom-menu-nevada-in-depth,
.custom-menu-colorado-other-state {
    display: none;
}

.mobile-menu ul.menu li.menu-separator a {
    background: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px !important;
    padding: 9px 10px 9px !important;
    text-shadow: none !important;
    font-weight: 400;
}

.page .content-sidebar-wrap {
    /*padding-top: 25px;*/
    padding-top: 0;
}

.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),
.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;
}

div.wpcf7-validation-errors,
div.wpcf7-response-output,
div.wpcf7-validation-errors {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.contact-page-form .wpcf7-submit:hover {
    background: #6d6d6d;
}

.contact-page-form input,
.contact-page-form select,
.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;
}

#primary_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#primary_items .item {
    width: 50%;
    padding: 0 20px 20px 20px;
}

/* pi_box shortcode*/
.practice-area-box, .practice-area-box.full {
    width: 100%
}

.practice-area-box.half {
    width: 50%
}

.practice-area-box h3 {
    color: white;
    display: block;
    font-family: Actor;
    text-align: center;
    padding: 15px 25px;
    font-size: 28px;
}

.practice-area-box img {
    width: 100%;
}

.practice-area-box.positionleft {
    padding-right: 15px;
    float: left;
}

.practice-area-box.positionright {
    padding-left: 15px;
    float: right;
}

@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;
    }
}

.entry-content .footnotes p {
    font-size: 12px;
}

.aligncenter {
    text-align: center;
    margin: 20px auto;
    display: block;
}

table td,
table td a {
    font-size: 16px;
}

#mobile-modal {
    position: fixed;
    width: 100%;
    z-index: 999999999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    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 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;
}

/* Homepage logos adjustment */
.media-logos {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

.media-logos img {
    margin: 0 25px 15px 25px;
}

.featuredon-sidebar {
    padding: 0;
    background: unset;
    margin: 40px auto;
}

.featuredon-sidebar h4 {
    font-size: 20px;
    text-align: center;
    color: #5e5e5e;
    font-family: 'Lucida Grande', sans-serif;
    background-color: #fff;
    font-weight: normal;
    margin: 50px 0 30px;
}

@media screen and (max-width: 1024px) {
    .media-logos img {
        margin: 0 20px 10px 20px;
    }

    .media-logos {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .media-logos img {
        margin: 0 5px 5px 5px;
    }
}

/* Changing home H2 styling */
.home-subdiv-content h2 {
    font-size: 27px;
    line-height: 30px;
    margin-top: 0;
    color: #1f1f1f !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal !important;
    margin-bottom: 20px;
}

/* Sidebar Adjustments */
.widget_custom_html .subscribe-youtube {
    margin: 0;
    padding: 5px 50px;
}

.widget_custom_html .subscribe-youtube iframe {
    width: 215px;
    height: 55px;
    margin: 0 auto;
    display: block;
    border: none;
}

.widget.widget_search .widget-wrap {
    overflow: hidden;
    margin-bottom: 25px;
    background: #e3e3e3;
    padding: 15px;
}

section#search-2 .widget-wrap {
    padding: 15px;
}

.widget.widget_search form {
    padding: 0;
    margin-bottom: 0;
}

.widget.widget_search input[type="search"] {
    padding: 5px;
    width: calc(100% - 80px);
    float: left;
}

.widget.widget_search input[type="submit"]:focus {
    font-weight: normal;
    box-shadow: unset;
}

.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;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .front-page-bottom-section .front-page-botttom-div {
        margin-bottom: 20px;
    }
}

.breadcrumb {
    background: transparent;
}

.breadcrumb .breadcrumb_last,
.breadcrumb a {
    color: #348aca;
    font-size: 14px;
    line-height: 22px;
    font-family: Lucida Grande, sans-serif;
}

.single-post .breadcrumb {
    display: block;
}

/*fix for scrollbar showing on the bottom of the pages */
html body div.wprm-wrapper {
    overflow: unset;
}

/* Social Sharing bar */
.social-sharing-bar {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px;
    clear: both;
}

p.social-sharing-bar-title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: normal !important;
    margin-top: 0;
}

.page_main h2, .page_main h3, .page_main h4, .page_main h5, .page_main h6 {
    color: #00408b !important;
}

.social-tw-follow,
.twitter-follow-button,
.social-tw-tweet,
.social-li,
.social-pin {
    float: left;
    padding-right: 4px;
    height: 20px;
}

.social-fb {
    float: left;
    padding-right: 0;
    height: 20px;
}

.social-tw-follow,
.social-tw-tweet {
    padding-top: 9px;
}

/* Related articles gots in to the top element fix*/
.related-articles {
    clear: both;
}

/* Author Bio Styling */
.aboutAuthor {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 25px;
    clear: both;
}

.single-post .aboutAuthor h2 {
    margin-bottom: 15px;
    font-size: 24px !important;
    font-family: "Open Sans", sans-serif;
    color: #00408b;
    font-weight: normal !important;
    background-color: white;
    margin-top: 0;
}

.authorThumb {
    float: left;
    padding: 5px;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
}

.authorThumb img {
    border: none;
}

.authorDetails {
    float: left;
    width: unset;
}

.authorDetails h3 {
    font-size: 18px;
    margin-top: 0;
}

.authorDetails h3 a {
    color: #3d84ce;
}

.authorDetails h3 a:hover {
    text-decoration: none;
    color: #515151;
}

.authorDetails p {
    font-size: 14px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .front-page-bottom-section .front-page-botttom-div {
        margin-bottom: 20px;
    }
}

#alphabet {
    clear: both;
}

.spanish .phone_sticky .header_telephone {
    font-size: 17px;
}

.spanish .social .reviews-btn a {
    background: url(../img/opiniones.jpg);
}

.phone_sticky .header_telephone {
    display: none;
}

.fixedNavigation .phone_sticky .header_telephone {
    display: inline-block;
}

#main_navigation_wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#main_navigation_wrap .phone_sticky {
    display: none
}

.fixedNavigation #main_navigation_wrap .phone_sticky {
    display: block
}

#mobile-header .genesis-nav-menu {
    display: none;
}

#mobile-header {
    display: none;
}

body {
    padding-top: 69px
}

body.admin-bar {
    padding-top: 69px
}

body.admin-bar #main_navigation_wrap {
    top: 32px
}

@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
    }
}

.grecaptcha-badge {
    display: none;
}

.mobile-menu {
    display: none
}

.home-menu-item {
    display: none
}

.mobile-menu .home-menu-item {
    display: block
}

.mobile-menu ul:first-child i,
.mobile-menu ul:first-child span {
    display: inline-block;
}


@media (max-width: 1000px) {
    .menu-item-has-children a:before {
        content: '';
    }

    #header {
        z-index: 999;
        display: block;
        z-index: 10;
    }

    .nav-primary {
        display: none
    }

    .menu-title-burger,
    .menu-toggle {
        float: left;
        cursor: pointer;
        color: #fff;
        margin-top: 5px;
    }

    .slideout-open .slideout-menu {
        display: block;
    }

    .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
    }

    body {
        padding-top: 0
    }

    .homepage-hero-image,
    .internal-hero-image {
        z-index: 98;
        position: relative
    }

    .admin-bar .site-header {
        top: 32px
    }

    .admin-bar .site-container.slideout-panel {
        margin-top: 40px;
    }

    .site-inner {
        z-index: 98;
        width: 100%;
        position: relative
    }

    .site-footer {
        z-index: 98;
        position: relative
    }

    .copyright {
        z-index: 98;
        position: relative;
    }

    .slideout-open,
    .slideout-open .slideout-panel,
    .slideout-open body {
        overflow: hidden
    }

    .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: '\f078';
        display: block;
        position: absolute;
        top: 10px;
        right: 14px;
        font-family: FontAwesome;
        float: right;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: transform .25s;
        -moz-transition: transform .25s;
        transition: transform .25s;
    }

    .mobile-menu ul li.menu-item-has-children.open > a:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .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-oppener {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 45px
    }

    ul ul .mobile-menu-oppener {
        height: 46px;
        top: 0px;
        width: 35px;
    }

    .mobile-menu ul ul li.menu-item-has-children > a:after {
        top: 20px;
    }

    .mobile-menu .menu-item-has-children a:before {
        content: '';
    }

    #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%
    }

    .site-container.slideout-panel {
        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: 180px;
        height: 40px;
        margin: 0;
        padding: 5px 5px 5px 0;
    }

    .spanish #mobile-header .phone_number {
        width: 200px;
    }

    #mobile-header .phone_number a {
        color: #fff;
    }

    #mobile-header .phone_number p {
        display: block;
        color: #fff;
    }

    .mobile-menu ul.menu {
        padding-left: 0px;
        margin: 0px !important;
    }

    .mobile-menu ul.menu li a {
        background: #3b3b3b;
        background: -o-linear-gradient(top, #3e3e3e, #383838);
        background: -ms-linear-gradient(top, #3e3e3e, #383838);
        background: -moz-linear-gradient(top, #3e3e3e, #383838);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
        background: -webkit-linear-gradient(#3e3e3e, #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;
    }
}

body {
    background: none
}

.site-container {
    background: #fff url(../img/shouse-bg.jpg) top center no-repeat;

}

@media (max-width: 979px) {
    .inner_header {
        /*background: rgba(216,216,216,0.5);*/
        background: none;
        padding-bottom: 25px;
    }

    body .inner_header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

#header_wrapper {
    background: unset;
}

#main_navigation_wrap .widget-wrap .navigate .col1_2 {
    display: block;
    width: 50%;
    float: left;
}

#main_navigation_wrap .navigate ul li a {
    border-right: unset;
    text-align: left;
}

.fixedNavigation #main_navigation_wrap .navigate ul li a {
    padding: 0px 10px !important;
}

#main_navigation_wrap ul li a:hover {
    background: #195396;
    color: #fff;
}

#main_navigation_wrap .navigate ul li a:hover {
    background: transparent;
}

.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;
}

.call-us-button::before {
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 7px;
    margin-left: 15px;
    margin-top: 9px;
    color: #fff;
    z-index: 99;
    display: block;
    position: absolute;
    top: 0;
}

.message-us-button::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 7px;
    margin-left: 12px;
    margin-top: 4px;
    color: #fff;
    z-index: 99;
    display: block;
    position: absolute;
    top: 0px;
}

.call-us-button,
.message-us-button {
    font-size: 18px;
    border-bottom: none;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

.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;
}

.fixedNavigation #main_navigation_wrap ul li a {
    padding: 25px 5px !important;
}

.fixedNavigation .phone_sticky {
    top: 29px;
}

.phone_sticky {
    transition: top 0.2s ease-out
}

.fixedNavigation #google_form {
    margin-bottom: 0;
    margin-top: 4px;
}

#google_form {
    transition: top 0.2s ease-out
}

/* Responsive fixes */
@media screen and (max-width: 768px) {
    body .home-page-division,
    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;
    }

    .front-page-bottom-section,
    .content-sidebar-wrap aside.sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Last Fixes */

#video_section {
    margin-bottom: 25px;
}

.entry-title {
    font-size: 39px;
}

.entry-content h2 {
    font-size: 32px;
}

ul.bullet li, ul.bullets li {
    margin: 0 0 5px 10px;
    font-size: 16px;
}

.entry-content p {
    font-size: 16px;
    color: #3e3e3e;
}

#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%;
}

.parent-pageid-6632 .offices {
    width: 100%;
    display: block;
    float: left
}

.offices .grid {
    display: flex;
    flex-wrap: wrap;
}

.offices .grid li {
    width: 33.33%;
    padding: 0 10px;
}

@media (max-width: 720px) {
    .offices .grid li {
        width: 100%;
        padding: 0 10px;
    }
}

/* footnotes */
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, 0.3);
    z-index: 998;
    width: auto;
}

#fnbox p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    float: left;
}

.site-footer {
    margin-top: 40px;
}

.entry-content .home-sidebar-form-title {
    display: none
}

.entry-content .home-sidebar-form-subtitle {
    display: none
}

.entry-content .home-sidebar-form {
    background: transparent;
    padding: 0
}

/* Google search results style */
.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: transparent;
    border: none;
}

.gsc-above-wrapper-area-container {
    background: #fff;
    padding: 0 10px;
}

.gsc-results .gsc-expansionArea {
    background: transparent;
    border: none;
}

.gsc-expansionArea .gsc-result, .gsc-expansionArea .gsc-imageResult {
    background: transparent !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;
}

/* Font size adjustments*/
.entry-content p {
    line-height: 26px;
}

.home-page-division p {
    line-height: 26px;
}

.footnotes li, .footnotes .listing-points li a {
    font-size: 13px !important;
    line-height: 23px;
}

@media (max-width: 992px) {
    body #header_wrapper {
        padding-bottom: 0;
    }

    body #mobile-header {
        display: block;
    }

    body #main_navigation_wrap {
        display: none;
    }

    html body {
        padding-top: 0;
    }

    body #header {
        padding-bottom: 0;
    }

    #header #logo {
        padding-top: 15px;
    }

    .content-sidebar-wrap main {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body .site-inner {
        padding: 0 30px 0 !important;
    }

    body .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

    .entry-title {
        font-size: 30px;
        line-height: 38px;
    }

    .lyte-wrapper {
        width: 100% !important;
    }

    body .front-page-bottom-section, .content-sidebar-wrap aside.sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    ul.bullet li, ul.bullets li {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .entry-content ul > li {
        font-size: 16px;
    }

    .entry-content ol > li {
        margin-left: 0;
        font-size: 16px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .entry-content ol ol, .entry-content ul ul {
        padding-left: 0;
    }
}

.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;
}

.footer_phone {
    padding-bottom: 50px;
}


input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
input.wpcf7-form-control.wpcf7-multifile {
    font-size: 14px !important;
}


.silo-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    background-color: rgba(0, 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: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.silo-menu .maplink {
    position: relative;
    text-align: center;
    width: 33%;
    min-width: 230px;
}

.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: flex;
    align-items: 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;
}


@media screen and (max-width: 992px) {
    .home .home-featured-content {
        display: flex;
        flex-wrap: wrap;
    }

    .home-featured-content .row {
        display: flex;
        flex-wrap: wrap;
    }

    .home-featured-content .col-sm-5 {
        order: 2;
    }

    .home-featured-content .col-sm-7 {
        order: 1;
    }

    .home-featured-content .col-sm-12 {
        order: 3;
    }

    .page-id-409 .home-featured-content > .row > .col-md-12 {
        max-width: 100%;
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .page-id-409 .home-featured-content > .row > .col-md-12 > .col-sm-6:nth-child(2) {
        order: -1;
        padding-top: 20px;
    }
}
