/*
Theme Name: Breakthrough Pro
Theme URI: https://my.studiopress.com/themes/breakthrough
Description: Breakthrough Pro combines a palette of beautiful colors and minimal design in a sleek, modern layout for a marketing agency to demonstrate its work, services, creativity, and more - perfect for your next breakthrough moment.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.2.0

Tags: one-column, two-columns, left-sidebar, right-sidebar, e-commerce, accessibility-ready, custom-background, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: t2.6.1

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

Text Domain: breakthrough-pro
*/

/* Table of Contents
	- Colors
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Links
		- Images
		- 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
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
		- Max-width: 600px
		- Max-width: 500px
	- Print Styles
	- Testimonials
*/

/* Colors */

.entry-title a, h4.entry-title {
	color: #44a1c2 !important;
}

.nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a {
    border-bottom: 3px solid #22415f !important;
    color: #22415f !important;
}

button.button-hero, input[type="button"].button-hero, input[type="reset"].button-hero, input[type="submit"].button-hero, .button.button-hero, button.primary, input[type="button"].primary, input[type="reset"].primary, input[type="submit"].primary, .button.primary, .gform_wrapper .gform_footer input, button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #44a1c2 !important;
}

.footer-widgets .widget .widget-title, .widget-title, .flexible-widgets.widget-full blockquote::before, cite, .portfolio .entry-header .entry-meta a, .entry-title a:focus, .entry-title a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #22415f !important;
}

a.button.text, button.text, input[type="button"].text, input[type="reset"].text, input[type="submit"].text, a.more-link, .view-all-portfolio a {
    border-bottom: 2px solid #44a1c2 !important;
    color: #44a1c2 !important;
}

a.more-link {
    background-color: transparent !important;
}

a.button.text:focus, a.button.text:hover, button.text:focus, button.text:hover, input[type="button"].text:focus, input[type="button"].text:hover, input[type="reset"].text:focus, input[type="reset"].text:hover, input[type="submit"].text:focus, input[type="submit"].text:hover, a.more-link:focus, a.more-link:hover, .view-all-portfolio a:focus, .view-all-portfolio a:hover {
    border-bottom: 2px solid #44a1c2 !important;
    color: #44a1c2 !important;
}

button#responsive-menu-pro-button {
    background-color: #22415f !important;
    z-index: 999999999 !important;
}

#responsive-menu-pro-mask {
    z-index: 99999999 !important;
}

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/* stylelint-enable */

/* 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,
.pricing-table::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,
.pricing-table::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


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

@media (min-width: 1024px) {
	.hide-for-desktop {
		display: none;
	}
}

/* Links */

.post-edit-link {
    display: none;
}

/* Images */

#featured-page-10 .breakthrough-featured-image {
    background-image: url("images/autumn-road.jpg");
    background-size: cover;
}

#featured-page-9 .breakthrough-featured-image {
    background-image: url("images/car-accident .jpg");
    background-size: cover;
}

#featured-page-9 .breakthrough-featured-image img, #featured-page-10 .breakthrough-featured-image img {
    opacity: 0;
}

#front-page-6 .breakthrough-featured-image {
    height: 333px;
}

#front-page-6 .breakthrough-featured-image img {
    height: 333px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    #front-page-6 .breakthrough-featured-image, #front-page-6 .breakthrough-featured-image img {
        height: 250px;
    }

    .front-page-6 .featured-content .entry {
        margin-bottom: 0 !important;
    }
}


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

.single .content .entry-content > p:first-of-type {
    font-size: 2rem !important;
}

html {
    font-size: 62.5%; /* 10px browser default */
    scroll-behavior: smooth;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body {
    color: #4e4756;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    letter-spacing: /*-0.2px*/ normal;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
}

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: #44a1c2;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #333;
}

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

ol,
ul {
    margin: 0;
    padding: 0;
    padding-left: 18px;
}

li {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}

.content li {
    margin-bottom: 0.8em;
}

.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 52%;
    width: 2px;
    background-color: #44a1c2;
    pointer-events: none;
}

.pagination li {
    padding-left: 0;
}

.pagination li::before {
    display: none;
}

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

b,
strong {
    font-weight: 700;
}

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

cite {
    color: #4a4f9b;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
}

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

blockquote {
    font-family: "PT Serif", serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px;
}

@media only screen and (max-width: 800px) {
    blockquote {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 640px) {
    blockquote {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 480px) {
    blockquote {
        margin-right: 0 !important;
    }
}

blockquote::before {
    content: "\201C";
    display: block;
    font-family: "PT Serif", serif;
    font-size: 60px;
    font-size: 6rem;
    height: 0;
    left: -60px;
    position: relative;
    top: -20px;
}

.flexible-widgets.widget-full blockquote {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;
    padding: 20px 80px;
}

.flexible-widgets.widget-full blockquote cite {
    font-size: 24px;
    font-size: 2.4rem;
}

.flexible-widgets.widget-full blockquote::before {
    color: #4a4f9b;
    content: "\201C";
    display: block;
    font-family: "PT Serif", serif;
    font-size: 88px;
    font-size: 8.8rem;
    height: 0;
    left: -80px;
    position: relative;
    top: -30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "PT Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 62px;
    font-size: 6.2rem;
}

h2 {
    font-size: 50px;
    font-size: 5rem;
}

h3 {
    font-size: 28px;
    font-size: 2.8rem;
}

h4 {
    color: #4a4f9b;
    font-size: 28px;
    font-size: 2.8rem;
}

h5 {
    color: #4a4f9b;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
}

.intro {
    font-family: "PT Serif", serif;
    font-size: 24px;
    font-size: 2.4rem;
}

.large-text {
    color: #000000;
    display: block;
    font-family: "PT Serif", serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.16;
    padding-right: 10%;
}

.hero-title {
    max-width: 100% !important;
    margin-bottom: 50px !important;
}

.hero-section {
    padding-bottom: 0 !important;
}

/* 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
--------------------------------------------- */

#field_1_4 {
    width: 100%;
    padding-right: 0;
}

#custom_html-11, #gform_widget-5 {
    width: 100%;
}

#custom_html-11 {
    margin-bottom: 0;
}

.admin-bar #above-footer-cta {
    margin-top: -190px;
    padding-top: 190px;
}

#above-footer-cta {
    margin-top: -160px;
    padding-top: 160px;
}

@media only screen and (max-width: 1023px) {
    .admin-bar #above-footer-cta {
        margin-top: -162px;
        padding-top: 162px;
    }

    #above-footer-cta {
        margin-top: -130px;
        padding-top: 130px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar #above-footer-cta {
        margin-top: -175px;
        padding-top: 175px;
    }
}

.gform_wrapper ul.gform_fields li.gfield {
    width: 33.333%;
    display: inline-block;
    padding-right: 0;
    padding-left: 0 !important;
}

@media only screen and (max-width: 640px) {
    .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        display: block;
        margin-top: 0;
    }

    .gform_wrapper li.hidden_label input {
        margin-top: 0 !important;
    }
}

.gform_wrapper ul.gform_fields li.gfield:last-of-type {
    width: 100%;
    display: block;
    margin-top: 0;
    padding-right: 0;
}

.gform_wrapper ul.gform_fields li.gfield:nth-of-type(3) {
    padding-right: 0;
}

.gform_wrapper li.hidden_label input {
    width: 100% !important;
}

.gform_wrapper .gform_footer input {
    background-color: #44a1c2;
}

.gform_wrapper .gform_footer input:hover {
    background-color: #44a1c2;
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #dcdadd;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(188, 188, 188, 0.5);
    box-shadow: inset 1px 1px 3px 0 rgba(188, 188, 188, 0.5);
    color: #4e4756;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 13px 16px 11px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #44a1c2;
    -webkit-box-shadow: 0 3px 7px 0 rgba(74, 79, 155, 0.3);
    box-shadow: 0 3px 7px 0 rgba(74, 79, 155, 0.3);
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

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

::-ms-input-placeholder {
    color: #4e4756;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4e4756;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #4e4756;
    opacity: 1;
}

::-moz-placeholder {
    color: #4e4756;
    opacity: 1;
}

::placeholder {
    color: #4e4756;
    opacity: 1;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #44a1c2;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 17px 18px 14px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"] {
    background-color: #44a1c2;
    -webkit-box-shadow: 0 2px 10px 0 rgba(68, 161, 194, 0.3);
    box-shadow: 0 2px 10px 0 rgba(68, 161, 194, 0.3);
    color: #fff;
}

.button:focus,
.button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary {
    background-color: #44a1c2;
    color: #fff;
}

button.primary:focus,
button.primary:hover,
input[type="button"].primary:focus,
input[type="button"].primary:hover,
input[type="reset"].primary:focus,
input[type="reset"].primary:hover,
input[type="submit"].primary:focus,
input[type="submit"].primary:hover,
.button.primary:focus,
.button.primary:hover {
    background-color: #44a1c2;
    -webkit-box-shadow: 0 2px 10px 0 rgba(68, 161, 194, 0.3);
    box-shadow: 0 2px 10px 0 rgba(68, 161, 194, 0.3);
    color: #fff;
}


button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary,
.entry-content .button.secondary {
    background-color: #4e4756;
    color: #fff;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover,
.entry-content .button.secondary:focus,
.entry-content .button.secondary:hover {
    background-color: #6e6875;
    -webkit-box-shadow: 0 2px 10px 0 rgba(78, 71, 86, 0.2);
    box-shadow: 0 2px 10px 0 rgba(78, 71, 86, 0.2);
}

button.button-hero,
input[type="button"].button-hero,
input[type="reset"].button-hero,
input[type="submit"].button-hero,
.button.button-hero {
    background-color: #44a1c2;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1;
    padding: 40px 160px 35px 40px;
    position: relative;
    text-align: left;
}

button.button-hero::after,
input[type="button"].button-hero::after,
input[type="reset"].button-hero::after,
input[type="submit"].button-hero::after,
.button-hero::after {
    background: url(images/hero-arrow-white.svg) no-repeat center right;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 40px;
    top: calc(50% - 6px);
    width: 80px;
}

button.button-hero:focus,
button.button-hero:hover,
input[type="button"].button-hero:focus,
input[type="button"].button-hero:hover,
input[type="reset"].button-hero:focus,
input[type="reset"].button-hero:hover,
input[type="submit"].button-hero:focus,
input[type="submit"].button-hero:hover,
.button.button-hero:focus,
.button.button-hero:hover {
    background-color: #44a1c2;
    color: #fff;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 9px 20px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    padding: 24px;
}

a.button.text,
button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.more-link,
.view-all-portfolio a {
    background-color: #fff;
    border-bottom: 2px solid #44a1c2;
    color: #44a1c2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 0;
    text-decoration: none;
    text-transform: uppercase;
}

a.button.text:focus,
a.button.text:hover,
button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
a.more-link:focus,
a.more-link:hover,
.view-all-portfolio a:focus,
.view-all-portfolio a:hover {
    background-color: #fff;
    border-bottom: 2px solid #44a1c2;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #44a1c2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.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: #666;
    cursor: not-allowed;
}

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

/* 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 {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

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

th {
    font-weight: 700;
    padding: 10px;
}

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

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

.more-link {
    position: relative;
}


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

/* Site Containers
--------------------------------------------- */
.site-container {
    background-color: #fff;
    /*margin: 10px;*/
}

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

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

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

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

/* Content */

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

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

.full-width-content .content {
    float: none;
    margin: 0 auto;
    width: 1200px;
}

.landing-page.full-width-content .content {
    width: 800px;
}

/* Primary Sidebar */

.sidebar-primary {
    background-color: #fff;
    float: right;
    position: relative;
    width: 360px;
    z-index: 1;
}

.has-featured-image .sidebar-primary {
    margin-top: -120px;
}

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

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

#attorneys-grid .grid {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
    margin-bottom: 60px;
}

#attorneys-grid .grid:first-of-type, #attorneys-grid .grid:nth-of-type(3) {
    margin-left: 0;
}

