/*
	Theme Name: Von Hacht Associates
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: GNGF
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.h0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

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

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

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

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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::after,
.entry-content::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;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
    overflow-x: hidden;
}

/* Chrome fix */
body > div {
    font-size: 20px;
    font-size: 2rem;
}

body {
    background-color: #eee;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

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

a {
    color: #c3251d;
    text-decoration: underline;
}

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

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

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.content .cell h2:not(:first-of-type), .content .cell h3, .new-title-style, .cell h2:not(:first-of-type) {
    margin-top: 48px;
}

.content .cell p + h2, .content .cell p + h3, .content .cell p + h4, .content .cell p + h6, .content .cell p + h6 {
    margin-top: 48px;
}

.content .cell h2 + h3 {
    margin-top: 0;
}

/* ## Headings
--------------------------------------------- */

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

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

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

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

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

.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 img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

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

/* ## Forms
--------------------------------------------- */

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

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

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,
.button:focus,
.button:hover {
    background-color: #c3251d;
    color: #fff;
}

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

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

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

.anchor-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.anchor-links a {
    width: 32%;
    min-width: unset;
    padding: 15px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 640px) {
    .anchor-links a {
        width: 100%;
    }

    .anchor-links a:not(:last-of-type) {
        margin-bottom: 24px;
    }
}

/* ## Tables
--------------------------------------------- */

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

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
    padding: 0 6px;
}

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

/* ## Screen Reader Text
--------------------------------------------- */

.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-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word;
}

.home .site-inner {
    padding-top: 0;
}

.landing-page .site-inner {
    max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

@media (max-width: 1023px) {
    .sidebar {
        margin-top: 50px;
    }
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

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

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

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px;
}

#breadcrumbs {
    margin-bottom: 40px;
}

.breadcrumbs-wrapper {
    max-width: 76rem !important;
    padding-left: 0 !important;
}

.page-template-podcasts #breadcrumbs {
    margin-bottom: 50px !important;
}

.category #breadcrumbs {
    padding-left: 15px;
}


.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

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

/* ## Search Form
--------------------------------------------- */

/* Podcast Search Results Page */

#cptsearch {
    padding: 20px 30px 0;
}

@media (min-width: 641px) {
    .cptsearch-title {
        padding: 0 30px;
    }
}

.podcast-search-results .entry-footer .entry-meta {
    border: 0;
}

.podcast-search-results .subscribe-podcast {
    border-top: 1px solid #ddd;
    padding-top: 40px !important;
}

.podcast-results {
    background: -o-linear-gradient(left, #2c545d 0%, rgba(9, 9, 121, 0) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(#2c545d), to(rgba(9, 9, 121, 0))) !important;
    background: linear-gradient(90deg, #2c545d 0%, rgba(9, 9, 121, 0) 100%) !important;
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    padding-left: 71px;
}

.podcast-results .banner__title {
    padding: 0 !important;
    margin: 0 0 10px 0;
    text-align: left !important;
    position: relative !important;
    bottom: unset !important;
    left: unset !important;
}

.return-to-podcasts {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 60px;
    display: block;
    border-bottom: 1px solid;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.return-to-podcasts:hover {
    color: #66342e !important;
    padding-left: 25px !important;
}

.return-to-podcasts:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%2366342e' stroke-miterlimit='20' stroke-width='2' d='M1.204 1v0l4.907 4.907v0L11.017 1v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.return-to-podcasts::before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%236b9b9b' stroke-miterlimit='20' stroke-width='2' d='M1.204 1v0l4.907 4.907v0L11.017 1v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
}

.podcast-search-results .podcast-info .excerpt {
    padding-left: 0;
}

.podcast-search-results .podcast-info {
    display: block;
}

.podcast-search-results .vivamus_massa__single h3 {
    margin-top: 0;
}

@media (max-width: 640px) {
    .podcast-results {
        padding-left: 25px;
        padding-right: 25px;
    }

    .podcast-search-results .podcast-info {
        margin-top: 24px;
    }

    .podcast-search-results .entry-image-link img {
        width: auto !important;
    }

    #cptsearch {
        padding: 0 0 30px 0;
    }
}

body .banner__content .podcast-results .banner__title {
    background: transparent !important;
}

@media (max-width: 1023px) {
    body .banner__content .podcast-results .banner__title {
        background: transparent !important;
    }
}

.search-form {
    overflow: hidden;
}

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

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

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

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

/*Single Podcast*/

@media screen and (max-width: 670px) {
    .podcast-info {
        padding-top: 16px;
    }
}

.podcast-info {
    padding-top: 14px;
}

.podcast-image {
    padding-top: 18px;
}

.podcast-media {
    padding-top: 16px;
    padding-bottom: 16px;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
}

.entry-title--testimonials {
    display: none;
}

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

.entry-title a:focus,
.entry-title a:hover {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

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

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

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

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

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    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 28px;
}

@media (min-width: 801px) {
    .home .wp-video {
        width: 47% !important;
    }
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

body .vivamus_massa__single {
    width: calc(25% - 1.875rem) !important;
}

@media (max-width: 1023px) {
    body .vivamus_massa__single {
        width: calc(50% - 1.875rem) !important;
    }
}

@media (max-width: 640px) {
    body .vivamus_massa__single {
        width: calc(100% - 1.875rem) !important;
    }
}

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

li {
    font-size: 17px;
}

ol li {
    font-size: 17px;
    list-style-type: decimal;
}

.white ul li, .white ul li a {
    color: #ffffff;
}

.white ul li a:hover, .white ul li a:focus {
    color: #6b9b9b !important;
}

.grid-container ul li {
    position: relative;
    padding-left: 35px;
}

.grid-container li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 15px;
    top: 8px;
    border-radius: 50%;
    background-color: #66342e;
}

.grid-container li > ul li {
    list-style-type: circle !important;
}

.footer__form-container .footer__form ul li, .grid-container li > ul li, .socials li {
    padding-left: 0 !important;
}

.footer__form-container .footer__form ul li:after, .grid-container li > ul li:after, .socials li:after {
    display: none;
}

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

.widget ul > li {
    margin-bottom: 10px;
    padding-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;
}

.ez-toc-heading-level-2::after {
    display: none;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
}

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

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

/* Header Office Locations */

.offices {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    padding-right: 20px;
    /*margin-left: auto;*/
}

.offices .office-item a {
    position: relative;
}

.offices .office-item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%236b9b9b' stroke-miterlimit='20' stroke-width='2' d='M1.204 1v0l4.907 4.907v0L11.017 1v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
}

.offices__list li {
    position: relative;
    font-size: inherit !important;
}

.offices__list > li:first-of-type {
    margin-right: 38px;
}

.offices__list li .office-content {
    position: absolute;
    top: 33px;
    right: 0;
    padding: 10px;
    border: 1px solid #707070;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 2;
}

.offices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.office-title {
    letter-spacing: 1px;
    font-size: 13px;
}

.office-content {
    display: none;
}

.office-content ul {
    margin-left: 0;
}

.site-header {
    background-color: #fff;
}

.site-header > .wrap {
    padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 300px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 250px;
    padding: 0;
}

@media (min-width: 1024px) {
    .header-image .title-area {
        position: absolute;
        top: 0;
    }
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

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

.header-image .site-title > a {
    background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 76px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-widget-area .widget .search-form {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.header-widget-area .widget {
    margin-bottom: 0 !important;
    margin-left: 15px !important;
}

.search-entry {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

body .search-form.is-open input.is-open {
    display: block !important;
    position: absolute !important;
    width: 282px !important;
    min-width: 282px;
    max-width: 282px;
    height: 37px;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: #ffffff !important;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 1023px) {
    body .search-form.is-open input.is-open {
        left: 0 !important;
        width: 242px !important;
        padding-left: 37px !important;
    }
}

.is-closed {
    display: none !important;
    opacity: 0;
    width: 0 !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.search-form {
    position: unset !important;
}

#search-2 {
    position: relative !important;
}

body .header-widget-area .widget .search-form input[type="submit"] {
    display: none;
    position: absolute !important;
    top: 0 !important;
    left: 2px !important;
}

.search-open {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.33 22.33'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ddd;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_9' data-name='Layer 9'%3E%3Ccircle class='cls-1' cx='11.17' cy='11.17' r='11.17'/%3E%3Cpath class='cls-2' d='M16.15,15.12l-2.63-2.73a4.41,4.41,0,0,0,1.05-2.86A4.46,4.46,0,1,0,10.11,14a4.39,4.39,0,0,0,2.55-.81l2.65,2.76a.59.59,0,0,0,.42.17.55.55,0,0,0,.4-.16.58.58,0,0,0,0-.82Zm-6-8.88A3.29,3.29,0,1,1,6.82,9.53a3.29,3.29,0,0,1,3.29-3.29Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#responsive-menu-pro-container .responsive-menu-pro-search-box {
    position: relative;
}

#responsive-menu-pro-container .responsive-menu-pro-search-box::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.33 22.33'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ddd;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_9' data-name='Layer 9'%3E%3Ccircle class='cls-1' cx='11.17' cy='11.17' r='11.17'/%3E%3Cpath class='cls-2' d='M16.15,15.12l-2.63-2.73a4.41,4.41,0,0,0,1.05-2.86A4.46,4.46,0,1,0,10.11,14a4.39,4.39,0,0,0,2.55-.81l2.65,2.76a.59.59,0,0,0,.42.17.55.55,0,0,0,.4-.16.58.58,0,0,0,0-.82Zm-6-8.88A3.29,3.29,0,1,1,6.82,9.53a3.29,3.29,0,0,1,3.29-3.29Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    position: absolute;
}

/*.search-form::after {
	background-image: url(https://scottglovsky.com/wp-content/themes/von-hacht-associates/images/search.svg);
	content:'';
	width: 25px;
	height: 25px;
}*/

.direction-link {
    display: block;
}

#search-2 {
    position: relative;
}

@media (max-width: 1023px) {
    .offices {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }

    #nav_menu-2 {
        margin-top: 10px !important;
    }

    .site-header .widget-area {
        margin-top: -10px;
    }

    .site-header .widget-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    #search-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 20px;
    }

    #text-6 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #text-3 {
        margin-right: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-widget-area .widget .search-form {
        margin: 0 auto !important;
    }

    .header-image .site-title > a {
        background-position: center !important;
    }
}

@media (min-width: 1024px) {
    body .nav-header {
        display: block !important;
    }

    body .site-header .widget-area {
        margin-left: 0 !important;
        margin-right: 0;
        float: right !important;
    }

    body .header-widget-area .widget .search-form {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 195px !important;
    }
}

.mobile-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto !important;
}

.admin-bar .mobile-links.fixed {
    position: fixed;
    z-index: 99;
    top: 134px;
}

.admin-bar button#responsive-menu-pro-button {
    top: 57px !important;
}

@media (max-width: 782px) {
    .admin-bar button#responsive-menu-pro-button {
        top: 67px !important;
    }
}

.mobile-links.fixed {
    position: fixed;
    z-index: 999;
    top: 102px;
}

.mobile-links a {
    width: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.mobile-links a:hover, .mobile-links a:focus {
    color: #ffffff;
}

.mobile-links div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

@media (max-width: 640px) {
    .site-header .title-area {
        margin: 0 !important;
    }
}


.admin-bar button#responsive-menu-button {
    top: 65px !important;
}

.contact:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background-image: url(images/consultation.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 8px;
    left: -20px;
    top: 7px;
}

.call:before {
    position: absolute;
    width: 23px;
    height: 23px;
    left: -25px;
    background-size: contain;
    background-position: 50%;
    background-image: url(images/phone.svg);
    content: '';
}

.contact-link {
    background-color: #6b9b9b;
}

.call-link {
    background-color: #66342e;
}

@media (min-width: 961px) {
    .mobile-links {
        display: none;
    }
}