#attorneys-grid .grid:nth-of-type(3), #attorneys-grid .grid:nth-of-type(4) {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    #attorneys-grid h2.entry-title {
        text-align: center;
    }
}

.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 {
    float: left;
}

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

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

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

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

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 1px auto;
    max-width: 1200px;
    padding: 12px 30px 12px 0;
}

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

.archive-description {
    margin-bottom: 80px;
    text-align: center;
}

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

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

.search-form {
    overflow: hidden;
}

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

.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);*/
    margin: -1px;
    padding: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.615' height='19.281'%3E%3Cpath data-name='Path 210' d='M18.331 17.561l-4.588-4.771a7.809 7.809 0 10-1.5 1.37l4.625 4.809a1.012 1.012 0 001.434.028 1.015 1.015 0 00.028-1.436zM7.784 2.036a5.754 5.754 0 11-5.753 5.753 5.762 5.762 0 015.753-5.753zm0 0' fill='%234a5667'/%3E%3C/svg%3E") !important;
    width: 19px;
    height: 21px;
    right: 0;
}

.search-results .first {
    clear: none;
}

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

.archive-description .entry-title,
.archive-title {
    font-size: 62px;
    font-size: 6.2rem;
}

.author-box-title {
    font-size: 28px;
    font-size: 2.8rem;
}

.entry-title {
    font-size: 62px;
    font-size: 6.2rem;
}

h1.entry-title {
    margin: 0 90px 111px 90px;
    text-align: center;
}

.single-books h1.entry-title {
    margin-bottom: 20px;
}

h2.entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
}

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

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

.footer-widgets .widget .widget-title,
.widget-title {
    color: #4a4f9b;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
    text-transform: uppercase;
}

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

figcaption,
.gallery-caption,
.wp-caption-text {
    color: #222;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

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


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

/* HP Practice Areas */

#custom_html-9 {
    width: 100%;
}

#featured-page-9, #featured-page-10, #featured-page-11 {
    width: 33.33% !important;
    float: left;
}

.page-template-attorneys #attorneys-grid .wrap, .page-template-staff #staff-grid .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-template-attorneys #attorneys-grid .featuredpage, .page-template-staff #staff-grid .featuredpage {
    width: 33% !important;
    padding-left: 10px;
    padding-right: 10px;
}

#front-page-6 .entry {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
	
	.page-template-attorneys .front-page-6 .featured-content .entry, .page-template-staff .front-page-6 .featured-content .entry {
		height: auto !important;
	}
	
	.page-template-staff .breakthrough-featured-image img, .page-template-attorneys .breakthrough-featured-image img {
		margin-bottom: 0;
	}
	
	.page-template-attorneys #attorneys-grid .featuredpage, .page-template-staff #staff-grid .featuredpage {
		width: 100% !important;
	}
	
    #featured-page-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #featured-page-9 {
        padding-left: 0;
    }

    #featured-page-11 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    #featured-page-9, #featured-page-10, #featured-page-11 {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    #featured-page-9, #featured-page-10, #featured-page-11 {
        width: 100% !important;
        padding: 0 !important;
    }
}

.home .front-page-6 .featured-content .entry {
	text-align: center;
}

/* HP Testimonial */

.front-page-3 .wrap, .front-page-4 .wrap, .front-page-6 .wrap {
    padding-top: 0 !important;
}

.front-page-6 .wrap {
	padding-bottom: 0 !important;
}

.front-page-4 .featuredpage .alignleft {
	width: 100%;
}

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

    .front-page-3, .front-page-4 {
        padding-top: 60px;
    }

    .front-page-4 .featuredpage .alignleft + .entry-content {
        padding-top: 0;
    }

    .front-page-5 {
        padding-top: 30px;
    }

    .front-page-6 {
        padding-top: 80px;
    }
}

#custom_html-6 a {
    margin-top: 32px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/* HP Text Blocks */

#text-8, #text-12, #text-14 {
    padding-bottom: 50px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 1023px) {
    #text-8, #text-12, #text-14 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 860px) {
    #text-8, #text-12, #text-14 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front-page-1 .flexible-widgets.widget-full, .front-page-4 .flexible-widgets.widget-full {
    padding: 0 40px;
}

@media only screen and (max-width: 860px) {
    .front-page-1 .flexible-widgets.widget-full, .front-page-4 .flexible-widgets.widget-full, .front-page-3 .flexible-widgets.widget-full, .front-page-5 .flexible-widgets.widget-full {
        padding: 0;
    }
}

/* Practice Areas */

@media only screen and (max-width: 960px) {
    #featured-portfolio-3 .entry, #featured-portfolio-3 .breakthrough-featured-image img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#awards .wrap {
    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;
}

#awards section {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: auto;
}

@media only screen and (max-width: 960px) {
    #awards .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #awards section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#awards section:nth-of-type(1) img, #awards section:nth-of-type(5) img {
    max-height: 50px;
}

#awards img {
    max-height: 80px;
    width: auto;
	max-width: 150px;
}

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

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

.widget ul > li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

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

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .wrap {
    max-width: 1280px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.flexible-widgets .widget {
    float: left;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.flexible-widgets .widget:last-of-type {
    margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    width: 100%;
}

.flexible-widgets.widget-fourths .widget {
    width: 25%;
}

.flexible-widgets.widget-halves .widget {
    width: 50%;
}

.flexible-widgets.widget-thirds .widget {
    width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
    clear: left;
}

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

.staff-title {
	color: #000000;
}

.page-template-attorneys .entry-header, .page-template-staff .featured-content .entry-header {
	text-align: center;
}

.page-template-attorneys .entry-header a, .page-template-staff .featured-content .entry-header a {
	text-decoration: none;
}

.has-featured-image .featured-content .entry-content {
    margin: 0;
    padding: 0;
}

.featured-content .alignleft .entry-image,
.featured-content .alignright .entry-image {
    position: relative;
    z-index: 999;
}

.more-from-category {
    margin-top: 28px;
}


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

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

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

.enews-widget form {
    position: relative;
}

.sidebar .widget.enews-widget {
    background-color: #4a4f9b;
    border: 10px solid #fff;
    border-top-width: 0;
    text-align: center;
}

.has-featured-image .sidebar .widget.enews-widget {
    border-top-width: 10px;
}

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

.sidebar .enews-widget input[type="submit"] {
    background-color: #44a1c2;
    border: 5px solid #fff;
    color: #fff;
}

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

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

.sidebar .enews-widget input {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.enews-widget input[type="submit"] {
    background-color: #44a1c2;
    bottom: 4px;
    color: #fff;
    padding: 13px 20px;
    position: absolute;
    right: 4px;
    text-align: center;
    width: auto;
}

.enews-widget input[type="submit"]:hover {
    background-color: #44a1c2;
    color: #fff;
}

.sidebar .enews-widget input[type="submit"] {
    bottom: auto;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
}

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

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

#wpstats {
    display: none;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .entry.pro-portfolio {
    text-align: left;
}

.content .has-post-thumbnail.entry.pro-portfolio .entry-header {
    margin: -115px 40px 0 0;
    padding: 40px 8.75% 20px;
    position: relative;
    z-index: 99;
}

.genesis-pro-portfolio .pro-portfolio .entry-header h2.entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: initial;
    margin: 0 0 10px;
}

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

.genesis-skip-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    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
---------------------------------------------------------------------------- */

#nav-wrap {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.above-menu-txt {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
    color: #fff;
    font-size: 16px;
    font-style: italic;
	margin: 0 auto;
}

.site-header {
    background-color: #22415f !important;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

@media only screen and (min-width: 1024px) {
    .site-header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 1023px) {
	.above-menu-txt {
		margin: 0;
	}
}

.site-header > .wrap {
    /*border-bottom: 1px solid #edecee;*/
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 100%;*/
}


@media only screen and (min-width: 1024px) {
    .scroll-fix {
        margin-top: -10px;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
}

.site-inner {
    margin-top: 126px;
}

@media only screen and (max-width: 1023px) {
    .admin-bar .site-inner, .admin-bar .front-page .site-inner {
        margin-top: 159px !important;
    }

    .site-inner, .front-page .site-inner {
        margin-top: 159px;
    }
}

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

.title-area {
    float: left;
    max-width: 100%;
    padding: 10px 0;
    /*width: 300px;*/
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 21%;
    margin-top: 12px;
}

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

    }
}

.header-widget-area {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 19.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-widget-area p {
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .header-widget-area {
        display: none;
    }

    .title-area {
        width: 100%;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-top: 0;
    }

    .site-header > .wrap {
        display: block;
        padding: 10px 2.5%;
        border-bottom: 0;
        max-width: 100%;
    }

    .custom-logo {
        height: 50px;
    }

    .site-header {
        width: 100%;
    }
}

#text-6 {
    text-align: center;
}

.site-header .phone-link {
    font-family: "PT Serif", serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;

}

#text-6 .phone-link:hover {
    color: #44a1c2;
}