@media (max-width: 960px) {
    .site-header .header-widget-area, .offices, #search-2, #text-6, #text-3 {
        display: none;
    }

    .site-header .widget-area {
        width: 100% !important;
    }
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 32px 20px;
    text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.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 {
    color: #c3251d;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 225px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 225px;
    word-break: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

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

.genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .sub-menu .menu-item > .sub-menu {
    left: calc(100% + 20px) !important;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

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

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

/*.page-template-testimonials .entry p {
	position: relative;
	padding: 0 0 0 60px;
}

.page-template-testimonials .entry p:before {
	content:'';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='300px' width='300px' fill='%23c8d7e9' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M48.87,42.353c0-11.276-9.14-20.417-20.417-20.417c-11.277,0-19.462,8.826-20.417,20.062 c-1.458,17.145,11.567,31.5,27.38,36.067c-5.39-3.259-9.15-8.927-9.777-15.519c0.923,0.131,1.857,0.224,2.814,0.224 C39.73,62.77,48.87,53.63,48.87,42.353z'/%3E%3Cpath d='M92,42.353c0-11.276-9.14-20.417-20.418-20.417c-11.276,0-19.462,8.826-20.418,20.062 c-1.458,17.145,11.567,31.5,27.381,36.067c-5.39-3.259-9.149-8.927-9.777-15.519c0.923,0.131,1.858,0.224,2.814,0.224 C82.86,62.77,92,53.63,92,42.353z'/%3E%3C/g%3E%3C/svg%3E");
	height: 45px;
	width: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0px;
	top: -5px;
}

.page-template-testimonials .entry p:not(:first-of-type):before {
	display: none;
}*/

@media (max-width: 640px) {
    .page-template-testimonials .entry p:before {
        height: 35px;
        width: 35px;
    }

    .page-template-testimonials .entry p {
        padding: 0 0 0 50px;
    }

    .page-template-testimonials .entry {
        padding: 15px 0;
    }
}

.entry {
    background-color: #fff;
    /*margin-bottom: 40px;
    padding: 40px 30px;*/
    margin-bottom: 0;
    padding: 20px 30px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

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

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

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

.entry-content code {
    background-color: #333;
    color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

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

/* ## Pagination
--------------------------------------------- */

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

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
    background-color: #c3251d;
    color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p {
    font-size: 16px;
}

#black-studio-tinymce-3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    display: none;
}

.page-template-podcasts #black-studio-tinymce-3 {
    display: block;
}

.page-template-podcasts .entry-content .large-8 .button {
    margin-bottom: 5px;
}

.page-template-podcasts .entry-content .large-4 .entry-image-link {
    padding-right: 0 !important;
}

.widget-title {
    font-size: 23px !important;
}

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 380px;
}

.footer-widgets-1 {
    margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 60px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

    .site-inner,
    .wrap {
        max-width: 1140px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }

    .content,
    .site-header .widget-area {
        width: 800px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }

    .footer-widgets-1 {
        margin-right: 60px;
    }

}


@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

@media only screen and (max-width: 1023px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    /* ### Genesis Responsive Menus */
    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background-color: #fff;
        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: #fff;
        border-width: 0;
        color: #c3251d;
    }

    .menu-toggle {
        line-height: 22px;
        position: relative;
        width: 100%;
        z-index: 1000;
    }

    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: 1px solid #eee;
    }

    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        float: right;
        padding: 13px 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);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: transform .25s ease-in-out;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: 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);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

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

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

}

@media only screen and (max-width: 860px) {

    body,
    body > div {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

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

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

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

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

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

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

    button,
    input,
    select,
    textarea,
    .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 {
        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;
        top: -100px;
    }

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

}

/* Category Dropdown Styling */

.category-dropdown {
    padding: 0 30px 20px;
}

@media screen and (max-width: 600px) {
    .category-dropdown {
        padding: 0 10px 20px;
    }
}

/* Podcast Page */

.return {
    margin-bottom: 24px;
}

.return a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid;
    padding-left: 20px;
    position: relative;
}

.return a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%236b9b9b' stroke-miterlimit='20' stroke-width='2' d='M1.204 1v0l4.907 4.907v0L11.017 1v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.return a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%232c545d' stroke-miterlimit='20' stroke-width='2' d='M1.204 1v0l4.907 4.907v0L11.017 1v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.return a:hover {
    padding-left: 25px;
    color: #66342e;
}

.return-button {
    margin-top: 24px;
    text-align: center;
}

@media (min-width: 641px) {
    .subscribe-podcast {
        padding-top: 0 !important;
    }
}

.subscribe-podcast .button {
    min-width: unset !important;
    padding: 8px 20px !important;
}

@media (min-width: 481px) {
    .subscribe-podcast .vivamus_massa__single {
        width: calc(33% - 1.875rem) !important;
    }
}

.page-template-podcasts .entry {
    border-bottom: 1px solid #eee;
}

.pagination li:after {
    display: none;
}

.pagination li {
    font-size: inherit !important;
    padding-left: 0 !important;
}

/* News HP Section */

.featured-news a:hover, .featured-news a:focus {
    color: #ffffff;
}

.news .featured-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news h2 {
    text-align: center;
    margin-bottom: 35px;
}

.news h3 {
    color: #ffffff;
}

.news .view-all {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
    margin-bottom: 50px;
    border-color: #66342e !important;
    background-color: #66342e !important;
}

@media (max-width: 800px) {
    .news .view-all {
        margin-top: 0;
    }
}

.news .view-all:hover {
    color: #66342e !important;
}

.news .banner__content {
    width: 100% !important;
}

.featured-news img {
    margin-bottom: 24px;
    min-height: 200px;
    max-height: 200px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.news .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
}

@media (min-width: 801px) and (max-width: 1023px) {
    .news iframe {
        min-width: 445px;
        height: 248px;
    }
}

@media (max-width: 800px) {
    .news .video {
        display: block;
    }

    .news .video-text {
        width: 100% !important;
        margin-top: 24px;
    }

    .news iframe {
        margin: 0 auto !important;
        display: block;
        /*width: 100%;
        min-width: unset;
        height: 100%;*/
    }

    .video .button {
        margin: 0 auto;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media (min-width: 801px) {
    .news .video-text {
        width: 50%;
    }

    .news iframe {
        width: 50%;
        margin-right: 24px;
        min-width: 640px;
    }
}

.video iframe > .vp-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

@media (min-width: 801px) {
    .featured-news div:first-of-type img {
        -o-object-position: left;
        object-position: left;
    }
}

.featured-news > div {
    width: 31%;
}

.featured-news > div:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.featured-news .button {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 800px) {
    .featured-news > div {
        width: 100%;
        margin-bottom: 50px;
    }

    .featured-news img {
        margin: 0 auto;
        display: block;
        padding-bottom: 24px;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        max-height: 300px;
    }
}

.news .banner__grid {
    max-width: 75rem !important;
}

.semper_portitor_sed .semper_portitor_sed__single.cell {
    margin: 0 auto !important;
}

body .semper_portitor_sed .semper_portitor_sed__single.cell {
    /*width: calc(25% - 1.875rem) !important;*/
}

@media (max-width: 1023px) {
    body .semper_portitor_sed .semper_portitor_sed__single.cell {
        width: calc(50% - 1.875rem) !important;
    }
}

@media (max-width: 640px) {
    body .semper_portitor_sed .semper_portitor_sed__single.cell {
        width: calc(100% - 1.875rem) !important;
        margin-bottom: 15px !important;
    }
}

/* Single Team Page */

.single-team .banner .button {
    background-color: #66342e;
    color: #ffffff;
}

.single-team .banner .button:hover {
    /*background-color: transparent;*/
    color: #66342e;
}

.single-team .banner .button::after {
    background-color: #ffffff;
}

.body-attorney-img {
    margin: 0 auto 24px;
    display: block;
}

.banner-team .banner__rotate {
    background-size: contain !important;
    background-position: top right !important;
}

.page-id-1728 .banner__rotate {
    background-position: top;
}

@media (max-width: 1023px) {
    .banner-team .banner__rotate {
        background-size: cover !important;
        background-position: 70% 100% !important;
    }
}

@media (max-width: 640px) {
    .banner-team .banner__rotate {
        background-size: cover !important;
        background-position: top center !important;
    }
}

.no-feat-img .banner__content {
    background: -o-linear-gradient(left, #66342e 0%, rgba(9, 9, 121, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#66342e), to(rgba(9, 9, 121, 0)));
    background: linear-gradient(to right, #66342e 0%, rgba(9, 9, 121, 0) 100%);
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 71px !important;
}

.no-feat-img .banner__content h1 {
    background: transparent !important;
    padding: 0 !important;
}

.no-feat-img .button {
    background-color: #ffffff !important;
    color: #183d6a !important;
    border-color: #183d6a !important;
}

.no-feat-img .button:hover {
    color: #ffffff !important;
}

.no-feat-img .button:after {
    background-color: #183d6a !important;
}

@media (max-width: 1023px) {
    .no-feat-img .banner__content {
        padding: 25px !important;
    }
}

/* Fix for Attorney Section on HP */

.semper_portitor_sed__post {
    background-position: 50% center !important;
}

/* Menu Fix */

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

body .site-header .wrap {
    max-width: 1300px !important;
    padding: 20px 20px 0 !important;
}

.genesis-nav-menu > .menu-item > a {
    padding: 0 10px !important;
}

.site-header .widget-area {
    width: 100% !important;
}

.genesis-nav-menu {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

#nav_menu-2 {
    margin-top: 15px;
    width: 100%;
    margin-left: 0 !important;
    -webkit-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

.shrink #nav_menu-2 {
    margin-top: 10px !important;
}

@media (max-width: 1270px) {
    .genesis-nav-menu > .menu-item > a {
        padding: 0 5px !important;
    }

    /*.site-header .widget-area {
        width: 843px !important;
        max-width: unset !important;
    }

    .header-image .title-area {
        max-width: 220px;
        width: 220px;
    }*/
    .header-widget-area .widget .header-contact {
        padding: 10px 20px !important;
    }
}

@media (max-width: 1130px) {
    body .is-open {
        width: 233px !important;
    }

    .header_phone:before {
        top: 3px !important;
    }

    .header-image .title-area {
        max-width: 200px;
        width: 200px;
    }

    .header-widget-area .widget .header-contact {
        font-size: 14px;
        padding: 10px !important;
    }

    body .header-widget-area .widget {
        margin-left: 10px !important;
    }

    .genesis-nav-menu .menu-item a, .offices .office-item a {
        font-size: 14px !important;
    }

    .office-title {
        font-size: 12px;
    }

    .header_phone {
        font-size: 22px !important;
    }

    /*.site-header .widget-area {
        width: 764px !important;
    }*/
}

/* Mobile HP Hero Fix */

@media (max-width: 1023px) {
    .home .bg-cover {
        background-position: 20% 10%;
    }

    .home .banner-top .banner__content {
        width: 70% !important;
        padding: 100px 20px 120px;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .home .banner-top .banner__content {
        padding: 100px 20px 120px;
    }
}

/* Mobile Menu Fix */

@media (max-width: 1023px) {
    body .header-widget-area .widget {
        margin-left: 0 !important;
    }
}

/* Archive Pages */

article.entry {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px 40px;
}

article.entry:last-of-type {
    border-bottom: 0;
}

.blog article.entry, .category article.entry {
    border-bottom: 0;
}

/* Badge Fixes */

@media (max-width: 1023px) {
    .logos-part a {
        margin-bottom: 24px;
    }
}

.logos-part a img {
    max-width: 100px !important;
}

/*.logos-part a:nth-of-type(2) img {
    max-width: 83px !important;
}*/

/*.logos-part a:nth-of-type(4) img {
    max-width: 150px !important;
}*/

.logos-part a img {
    max-width: 170px !important;
    max-height: 140px;
}

.logos-part .grid-x.grid-margin-x.align-center-middle {
    width: 100%;
}

/*.logos-part a:nth-of-type(6) img {
	max-width: unset;
	max-height: 103px;
}*/

.logos-part a:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.logos-part a img {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* Diagonal BG Fix */

.lacinia_mattis__images {
    background-position: center !important;
    background-size: 200% !important;
}

/* Parallax Image Fix */

body .mvl__image--inner {
    margin-left: auto !important;
    margin-right: 15px;
    max-width: 500px;
}

/* Podcasts */

.podcast-info .powerpress_player, .podcast-info .powerpress_links {
    display: none;
}


.single-podcasts .media-player {
    margin-top: 10px;
    margin-bottom: 10px;
}

.podcast-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.podcast-info .excerpt {
    padding-left: 24px;
    width: 50%;
}

.podcast-info .excerpt a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
}

@media (max-width: 640px) {
    .podcast-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .podcast-info .excerpt {
        padding-left: 0;
    }

    article.entry {
        padding-left: 0;
        padding-right: 0;
    }

    .podcast-info p {
        width: 100% !important;
    }

    .podcast-info img {
        margin: 0 auto !important;
    }
}

.banner-top .banner__content .banner__button {
    margin-bottom: 15px;
}

.banner__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.podcast-info .excerpt {
    width: 100%;
}

/* New Css - 9/18/20 JF */

@media screen and (min-width: 64.0625em) {
    .page-template-podcasts .sidebar.sidebar-primary.widget-area {
        position: relative !important;
        top: 0 !important;
    }
}

.banner-single-post .banner__content h1 {
    background: #2c545d !important;
    background: -o-linear-gradient(left, #2c545d 0%, rgba(9, 9, 121, 0) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(#2c545d), to(rgba(9, 9, 121, 0))) !important;
    background: linear-gradient(90deg, #2c545d 0%, rgba(9, 9, 121, 0) 100%) !important;
}

@media screen and (max-width: 40.06125em) {
    .alignright, .alignleft, .aligncenter {
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
}

blockquote {
    border-left: 0 !important;
}

blockquote::before {
    left: -25px !important;
    top: -18px !important;
}

.socials img {
    width: 45px !important;
}

.banner-team .banner__content {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px 120px !important;
}

.banner-team .banner__rotate {
    background-position: 90% 60px !important;
    background-repeat: no-repeat !important;
}

.banner-team .banner__rotate:after {
    width: 65% !important;
    background: -o-linear-gradient(left, #6b9b9b 50%, rgba(107, 155, 155, 0) 97%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6b9b9b), color-stop(97%, rgba(107, 155, 155, 0))) !important;
    background: linear-gradient(90deg, #6b9b9b 50%, rgba(107, 155, 155, 0) 97%) !important;
}

@media screen and (max-width: 1023px) {
    .banner-team .show-for-small-only {
        display: block !important;
        background-position: top center !important;
    }

    .banner-team .banner__rotate:after {
        top: auto !important;
        height: 265px !important;
    }

    .banner-team .banner__content h1 {
        font-size: 27px !important;
        line-height: 1.26 !important;
    }

    .banner-team .banner__content h3 {
        font-size: 17px !important;
    }

    .banner-team .hide-for-small-only {
        display: none !important;
    }

    .banner-single-post .banner__content h1 {
        background: -o-linear-gradient(left, #6b9b9b 0%, rgba(107, 155, 155, 0) 100%) !important;
        background: -webkit-gradient(linear, left top, right top, from(#6b9b9b), to(rgba(107, 155, 155, 0))) !important;
        background: linear-gradient(90deg, #6b9b9b 0%, rgba(107, 155, 155, 0) 100%) !important;
    }

    .header-image .site-title > a {
        background-position: 50% 46% !important;
    }
}

.cptsearch-title, #cptsearch {
    display: none;
}

p > ul > li,
p > ol > li {
    font-size: 17px;
}

/* Scholarship Form Styling */

.default-page-container form ul li {
    padding-left: 0 !important;
}

.default-page-container form li:after {
    display: none;
}

@media (min-width: 641px) {
    .default-page-container form .ginput_complex > span {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;
        padding-bottom: 0 !important;
    }

    .default-page-container form .ginput_complex {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 640px) {
    .default-page-container form .name_first {
        margin-bottom: 6px;
    }
}

.default-page-container form input.gform_button_select_files {
    color: #fff;
    font-style: normal;
}

.default-page-container form input.gform_button_select_files:hover {
    color: #66342e;
    border-color: #66342e;
}

.default-page-container form .validation_message {
    display: none;
}

#field_4_4 {
    margin-top: 20px;
}

#field_4_4 .gfield_label {
    display: block;
    font-style: italic;
    font-weight: 700;
    font-size: 23px;
    color: #66342e;
    letter-spacing: 0.02em;
    font-family: "Merriweather", serif;
    line-height: 1.15;
}

.default-page-container form .gform_fileupload_multifile {
    margin: 20px 0;
}

/*#smithChatWidget.standard-position{*/
/*	right: auto!important;*/
/*	left: 25px!important;*/
/*}*/
/*#smithChatWidget .align-items-center {*/
/*    flex-direction: row-reverse !important;*/
/*}*/

/*#smithChatWidget .justify-content-end {*/
/*    -webkit-box-pack: start !important;*/
/*    -ms-flex-pack: start !important;*/
/*    justify-content: start !important;*/
/*}*/
/*#smithChatWidget .align-items-center {*/
/*    -webkit-box-align: start!important;*/
/*    -ms-flex-align: start!important;*/
/*    align-items: start!important;*/
/*}*/
/*#smithChatWidget.standard-position {*/
/*    right: 75px!important;*/
/*    left: auto!important;*/
/*}*/

body .acsb-trigger {
    left: 20px !important;
    right: auto !important;
}

body #smithChatWidget .d-flex {
    /* display: -webkit-box!important; */
    /*display: -ms-flexbox!important;*/
    /*display: block!important;*/

}

/* Mega Menu Styling */

@media (min-width: 1024px) {
    body .site-header .widget-area {
        width: 77% !important;
    }

    .nav-primary {
        display: none;
    }

    .header-image .title-area {
        position: relative;
        top: unset;
    }

    #mega-menu-wrap-primary #mega-menu-primary, body .site-header .widget-area {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-weight: 500 !important;
        font-size: 15px;
        line-height: 1.4;
        font-family: "Roboto", sans-serif;
        color: #333333 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        background-color: #ffffff !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
        color: #66342e !important;
    }

    #maxmegamenu-2 {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media (max-width: 1023px) {
    .menu-toggle {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header_phone {
        font-size: 22px !important;
    }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff !important;
    padding: 0;
    margin-left: -20px;
    -webkit-box-shadow: 0 5px 15px rgb(15 15 15 / 20%);
    box-shadow: 0 5px 15px rgb(15 15 15 / 20%);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 33.333% !important;
}

/*.mega-sub-menu .mega-menu-item-has-children .mega-sub-menu .mega-menu-item-has-children > a::after {
    content: '\f347' !important;
    font-family: dashicons !important;
    font-weight: normal !important;
    display: inline-block !important;
    margin: 0 0 0 6px !important;
    vertical-align: top !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: rotate(0) !important;
    color: inherit !important;
    position: relative !important;
    background: transparent !important;
    height: auto !important;
    width: auto !important;
    right: auto !important;
    line-height: inherit !important;
}*/

.mega-sub-menu .mega-sub-menu .mega-menu-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    display: none;
}

#mega-menu-item-6472 .mega-menu-item, #mega-menu-item-7715 .mega-menu-item {
    display: block !important;
}

#mega-menu-6310-0-0 .mega-menu-item {
    display: block !important;
}

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	opacity: 1 !important;
	visibility: visible !important;
}*/

.mega-sub-menu .mega-menu-item .mega-sub-menu .mega-sub-menu::before, .mega-sub-menu .mega-menu-item .mega-sub-menu .mega-sub-menu::after, #mega-menu-6310-0-0 .mega-sub-menu .mega-sub-menu::before, #mega-menu-6310-0-0 .mega-sub-menu .mega-sub-menu::after {
    content: none !important;
}

.view-more {
    display: inline-block !important;
    font-weight: 500;
    color: #6b9b9b;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    font-size: 14px;
    background-color: unset;
    border: none;
    padding: 0;
    margin-top: 10px;
    border-radius: 0;
}

.view-more:hover::after {
    color: #66342e !important;
}

.view-more::after {
    content: '\f347' !important;
    font-family: dashicons !important;
    font-weight: normal !important;
    display: inline-block !important;
    margin: 0 0 0 6px !important;
    vertical-align: top !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    color: inherit !important;
    position: relative !important;
    background: transparent !important;
    height: auto !important;
    right: auto !important;
    line-height: inherit !important;
    color: #6b9b9b !important;
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    cursor: pointer;
}

/*.mega-sub-menu .mega-sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}*/

.mega-sub-menu .mega-sub-menu .mega-menu-item {
    width: 100% !important;
}

#mega-menu-7726-0-2 {
    background-color: #6b9b9b !important;
}

#mega-menu-7726-0-2 .mega-menu-link, #mega-menu-7726-0-2 .view-more, #mega-menu-7726-0-2 .view-more::after {
    color: #ffffff !important;
}

#mega-menu-7726-0-2 .view-more:hover, #mega-menu-7726-0-2 .view-more:hover::after, #mega-menu-7726-0-2 .view-more:focus {
    background-color: unset;
    color: #ffffff !important;
    border: 0;
}

#mega-menu-7726-0-2 .mega-menu-item .mega-sub-menu::before, #mega-menu-7726-0-2 .mega-menu-item .mega-sub-menu::after {
    color: #ffffff !important;
}

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
	display: none !important;
}*/

.view-more.view-less::after {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

html body .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu .mega-menu-item.view {
    display: block !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    max-height: 462px !important;
    overflow-y: scroll;
}

/* width */
.mega-sub-menu::-webkit-scrollbar, .vivamus_massa__single::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.mega-sub-menu::-webkit-scrollbar-track, .vivamus_massa__single::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mega-sub-menu::-webkit-scrollbar-thumb, .vivamus_massa__single::-webkit-scrollbar-thumb {
    background: #66342e;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: unset !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #66342e !important;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-7726-0-2 .mega-menu-link {
    color: #ffffff !important;
}

/* Mega Menu Icons */

#mega-menu-item-6437 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/health-insurance.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-7727 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/medications.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-7739 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/business-issues.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-7746 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/health-conditions.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-6310 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/personal-injury.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-6311 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/ribbon.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-item-6312 > .mega-menu-link::before {
    content: '';
    display: inline-block !important;
    background-image: url(https://scottglovsky.com/wp-content/uploads/2022/01/briefcase.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}

#mega-menu-6310-0 > .mega-sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: #66342e !important;
    color: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

.mega-sub-menu .mega-menu-link:hover {
    text-decoration: underline !important;
}

#mega-menu-7726-0 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100% !important;
}

#mega-menu-7726-0-2 {
    height: 100% !important;
}

@media (min-width: 641px) {
    .vivamus_massa__single:nth-of-type(6) {
        max-height: 415px;
        overflow-y: scroll;
        padding-right: 40px;
        padding-top: 15px;
    }

    .vivamus_massa__single:nth-of-type(8) {
        max-height: 415px;
        overflow-y: scroll;
        padding-right: 40px;
        padding-top: 15px;
    }
}

@media (max-width: 640px) {
    .vivamus_massa__single:nth-of-type(6) {
        max-height: 250px;
        overflow-y: scroll;
    }

    .vivamus_massa__single:nth-of-type(8) {
        max-height: 250px;
        overflow-y: scroll;
    }
}

/*----- Custom Menu -----*/

@media screen and (max-width: 1025px) {
    .logo-container {
        flex-direction: column;
    }
}

.dropdown-menu {
    font-size: 18px;
}

.show-for-sr {
    display: none;
}

.main-menu-item {
    position: relative;
    width: 100%;
}

.main-menu-item:hover .menu-depth-1 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
}