.site-header .phone-link:hover {
    color: #44a1c2;
}

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

.site-title {
    font-family: "PT Serif", serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

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

.site-description {
    border: 0;
    clip: rect(0, 0, 0, 0);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    height: 1px;
    line-height: 1.5;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

.custom-logo {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    padding-left: 5px;
	-o-object-position: left;
	   object-position: left;
}

.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
    display: block;
    text-indent: -9999px;
}

.wp-custom-logo .title-area > a {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .wp-custom-logo .title-area > a {
        width: 68%;
    }
}

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

.post-type-archive-testimonials .entry-meta {
    display: none;
}

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

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

.genesis-nav-menu a {
    color: #333;
    display: block;
    text-decoration: none;
	font-size: 15px;
    padding: 14px 10px !important;
    margin: 0 !important;
}

@media (max-width: 1200px) {
	.genesis-nav-menu a {
		padding: 14px 4px !important;
		font-size: 14px;
	}
	
	.header-widget-area .primary {
		font-size: 14px;
    	padding: 12px;
	}
}

#menu-header-menu > li > a {
    color: #fff !important;
}

.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: #4a4f9b;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    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;
}

.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: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 199px;
    padding-left: 0;
}

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

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

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

.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
--------------------------------------------- */

/* Mobile Menu */

button#responsive-menu-pro-button {
    right: 2.5% !important;
    top: 0 !important;
}

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

@media only screen and (max-width: 782px) {
    .admin-bar button#responsive-menu-pro-button, .admin-bar #responsive-menu-pro-container {
        top: 46px !important;
    }
}

#responsive-menu-pro-container {
    z-index: 999999999 !important;
}

/* Mobile CTAs */

#mobile-ctas {
    display: none;
    border-top: 1px solid #44a1c2;
    border-bottom: 1px solid #44a1c2;
}

#mobile-ctas a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 14px;
    padding: 14px;
}

#mobile-ctas a.contact {
    background-color: #fff !important;
    color: #44a1c2;
}

#mobile-ctas i {
    margin-right: 10px;
}

#mobile-ctas .widget_text {
    margin-bottom: 0;
}

#mobile-ctas .widget_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    #mobile-ctas {
        width: 100%;
        display: block;
        position: fixed;
        top: 112px;
        z-index: 9999999;
    }

    .admin-bar #mobile-ctas {
        width: 100%;
        display: block;
        position: fixed;
        top: 145px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar #mobile-ctas {
        top: 160px;
    }
}

.spicewpsearchform {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 91px;
    z-index: 9999;
    padding: 0 14%;
}

@media only screen and (max-width: 1200px) {
    .spicewpsearchform {
        top: 99px;
    }
}

html:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99999;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
}

html.mask:before {
    opacity: 1;
    visibility: visible;
}

html.mask {
    position: relative;
}

#wpadminbar {
    z-index: 9999999;
}

.spicewpsearchform form {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    border: 1px solid #5ca2df;
    padding: 11px 12px;
    border-radius: 0px !important;
}

.spicewpsearchform [type=submit] {
    font-size: 14px;
}

#spicewpsearchform input[type="submit"] {
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #5ca2df;
}

#spicewpsearchform:before {
    border-color: transparent transparent #d05353;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: -20px;
    z-index: 10;
}

/**Css for image search icon**/
.spicewpsearch_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.615' height='19.281'%3E%3Cpath data-name='Path 210' d='M18.331 17.561l-4.588-4.771a7.809 7.809 0 10-1.5 1.37l4.625 4.809a1.012 1.012 0 001.434.028 1.015 1.015 0 00.028-1.436zM7.784 2.036a5.754 5.754 0 11-5.753 5.753 5.762 5.762 0 015.753-5.753zm0 0' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding: 2px 0 0 36px;
    background-position: 5px center;
    background-color: transparent;
    background-size: 17px 17px;

}

.site-header .nav-primary {
    float: right;
    max-width: 940px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

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

.nav-primary .genesis-nav-menu a {
    border-bottom: 3px solid transparent;
    margin: 8px 16px 0;
    padding: 14px 4px;
}

@media only screen and (max-width: 1200px) {
    .nav-primary .genesis-nav-menu a {
        margin: 8px 10px 0;
    }
}

.nav-primary .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    margin: 0;
    padding: 20px 20px 19px;
}

.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    border-bottom: 3px solid #44a1c2;
    color: #44a1c2;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #44a1c2;
    text-decoration: none;
}

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

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

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


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

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

.entry {
    background-color: #fff;
    margin-bottom: 60px;
    padding: 0;
}

.page-template-attorneys .post-220 {
    display: none;
}

.content .entry-content {
    padding: 20px 8.75% 0;
    position: relative;
    z-index: 99;
}

.has-featured-image .entry-content, .archive.has-featured-images .content, .page-template-attorneys #attorneys-grid, .page-template-staff #staff-grid, .single-testimonial .entry-content {
    background-color: #fff;
    margin-top: -120px;
    padding: 100px 18.75% 60px;
}

.archive.has-featured-images .content, .page-template-attorneys #attorneys-grid {
    position: relative;
    z-index: 99;
}

.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 ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

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

.half-width-entries .content .entry {
    float: left;
    margin-left: 4%;
    width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
}

/* Featured Image
--------------------------------------------- */

.full-width-image {
    height: auto;
    margin-left: calc(50% - (50vw - 30px));
    margin-right: calc(50% - (50vw - 30px));
    max-width: 1000%;
    overflow: hidden;
    position: relative;
    width: calc(100vw - 60px);
    z-index: 1;
}

.full-width-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px;
    -o-object-position: top;
    object-position: top;
}

@media only screen and (min-width: 1921px) {
    .single-attorneys .full-width-image img {
        max-height: 900px;
    }
}

@media only screen and (min-width: 1800px) {
    .single-attorneys .full-width-image img {
        max-height: 850px;
    }
}

@media only screen and (min-width: 1700px) {
    .single-attorneys .full-width-image img {
        max-height: 800px;
    }
}

@media only screen and (min-width: 1400px) {
    .single-attorneys .full-width-image img {
        max-height: 700px;
    }
}

@media only screen and (max-width: 600px) {
    .single-attorneys .full-width-image img {
        height: 300px;
        -o-object-position: top;
        object-position: top;
    }
}

.full-width-image img,
.breakthrough-featured-image img,
.portfolio-featured-image img {
    /*-webkit-filter: url(#breakthrough-overlay);*/
    /*        filter: url(#breakthrough-overlay);*/
}

.archive .content .entry.entry-image-featured-image .entry-image,
.blog .content .entry.entry-image-featured-image .entry-image,
.half-width-entries .content .entry.entry-image-featured-image .entry-image,
.page-template-page_blog .content .entry.entry-image-featured-image .entry-image {
    display: block;
    width: 100%;
}

/*Blog*/
.blog .full-width-image {
    margin-bottom: 60px;
}


/* Entry Header
--------------------------------------------- */

.content .entry .entry-header {
    background-color: #fff;
    margin: 0;
    padding: 0 8.75%;
}

.content .entry.entry-image-featured-image .entry-header {
    padding: 40px 8.75% 20px;
    position: relative;
    z-index: 99;
}