.top-bar, .top-bar ul {
    background-color: transparent;
}

.menu-header-menu {
    display: flex;
    flex-direction: row;
    clear: both;
    font-size: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    position: relative;
    letter-spacing: normal;

}

.header-menu .submenu {
    display: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
}

.header-menu .menu-item {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {

    body.burger-is-open:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 99;
    }

    body.burger-is-open .site-header .wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
    }

    button.submenu-toggle[aria-expanded="true"] {
        background-color: transparent;
    }

    button.submenu-toggle[aria-expanded='true']::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    }

    .header-menu .menu-item a {
        font-size: 15px;
        line-height: 40px !important;
        color: rgba(51, 51, 51, 1);
        background-color: rgba(255, 255, 255, 1);
        height: auto;
        padding: 0 5%;
        line-height: 1;
    }

    .header-menu .menu-item a:hover {
        background-color: #66342e;
        color: #fff;
    }

    .header-menu .custom-menu-item {
        display: none;
    }

    .header-menu .current-menu-item > a {
        background-color: #66342e;
        color: #ffffff;
    }

    .header-menu .menu-item .submenu > .menu-item .submenu {
        /*padding-left: 15px;*/
    }

    .header-right {
        display: none;
    }

    .submenu-toggle {
        border-radius: 0;
        border: none;
    }
}