.content .featured-content .entry-header {
    padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (min-width: 1201px) {
    .content .featured-content .entry-header {
        padding-bottom: 22px !important;
    }
}

.content .entry-image-featured-image.entry-image-alignleft .entry-header,
.content .entry-image-featured-image.entry-image-alignright .entry-header {
    clear: both;
}


.content .entry-image-featured-image .entry-image-link + .entry-header,
.content .featured-content .entry a.alignnone + .entry-header,
.content .featured-content .entry a.aligncenter + .entry-header {
    margin: -115px 40px 0 0;
    padding: 40px 8.75% 15px;
    position: relative;
}

.content .after-entry .featured-content .entry-header {
    margin: 0 0 20px;
    padding: 0;
}

.single-books .entry-header {
    margin-bottom: 50px;
}

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

p.entry-meta,
.entry-meta a.entry-author-link {
    color: #837e88;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
}

.single-attorneys .entry-meta, .single-staff .entry-meta, .single-testimonial .entry-meta {
    display: none;
}

.entry-meta a {
    border-bottom-color: #edecee;
    color: #44a1c2;
}

.entry-meta a:focus,
.entry-meta a:hover,
a.entry-author-link:focus,
a.entry-author-link:hover {
    border-bottom: 1px solid #edecee;
    color: #4e4756;
}

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

.search .entry-header .entry-meta {
    display: none;
}

.portfolio .entry-header .entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.entry-footer .entry-meta {
    padding: 10px 8.75%;
    text-align: left;
}

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

.entry-comments-link::before {
    content: "\005C";
    margin: 0 10px 0 10px;
}

.entry-meta a {
    font-weight: 600;
    text-decoration: none;
}

.portfolio .entry-header .entry-meta a {
    color: #4a4f9b;
}

.entry-meta .avatar {
    border-radius: 50%;
    float: none;
    margin: 0 12px -12px 0;
    max-height: 36px;
    width: auto;
}

.entry-meta .entry-author-name,
.entry-meta .entry-time {
    font-weight: 600;
    margin: 0 4px;
}

.single-books .book-author {
    color: #837e88;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
    text-transform: lowercase;
}

.single-books .book-author .book-author-link {
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
}

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

.pagination {
    clear: both;
    position: relative;
}

.half-width-entries .archive-pagination,
.full-width-content .archive-pagination {
    text-align: center;
}

.half-width-entries .archive-pagination ul {
    padding: 80px 0;
    padding-top: 0;
}

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

.archive-pagination {
    margin: 56px 0;
}

.archive-pagination li {
    display: inline;
    margin: 0 3px;
}

.archive-pagination a,
.archive-pagination span {
    background-color: #4e4756;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 16px;
    text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a,
.archive-pagination span.current {
    background-color: #22415f;
    color: #fff;
}

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

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

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

.comment-respond,
.entry-comments {
    padding: 60px 18.75%;
}

.comment-list li {
    border: 1px solid #d9d8db;
    padding: 40px;
}

.comment-list .depth-1 {
    margin-top: 40px;
}

.comment-list .children {
    margin-top: 40px;
}

.comment-header {
    line-height: 1.5;
    margin-bottom: 30px;
}

.comment-author-link {
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.comment-meta,
.comment-meta a {
    color: #837e88;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    text-decoration: none;
}

.comment-content {
    clear: both;
}

.comment-reply-link {
    border-bottom: 2px solid #22415f;
    color: #22415f;
    font-weight: 700;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

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

/* Entry Messages
--------------------------------------------- */

.message {
    background-color: #111;
    padding: 25px 30px;
}

.message,
.message a {
    color: #fff;
}

.message a:focus,
.message a:hover {
    color: #fff;
    text-decoration: none;
}

.message.blue {
    background-color: #0059b3;
}

.message.green {
    background-color: #008758;
}

.message.orange {
    background-color: #cc4b00;
}

.message.primary {
    background-color: #4a4f9b;
}

.message.secondary {
    background-color: #44a1c2;
}

/* Pricing Page
--------------------------------------------- */

.full-width-content .pricing-table {
    margin: 40px -8.75% 80px;
}

.pricing-table .one-half,
.pricing-table .one-third,
.pricing-table .one-fourth {
    background-color: #f5f5f5;
    padding: 50px 20px;
    text-align: center;
}

.pricing-table .featured {
    background-color: #fff;
    border: 5px solid #44a1c2;
}

.pricing-table h4 {
    font-style: normal;
    margin-top: 0;
}

.pricing-table p {
    margin-bottom: 0;
}

.pricing-table .price {
    display: block;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 10px 0;
}

.pricing-table ul li {
    font-size: 18px;
    font-size: 1.8rem;
    list-style-type: none;
}

.pricing-table ul {
    margin: 0 0 40px 0;
}

/* Sidebar
---------------------------------------------------------------------------- */

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

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

/* Above Footer CTA
---------------------------------------------------------------------------- */

.above-footer-cta {
    padding: 0 /*40px*/;
}

.above-footer-cta .wrap {
    background-color: #fff;
    max-width: 1200px;
    padding: 80px 80px 10px;
    position: relative;
    z-index: 999;
    display: block;
}

.above-footer-cta h4 {
    color: #000000;
    font-size: 50px;
    font-size: 5rem;
}

.above-footer-cta .widget-area:not(.widget-full) .button.button-hero {
    width: 100%;
}

.above-footer-cta + .full-width-image.footer-cta-image {
    float: left;
    margin-top: -120px;
}

.above-footer-cta .flexible-widgets .widget:last-of-type {
    margin-bottom: 40px;
}

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

#custom_html-20 {
    text-align: right;
}

.footer-widgets {
    margin-bottom: 0;
}

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

.footer-widgets section {
    width: 33.33% !important;
}

.site-footer {
    display: none;
}

@media only screen and (max-width: 800px) {
    .footer-widgets section {
        width: auto !important;
    }
}

@media only screen and (max-width: 640px) {
    .footer-widgets section, #custom_html-20 {
        width: 100% !important;
        text-align: center;
    }

    .footer-widgets .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-widgets .footer__col {
        text-align: center;
    }

    .footer-widgets .stay-tuned {
        padding-left: 0;
    }

}

#custom_html-20 a {
    padding-left: 5px;
}

#simple-social-icons-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#simple-social-icons-3 .widget-wrap {
    margin: 0 auto;
}

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

.footer-widgets a {
    color: #4e4756;
}

.footer-widgets h4 {
    color: #000;
    font-size: 20px;
    font-size: 2rem;
}


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

.site-footer {
    background-color: #fff;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 60px 0;
    text-align: left;
}

.site-footer p {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 10px;
}

.site-footer a {
    color: #4e4756;
}


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

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

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

    .content {
        width: 800px;
    }

    .full-width-content .content {
        width: 1140px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .flexible-widgets .wrap {
        max-width: 1220px;
    }

    .site-header .nav-primary {
        max-width: 800px;
    }

}


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

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

    .content {
        width: 620px;
    }

    .full-width-content .content,
    .above-footer-cta-inner {
        width: 960px;
    }

    .above-footer-cta-inner {
        padding: 60px 40px;
    }

    .above-footer-cta .wrap {
        padding: 40px 60px 40px;
    }

    .has-featured-image .entry-content, .archive.has-featured-images .content, .page-template-attorneys #attorneys-grid, .single-testimonial .entry-content {
        margin-top: -100px;
        padding: 80px 14.5% 60px;
    }

    .has-featured-image .sidebar-primary {
        margin-top: -100px;
    }

    .flexible-widgets .wrap {
        max-width: 1040px;
    }

    .flexible-widgets.widget-full blockquote {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 10px 40px;
    }

    .flexible-widgets.widget-full blockquote::before {
        font-size: 68px;
        font-size: 6.8rem;
        left: -60px;
        top: -20px;
    }

    .site-header .nav-primary {
        /*max-width: 620px;*/
        max-width: unset;
        width: auto;
    }

    .content .entry-image-featured-image .entry-image-link + .entry-header,
    .content .featured-content .entry a.alignnone + .entry-header,
    .content .featured-content .entry a.aligncenter + .entry-header,
    .content .has-post-thumbnail.entry.pro-portfolio .entry-header {
        margin: -80px 40px 0 0;
        padding: 20px 5% 15px;
    }

    .large-text {
        font-size: 40px;
        font-size: 4rem;
    }

    .genesis-pro-portfolio .pro-portfolio .entry-header h2.entry-title {
        font-size: 20px;
        font-size: 2rem;
    }

}

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

    h1.entry-title {
        margin: 0 60px 60px 60px;
    }

    .archive-description .entry-title,
    .archive-title,
    .entry-title {
        font-size: 50px;
        font-size: 5rem;
    }

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

    .content,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .sidebar-primary {
        max-width: 100%;
        width: 100%;
    }

    .breadcrumb {
        max-width: 100%;
        text-align: center;
    }

    .sidebar .widget.enews-widget {
        border-width: 0;
    }

    .full-width-content .content {
        width: 640px;
    }

    .archive.full-width-content .content,
    .woocommerce-page.full-width-content .content,
    .half-width-entries.full-width-content .content {
        width: 100%;
    }

    .single .entry-footer .entry-meta {
        padding-left: 0;
        padding-right: 0;
    }

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

    .archive-description {
        margin-bottom: 0;
        padding: 10px;
    }

    .above-footer-cta-inner {
        padding: 30px 40px 0;
        width: auto;
    }

    .above-footer-cta .wrap {
        position: relative;
    }

    .has-featured-image .entry-content, .archive.has-featured-images .content, .page-template-attorneys #attorneys-grid, .single-testimonial .entry-content, .page-template-staff #staff-grid {
        margin-top: 0;
        padding: 0;
    }

    .full-width-image {
        margin-bottom: 30px;
    }

    .has-featured-image .sidebar-primary {
        margin-top: 0;
    }

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

    .genesis-nav-menu {
        text-align: center;
    }

    .site-header .nav-primary {
        max-width: none;
    }

    .full-width-content .pricing-table {
        margin: 40px 0;
    }

    .pricing-table .one-fourth,
    .pricing-table .one-fifth {
        margin-left: 0;
        width: 48%;
    }

    .pricing-table .one-fourth:nth-of-type(even),
    .pricing-table .one-fifth:nth-of-type(even) {
        margin-left: 4%;
    }

    .pricing-table .one-half,
    .pricing-table .one-third,
    .pricing-table .one-fourth,
    .pricing-table .one-fifth {
        margin-bottom: 20px;
    }

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

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

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

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        background-color: #fff;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        display: none;
        visibility: hidden;
    }

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

    .menu-toggle {
        line-height: 20px;
        float: right;
        position: relative;
        text-align: right;
        z-index: 1000;
        width: auto;
    }

    .menu-toggle::before {
        font-size: 22px;
        font-size: 2.2rem;
        margin-right: 10px;
        position: relative;
        text-rendering: auto;
        top: 2px;
    }

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

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.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 a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover {
        color: #4a4f9b;
    }

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

    .nav-primary .genesis-nav-menu a {
        margin: 0 0 1px;
    }

    .nav-primary .genesis-nav-menu .sub-menu a:focus,
    .nav-primary .genesis-nav-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
    .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        border: none;
    }

    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget {
        float: none;
        width: 100%;
    }

    .flexible-widgets .widget {
        padding-left: 0;
        padding-right: 0;
    }

    .full-width-image.footer-cta-image {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
		margin-bottom: 0;
        width: 100%;
    }

    .above-footer-cta + .full-width-image.footer-cta-image {
        margin-top: 0;
    }

    .large-text {
        font-size: 36px;
        font-size: 3.6rem;
        padding: 0;
    }

}

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

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

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

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

    h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }

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

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

    .archive-description .entry-title,
    .archive-title,
    .entry-title {
        font-size: 40px;
        font-size: 4rem;
    }

    h1.entry-title {
        margin: 0 30px 30px 30px;
    }

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

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

    /*.site-header > .wrap {
        padding: 10px 2.5% 0 2.5%;
    }*/
    .sidebar {
        margin-bottom: 5%;
    }

    .half-width-entries .archive-pagination ul {
        padding: 20px 0;
    }

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

    .half-width-entries .content .entry {
        margin-left: 0;
        width: 100%;
    }

    .genesis-pro-portfolio .content .pro-portfolio:nth-of-type(3n+1) {
        clear: none;
    }

    .genesis-pro-portfolio .content .pro-portfolio:nth-of-type(2n+1) {
        clear: left;
        margin-right: 4%;
    }

    .genesis-pro-portfolio .content .pro-portfolio {
        margin-right: 0;
        padding: 0;
        width: 48%;
    }

    .above-footer-cta {
        margin-top: 40px;
        text-align: center;
    }

    .above-footer-cta .wrap {
        padding: 5% 5% 3% 5%;
    }

    .above-footer-cta h4 {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .single-books .entry-header {
        margin-bottom: 0;
    }

    .large-text {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .flexible-widgets.widget-full blockquote::before {
        font-size: 48px;
        font-size: 4.8rem;
        left: -40px;
        top: -10px;
    }

    .flexible-widgets.widget-full blockquote {
        font-size: 20px;
        font-size: 2rem;
        margin: 0 10px;
        padding: 10px 20px;
    }

    .flexible-widgets.widget-full blockquote cite {
        font-size: 18px;
        font-size: 1.8rem;
    }

}

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

    button.button-hero,
    input[type="button"].button-hero,
    input[type="reset"].button-hero,
    input[type="submit"].button-hero,
    .button.button-hero {
        line-height: 1.2;
        padding: 20px 30px;
        text-align: center;
    }

    button.button-hero::after,
    input[type="button"].button-hero::after,
    input[type="reset"].button-hero::after,
    input[type="submit"].button-hero::after,
    .button-hero::after {
        display: none;
    }

    h1.entry-title {
        margin: 0 0 20px 0;
    }

    .entry-title {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .full-width-image img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .full-width-image {
        margin-left: calc(-5% - 2px);
        margin-right: calc(-5% - 2px);
        width: calc(110% + 4px);
    }

    .content .entry-image-featured-image .entry-image-link + .entry-header {
        margin: 0;
        padding: 12px 0 0;
    }

    .content .featured-content .entry a.alignnone + .entry-header,
    .content .featured-content .entry a.aligncenter + .entry-header,
    .content .has-post-thumbnail.entry.pro-portfolio .entry-header {
        margin: 0;
        padding: 0;
    }

    .genesis-pro-portfolio .content .pro-portfolio:nth-of-type(2n+1) {
        clear: left;
        margin-right: 0;
    }

    .genesis-pro-portfolio .content .pro-portfolio {
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

}

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

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

    .menu-toggle {
        margin-bottom: 10px;
    }

}

/* 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) ")";
        font-size: 60%;
    }

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

    .front-page .site-container .above-footer-cta + .footer-cta-image,
    .front-page .content .full-width-image,
    .hero-section .wrap .full-width-image,
    .site-container .above-footer-cta + .footer-cta-image {
        margin-top: 0;
    }

    .content .entry-image-featured-image .entry-image-link + .entry-header,
    .content .featured-content .entry a.alignnone + .entry-header,
    .content .featured-content .entry a.aligncenter + .entry-header {
        margin: 0;
    }

    .entry-content {
        background-color: #fff !important;
    }

}

/* Testimonials */

.page-template-template-testimonials #genesis-content, .page-template-template-faqs #genesis-content {
	display: none;
}

.page-template-template-testimonials .post-item__content {
	width: 100%;
}

.slide-image {
    display: none;
}

.flexslider .slides > li {
    height: 250px;
    width: 10% !important;
}

.flex-control-nav li:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 600px) {
    .flexslider .slides > li {
        height: 400px !important;
    }
}

@media only screen and (max-width: 414px) {
    .flexslider .slides > li blockquote p {
        font-size: 16px !important;
    }
}

.slide-excerpt {
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexslider {
    max-width: 100% !important;
}

.flex-direction-nav li .next {
    background-position: center center !important;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 17' style='enable-background:new 0 0 17 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23DDDDDD;stroke-width:2;stroke-linecap:square;%7D%0A%3C/style%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Symbols'%3E%3Cg id='_x2E_button-hero' transform='translate(-324.000000, -44.000000)'%3E%3Cg id='arrow'%3E%3Cg id='arrow_1_'%3E%3Cg transform='translate(324.000000, 45.000000)'%3E%3Cpath id='Line-2_1_' class='st0' d='M1.5,7.5h13.9'/%3E%3Cpath id='Line-2-Copy_1_' class='st0' d='M10,0.5l5.6,6.7'/%3E%3Cpath id='Line-2-Copy-2_1_' class='st0' d='M10,14.5l5.6-6.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
    right: -3% !important;
}

.flex-direction-nav li a {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 17' style='enable-background:new 0 0 17 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23DDDDDD;stroke-width:2;stroke-linecap:square;%7D%0A%3C/style%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Symbols'%3E%3Cg id='_x2E_button-hero' transform='translate(-324.000000, -44.000000)'%3E%3Cg id='arrow'%3E%3Cg id='arrow_1_'%3E%3Cg transform='translate(324.000000, 45.000000)'%3E%3Cpath id='Line-2_1_' class='st0' d='M15.5,7.5H1.7'/%3E%3Cpath id='Line-2-Copy_1_' class='st0' d='M7,14.5L1.5,7.8'/%3E%3Cpath id='Line-2-Copy-2_1_' class='st0' d='M7,0.5L1.5,7.2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-position: center center !important;
}

.flex-direction-nav li .prev {
    left: -3% !important;
}

html > body .slide-excerpt-border {
    border: 0 !important;
    padding: 14px 14px 14px 46px !important;
}

.flex-direction-nav li a {
    width: 25px !important;
    height: 25px !important;
}

html > body .slide-excerpt-border blockquote {
    font-size: 2rem !important;
    margin: 0 10px;
}

#genesis-responsive-slider {
    border: 10px solid #fff !important;
}

.site-inner #custom_html-6 .button {
    margin-top: -40px;
    margin-left: 120px;
    margin-bottom: 40px;
}

.site-inner .flexible-widgets.widget-full blockquote {
    font-size: 3.75rem;
}

@media only screen and (max-width: 1200px) {
    .site-inner #custom_html-6 .button {
        margin-top: -20px;
        margin-left: 80px;
        margin-bottom: 20px;
    }

    .site-inner .flexible-widgets.widget-full blockquote {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 860px) {
    .site-inner #custom_html-6 .button {
        margin-top: 0;
        margin-left: 30px;
    }
}