.header-menu .submenu .menu-item {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .submenu {
        opacity: 0;
        display: none;
        position: absolute;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        width: 200px;
        z-index: 99999;
        background-color: #ffffff;
    }

    .menu-item:hover > .submenu {
        display: block;
        opacity: 1;
        position: absolute;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        width: 200px;
        z-index: 99999;
        background-color: #ffffff;
    }

    .header-menu .menu-item .submenu > .menu-item .submenu {
        right: -100%;
        top: 0;
        background-color: #ffffff;
    }

    .submenu-toggle {
        display: none;
    }

    .header-menu .menu-item .submenu a {
        margin: 0;
        padding: 20px 20px 19px;
    }

    .home .header-menu li a {
        color: #ffffff;
    }

    .header-menu li a {
        color: #333333;
        border-bottom: 3px solid transparent;
    }

    .header-menu li a:hover {
        background-color: transparent;
        border-bottom: 3px solid #2eb1bf;
        color: #2eb1bf;
    }

    .header-menu li .submenu li a {
        color: #333333;
        border-bottom: none;
    }

    .header-menu li .submenu li a:hover {
        background-color: #62a1d2;
        color: #ffffff;
        border-bottom: none;
    }
}


body .off-canvas {
    display: none;
    width: 75% !important;
    height: 100vh;
    transform: translateX(-100%);
    z-index: 101;
    background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
    body .off-canvas {
        display: block;
    }
}