.text-padding {
    padding-bottom: 50px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 1023px) {
    .text-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 860px) {
    .text-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

html .site-inner .front-page-6 .entry {
    width: 100%;
}

html .site-inner .front-page-6 .featured-page {
    width: 33.33% !important;
    float: left;
    padding-right: 20px;
    margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

html .site-inner .front-page-6 .featured-page:nth-child(3n + 1) {
    padding-right: 0;
}

html .site-inner .front-page-6 .breakthrough-featured-image img {
    height: 333px;
}

.of-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.front-page-6 .featured-content .entry {
    height: 334px !important;
}

.home .front-page-6 .featured-page:last-of-type {
    margin: 0 auto !important;
    clear: both;
    float: none;
}

@media only screen and (max-width: 1023px) {
    html .site-inner .front-page-6 .featured-page {

        padding-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    html .site-inner .front-page-6 .featured-page {
        width: 100% !important;
    }
}

.article .button {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .article .button {
        margin-top: 20px;
    }
}

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

.footer__inner:before, .footer__inner:after {
    display: none;
}

.footer__col {
    /*margin-bottom: 40px*/;
    padding-left: 40px;
    padding-right: 40px;
}

.footer__col:first-of-type p {
	margin-bottom: 0;
}

.footer__col--form {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}

.footer__cop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gngf-link {
    padding-left: 5px;
}


.stay-tuned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.stay-tuned li.stay-tuned__item {
    padding-left: 0;
}

.stay-tuned a.stay-tuned__link {
    background-color: #22415f;
    border-radius: 0px;
    color: #ffffff;
    border: 0px #ffffff solid;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    margin: 0 6px 12px;
    padding-left: 0;
}

.stay-tuned a.stay-tuned__link:hover, .stay-tuned a.stay-tuned__link:focus {
    background-color: #224158;
}

.stay-tuned__link span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.header-right {
    text-align: center;
}

.breakthrough-featured-image img {
    width: 100%;
}

cite {
    display: block;
    padding-bottom: 15px;
}

@media (min-width: 1024px) {
    .post-list {
        background-color: #fff;
        margin-top: -150px;
        padding: 100px 18.75% 60px;
        position: relative;
        z-index: 99;
    }
}

.post-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-item__image {
    max-width: 44%;
    margin-right: 24px;
    margin-top: 8px;
    margin-bottom: auto;
}

@media (max-width: 640px) {
	.post-item__image {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	
	.post-item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.post-item__image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.post-item__title a,
.post-item__title {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
}

.post-item__title a:hover,
.faq-item__title a:hover {
    text-decoration: underline;
}

.post-item:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.post-item__read-more {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
    border-bottom: 2px solid #44a1c2;
}

.category-dropdown {
    margin: 0 0 60px;
}

/*
	Badges List
*/
.badges-list {
    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;
}

.badges-list a {
    display: inline-block;
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    margin: 0 10px;
}

.badges-list a > img {
    margin: 0 auto;
}

/*
	Single Attorneys
*/

.staff-title {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.single-attorneys .full-width-image img, .single-staff .full-width-image img, .page-template-staff .breakthrough-featured-image img, .page-template-attorneys .breakthrough-featured-image img {
    height: 400px;
    width: 100%;
}

@media (min-width: 1023px) {

    /*.single-staff .full-width-image img {
        height: 550px;
        width: 90%;
    }*/

    .single-staff .full-width-image {
        text-align: center;
    }
}

@media (max-width: 640px) {
	.page-template-staff .featured-content .breakthrough-featured-image img, .page-template-attorneys .featured-content .breakthrough-featured-image img {
		height: auto !important;
	}
}

.single-attorneys .site-container .entry-content, .single-staff .site-container .entry-content {
    margin-top: 0;
}


.single-attorneys .staff-socials, .single-staff .staff-socials {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
    margin: 24px 0;
}

@media (max-width: 1023px) {
    .single-attorneys .staff-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .single-staff .staff-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-attorneys .post-list__breadcrumbs, .single-staff .post-list__breadcrumbs {
    padding: 0 50px;
}

.single-attorneys .header-color-block .color-block-wrap, .single-staff .header-color-block .color-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    padding: 5px 50px 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-attorneys .breakthrough-page-title .wrap, .single-staff .breakthrough-page-title .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.single-attorneys .entry-title, .single-staff .entry-title {
    text-align: left;
    margin: 0;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	color: #44a1c2;
}

.single-attorneys .entry-header, .single-staff .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-attorneys .site-inner, .single-staff .site-inner {
    padding-top: 50px;
}

.single-attorneys .entry-content, .single-staff .entry-content {
    padding-top: 25px;
}

.single-attorneys .header-color-block .breakthrough-page-title, .single-attorneys .header-color-block .full-width-image, .home .breakthrough-page-title .wrap, .single-staff .header-color-block .breakthrough-page-title {
    z-index: 2;
    position: relative;
}

.single-attorneys .header-color-block .full-width-image, .single-staff .full-width-image {
    max-width: 300px !important;
    margin: 0 !important;
}

body .team-tab-list {
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.single-attorneys .header-color-block::after, .single-staff .header-color-block::after {
    height: calc(50% + 50px) !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

.single-attorneys .header-color-block .full-width-image, .single-staff .full-width-image {
    min-width: 300px !important;
    width: 300px !important;
    margin: 0 !important;
}

.single-attorneys .header-color-block .breakthrough-page-title, .single-staff .breakthrough-page-title {
    padding-left: 50px;
    width: unset;
    max-width: unset;
    position: unset !important;
    margin: unset !important;
}
.single-attorneys .header-color-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.team-tab-list li {
    padding: 10px !important;
}

.team-tab-list {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
    margin-top: 28px !important;
}

.single-attorneys .badges-list a {
    -ms-flex-preferred-size: calc(15% - 10px);
    flex-basis: calc(15% - 10px);
}

.single-attorneys .badges-list a > img {
    max-width: 125px;
}

.single-attorneys .entry {
    margin-bottom: 0;
}

.single-attorneys .badges-list {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-attorneys .staff-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 1023px) {
    .single-attorneys .header-color-block {
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
         -ms-flex-direction: column-reverse;
             flex-direction: column-reverse;
        padding-top: 0;
    }

    .single-attorneys .post-list__breadcrumbs {
        padding: 0;
    }

    .single-attorneys .header-color-block .color-block-wrap, .single-staff .header-color-block .color-block-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .single-attorneys .site-inner {
        padding-top: 0;
    }

    .single-attorneys .header-color-block::after {
        height: 160px !important;
    }

    .single-attorneys .header-color-block .color-block-wrap {
        padding: 25px 0 0!important;
    }

    .single-attorneys .breakthrough-page-title .wrap {
        padding: 0;
    }

    .single-attorneys .color-block-wrap::before {
        background-color: transparent;
    }

    .single-attorneys .entry-title, .single-staff .entry-title, .single-staff .entry-header {
        text-align: center !important;
    }

    .single-attorneys .header-color-block .breakthrough-page-title, .single-staff .header-color-block .breakthrough-page-title {
        padding-left: 0;
        padding-top: 25px;
    }
	
	.single-staff .breakthrough-page-title {
		width: 100%;
	}

    .team-tab-list {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .single-attorneys .header-color-block .full-width-image, .single-staff .header-color-block .full-width-image {
        min-width: 200px !important;
        width: 100%!important;

    }

    .single-attorneys .staff-title {
        margin: 0 auto;
    }
}


.fa-avvo {
    background-image: url("images/avvo-white.png");
    height: 100%;
    width: 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}


/* Attorney Page Tabs
--------------------------------------------- */

.team-tab-list {
    margin: 0 !important;
    margin-bottom: 28px !important;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 40px;
}

@media screen and (max-width: 40.06125em) {
    .team-tab-list {
        margin-bottom: 20px;
    }
}

.team-tab-list li {
    font-size: 17px;
    color: #333333 !important;
    padding: 10px 23px 10px !important;
    font-weight: 700;
    position: relative;
	margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

@media (max-width: 640px) {
    .team-tab-list li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 40.06125em) {
    .team-tab-list li {
        width: 100%;
        padding: 5px 45px 5px 0;
    }
}

.team-tab-list li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    top: calc(50% - 3px);
    right: 20px;
    -webkit-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}

.team-tab-list li.open, .team-tab-list li:hover, .team-tab-list li:focus {
    border-bottom: 3px solid #44a1c2 !important;
}

.team-tab-list li.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-tab-list li:hover {
    cursor: pointer;
}

.team-tab-list li::before {
    display: none;
}

.team-tab-content {
    display: none;
}

.team-tab-content.open {
    display: block;
}

.post-list__breadcrumbs {
    margin: 20px 0;
}


#breadcrumbs,
#st-breadcrumbs {
    margin-top: -40px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#breadcrumbs > span,
#st-breadcrumbs > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
	margin-bottom: 10px;
}

#breadcrumbs span:after {
    content: " » ";
    margin: 0 5px;
}

#breadcrumbs span:last-child:after {
    content: none;
}

#breadcrumbs a,
#st-breadcrumbs a {
    color: #44a1c2;
    text-decoration: underline;
}

#breadcrumbs a:first-of-type, #st-breadcrumbs a:first-of-type {
	margin-left: 0;
}

#st-breadcrumbs a {
    margin-right: 5px;
    margin-left: 5px;
}

#st-breadcrumbs span.breadcrumb_last {
    margin-left: 5px;
}

#breadcrumbs a:hover {
    color: #989898;
}


#breadcrumbs .breadcrumb_last {
    font-weight: normal
}

@media screen and (max-width: 60em) {

    #breadcrumbs {
        margin: 17px 0 35px;
        line-height: 1.6875rem
    }

    #breadcrumbs i {
        margin-left: 10px;
        margin-right: 6px
    }
}

@media screen and (max-width: 640px) {
    #breadcrumbs,
    #st-breadcrumbs {
        margin-top: 0px;
    }

    #breadcrumbs {
        line-height: 1;
    }
}


@media screen and (max-width: 1023px) {
	
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
		min-height: 40px;
		height: auto !important;
	}
	
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        line-height: 7px !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
        line-height: 41px !important;
    }
}


/*
	Responsive menu line-height fix
*/

@media screen and (max-width: 700px) {
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        line-height: 1.2 !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a {
        height: auto !important;
    }
}


@media screen and (min-width: 1023px) {
    .site-container .flexible-widgets .widget_text--padding {
        padding-right: 160px;
        padding-left: 160px;
    }

    .front-page-4 .widget-full .widget_text--padding {
        padding-right: 120px;
        padding-left: 120px;
    }
}

/*
	Single Faq
*/
.single-faq .entry-meta {
    display: none;
}

.single-faq .entry__thumb {
    max-width: 75%;
    margin: 0 auto 20px;
}

.single-faq .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media screen and (max-width: 640px) {
    .single-faq .entry__thumb {
        max-width: 90%;
    }
}


/*New Custom Template
*/
.page-template-custom-template .site-header .wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}

.content-wrapper-header {
    width: 80%;
    margin-top: 27px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.page-template-custom-template .entry-content {
    padding: 40px 10.75% 40px;
    border: 1px solid #000000;
}

.header-right-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
}


@media screen and (max-width: 670px) {
    .page-template-custom-template.admin-bar .site-header {
        top: 33px !important;
    }

    .page-template-custom-template.admin-bar #mobile-ctas {
        top: 119px !important;
    }

    .page-template-custom-template .title-area {
        padding-top: 2px;
    }

    .page-template-custom-template .site-header .wrap {
        padding: 20px 2.5%;
    }

    .page-template-custom-template .site-inner {
        margin-top: 160px !important;
    }

    .page-template-custom-template .site-header {
        top: 0 !important;
    }

    .page-template-custom-template .custom-logo {
        height: 45px;
        width: auto;
    }

    .page-template-custom-template #mobile-ctas {
        top: 94px !important;
    }


}


.page-template-custom-template .header-right-wrap .phone-link {
    margin-right: 26%;
}

@media screen and (max-width: 1200px) {
    .page-template-custom-template .header-right-wrap .phone-link {
        margin-right: 23%;
    }
}

.page-template-custom-template p {
    line-height: 1.45;
}

@media screen and (max-width: 1023px) {
    .page-template-custom-template .phone_header {
        display: none;
    }

    .page-template-custom-template #responsive-menu-pro-button {
        display: none;
    }
}

.content-wrapper-header .phone-link {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 600;
}

.section-right-image, .section-left-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 30px;
}

.section-right-image .right-image img {
    height: auto;
    max-height: 567px;
    float: right;
    width: auto;
}


.left-content {
    padding-right: 20px;
}

.section-left-image .left-image {
    margin-right: 20px;
}

.section-left-image .left-image img {
    max-height: 690px;

}

.section-right-image .right-image, .section-right-image .left-content, .section-left-image .right-content, .section-left-image .left-image {
    width: 50%;
}

@media screen and (max-width: 670px) {
    .page-template-custom-template .content-wrapper-header {
        display: none;
    }

    .section-right-image .right-image img {
        height: 210px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-template-custom-template .right-content, .page-template-custom-template .left-content, .page-template-custom-template .center-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-template-custom-template .section-right-image, .page-template-custom-template .section-left-image {
        padding-top: 0px !important;
    }

    .page-template-custom-template p, .page-template-custom-template li {
        line-height: 1.45;
        margin: 0 0 21px;
    }

    .page-template-custom-template .attorney-title {
        margin: -112px 67px 0 0 !important;
        padding: 8px 2.75% 15px !important;
    }

    .page-template-custom-template .content-sidebar-wrap .button {
        font-weight: 600 !important;
        width: 100% !important;
        min-width: 206px !important;
    }

    .page-template-custom-template .right-content {
        margin-top: 8px;
    }

    .page-template-custom-template .entry-title {
        margin: -1px 0 38px 0 !important;
        text-align: left !important;
    }

    .page-template-custom-template .full-width-image .button-hero {
        top: -14px;
        margin-top: -3px;
        left: 6% !important;
        right: 6%;
        margin-left: auto !important;
    }

    .section-right-image .left-content {
        text-align: left;
    }

}

@media screen and (max-width: 1023px) {
    .section-right-image .right-image, .section-left-image .right-content {
        width: 100%;
        text-align: center;
    }

    .right-content {
        margin-top: 40px;

    }

    .page-template-custom-template .site-container .site-header .phone_header p {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }

    .section-left-image .left-image {
        text-align: left !important;
        width: 100%;

    }

    .section-right-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        text-align: center;

    }

    .section-left-image {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

    }

    .section-right-image .left-content {
        text-align: left;
        width: 100%;
    }

    .right-image img, .left-image img {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important;
    }

    .page-template-custom-template .entry-header .entry-title {
        margin: 0 30px 87px 30px;
    }

}

.content-hero-bottom {
    text-align: center;
}

.center-content {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 1400px) {
    .page-template-custom-template .full-width-image .button-hero {
        position: absolute;
        left: 0;
        text-align: center;
        margin-left: calc(100px + 9%);
        top: -32px;
        border: 10px solid #fff;

    }
}

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

    .page-template-custom-template .button-hero {
        margin-left: calc(42px + 9%);
    }
}

.page-template-custom-template .site-inner .button {
    font-weight: 600;
    min-width: 206px;
}

@media screen and (min-width: 1400px) {
    .page-template-custom-template .full-width-image .button-hero {
        position: absolute;
        left: 0;
        text-align: center;
        margin-left: calc(100px + 13%);
        top: -32px;
        border: 10px solid #fff;

    }

    .page-template-custom-template .content-sidebar-wrap .entry-content {
        margin-top: -225px;
    }
}

.page-template-custom-template .full-width-image .wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.page-template-custom-template .full-width-image {
    overflow: unset;
}

.page-template-custom-template .attorney-title {
    margin: -136px 188px 0 0;
    padding: 18px 4.75% 15px;
    background-color: #fff;
    position: relative;
}


.section-right-image {
    padding-top: 40px;
}

.page-template-custom-template .above-footer-cta .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

.page-template-custom-template #gform_widget-3 {
    width: 100% !important;
}

.page-template-custom-template #custom_html-23 {
    width: 100% !important;
    margin-bottom: 5px !important;
}

.page-template-custom-template .content li {
    margin-bottom: 6px !important;
}

.page-template-custom-template .content ol li {
    list-style-type: decimal;
}

/*Front Page
*/

.front-page .hero-home {
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fefefd;
}

.front-page .hero-home .hero-title,
.front-page .hero-home .hero-home__subtitle {
    color: #fefefd;
}

.front-page .hero-home .hero-home__subtitle {
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    font-size: 22px;
}

.front-page .hero-home .hero-home__subtitle:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fefefd;
}

.front-page .hero-home:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.front-page .full-width-image--home {
    position: relative;
}

.hero-home .hero-home__wrapper {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 15px;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*width: 100%;*/
}

.hero-home .hero-home__caption {
    max-width: 23%;
    margin-top: 20px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1235px) and (min-width: 1023px) {
    .hero-home .hero-home__caption {
        max-width: 30%;

    }
}

@media screen and (min-width: 1023px) {
    .front-page .site-container .site-inner {
        margin-top: 0;
    }

    .front-page .site-container .hero-home {
        background-position: 43%;
        padding-top: 155px;
    }

    .front-page .site-container .site-header:not(.scroll-fix) {
        background-color: transparent;
    }

    .front-page .site-header > .wrap {
        border-bottom: 0;
    }
}

.hero-home__caption--mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .front-page .hero-home .hero-home__subtitle {
        font-size: 18px;
        font-weight: 500;
    }

    .hero-home .hero-title {
        margin-bottom: 0 !important;
    }

    .front-page .site-container .hero-home {
        background-position: 46%;

    }

    .hero-home__caption--desktop {
        display: none;
    }

    .hero-home__caption--mobile {
        display: block;
    }

    .hero-home .hero-home__caption {
        max-width: none;
    }

    .front-page .full-width-image--home {
        margin-bottom: 0;
        overflow: visible;
    }

    .front-page .site-container .hero-section .full-width-image {
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        overflow: visible;
    }

    .front-page .site-container .hero-section .full-width-image--home img {
        width: 124%;
        margin-left: -11%;
        height: auto;
        margin-top: 50px;
        max-width: none;
    }
}

@media screen and (max-width: 500px) {
    .front-page .site-container .hero-section .full-width-image--home img {
        width: 136%;
        margin-left: -16%;
        margin-top: 30px;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

/*
	FRONT PAGE HERO IMAGE
*/
.front-page .site-container .full-width-image--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 30px;*/
    margin-top: 0;
}

.front-page .full-width-image--home img {
    width: auto;
    margin-left: auto;
    max-width: 70%;
}

.front-page .hero-home {
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fefefd;
}

.front-page .hero-home .hero-title,
.front-page .hero-home .hero-home__subtitle {
    color: #fefefd;
}

@media screen and (min-width: 600px) {
    .left_button {
        color: #44a1c2 !important;
        background-color: #fff !important;
        font-size: 18px !important;
        letter-spacing: 1.8px !important;
        line-height: 1 !important;
        padding: 40px 160px 35px 40px !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1023px) {
    .left_button {
        max-width: 541px;
        margin-bottom: 10px;
        padding: 40px 140px 35px 40px !important;
    }
}

.left_button {
    padding: 40px 160px 35px 40px;
    position: relative;
}


@media screen and (min-width: 1023px) {
    .hero-home__subtitle {
        margin-top: 28px;
    }

    .left_button {
        color: #44a1c2 !important;
        background-color: #fff !important;
        border: 10px solid #44a1c2 !important;
        font-size: 18px !important;
        letter-spacing: 1.8px !important;
        line-height: 1 !important;
        text-align: left !important;
    }

    .button-hero, .left_button {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 600px) {
    .left_button::after {
        background: url(images/hero-arrow-blue.svg) no-repeat center right;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        right: 40px;
        top: calc(50% - 6px);
        width: 80px;
    }

    .button-hero:hover::after {
        background: url(images/hero-arrow-blue.svg) no-repeat center right;
    }

    .left_button:hover::after {
        background: url(images/hero-arrow-white.svg) no-repeat center right;
    }
}

@media screen and (max-width: 600px) {
    .hero-section .wrap {
        padding-bottom: 0;
    }

    .left_button {

        line-height: 1.2;
        padding: 20px 2px;
        text-align: center;
        color: #44a1c2 !important;
        background-color: #fff !important;
        font-size: 18px !important;
        letter-spacing: 1.8px !important;
    }

    .button-hero:hover::after {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .hero-section .wrap {
        padding-bottom: 0;
    }

    .left_button {

        text-align: center;
        color: #44a1c2 !important;
        background-color: #fff !important;
    }

    .button-hero:hover {
        color: #44a1c2 !important;
        background-color: #fff !important;
    }

    .left_button:hover {
        color: #fff !important;
        background-color: #44a1c2 !important;
    }
}

.hero-home__subtitle {
    float: left !important;
}

.front-page .hero-home .hero-home__subtitle {
    font-weight: 500;
    position: relative;
    /*padding-bottom: 15px;*/
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
    border-top: 3px solid #44a1c2;
    border-bottom: 3px solid #44a1c2;
    padding: 15px 0px;
}

.front-page .hero-home:before {
    content: '';
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3))) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.front-page .full-width-image--home {
    position: relative;
}

.hero-home .hero-home__wrapper {
    width: 100%;
}

.hero-home .hero-home__caption {
    max-width: 100%;
    /*margin-top: 20px;*/
    margin-top: 0;
    text-align: center;
}
.front-page .hero-home .hero-section{
    text-align: center;
}
.front-page .hero-home .hero-home__caption h2 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}

.half-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    padding-bottom: 10px;
}

.half-blocks p {
    margin-bottom: 0;
}

.half-blocks p, .half-blocks .hero-home__subtitle {
    padding: 18px 50px;
}


@media only screen and (min-width: 860px) {
    .button-hero:hover {
        color: #44a1c2  !important;
        background-color: #fff !important;
        border: 10px solid #44a1c2  !important;
    }
    .left_button:hover {
        color: #fff !important;
        background-color: #44a1c2  !important;
        border: 10px solid #fff !important;
    }

}


@media screen and (min-width: 1023px) {
    .front-page .site-container .site-inner {
        margin-top: 0;
    }

    .front-page .site-container .hero-home {
        /*background-position: 43%;
        padding-top: 155px;*/
        background-position: top;
        padding-top: 155px;
        min-height: 770px;
    }

    .front-page .site-container .site-header:not(.scroll-fix) {
        background-color: transparent;
    }

    .front-page .site-header > .wrap {
        border-bottom: 0;
    }
}

.hero-home__caption--mobile {
    display: none;
}