.off-canvas .logo {
    text-align: left;
    justify-content: center;
    width: 100%;
    padding-top: 10%;
}

.off-canvas .top-bar {
    display: block !important;
    padding: 0;
}


.off-canvas .top-bar .menu-header-menu-container li.menu-item:last-child {
    border-bottom: none;
}

.off-canvas .top-bar .menu-header-menu-container li.menu-item .submenu-toggle:before {
    bottom: 0;
    display: block;
    margin: auto;
    top: 0;
    content: '';
}

.submenu-toggle::after {
    content: none;
}

.off-canvas .search {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
}

.off-canvas .search:after {
    position: absolute;
    content: '\f002';
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    font-weight: bold;
}

.off-canvas .search.remove-icon:after {
    font-size: 0;
}

.off-canvas .search .search__input::placeholder {
    font-size: 16px;
}

.search__submit {
    bottom: 0;
    cursor: pointer;
    height: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.off-canvas .search-form .search-form__submit {
    display: none;
}

.header-menu .title-bar .menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

.logo {
    text-align: right;
    text-align: -webkit-right;
}

.logo img {
    width: 250px;
}

@media (max-width: 1024px) {
    .off-canvas .search {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin: 0 auto;
        padding: 5% 20px;
    }

    .off-canvas .search:after {
        left: 30px;
    }

    .off-canvas .search-form {
        padding: 0 15px;
        width: 100%;
        margin-top: 25px;
    }

    .off-canvas #searchsubmit {
        display: none;
    }

    .off-canvas .search-form .search-form__field {
        background-color: #ffffff;
        padding-right: 75px;
        height: 45px;
        -webkit-box-shadow: inset 1px 1px 3px 0 rgba(188, 188, 188, .5);
        -moz-box-shadow: inset 1px 1px 3px 0 rgba(188, 188, 188, .5);
        box-shadow: inset 1px 1px 3px 0 rgba(188, 188, 188, .5);
    }

    .logo {
        padding: 25px 5%;
    }

    .logo img {
        height: 50px;
        margin: 0 auto;
        width: auto;
    }
}

.search-form__field {
    max-width: 100% !important;
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.off-canvas {
    z-index: 2000000;
}

.title-bar {
    background-color: transparent !important;
    justify-content: flex-end !important;
    position: fixed;
    top: 35px;
    right: 5%;
    z-index: 101;
}

.submenu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 0;
    box-shadow: none;
    outline: none;
    display: none;
    background-color: transparent;
}


.menu-item .submenu-toggle {
    display: none;
}


@media screen and (max-width: 1024px) {
    .menu-item .submenu-toggle {
        display: block;
    }
}

.submenu-toggle:hover {
    background-color: transparent !important;
}

.submenu-toggle::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23000333%7D%3C/style%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 37%;
    transition: all 0.3s;
}

.submenu-toggle[aria-expanded=true]:before {
    /*-webkit-transform: translate(50%, -25%) rotate(-180deg) !important;*/
    /*-ms-transform: translate(50%, -25%) rotate(-180deg) !important;*/
    transform: translate(-50%, -15%) rotate(-180deg) !important;
}

body .menu-icon {
    width: 30px;
    height: 23px;
    background-color: transparent;
    outline: none;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body .menu-icon::after {
    display: none;
    box-shadow: none;
    background: transparent;
}

body .menu-icon:hover::after {
    background: transparent;
    box-shadow: none;
}

.menu-icon span {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 3px;
    width: 30px;
    background-color: #ddd;
    transition: all 0.3s;
}

.menu-icon:hover span {
    background-color: #ddd !important;
}

.menu-icon span:not(:last-child) {
    margin-bottom: 5px;
}

.menu-icon--close .menu-icon-row-2 {
    display: none;
}

.menu-icon--close .menu-icon-row-1 {
    transform: translate(0, 2px) rotate(-45deg);
}

.menu-icon--close .menu-icon-row-3 {
    transform: translate(0, -6px) rotate(45deg);
}

.off-canvas-content::before {
    content: '';
    background-color: #333333;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 1024px) {
    .header-menu > .menu-item > .submenu > .menu-item > a {
        padding-left: 10%;
    }

    .header-menu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > a {
        padding-left: 15%;
    }

    .header-menu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > a {
        padding-left: 20%;
    }

    .header-menu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > .submenu > .menu-item > a {
        padding-left: 25%;
    }
}


.menu-icon:hover {
    background-color: transparent !important;
}

.menu-icon {
    background-color: transparent !important;
}

.menu-item .submenu-toggle {
    height: 40px;
    width: 40px;
}

.header-menu .submenu-toggle[aria-expanded='true']::after {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header-widget-area .search-form__field {
        display: none !important;
    }

    .header-widget-area .search-form__submit {
        border-radius: 100%;
        position: relative;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%232C545D'%3E%3Cpath d='M221.09 64A157.09 157.09 0 1 0 378.18 221.09 157.1 157.1 0 0 0 221.09 64Z' fill='none' stroke='%232C545D' stroke-miterlimit='10' stroke-width='32'/%3E%3Cline x1='338.29' y1='338.29' x2='448' y2='448' fill='none' stroke='%232C545D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32'/%3E%3C/svg%3E");
        -webkit-background-size: 60%;
        background-size: 60%;
        background-position: 50%;
        background-repeat: no-repeat;
        min-width: 35px;
        height: 35px;
        clip: auto;
        margin: 0;
        font-size: 0;
        border: none;
        overflow: hidden;
        text-indent: -99em;
    }

    .header-widget-area .search-form__submit:hover {
        box-shadow: none;
        padding: 0;
        background-color: #ffffff;
    }
}

body .menu-item.active-sub-menu > a {
    background-color: #66342e;
    color: #fff;
}

.admin-bar .title-bar {
    top: 75px;
}

body.burger-is-open {
    position: fixed !important;
}

@media screen and (max-width: 1024px) {
    body .nav-primary {
        display: none;
    }

    body #maxmegamenu-2 {
        display: none;
    }

    .site-header .header-widget-area {
        display: none;
    }

    body .mobile-links {
        display: flex;
    }
}

/*.burger-is-open::after {*/
/*    content: '';*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100vh;*/
/*    background-color: #000000;*/
/*    opacity: 0.5;*/
/*}*/

.authorship {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 15px 0;
    position: relative;
    font-size: 16px;
}