.front-page .button_mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .front-page .hero-home .hero-home__subtitle {
        font-size: 18px;
        font-weight: 500;
    }

    .hero-home .hero-title {
        margin-bottom: 0 !important;
    }
    .hero-section {
        left: 0;
        right: 0;
        bottom: 15px !important;
        position: absolute!important;
    }
    .front-page .site-container .hero-home {
        background-position: 46%;
        min-height: 500px;
    }

    .front-page .hero-home .hero-home__caption h2 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 9px;
    }

    .half-blocks {
        display: inline-block;
    }

    .half-blocks p, .half-blocks .hero-home__subtitle {
        padding: 0 0 12px 0;
    }

    .hero-home__caption--desktop {
        display: none;
    }

    .hero-home__caption--mobile {
        display: block;
    }

    .hero-home .hero-home__caption {
        max-width: none;
    }

    .front-page .full-width-image--home {
        margin-bottom: 0;
        overflow: visible;
    }

    .front-page .site-container .hero-section .full-width-image {
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        overflow: visible;
    }

    .front-page .site-container .hero-section .full-width-image--home img {
        width: 124%;
        margin-left: -11%;
        height: auto;
        margin-top: 50px;
        max-width: none;
    }

    .front-page .button_desktop {
        display: none;
    }

    .front-page .button_mobile {
        display: block;
    }

    .half-blocks {
        padding-bottom: 0;
    }
}

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


    .front-page .site-container .hero-home {
        min-height: 400px;
    }

    .half-blocks {
        padding-top: 5px;
    }
}

@media screen and (max-width: 500px) {
    .front-page .site-container .hero-section .full-width-image--home img {
        width: 136%;
        margin-left: -16%;
        margin-top: 30px;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

/* Read More Animation */

.more-style[data-readmore], .readmore-text[data-readmore]{
	-webkit-transition:height 400ms !important;
	-o-transition:height 400ms !important;
	transition:height 400ms !important;
	overflow:hidden
}

.more-style + [data-readmore-toggle], .more-style[data-readmore], .readmore-text+[data-readmore-toggle], .readmore-text[data-readmore] {
	display:block;
	width:100%
}

.more-style + [data-readmore-toggle], .readmore-text+[data-readmore-toggle] {
	max-width:-webkit-max-content;
	max-width:-moz-max-content;
	max-width:max-content;
	margin: 0 auto;
	border-bottom: 2px solid #44a1c2;
    color: #44a1c2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 0;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 28px;
}

.home .featured-content .entry {
	height: auto !important;
}

.home .front-page-4 .featured-content img {
	height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	-o-object-position: 50% 30%;
	   object-position: 50% 30%;
}

.home .front-page-4 .featured-content {
	padding-left: 120px;
	padding-right: 120px;
}

@media (max-width: 480px) {
	.home .front-page-4 .alignright, .home .content .widget-area .alignright {
		float: none;
		margin: 0 auto 24px;
		display: block;
	}
}

@media (max-width: 1023px) {
	.home .front-page-4 .featured-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 860px) {
	.home .front-page-4 .featured-content img {
		height: auto;
   	 	-o-object-position: unset;
   	 	   object-position: unset;
    	-o-object-fit: contain;
    	   object-fit: contain;
	}
}

.home .front-page-2 .featured-content {
	text-align: center;
}

.home .front-page-2 .featured-content img {
	height: 150px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#responsive-menu-pro-container .responsive-menu-pro-search-box::-webkit-input-placeholder {
	color: #4e4756 !important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::-moz-placeholder {
	color: #4e4756 !important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box:-ms-input-placeholder {
	color: #4e4756 !important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::-ms-input-placeholder {
	color: #4e4756 !important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::placeholder {
	color: #4e4756 !important;
}

.front-page-3 .custom-html-widget {
	font-family: "PT Serif", serif;
    font-size: 3.75rem;
    letter-spacing: -0.25px;
    margin: 40px;
}

.front-page-3 .custom-html-widget:before {
	color: #183d6a;
    content: "\201C";
    display: block;
    font-family: "PT Serif", serif;
    font-size: 88px;
    font-size: 8.8rem;
    height: 0;
    left: -50px;
    position: relative;
    top: -30px;
}

.front-page-3 .custom-html-widget p {
	font-size: 2rem;
    margin-top: 10px;
	font-style: italic;
	color: #183d6a;
}

.front-page-3 .button {
    margin: 40px 0 auto !important;
}

@media only screen and (max-width: 1200px) {
	.front-page-3 .custom-html-widget {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 640px) {
	.front-page-3 .custom-html-widget, .front-page-3 .custom-html-widget p {
		font-size: 18px;
	}
}

/* Search Page */

.search-results .breakthrough-featured-image img {
	height: 333px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.search-results .entry:not(.has-post-thumbnail) {
	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: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (max-width: 600px) {
	.search-results .breakthrough-featured-image img {
		height: 150px;
	}
}
	
/* New Header JF 11/29/22 */

@media (min-width: 1024px) {
	.site-header {
		padding-bottom: 0 !important;
	}
	
	.site-header .wrap, .title-area {
		flex-wrap: wrap;
    	justify-content: space-between;
    	align-items: center;
	}
	
	.site-header br {
		display: none;
	}
	
	.title-area {
		margin-right: auto;
    	margin-top: 0 !important;
    	padding: 0 !important;
	}
	
	.header-widget-area {
		width: 69% !important;
    	margin-left: 10%;
    	align-items: center;
	}
	
	.header-right {
		width: 100% !important;
	}
	
	.above-menu-cta {
		color: #44a1c2;
    	font-size: 14px;
	}
	
	.above-menu-cta strong {
		display: block;
	}
	
	.above-menu-txt {
		order: unset !important;
    	font-size: 14px !important;
	}
	
	.site-header .phone-link {
		font-style: normal;
		display: block;
		font-size: 24px;
		margin-top: -3px;
	}
	
	#nav-wrap {
		width: 100%;
    	order: 3;
	}
	
	.site-header .nav-primary {
		max-width: unset !important;
		width: 100% !important;
	}
	
	#menu-header-menu {
		padding-left: 0;
    	display: flex;
    	justify-content: space-between;
	}
	
	#menu-header-menu > ul:not(.sub-menu) li:first-of-type > a {
		padding-left: 0 !important;
	}
	
	.search_icon {
		padding-right: 0 !important;
	}
	
	.spicewpsearch_icon {
		padding: 0px 0 0 23px;
    	background-position: center;
	}
	
	.header-right .textwidget {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#mobile-ctas {
		display: block !important;
		position: fixed;
		top: 120px;
		z-index: 99999;
		width: 100%;
	}
	
	.admin-bar #mobile-ctas {
		top: 149px;
	}
	
	#mobile-ctas a.contact, #mobile-ctas a.phone {
		display: none;
	}
	
	.top-bar {
		display: none;
	}
}

.above-menu-txt {
	font-size: 14px !important;
}

#mobile-ctas a.testimonials {
	color: #44a1c2;
    background-color: #fff !important;
}

#mobile-ctas a.testimonials .fa-mobile-alt {
    height: 12px;
    width: 12px;
    position: relative;
    margin-right: 6px;
}

#mobile-ctas a.results .fa-mobile-alt {
    height: 12px;
    width: 12px;
    position: relative;
}

#mobile-ctas a.testimonials .fa-mobile-alt:before {
	content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.87 20.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2344a1c2;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpolygon class='cls-1' points='4.18 20.8 10.94 15.89 17.69 20.8 15.11 12.85 21.87 7.95 13.52 7.95 10.94 0 8.35 7.95 0 7.95 6.76 12.85 4.18 20.8'/%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0.5px;
    left: 0;
}

#mobile-ctas a.results .fa-mobile-alt:before {
	content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cg id='graph-bar'%3E%3Cpath class='cls-1' d='M.5,16H4.5c.28,0,.5-.22,.5-.5V5.5c0-.28-.22-.5-.5-.5H.5c-.28,0-.5,.22-.5,.5V15.5c0,.28,.22,.5,.5,.5Z'/%3E%3Cpath class='cls-1' d='M6.5,16h4c.28,0,.5-.22,.5-.5V.5c0-.28-.22-.5-.5-.5H6.5c-.28,0-.5,.22-.5,.5V15.5c0,.28,.22,.5,.5,.5Z'/%3E%3Cpath class='cls-1' d='M12.5,16h4c.28,0,.5-.22,.5-.5V3.5c0-.28-.22-.5-.5-.5h-4c-.28,0-.5,.22-.5,.5V15.5c0,.28,.22,.5,.5,.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0.5px;
    left: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.header-widget-area {
    	width: 73% !important;
		margin-left: 6%;
	}
}

@media (max-width: 800px) {
	#mobile-ctas a {
		font-size: 0px !important;
	}
	
	#mobile-ctas a i {
		font-size: 15px !important;
		margin: 0 auto !important;
		display: block;
	}
	
	#mobile-ctas a.results .fa-mobile-alt, #mobile-ctas a.testimonials .fa-mobile-alt {
		height: 16px;
		width: 16px;
		margin: 0 auto !important;
		display: block;
	}
}

.top-bar {
	background-color: #44a1c2;
    color: #fff;
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding: 5.5px 15px;
    position: fixed;
    top: 0;
    z-index: 9999999;
    line-height: normal;
}

.top-bar p {
	margin: 0;
}

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

@media (max-width: 1023px) {
	.admin-bar .site-header {
		top: 60px !important;
	}
	
	.admin-bar #mobile-ctas {
		top: 170px !important;
	}
	
	.admin-bar .site-inner, .admin-bar .front-page .site-inner {
		margin-top: 180px !important;
	}
	
	button#responsive-menu-pro-button {
		top: 56px !important;
	}
	
	.admin-bar button#responsive-menu-pro-button {
		top: 88px !important;
	}
	
	.site-header {
		top: 28px !important;
	}
	
	#mobile-ctas {
		top: 139px !important;
	}
	
	.site-inner, .front-page .site-inner {
		top: 180px !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .top-bar {
		top: 46px;
	}
	
	.admin-bar .site-header {
		top: 74px !important;
	}
	
	.admin-bar #mobile-ctas {
		top: 183px !important;
	}
	
	.admin-bar button#responsive-menu-pro-button {
		top: 102px !important;
	}
}

.spicewpsearchform {
    top: 50vh !important;
}

.active .spicewpsearch_icon {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.76 18.76'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cline class='cls-1' x1='.71' y1='.71' x2='18.05' y2='18.05'/%3E%3Cline class='cls-1' x1='18.05' y1='.71' x2='.71' y2='18.05'/%3E%3C/g%3E%3C/svg%3E");
}