.authorship:before {
    content: '';
    background-image: url(images/checkmark.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.authorship__link {
    color: #66342e;
    text-decoration: underline;
    margin-left: 5px;
}

@media screen and (max-width: 1024px) {
    .authorship {
        font-size: 14px;
    }

    .authorship:before {
        width: 23px;
        height: 23px;
    }
}


.case-results .banner__content .mvl__image {
    position: relative;
}

.case-results .banner__content .mvl__image--inner {
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(0, -50%);
}

.case-results .banner__content .mvl__image--inner.active {
    opacity: 1;
    transition: all 0.4s ease;
}

.case-results .banner__content .mvl_content {
    transition: all 0.4s ease;
    padding-left: 10px;
    padding-right: 20px;
    max-width: 100%;

}

.case-results .banner__content.active + .banner__content .mvl_content {
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateX(110%);
    background-color: #2c545d;
}

.case-results .banner__content.active .mvl_content:before {
    opacity: 0;
    transition: all 0.4s ease;
}

.case-results .banner__content.active .mvl_content {
    transform: translateX(0);
    transition: all 0.4s ease;
    opacity: 1;
}

.case-results .banner__wrapper {
    min-height: 800px;
}

.case-results .banner__rotate {
    position: relative;
}

.case-results .case-results__btn {
    margin-top: 20px;
}

.case-results .case-tab {
    border-top: 1px solid #fff;
    background-color: #2c545d;
    position: relative;
    max-height: 430px;
    transition: max-height 0.3s ease-in;
}


.case-results__tabs.active-tabs .case-tab:not(.active) {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-top: none;
}

.case-results .case-tab:first-child {
    border-top: none;
}

.case-tab__top {
    display: flex;
    font-weight: 800;
    margin-bottom: 10px;
}

.case-tab__price {
    flex: 0 0 50%;
    background-color: #fff;
    color: #6b9b9b;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-tab__type {
    flex: 0 0 50%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-results .case-tab__title {
    color: #6b9b9b;
    font-size: 32px;
    padding-bottom: 16px;
    cursor: pointer;
    padding-right: 65px;
    position: relative;
}

.case-results .case-tab .case-tab__title:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease;
}

.case-results .case-tab.active .case-tab__title:after {
    transform: rotate(180deg);
    transition: all 0.4s ease;
}


.case-tab__content {
    color: #fff;
    font-size: 16px;
    padding: 0 65px 20px 0;
    display: none;
}

.case-results__tabs .mvl_content {
    max-height: 430px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

/* width */
.case-results__tabs .mvl_content::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.case-results__tabs .mvl_content::-webkit-scrollbar-track {
    background: #2c545d;
    border: 2px solid #fff;
    border-radius: 7px;
}

/* Handle */
.case-results__tabs .mvl_content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
}

/* Handle on hover */
.case-results__tabs .mvl_content::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

@media screen and (max-width: 1150px) {
    .banner-arrow-next {
        right: 15px;
    }

    .banner-arrow-prev {
        left: 15px;
    }

    .case-results .banner__wrapper {
        min-height: 830px;
    }

    .case-results .banner__content .mvl_content {
        padding-left: 10px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .case-results .banner__content .mvl__image--inner {
        top: 50%;
    }
}


@media screen and (max-width: 1024px) {
    .mvl.case-results .parallax-text {
        margin-bottom: 20px;
        position: absolute !important;
        left: 50%;
        top: -30px;
        transform: translate(-50%, -100%) !important;
    }

    .case-results .case-results__btn {
        width: 280px;
        margin: 20px auto 0;
        display: block;
    }

    .mvl.case-results .banner__content {
        padding: 120px 0 120px;
    }

    .case-results .banner__content .mvl__image {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        margin-bottom: 50px;
        margin-top: 180px;
    }

    .case-results .banner__content .mvl__image--inner {
        max-width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .mvl__image-container-border {
        height: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .mvl__image-container {
        height: 100%;
        width: 100%;
    }

    .mvl__image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .case-results .banner__content .mvl_content {
        padding: 30px 50px 0;
        width: 100%;
        max-width: 100%;
    }

    .mvl__image-container-border:after {
        border: 2px solid #9d9d9d;
        right: 15px;
        width: calc(100% - 30px);
        height: 85px;
        bottom: -10px !important;
    }

}

@media screen and (max-width: 640px) {
    .case-results .banner__content .mvl_content {
        padding: 30px 6px 0;
    }

    .mvl__image-container-border:after {
        bottom: 10px !important;
    }

    .case-tab__price {
        font-size: 18px;
    }

    .case-tab__type {
        font-size: 14px;
    }

    .case-results .case-tab__title {
        font-size: 21px !important;
    }
}

.blog .entry-meta, .archive .entry-meta {
    display: none;
}

/*** Header CTA ***/

#top-bar {
    width: 100%;
    background-color: #66342e;
    color: #ffffff;
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 10px 0;
}

/*** Video Center ***/

body.page-template-template-video-center .content {
    width: 100%;
    float: none;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-template-video-center .video-section {
  margin-bottom: 60px;
}

body.page-template-template-video-center .video-section__title {
  font-size: 28px;
  margin-bottom: 24px;
}

body.page-template-template-video-center .video-card {
  display: flex;
  flex-direction: column;
}

/* Poster thumbnail */
body.page-template-template-video-center .video-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

/* Maintain 16:9 for poster */
body.page-template-template-video-center .video-card__thumb::before {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* 16:9 */
}

body.page-template-template-video-center .video-card__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button overlay */
body.page-template-template-video-center .video-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-template-video-center .video-card__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}

body.page-template-template-video-center .video-card__play-icon::before {
  content: "";
  position: absolute;
  margin-left: 4px;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
}

/* Title below video */
body.page-template-template-video-center .video-card__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* Hide iframe wrapper until clicked */
body.page-template-template-video-center .video-card__embed {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  margin-top: 0; /* same footprint as poster */
}

body.page-template-template-video-center .video-card__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 3-column responsive grid */
body.page-template-template-video-center .video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Maintain 16:9 ratio */
body.page-template-template-video-center .video-grid__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}

body.page-template-template-video-center .video-grid__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  body.page-template-template-video-center .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: 1 column */
@media (max-width: 640px) {
  body.page-template-template-video-center .video-grid {
    grid-template-columns: 1fr;
  }

  body.page-template-template-video-center .video-section {
    margin-bottom: 40px;
  }

  body.page-template-template-video-center .video-section__title {
    font-size: 22px;
  }
}

time.entry-time {
    font-size: 0;
}
time.entry-time:before {
    content: 'Legally reviewed';
    font-size: 16px;
    display: inline-block;
}