/*
 * Theme Name: eBen Benefits
 * Theme URI: https://seothemes.com/themes/corporate-pro/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: The default theme for eBen Benefits (based on Corporate Pro by SEO Themes).
 * Version: 1.1.4
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: corporate-pro
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents
 
 - Reset
     - Normalize 7.0
 - Defaults
     - Box Sizing
     - Float Clearing
     - Typography
     - Headings
     - Forms
     - Objects
     - Tables
     - Accessibility
 - Layout
     - Site Containers
     - Content Width
     - Column Classes
     - Gallery
     - Pricing Tables
 - Common
     - Avatars
     - Genesis
     - Search Form
     - WordPress
     - Gutenberg
 - Header
     - Site Header
     - Title Area
     - Before Header
     - Header Right
     - Hero Section
 - Menus
     - Menus
     - Sub Menus
     - Specific Menus
     - Menu Toggle
     - Sub Menu Toggle
 - Content
     - Entries
     - Entry Content
     - Entry Titles
     - Entry Meta
     - Entry Footer
     - Pagination
     - Comments
 - Sidebars
     - Sidebars
     - Widgets
 - Footer
     - Site Footer
     - Before Footer
     - Footer Widgets
 - Plugins
     - Genesis eNews Extended
     - Genesis Portfolio Pro
     - Genesis Simple FAQ
     - Genesis Simple Share
     - Genesis Testimonial Slider
     - Google Map
     - Ninja Forms
     - SEO Slider
     - Simple Social Icons
     - WP Featherlight
     - WooCommerce Menu Cart
 - Home
     - Front Page Widgets
 - Print
     - Print Styles
 */

button,
hr,
input {
    overflow: visible;
}

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

progress,
sub,
sup {
    vertical-align: baseline;
}

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

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

body {
    margin: 0;
}

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

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

figure {
    margin: 1em 4rem;
}

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

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

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

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

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    color: #000000;
    background-color: #fdffb6;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    line-height: 1.15;
}

button,
select {
    text-transform: none;
}

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

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

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 0.1rem;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -0.2rem;
}

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

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

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}


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

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

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


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

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

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


/* ## Typography
 --------------------------------------------- */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
    background-color: #cbeafb;
}

::selection {
    background-color: #cbeafb;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0;
    color: #2a3139;
    background-color: #ffffff;
    font-family: 'public sans', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.618;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
}

body.boxed-page {
    background-color: #f6f8fa;
}

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

p {
    margin: 0 0 1.382em;
    padding: 0;
}

a {
    color: #192b39;
    word-wrap: break-word;
}

a:hover,
a:focus {
    color: var(--body-accent);
}

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

li {
    list-style-type: none;
}

hr {
    clear: both;
    margin: 0 0 2em;
    padding: 1em 0 0;
    border: 0;
    border-bottom: 1px solid #eceef1;
    border-collapse: collapse;
}

b,
strong {
    font-weight: 600;
}

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

blockquote {
    margin: 0 0 1.382em;
    padding: 0 1em;
    border-left: 2px solid var(--body-accent);
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

pre,
code,
kbd,
samp {
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    margin: 0 0 0.5em;
    font-weight: 700;
    line-height: 1.236;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.8em;
}

h5 {
    font-size: 1.7em;
}

h6 {
    font-size: 1.6em;
}


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

:focus {
    outline: 2px solid #eceef1;
}

::-moz-placeholder {
    opacity: 1;
    color: #90959f;
}

::-webkit-input-placeholder {
    color: #90959f;
}

input,
select,
textarea {
    width: 100%;
    height: 3em;
    padding: 0 1.5em;
    border: 1px solid #eceef1;
    border-radius: 9rem;
    color: #2a3139;
    background-color: #fbfcfd;
    font-family: 'public sans', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--body-accent);
    outline: none;
}

textarea {
    height: auto;
    padding: 1.5em;
    border-radius: 2.5rem;
    line-height: 1.618;
}

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

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

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button a {
    display: inline-block;
    width: auto;
    height: 3em;
    padding: 0 3.333333em;
    border: 0;
    border-radius: 9rem;
    color: #ffffff;
    box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
    font-family: 'public sans', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #0072ff;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.wp-block-button a:hover,
.wp-block-button a:focus {
    color: #ffffff;
    box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 156, 255, 0.3);
}

.button.outline,
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline,
.wp-block-button a.outline {
    color: var(--body-accent);
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--body-accent);
}

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type='button'].outline:hover,
input[type='button'].outline:focus,
input[type='reset'].outline:hover,
input[type='reset'].outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:focus,
.wp-block-button a.outline:hover,
.wp-block-button a.outline:focus {
    color: #ffffff;
    background-color: var(--body-accent);
    box-shadow: none;
}

.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white,
.wp-block-button a.white {
    color: #fff;
    background: transparent;
    opacity: 0.8;
}

.button.white:hover,
.button.white:focus,
button.white:hover,
button.white:focus,
input[type='button'].white:hover,
input[type='button'].white:focus,
input[type='reset'].white:hover,
input[type='reset'].white:focus,
input[type='submit'].white:hover,
input[type='submit'].white:focus,
.wp-block-button a.white:hover,
.wp-block-button a.white:focus {
    background: transparent;
}

.button.white.outline,
button.white.outline,
input[type='button'].white.outline,
input[type='reset'].white.outline,
input[type='submit'].white.outline,
.wp-block-button a.white.outline {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.button.white.outline:hover,
.button.white.outline:focus,
button.white.outline:hover,
button.white.outline:focus,
input[type='button'].white.outline:hover,
input[type='button'].white.outline:focus,
input[type='reset'].white.outline:hover,
input[type='reset'].white.outline:focus,
input[type='submit'].white.outline:hover,
input[type='submit'].white.outline:focus,
.wp-block-button a.white.outline:hover,
.wp-block-button a.white.outline:focus {
    color: #2a3139;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.wp-block-button a.small {
    height: 2.36em;
    padding: 0 2.36em;
    font-size: 1.3rem;
    line-height: 2.36;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large,
.wp-block-button a.large {
    font-size: 1.9rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
.wp-block-button a:disabled {
    border-width: 0;
    color: #c6cace;
    background: #eceef1;
    box-shadow: none;
    cursor: not-allowed;
}

.button+button,
.button+.button,
button+button,
button+.button,
input[type='button']+button,
input[type='button']+.button,
input[type='reset']+button,
input[type='reset']+.button,
input[type='submit']+button,
input[type='submit']+.button,
.wp-block-button a+button,
.wp-block-button a+.button {
    clear: both;
    margin-top: 1em;
}

/* body.single .button {
    color: #1c70b6;
} */

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

fieldset {
    margin-bottom: 1em;
}


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

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

img {
    height: auto;
}

figure {
    margin: 0;
}

video {
    -o-object-fit: cover;
    object-fit: cover;
}

.no-js .wp-video-shortcode {
    width: 100%;
    border: 1px solid #eceef1;
    background-color: #f6f8fa;
}


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

table {
    width: 100%;
    margin-bottom: 4rem;
    border: 1px solid #eceef1;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #ffffff;
    line-height: 1;
}

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

td,
th {
    padding: 0.618em;
    border-top: 1px solid #eceef1;
    border-right: 1px solid #eceef1;
    text-align: left;
}


/* ## Accessibility
 --------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
    width: 0.1rem;
    height: 0.1rem;
    border: 0;
    background-color: #ffffff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    display: block;
    clip: auto !important;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 1rem 2rem;
    box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
    text-decoration: none;
}

.more-link {
    position: relative;
    font-style: normal;
}

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

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


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

.boxed-page .site-container {
    max-width: 1152px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1);
}

.content-sidebar-wrap,
.wrap {
    margin: 0 auto;
    padding-right: 6vw;
    padding-left: 6vw;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
    width: auto;
    max-width: 100%;
    padding: 0;
}

.site-inner {
    clear: both;
}

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner {
    background-color: #f6f8fa;
}

.page-builder .site-inner {
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
}

.contact-page .site-inner {
    padding-top: 6rem;
}

.content-sidebar-wrap {
    position: relative;
    z-index: 1;
    max-width: 1152px;
}


/* ## Content Widths and Positions
 --------------------------------------------- */

.content {
    display: flex;
    width: 100%;
    min-height: 40rem;
    padding: 4rem 0;
    flex-wrap: wrap;
}

.front-page.page .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.blog .content,
.archive .content,
.search-results .content {
    margin-top: 0;
    padding: 4rem 0;
    background-color: transparent;
}

.blog .content:before,
.archive .content:before,
.search-results .content:before {
    display: none;
}

.front-page.page .content {
    background-color: transparent;
}

.page .content,
.single .content,
.error404 .content {
    position: relative;
    border-radius: 1px;
    background-color: #ffffff;
}

/* .page .content:before,
.single .content:before,
.error404 .content:before {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40rem;
    box-shadow: 0 -5rem 10rem rgba(42, 49, 57, 0.05);
    content: '';
    pointer-events: none;
} */

.sidebar-primary {
    padding-bottom: 5rem;
}


/* ## Column Classes (including fifths)
 --------------------------------------------- */

.full-width {
    display: block;
    width: 100%;
    clear: both;
}

.full-width:before,
.full-width:after {
    display: block;
    clear: both;
    content: '';
}


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

.gallery,
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery a,
.gallery img {
    display: block;
}

.single .gallery {
    display: inline-flex;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 768px;
    margin: 1.618em auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.gallery-caption {
    display: block;
}

.gallery-item {
    display: block;
    width: 100%;
    margin: 0 0 6vw;
    text-align: center;
}


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

.pricing-table {
    display: flex;
    margin: 0 auto;
    border: 1px solid #eceef1;
    border-radius: 3px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    clear: both;
}

.pricing-table:before,
.pricing-table:after {
    display: block;
    clear: both;
    content: '';
}

.pricing-table+.pricing-table {
    margin: 5rem auto;
}

.pricing-table+hr {
    margin: 5rem 0;
    padding: 0;
}

.pricing-table div {
    padding: 3rem;
    border-radius: 3px;
    text-align: center;
}

.pricing-table div ul {
    margin: 1em 0;
}

.pricing-table div ul li {
    margin: 0;
    list-style-type: none;
}

.pricing-table .featured {
    border: 1px solid #eceef1;
    background-color: #ffffff;
    box-shadow: 0 2rem 5rem -1rem rgba(42, 49, 57, 0.0618);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing-table h4 {
    font-size: 2rem;
}

.pricing-table p {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 5%;
}

.pricing-table strong {
    display: block;
    color: var(--body-accent);
    font-size: 2.8em;
    font-weight: 700;
}

.pricing-table em {
    display: block;
    color: #192b39;
    font-size: small;
}

.pricing-table button,
.pricing-table .button {
    margin-bottom: 0.5em;
}

.pricing-table .one-fourth strong {
    font-size: 2.4em;
}

.pricing-table .one-fourth button,
.pricing-table .one-fourth .button {
    padding-right: 2em;
    padding-left: 2em;
}


/* ## Avatars
 --------------------------------------------- */

.avatar {
    float: left;
    margin-right: 2rem;
    border-radius: 50%;
}

.alignright .avatar {
    margin-left: 2rem;
}


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

.breadcrumb {
    width: 100%;
    padding: 1rem 0 0;
    color: #c6cace;
    font-size: 1.4rem;
    text-align: center;
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    text-decoration: underline;
}

.after-entry {
    width: 100%;
    margin: 2rem auto;
    padding: 6vw;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #f6f8fa;
    text-align: center;
}

.after-entry .enews form {
    display: flex;
    margin: 1em 0 0;
    flex-wrap: wrap;
    justify-content: center;
}

.after-entry .enews input {
    width: 100%;
    margin-bottom: 1em;
    background-color: #ffffff;
}

.author-box {
    width: 100%;
    max-width: 768px;
    padding: 6vw 0;
}

.author .author-box {
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 4rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #ffffff;
}

.author-box p {
    color: #192b39;
}

.author-box p:last-of-type {
    margin-bottom: 0;
}

.author-box-title {
    margin-bottom: 0;
    font-size: 2rem;
}


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

.search-form {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    clear: both;
}

.search-form:before,
.search-form:after {
    display: block;
    clear: both;
    content: '';
}

.search-form .search-toggle {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    background: center/1.75rem no-repeat url(assets/images/search.svg);
    cursor: pointer;
}

.shrink .search-form .search-toggle {
    background-image: url(assets/images/search.svg);
}

.search-form .search-toggle.active {
    background-image: url(assets/images/close.svg);
    background-size: 1.4rem;
}

.shrink .search-form .search-toggle.active {
    background-image: url(assets/images/close.svg);
}

.search-form input[type='search'] {
    width: 30rem;
    margin-right: 1em;
    background-color: rgba(255, 255, 255, 0.2);
}

.site-header .search-form input[type='search'] {
    display: block;
    max-width: 79vw;
    background-color: #f6f8fa;
}

.site-header.shrink .search-form input[type='search'] {
    border: 1px solid #eceef1;
    color: #2a3139;
}

.entry-content .search-form input[type='search'] {
    background-color: #f6f8fa;
}

.search-form input[type='submit'] {
    display: none;
}

.entry .search-form {
    margin-bottom: 4rem;
}


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

img.alignnone,
.alignnone {
    margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 1em 1em;
}

.wp-caption-text {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 1em;
}

.sticky,
.bypostauthor {
    background-color: transparent;
}

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


/* ## Gutenberg
 --------------------------------------------- */

.full-width-content .alignwide {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 896px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.full-width-content .alignwide img {
    display: inline-block;
    margin: 1.618em auto;
}

.full-width-content .alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
}

.content-sidebar .full-width-content .alignfull,
.sidebar-content .full-width-content .alignfull {
    max-width: calc(100% + 12rem);
}

.full-width-content .alignfull img {
    display: inline-block;
    width: 100%;
    margin: 1.618em auto;
}

.wp-block-image figcaption {
    margin: 0 auto 2em;
}

.wp-block-button {
    display: block;
    width: 100%;
    background: transparent;
    text-align: center;
    clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
    display: block;
    clear: both;
    content: '';
}

.wp-block-button a {
    display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
    color: #ffffff;
}

.wp-block-pullquote>p {
    font-family: 'public sans', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif;
    font-weight: 400;
}

.wp-block-pullquote cite {
    font-style: normal;
}

.wp-block-gallery .blocks-gallery-image {
    margin-right: 0;
}

.blocks-gallery-image {
    display: block;
    width: 100%;
    margin: 0 0 6vw;
    text-align: center;
}


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

.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid rgba(198, 202, 206, 0.3);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.js.has-sticky-header .site-header {
    position: fixed;
    top: 0;
}

.js.has-sticky-header .site-header.shrink {
    background-color: #ffffff;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.05);
}

.boxed-page .site-header {
    max-width: 1152px;
    margin: 0 auto;
}

.contact-page .site-header {
    background-color: #ffffff;
}

.site-header>.wrap {
    display: flex;
    position: relative;
    height: 6rem;
    transition: height 0.3s ease;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.no-js .site-header>.wrap {
    height: auto;
    padding: 3rem 6vw;
}


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

.title-area {
    display: block;
    position: relative;
    width: 15rem;
    margin: 0 auto 0 0;
}

.site-title {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.site-title a {
    color: #2a3139;
    text-decoration: none;
    transition: all 0.3s ease;
}

.shrink .site-title a {
    color: #2a3139;
}

.site-description {
    margin-bottom: 0;
    opacity: 0.618;
    font-size: 1.4rem;
    line-height: 1;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
    width: 0.1rem;
    height: 0.1rem;
    border: 0;
    background-color: #ffffff;
}

.custom-logo {
    display: block;
}

.shrink .custom-logo {
    display: block;
}

.secondary-logo {
    display: none;
}

.shrink .secondary-logo {
    display: none;
}


/* ## Before Header
 --------------------------------------------- */

.before-header {
    display: flex;
    position: relative;
    height: 4rem;
    border-top: 1px solid rgba(198, 202, 206, 0.3);
    border-bottom: 1px solid rgba(198, 202, 206, 0.3);
    color: #3f454c;
    background-color: #f6f8fa;
    font-size: 1.2rem;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.3s ease;
}

.no-js .before-header {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.menu .before-header {
    display: flex;
    width: 100%;
    height: auto;
    margin: 3em 0 0;
    padding: 3em 0 0;
    border-bottom: none;
    background-color: transparent;
    clear: both;
}

.menu .before-header:before,
.menu .before-header:after {
    display: block;
    clear: both;
    content: '';
}

.menu .before-header .widget {
    margin-bottom: 1em;
}

.menu .before-header .simple-social-icons {
    margin-left: -0.5em;
}

.menu .before-header .simple-social-icons a {
    margin: 0 0.5em 0 0;
}

.before-header .wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.before-header .wrap:before,
.before-header .wrap:after {
    display: none;
}

.before-header .widget {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.before-header .widget:last-of-type {
    margin-bottom: 0;
}

.before-header .widget-wrap {
    width: 100%;
}

.before-header p {
    display: flex;
    align-items: center;
}

.before-header .fa {
    margin-right: 0.5em;
}

.before-header .fa:before {
    line-height: 1.618;
}


/* ## Header Right
 --------------------------------------------- */

.header-widget-area {
    display: none;
    margin: 0 1em 0 0;
}

.header-widget-area .widget:last-of-type {
    margin-bottom: 0;
}


/* ## Hero Section
 --------------------------------------------- */

.hero-section {
    position: relative;
    padding: 4rem 0;
    border-bottom: 1px solid #eceef1;
    background-color: #f6f8fa;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.single-team .hero-section {
    background-image: none !important;
}

.hero-section:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
}

.hero-section .wrap {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.hero-section p {
    width: 100%;
    max-width: 512px;
    margin: 0.5em auto 0;
    color: #ffffff;
    text-align: center;
}

.hero-section a {
    color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
    color: var(--body-accent);
}


/* ## Custom Header
 --------------------------------------------- */

.wp-custom-header {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.wp-custom-header iframe {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    width: 140%;
    min-width: 100%;
    max-width: 140%;
    height: 140%;
    min-height: 56.25vw;
    max-height: none;
    margin: auto;
}

.wp-custom-header img {
    display: none;
}

.wp-custom-header-video-button {
    display: none;
}


/* ## Menus
 --------------------------------------------- */

.menu {
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
}

.menu:before,
.menu:after {
    display: block;
    clear: both;
    content: '';
}

.menu .right {
    margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
    display: flex;
    margin-top: 1em;
    margin-left: 0;
    align-items: center;
}

.menu .rss {
    margin-left: 0;
}

.menu .rss a {
    margin-left: 1em;
}

.menu-item {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem 0;
    order: -1;
}

.menu-item.button {
    display: flex;
    margin: 1em 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.2rem;
    align-items: center;
}

.menu-item.button:last-of-type a {
    padding-right: 3em;
}

.menu-item.button a {
    background: #0072ff;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
    padding: 1em 3em;
    border-radius: 9rem;
    color: #ffffff;
}

.shrink .menu-item.button a {
    color: #ffffff;
}

.menu-item.button a:hover,
.menu-item.button a:focus,
.menu-item.button.current-menu-item>a {
    color: #ffffff;
    box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, 0.1);
}

.menu-item a {
    display: inline-block;
    margin: 2px;
    color: #2a3139;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item>a {
    color: var(--body-accent);
}

.menu-item span {
    display: block;
}


/* ## Sub Menus
 --------------------------------------------- */

.sub-menu {
    display: none;
    clear: both;
}

.sub-menu:before,
.sub-menu:after {
    display: none;
    clear: both;
    content: '';
}

.sub-menu:before {
    display: none;
    position: absolute;
    z-index: 98;
    top: -0.5rem;
    left: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #eceef1;
    border-left: 1px solid #eceef1;
    opacity: 1;
    background-color: #f6f8fa;
    content: '';
    transition-delay: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub-menu .menu-item {
    width: 100%;
    height: auto;
    padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
    margin-top: 1em;
}

.sub-menu a {
    padding-left: 0.618em;
}

.sub-menu .sub-menu {
    padding-left: 1em;
}


/* ## Specific Menus
 --------------------------------------------- */

.nav-primary,
.nav-secondary {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -40rem;
    bottom: 0;
    width: 93vw;
    max-width: 40rem;
    height: 100vh;
    margin: 0;
    padding: 0 4rem;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
    right: 0;
    left: auto;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js .nav-secondary {
    display: block;
    position: relative;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
}

.no-js .nav-primary .wrap,
.no-js .nav-secondary .wrap {
    padding: 0;
}

.no-js .nav-primary .menu,
.no-js .nav-secondary .menu {
    padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js .nav-secondary .menu-item {
    display: inline-flex;
    width: auto;
    padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
    position: relative;
    padding: 5em 0 7.5em;
}

.nav-secondary {
    width: 100%;
}

.nav-secondary .sub-menu .menu-item {
    height: auto;
}

footer.site-footer {
    border-top: none;
}

.site-footer .menu {
    justify-content: center;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.site-footer .menu-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.site-footer .menu-item:last-of-type {
    margin-bottom: 0;
}

.site-footer .menu-item:last-of-type a {
    margin-bottom: 2px;
}

.site-footer .menu-item a {
    margin-bottom: 1em;
    padding: 0;
    color: #192b39;
}

.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item>a {
    color: var(--body-accent);
}


/* ## Menu Toggle
 --------------------------------------------- */

.menu-toggle {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    margin-right: -0.5em;
    padding: 1em 0.5em;
    color: #2a3139;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
    color: #2a3139;
    background: none;
    box-shadow: none;
}

.menu-toggle.activated {
    position: fixed;
    right: 6vw;
}

.menu-toggle.activated,
.shrink .menu-toggle {
    color: #2a3139;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
    background: #2a3139;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
    background: #2a3139;
}

.menu-toggle span {
    display: block;
    float: right;
    position: relative;
    width: 2rem;
    height: 2px;
    border-radius: 3px;
    background: #2a3139;
}

.menu-toggle span:before,
.menu-toggle span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #2a3139;
    content: ' ';
}

.menu-toggle span:before {
    top: -0.5rem;
    transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle span:after {
    bottom: -0.5rem;
    transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle.activated span {
    background: none;
}

.menu-toggle.activated span:before {
    top: 0;
    transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.activated span:after {
    bottom: 0;
    transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ## Sub Menu Toggle
 --------------------------------------------- */

.sub-menu-toggle {
    position: absolute;
    top: 0.1em;
    right: 3em;
    height: auto;
    margin: 0 -1em;
    padding: 1em;
    background: none;
    box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    background: none;
    box-shadow: none;
}

.sub-menu-toggle:focus {
    outline: 2px solid #eceef1;
}

.sub-menu-toggle:before {
    display: block;
    margin: 0.2rem 0 -0.2rem;
    border: 0.4rem solid transparent;
    border-top-color: #2a3139;
    content: '';
}

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


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

.content .entry {
    position: relative;
    margin-bottom: 6vw;
    border: 1px solid #eceef1;
    background-color: #ffffff;
}

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

.page .content .entry,
.single .content .entry,
.error404 .content .entry {
    width: 100%;
    border: 0;
}

.front-page .content .entry.post,
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
    width: 100%;
    margin-bottom: 6vw;
    padding: 3rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.front-page .content .entry.post:hover,
.front-page .content .entry.post:focus,
.blog .content .entry:hover,
.blog .content .entry:focus,
.archive .content .entry:hover,
.archive .content .entry:focus,
.search-results .content .entry:hover,
.search-results .content .entry:focus {
    box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.search-no-results .content .entry {
    border: 0;
}


/* ## Entry Content
 --------------------------------------------- */

.entry-content p {
    color: #192b39;
}

.entry-content p a:not(.button) {
    color: #192b39;
    box-shadow: inset 0 -1.5px 0 var(--body-accent);
    text-decoration: none;
    transition: all 0.3s ease;
}

.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus {
    color: var(--body-accent);
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding-top: 0.75em;
}


.entry-content ul {
    margin-bottom: 1.618em;
    margin-left: 4rem;
    color: #192b39;
    line-height: 1.7;
}

.entry-content ol {
    margin-bottom: 1.618em;
    margin-left: 4rem;
    color: #192b39;
    line-height: 1.7;
}

.error404 .entry-content ol,
.error404 .entry-content ul {
    margin-bottom: 4rem;
}

.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 li li {
    list-style-type: circle;
}

.entry-content code {
    padding: 0.4rem 0.8rem;
    border: 1px solid #eceef1;
    background-color: #f6f8fa;
    font-size: 1.4rem;
    line-height: 2;
}

.entry-content pre {
    display: block;
    margin: 0 0 1.382em;
    padding: 1rem 2rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #f6f8fa;
    font-size: 1.4rem;
}

.entry-content pre code {
    padding: 0;
    border: none;
    background-color: transparent;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
    margin-bottom: 1em;
}

.entry-content iframe,
.entry-content video {
    width: 100%;
}

.entry-content blockquote {
    display: block;
    position: relative;
    left: 50%;
    width: 896px;
    max-width: 100vw;
    margin: 3em 0;
    padding: 0 6rem 2em;
    border: 0;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    background-color: #ffffff;
    text-align: center;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.entry-content blockquote:before {
    display: block;
    width: 1em;
    margin: -0.25em auto;
    color: rgba(42, 49, 57, 0.2);
    background-color: #ffffff;
    font-family: 'Georgia', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
    font-size: 8rem;
    line-height: 1;
    content: '“';
}

.entry-image-link {
    display: block;
    margin-bottom: 1em;
    clear: both;
}

.entry-image-link:before,
.entry-image-link:after {
    display: block;
    clear: both;
    content: '';
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link {
    display: block;
    width: calc(100% + 6rem + 0.2rem);
    margin: -3.1rem -3.1rem 3rem;
    border-radius: 3px 3px 0 0;
}

.entry-image-link img {
    display: block;
    margin: 0;
    border-radius: 3px 3px 0 0;
}


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

.entry-title a {
    display: block;
    color: #2a3139;
    font-size: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
    color: var(--body-accent);
}


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

.entry-meta {
    width: 100%;
    font-size: small;
}

.entry-footer .entry-meta {
    margin-bottom: 0;
}

.entry-categories,
.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.2em;
}

.entry-categories img,
.entry-tags img {
    display: inline-flex;
    opacity: 0.618;
}

.entry-categories a,
.entry-tags a {
    display: inline-flex;
    margin-left: 0.2em;
    font-weight: 600;
    transition: all 0.3s ease;
}

.entry-author-name {
    text-transform: none;
}

.archive-description {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 15rem 0;
    border-bottom: 1px solid #eceef1;
    background-color: #c6cace;
}

.archive-description h1 {
    max-width: 512px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}


/* ## Entry Footer
 --------------------------------------------- */

.entry-footer {
    margin-top: 5vw;
    padding: 5vw 0;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
}

.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer {
    margin: 0;
    padding: 0;
    border: 0;
}

.single-portfolio .entry-footer {
    display: none;
}


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

.pagination {
    padding: 6vw 0;
    clear: both;
}

.pagination:before,
.pagination:after {
    display: block;
    clear: both;
    content: '';
}

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

.archive-pagination {
    width: 100%;
}

.archive-pagination ul {
    display: flex;
    justify-content: center;
}

.archive-pagination li {
    margin: 0 0.25em 0 0;
}

.archive-pagination a {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #2a3139;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
    color: var(--body-accent);
}

.archive-pagination .active a {
    background: #0072ff;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
    color: #ffffff;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 6vw 0;
    border-radius: 3px;
    font-size: 1.6rem;
}

.comment-respond .form-submit {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.comment-respond input,
.comment-respond textarea {
    display: block;
    width: 100%;
}

.comment-respond input[type='submit'] {
    width: auto;
}

.comment-author span:first-of-type {
    font-weight: 700;
    text-transform: capitalize;
}

.comment-list li {
    padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
    padding-left: 5vw;
}

.comment-list>.comment-respond {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 5vw;
}

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

.comment-edit-link {
    padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
    display: block;
    clear: both;
    padding: 0;
}

.comment-meta {
    padding-left: calc(4.8rem + 1em);
    word-break: break-all;
}

.entry-pings .comment-meta {
    padding: 0 0 1em;
}

.comment-meta .comment-time a {
    color: #c6cace;
    font-size: small;
    text-decoration: none;
}

.comment-content {
    clear: both;
}

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

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
    display: block;
    margin-right: 1rem;
}

.comment-reply-title a {
    font-size: 1.5rem;
}

.entry-pings .reply {
    display: none;
}

.pingback:last-of-type p {
    margin-bottom: 0;
}


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

.sidebar {
    position: relative;
    z-index: 1;
}

.sidebar ol,
.sidebar ul {
    margin-left: 1em;
    color: #192b39;
    line-height: 2;
}

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

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

.sidebar li li {
    list-style-type: circle;
}

.sidebar a {
    color: #3f454c;
}

.sidebar a:hover,
.sidebar a:focus {
    color: var(--body-accent);
}


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

.sidebar .widget {
    padding: 3.5vw 0;
    font-size: 1.5rem;
}

.sidebar .widget:first-of-type {
    padding-top: 0;
}

.blog .sidebar .widget,
.archive .sidebar .widget {
    margin-bottom: 7vw;
    padding: 3.5vw;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #ffffff;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


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

.site-footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #eceef1;
    color: #192b39;
}

.site-footer a {
    color: #3f454c;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
    opacity: 0.75;
}

.site-footer .button {
    color: #ffffff;
}

.site-footer .button:hover,
.site-footer .button:focus {
    color: #ffffff;
}

.site-footer .button.outline {
    color: var(--body-accent);
}

.site-footer .button.outline:hover,
.site-footer .button.outline:focus {
    color: #ffffff;
}

.site-footer .button.white {
    color: #2a3139;
}

.site-footer .button.white:hover,
.site-footer .button.white:focus {
    color: #2a3139;
}

.site-footer .button.white.outline {
    color: #ffffff;
}

.site-footer .button.white.outline:hover,
.site-footer .button.white.outline:focus {
    color: #2a3139;
}

.site-footer .button:disabled {
    color: #c6cace;
}


/* ## Before Footer
 --------------------------------------------- */

.before-footer {
    /* padding: 5rem 0; */
    border-bottom: 1px solid #eceef1;
    background-color: #f6f8fa;
}

.blog .before-footer,
.archive .before-footer,
.search-results .before-footer {
    background-color: #ffffff;
}

.before-footer .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.before-footer .wrap:before,
.before-footer .wrap:after {
    display: none;
}

.before-footer .widget {
    margin-bottom: 0;
}

.before-footer .widget:last-of-type {
    margin-bottom: 0;
}

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5,
.before-footer h6 {
    color: #2a3139;
}


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

.footer-widgets {
    position: relative;
    padding: 5rem 0 0;
    font-size: 1.5rem;
}

.footer-widgets .widget-title {
    margin-bottom: 1em;
    color: #2a3139;
    font-size: 1.6rem;
}

.footer-widgets .widget-area {
    margin: 0 auto 4rem;
}

.footer-widgets .widget-area.footer-widgets-1 i {
    display: inline-block;
    float: left;
    margin-top: 0.2em;
    margin-right: 0.618em;
}

.footer-widgets .widget-area.footer-widgets-2 {
    display: flex;
}

.footer-widgets .widget-area.footer-widgets-2 .widget {
    width: 48.71795%;
}

.footer-widgets .widget-area .widget {
    display: block;
    margin-bottom: 4rem;
}

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

.footer-widgets .widget-area .widget.widget_nav_menu {
    margin-bottom: 0;
}


/* ## Footer Credits
 --------------------------------------------- */

.footer-credits {
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.footer-credits .wrap {
    padding: 4rem 0;
    border-top: 1px solid #eceef1;
}

.footer-credits .simple-social-icons {
    margin-bottom: 1em;
    margin-left: -1em;
}

.footer-credits .menu-item {
    width: auto;
    margin-left: 2em;
}

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


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

.sidebar .enews input {
    margin-bottom: 1em;
}

.site-footer .enews form {
    position: relative;
    margin-top: 0.618em;
}

.site-footer .enews input[type='text'],
.site-footer .enews input[type='email'] {
    margin-top: 1rem;
}

.site-footer .enews input[type='submit'] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0;
    color: transparent;
    background: transparent;
    box-shadow: none;
}

.site-footer .enews input[type='submit']:hover+.send-icon,
.site-footer .enews input[type='submit']:focus+.send-icon {
    opacity: 1;
}

.site-footer .enews .send-icon {
    display: block;
    position: absolute;
    right: 2em;
    bottom: 1em;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
    opacity: 0.236;
    background: center/contain no-repeat url(assets/images/paper-plane.svg);
    pointer-events: none;
    transition: all 0.3s ease;
}


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

.archive.genesis-pro-portfolio .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive.genesis-pro-portfolio .entry {
    width: 100%;
    margin: 0 0 6vw;
    padding: 0;
    border: 0;
}

.archive.genesis-pro-portfolio .entry:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry:before {
    opacity: 0;
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:focus:before {
    opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover .entry-header,
.archive.genesis-pro-portfolio .entry:focus .entry-header {
    top: 0;
    bottom: 0;
    margin: 0;
    opacity: 1;
}

.archive.genesis-pro-portfolio .entry-header {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 100%;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry-header a {
    color: #ffffff;
}


/* ## Genesis Simple FAQs
 --------------------------------------------- */

div.gs-faq {
    padding: 0;
    border-top: 1px solid #eceef1;
    box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618);
}

div.gs-faq .gs-faq__question {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 1.5em 3em 1.5em 1.5em;
    border: 1px solid #eceef1;
    border-top: 0;
    border-radius: 0;
    color: #2a3139;
    background: #ffffff;
    box-shadow: none;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

div.gs-faq .gs-faq__question:hover,
div.gs-faq .gs-faq__question:focus {
    color: var(--body-accent);
}

div.gs-faq .gs-faq__question:after {
    position: absolute;
    top: 1.5em;
    right: 1em;
    line-height: 1;
    content: '+';
}

div.gs-faq .gs-faq__question.gs-faq--expanded:after {
    content: '-';
}

div.gs-faq .gs-faq__question:last-of-type {
    margin-bottom: 0;
}

div.gs-faq .gs-faq__answer {
    margin: 0;
    padding: 3rem;
    border: 1px solid #eceef1;
    border-top: 0;
    background-color: #ffffff;
}


/* ## Genesis Simple Share
 --------------------------------------------- */

.share-after {
    margin-top: 4rem;
}


/* ## Genesis Testimonial Slider
 --------------------------------------------- */

.lSSlideWrapper {
    max-width: calc(100% + 4em);
    margin: 0 -2em;
}

.gts-rating {
    margin: 1em auto -1em;
}

.lSSlideOuter {
    width: 100%;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    height: auto !important;
}

ul.testimonials-list li:before {
    display: block;
    margin: 0 0 -0.5em;
    color: rgba(42, 49, 57, 0.2);
    font-family: 'Georgia', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
    font-size: 8rem;
    line-height: 1;
    content: '“';
}

ul.testimonials-list blockquote {
    padding: 0 2em 1em;
    border: 0;
}

ul.testimonials-list img {
    width: 6rem;
    margin: 2rem auto;
}

ul.testimonials-list h5 {
    color: #2a3139;
    font-size: 1em;
}

.lSSlideOuter .lSPager.lSpg>li a {
    opacity: 0.1;
    background-color: #2a3139;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    opacity: 0.3;
    background-color: #2a3139;
}

.gts-company {
    display: block;
    margin-bottom: 1em;
    font-size: small;
}


/* ## Google Map
 --------------------------------------------- */

.contact-page .agm-canvas:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(42, 49, 57, 0.618);
}


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

.nf-field .nf-field-element input,
.nf-field .nf-field-element select {
    height: 3em;
}


/* ## SEO Slider
 --------------------------------------------- */

.slick-initialized .slick-slide {
    display: flex;
}

.no-js .slick-slide:first-of-type {
    display: block;
    width: 100%;
}

.slick-arrow {
    box-shadow: none;
}


/* ## Simple Social Icons
 --------------------------------------------- */

.simple-social-icons {
    overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.simple-social-icons ul {
    display: flex;
    margin: -0.5em -0.5em 0 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.simple-social-icons ul li {
    margin: 0.5em 0.5em 0 0;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none;
}

.simple-social-icons ul li a {
    display: inline-block;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    margin: 2px;
    border: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.simple-social-icons ul.aligncenter {
    justify-content: center;
}

.simple-social-icons ul.alignleft {
    justify-content: flex-start;
}

.simple-social-icons ul.alignright {
    justify-content: flex-end;
}


/* ## WooCommerce Menu Cart
 --------------------------------------------- */

.wpmenucartli {
    margin-top: 1em;
}

.wpmenucart-contents {
    position: relative;
    margin-top: 1em;
    color: #2a3139;
    font-size: 1.8rem;
    text-decoration: none;
}

.wpmenucart-contents .cartcontents {
    display: flex;
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    color: #ffffff;
    background-color: var(--body-accent);
    box-shadow: 0 0 0 1px #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/* ## WP Featherlight
 --------------------------------------------- */

.featherlight .featherlight-close-icon {
    box-shadow: none;
}


/* ## Front Page
 --------------------------------------------- */

.front-page-widget {
    position: relative;
    width: 100%;
    padding: 6rem 0;
}

.front-page-widget:nth-of-type(even) {
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    background-color: #f6f8fa;
}

.front-page-widget .widget:last-of-type {
    margin-bottom: 0;
}

.front-page-widget .textwidget {
    width: 100%;
}

.front-page-widget p,
.front-page-widget li {
    color: #192b39;
}


/* ## Front Page 1
 --------------------------------------------- */

.no-js.has-hero-slider .front-page-1 .slick-slide {
    min-height: 100%;
}

.no-js.has-hero-slider .front-page-1 .slick-slide:first-of-type {
    display: flex;
    align-items: center;
}

.has-hero-slider .front-page-1 {
    padding: 0;
    background-color: #c6cace;
}

.has-hero-slider .front-page-1>.wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.has-hero-slider .front-page-1 .slick-slider {
    max-height: 100vh;
}

.has-hero-slider .front-page-1 .slick-slide {
    min-height: 100%;
}

.has-hero-slider .front-page-1 .slick-dots {
    line-height: 0;
}

.has-hero-slider .front-page-1 .slick-wrap {
    max-width: 88vw;
}

.has-hero-slider .front-page-1 .slick-content {
    max-width: 768px;
}

.has-hero-slider .front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden;
}

.has-hero-slider .front-page-1 h2 {
    margin-bottom: 0.382em;
    font-size: 2em;
}

.has-hero-slider .front-page-1 p {
    max-width: 512px;
    line-height: 1.382;
}

.front-page-1.hero-section {
    padding: calc(15vw + 6rem) 0 15vw;
    text-align: center;
}

.front-page-1.hero-section .wrap {
    margin: 0 auto;
    padding-right: 6vw;
    padding-left: 6vw;
}

.front-page-1.hero-section h1 {}

.front-page-1.hero-section p {
    margin: 0.5em 0 1.5em;
    color: #ffffff;
    text-align: center;
    margin: 1rem auto;
    max-width: 100%;
}


/* ## Front Page 2
 --------------------------------------------- */

.front-page-2 .wrap {
    padding: 0;
}

.front-page-2 .gallery img {
    width: 100%;
    height: auto;
    min-height: 1rem;
    margin: 2px;
    padding: 0 6vw;
}

.front-page-2 .gallery-item {
    margin: 0;
}

.no-js .front-page-2 .gallery-item {
    max-width: 50%;
}

.front-page-2 .slick-list {
    width: 100%;
}

.front-page-2 .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
}


/* ## Front Page 3
 --------------------------------------------- */

.front-page-3 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.front-page-3 .wrap:before,
.front-page-3 .wrap:after {
    display: none;
}

.front-page-3 .widget hr {
    margin: 5rem 0;
}

.front-page-3 .icon_widget {
    align-self: flex-start;
}

.front-page-3 .icon_widget .widget-title {
    font-size: 1.9rem;
}

.front-page-3 .icon_widget i {
    display: inline-block;
}

.front-page-3 .mejs-container {
    min-width: 86vw !important;
    max-width: 86vw;
    border-radius: 6px;
    background-color: #f6f8fa;
}

.front-page-3 .mejs-mediaelement {
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, 0.236);
}

.front-page-3 .mejs-controls {
    display: none;
}

.front-page-3 .mejs-overlay-button {
    display: flex;
    width: 6rem;
    height: 6rem;
    border-radius: 9rem;
    background-color: #ffffff;
    box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, 0.5);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.front-page-3 .mejs-overlay-button:hover,
.front-page-3 .mejs-overlay-button:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.front-page-3 .mejs-overlay-button:after {
    display: block;
    color: #2a3139;
    line-height: 1;
    content: '►';
}

.front-page-3 iframe {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}


/* ## Front Page 4
 --------------------------------------------- */

.front-page-4 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.front-page-4 .widget:first-of-type {
    margin-bottom: 5rem;
}


/* ## Front Page 5
 --------------------------------------------- */

.front-page-5 {
    padding: 0;
    border: none !important;
    text-align: center;
}

.front-page-5 .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.front-page-5 .widget-title {
    margin: 0 0 5rem;
    text-align: center;
}

.front-page-5 .widget-subtitle {
    margin: 10rem 0 1em;
    text-align: center;
}

.front-page-5 .widget-wrap {
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
}

.front-page-5 .entry.portfolio {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;
    text-align: center;
}

.front-page-5 .entry.portfolio>a {
    display: block;
    margin: 0;
}

.front-page-5 .entry.portfolio>a:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-5 .entry.portfolio>a:before {
    opacity: 0;
}

.front-page-5 .entry.portfolio>a:hover:before,
.front-page-5 .entry.portfolio>a:focus:before {
    opacity: 1;
}

.front-page-5 .entry.portfolio>a:hover+.entry-header,
.front-page-5 .entry.portfolio>a:focus+.entry-header {
    top: 50%;
    opacity: 1;
}

.front-page-5 .entry-header {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    opacity: 0;
    color: #ffffff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-5 .entry-header a {
    color: #ffffff;
}

.front-page-5 img {
    display: block;
    min-width: 100%;
    transition: all 0.3s ease;
}


/* ## Front Page 6
 --------------------------------------------- */

.front-page-6 {
    background: #0072ff;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
    border: none !important;
    color: #ffffff;
}

.front-page-6 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.front-page-6 .wrap:before,
.front-page-6 .wrap:after {
    display: none;
}

.front-page-6 .widget:last-of-type .button {
    margin-bottom: 0;
}

.front-page-6 p {
    max-width: 768px;
    color: #ffffff;
}

.front-page-6 .alignright {
    margin-left: 0;
}


/* ## Front Page 7
 --------------------------------------------- */

.front-page-7 {
    text-align: center;
}

.front-page-7 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.front-page-7 .wrap:before,
.front-page-7 .wrap:after {
    display: none;
}

.front-page-7 .widget {
    width: 100%;
}

.front-page-7 .pricing-table {
    margin-right: 6vw;
    margin-left: 6vw;
}

.front-page-7 hr {
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
}

.front-page-7 ul blockquote {
    padding-right: calc(2em + 6vw);
    padding-left: calc(2em + 6vw);
}


/* ## Front Page 8
 --------------------------------------------- */

.front-page-8 .wrap {
    position: relative;
}

.front-page-8 .widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.front-page-8 .widget-title {
    width: 100%;
    margin-bottom: 1.618em;
    text-align: center;
}

.front-page-8 .widget-subtitle {
    width: 100%;
    text-align: center;
}

.front-page-8 .entry {
    padding: 3rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.front-page-8 .entry:hover,
.front-page-8 .entry:focus {
    box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.front-page-8 .entry>a {
    display: block;
    width: calc(100% + 6rem);
    max-width: calc(100% + 6rem);
    margin: 0;
    margin: -3rem -3rem 3rem;
    border-radius: 3px 3px 0 0;
}

.front-page-8 .entry>a img {
    border-radius: 3px 3px 0 0;
}

.front-page-8 .entry p:last-of-type {
    margin-bottom: 0;
}

.front-page-8 .entry-title {
    order: 2;
}

.front-page-8 p.entry-meta {
    order: 1;
    font-size: small;
}

.front-page-8 p.entry-meta:last-of-type {
    margin-bottom: 1em;
}


/* ## Front Page 9
 --------------------------------------------- */

.front-page-9 {
    position: relative;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.front-page-9:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-9 .widget {
    position: relative;
    z-index: 2;
    max-width: 768px;
    margin: 0 auto;
}

.front-page-9 .widget-wrap {
    height: 100%;
}

.front-page-9 .widget_media_image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
}

.front-page-9 .widget_media_image figure {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
}

.front-page-9 .widget_media_image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.front-page-9 .widget_media_image figcaption {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
    width: 0.1rem;
    height: 0.1rem;
    border: 0;
    background-color: #ffffff;
}

.front-page-9 p {
    color: #eceef1;
}

.front-page-9 form {
    margin-top: 1.382em;
}

.front-page-9 ::-moz-placeholder {
    opacity: 1;
    color: #eceef1;
}

.front-page-9 ::-webkit-input-placeholder {
    color: #eceef1;
}

.front-page-9 input {
    display: block;
    margin: 0 auto 1em;
    border: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.front-page-9 input[type='submit'] {
    width: auto;
    margin-bottom: 0;
}

.front-page-9 input:hover,
.front-page-9 input:focus {
    background-color: rgba(255, 255, 255, 0.3);
}


/*start imported css*/

.clear {
    clear: both;
}

body {
    margin: 0 !important;
    padding: 0;
    font-family: 'public sans', Helvetica, sans-serif;
    color: #000;
    background: #fff;
}

.header {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(7, 115, 186, 1) 50%, rgba(7, 115, 186, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(7, 115, 186, 1)), color-stop(100%, rgba(7, 115, 186, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(7, 115, 186, 1) 50%, rgba(7, 115, 186, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(7, 115, 186, 1) 50%, rgba(7, 115, 186, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(7, 115, 186, 1) 50%, rgba(7, 115, 186, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(7, 115, 186, 1) 50%, rgba(7, 115, 186, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0773ba', GradientType=1);
}

.header-column {
    background: #0772ba;
}

header ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 0 5px 5px;
    border-bottom: 2px solid transparent;
}

header ul li a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}

header ul li.current-menu-item a {
    color: #fff;
    border-bottom: 2px solid #fff;
    border-color: rgb(255 255 255 / 70%);
}

header .navbar {
    padding: 0;
    margin-top: 10px;
}

.top-bar {
    margin: 15px 0 0;
}

.social a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.contact-info {
    font-size: 14px;
    color: #fff;
    margin-right: 40px;
}

.contact-info a {
    color: #fff;
}

.contact-info .fa {
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.search-btn {
    color: #fff;
    font-size: 18px;
    padding: 0 10px 0 15px;
    border-left: 2px solid #fff;
    margin: 2px 0 0 auto;
}

.search-btn:hover {
    color: #fff;
}

.section-slide img {
    width: 100%;
}

.section-slide {
    position: relative;
    margin-bottom: -40px;
}

.metaslider {
    overflow: hidden;
}

.metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    width: 1000px !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 10% !important;
}

.metaslider .caption-wrap h1 {
    font-family: 'Libre Baskerville';
    font-size: 75px;
    color: #0772ba;
}

.metaslider .caption-wrap p {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
}

.metaslider .flex-control-nav {
    bottom: 50px !important;
}

.flex-control-paging li a {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    background: #d6d6d6 !important;
    border-radius: 50% !important;
    border: none !important;
    margin: 0 2px !important;
}

.flex-control-paging li a.flex-active {
    background: #0772ba !important;
}

.section-about {
    background: #dbebf8;
}

.about-column {
    width: 550px;
    float: right;
}

.about-content {
    width: 445px;
    margin: 0 auto;
    text-align: center;
}

.about-content h3 {
    font-family: 'Libre Baskerville';
    color: #312b4a;
    font-size: 30px;
}

.about-content h3 span {
    font-family: 'public sans';
    display: block;
    color: #0772ba;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.about-content p {
    font-size: 14px;
    color: #333;
    margin: 10px 0 0;
    line-height: 24px;
}

.about-content p span {
    color: #0772ba;
}

.about-content h5 {
    text-align: center;
}

.button {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 25px 0 0;
    background: #0772ba;
    width: 150px;
    padding: 13px 15px;
    border-radius: 30px;
}

.button:hover {
    color: #fff;
}

.about-image {
    padding-right: 0;
    position: relative;
}

.about-image img {
    width: 100%;
}

.image-content {
    background: #fff;
    width: 370px;
    max-width: 100%;
    padding: 15px 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.image-content h2 {
    font-family: 'Libre Baskerville';
    font-size: 45px;
    color: #0772ba;
}

.image-content p {
    font-size: 14px;
    color: #444;
    margin: 10px 0 0;
    line-height: 24px;
}

.section-header {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    margin-top: 50px;
}

.section-header h3 {
    font-family: 'Libre Baskerville';
    color: #312b4a;
    font-size: 30px;
}

.section-header h3 span {
    font-family: 'public sans';
    display: block;
    color: #0772ba;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.section-header p {
    font-size: 14px;
    color: #444;
    margin: 20px 0;
    line-height: 24px;
}

.section-header p span {
    color: #0772ba;
}

.ppartners {
    font-size: 14px;
    color: #444;
    margin: 35px 0 0;
    line-height: 24px;
    text-align: center;
}

.ppartners a {
    font-weight: bold;
    color: #0772ba;
    text-decoration: none;
}

.ppartners a:hover {
    text-decoration: underline;
}

.section-service {
    background: #f2f2f2 url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 60px;
}

.service-post {
    text-align: center;
    margin-top: 40px;
}

.service-post h4 {
    font-size: 14px;
    color: #0772ba;
    letter-spacing: 1px;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.service-post h3 {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    color: #312b4a;
    margin: 10px 0 0;
}

.service-post p {
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin: 10px 0 0;
}

.section-partners {
    padding-bottom: 60px;
}

.section-partners ul {
    margin: 0 -15px;
    text-align: center;
}

.section-partners ul li {
    padding: 0 15px;
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin-top: 30px;
}

.partner-logo {
    border: 1px solid #dfdfdf;
    height: 90px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    padding: 0 22px;
}

.section-consultants {
    background: #f2f2f2;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
}

.thumb {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
}

.thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.consultants {
    width: 262px;
    margin-top: 40px;
}

.consultants-contact {
    margin: 15px 0 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 15px 25px 10px;
    text-align: center;
}

.consultants-contact h4 {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #0772ba;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 5px;
}

.consultants-contact p {
    font-size: 14px;
    color: #8d8e8e;
    margin: 0 0 10px;
}

.consultants-contact p .fa {
    color: #0772ba;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

footer {
    background: #0772ba;
}

.about-info {
    margin-top: 45px;
}

.about-info p {
    font-size: 12px;
    color: #fff;
    margin: 25px 0 0;
    line-height: 21px;
}

.info {
    margin: 40px 0 0;
}

.info h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.location {
    font-size: 14px;
    color: #fff;
    /*display:flex; -webkit-display:flex;*/
    margin: 30px 0 25px;
}

.location .fa {
    font-size: 25px;
    margin: 5px 11px 0 0;
}

.info p {
    font-size: 14px;
    color: #fff;
}

.info p .fa {
    font-size: 20px;
    margin: 3px 7px 0 0;
    position: relative;
    top: 2px;
}

.info a {
    color: #fff;
}

.info a:hover {
    color: #fff;
}

.info ul {
    margin-top: 20px;
}

.info ul li {
    line-height: 34px;
    width: 50%;
    float: left;
}

.info ul li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
}

.info ul li a:hover {
    border-bottom: 2px solid #fff;
}

footer .social {
    text-align: center;
    width: 100%;
}

.info .social a {}

.copyright {
    background: #fff;
    padding: 20px 0;
    margin: 40px 0 0;
}

.copyright p {
    font-size: 12px;
    color: #444;
}

.owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    color: #0772ba;
    padding: 0 5px !important;
}

.mobile-logo {
    display: none;
}


/*INNER PAGE CSS*/

.section-banner {
    width: 100%;
    position: relative;
}

.section-banner img {
    width: 100%;
    position: relative;
}

.banner-text {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #000;
    width: 100%;
    top: 30px;
}

.banner-text h3 {
    font-family: 'Libre Baskerville';
    font-size: 75px;
    color: #0772ba;
}

.broker-sec {
    padding: 35px 0;
}

.bdr-right {
    border-right: #0772ba solid 2px;
    font-size: 30px;
    font-family: 'Libre Baskerville';
    color: #312b4a;
    padding-top: 50px;
}

.lineli li {
    background: url(../images/line.jpg) top 10px left no-repeat;
    padding: 0 0 11px 62px;
    font-size: 14px;
    color: #000;
}

.marg-left-50 {
    margin-left: 50px;
}

.broker-sec h3 {
    font-family: 'Libre Baskerville';
    font-size: 30px;
    color: #312b4a;
    margin: 25px 0;
}

.broker-sec h4 {
    font-size: 14px;
    color: #0772ba;
    margin-bottom: 20px;
}

.padd-75 {
    padding: 75px 0 55px;
}

.marg-top-150 {
    margin-top: 150px;
}

.section-about1 {
    padding: 50px 0;
    background: #f2f2f2;
    width: 100%;
}

.section-about1 p {
    font-size: 14px;
    color: #444;
    margin: 20px 0 0;
    line-height: 24px;
}

.section-about1 p span {
    color: #0772ba;
    font-weight: bold;
}

.section-about1 a {
    color: #0772ba;
    font-weight: bold;
}

.marg-top-50 {
    margin-top: 50px;
}

.contact-sec {
    width: 100%;
    padding: 50px 0;
}

.contact-sec p {
    font-size: 14px;
    color: #444;
    margin: 10px 0 0;
    line-height: 24px;
}

.contact-sec form {
    margin-top: 50px;
}

.contact-sec input {
    margin-bottom: 25px;
    width: 90%;
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 35px;
    padding-left: 15px;
}

.contact-sec textarea {
    margin-bottom: 25px;
    width: 90%;
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 35px;
    padding: 15px;
}

.contact-sec input[type=submit] {
    margin-bottom: 25px;
    width: 200px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    background: #0772ba;
    border: none;
    cursor: pointer;
}

.freinds-sec {
    width: 100%;
    padding: 50px 0;
}

.effects {
    margin: 50px 0;
}

figcaption a {
    padding-top: 105px;
}

.member-name {
    border: #000 solid 3px;
    margin: 15px 0 30px;
    text-align: center;
    padding: 17px 0;
    color: #000;
}

.member-name h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville';
}

.member-name h6 {
    font-size: 12px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: bold;
}

.member-name h5 {
    font-size: 12px;
}

.member-name h5 a {
    color: #000;
}

.section-about1 h3 {
    font-family: 'Libre Baskerville';
    color: #312b4a;
    font-size: 30px;
}

.section-about1 h3 a {
    color: #312b4a;
}

ul.lineli1 {
    margin: 30px 0;
}

.lineli1 li {
    background: url(../images/line.jpg) top 10px left no-repeat;
    padding: 0 0 11px 62px;
    font-size: 14px;
    color: #444;
}

.whitebg {
    background: #fff;
}


/* 
.entry-title {
    display: none;
} */

.marg-bott-30 {
    margin-bottom: 30px;
    margin-left: 30px;
}

.greybg {
    background: #f2f2f2;
    padding-top: 10px;
}

.modal-body input[type=submit] {
    margin: 20px auto 30px;
    width: 200px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    background: #0772ba;
    border: none;
    cursor: pointer;
}

h4.modal-title {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    color: #0772ba;
    margin: 0 0 25px;
}

.modal-body label.screen-reader-text {
    display: none;
}

.modal-body input[type=text] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-results .entry-title {
    display: block;
    font-size: 20px;
    margin: 30px 0;
}

.search-results h1.page-title {
    font-size: 30px;
}


/* 
.entry-meta,
.entry-utility {
    display: none;
} */

.search-results .status-publish {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
}

.location-map-sec {
    padding: 50px 0;
    text-align: center;
}

#map {
    margin: auto !important;
}

.button-right-div {
    display: block;
    text-align: right;
    width: 100%;
    margin-bottom: 50px;
}

button#responsive-menu-button {
    height: 40px !important;
    width: 42px !important;
}

.page-template-human-resources .banner-text {
    top: -180px;
}

ul.bullet li {
    font-size: 14px;
    color: #444;
    margin: 12px 0 0;
    line-height: 24px;
    background: url(../images/bullet.png) top 8px left no-repeat;
    padding-left: 20px;
}

ol.styleol {
    list-style: none;
    font-size: 14px;
    color: #444;
    margin: 12px 0 0;
    line-height: 24px;
}

.search-results .banner-text {
    top: -120px;
}

.page-template-privacy .section-about1 ul li {
    font-size: 14px;
    color: #444;
    margin: 20px 0 0;
    line-height: 24px;
    background: url(../images/bullet.png) top 8px left no-repeat;
    padding-left: 20px;
}

.page-template-privacy .banner-text {
    top: 150px;
}

.page-template-privacy .banner-text h3 {
    color: #fff;
}

.section-about1 h4 {
    line-height: 30px;
}

.page-template-medicare .section-about1 h3 {
    margin: 30px 0;
}

.page-template-medicare .section-about1 a.button {
    color: #fff !important;
}

.page-template-medicare .button {
    width: 230px !important;
    line-height: 35px;
    font-size: 16px !important;
}

.page-template-location-inner .banner-text p {
    font-size: 27px;
    font-weight: bold;
    line-height: 20px !important;
}

.page-template-location-inner .banner-text h3 {
    font-size: 65px;
}


/*.whitetxt{color:#fff !important; -webkit-text-fill-color: white; -webkit-text-stroke-width: 1px;   -webkit-text-stroke-color: black;}
 .page-template-location-inner .banner-text small{font-size:15px; color:#fff !important; font-weight:normal !important;}*/

.page-template-location-inner .banner-text small {
    font-size: 15px;
    font-weight: normal !important;
}


/*FONTS*/


/*end imported css*/


/*start 321 css*/

:root {
    --dark-body: #192b39;
    --accent-color-non-wcag-compliant: #db5461;
    --accent-color: #D63D4D;
    --body-accent: #1b70b6;
}

.menu-item.menu-item-has-children .sub-menu:before {
    display: none !important;
}

body input,
body select,
body textarea {
    border-radius: 2px;
}

.site-header .topbar {
    flex: 1 1 100%;
    background-color: transparent;
}

.site-header:not(.shrink) {
    /*background-color: rgb(255 255 255 / 95%);*/
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 30%);
}


/*new header menu with superfish disabled*/

.topbar {
    display: none;
    background: transparent;
}

.menu .menu-item>a>span>svg.svg-inline--fa,
body .site-header .after-header-menu .header-menu-cta.button-cta a>span>svg.svg-inline--fa {
    display: none;
}

header .menu-item {
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.wp-custom-logo .title-area {
    max-width: 200px;
    flex: 1 1 200px;
    background: transparent;
}

body .site-container header.site-header {
    background: transparent;
    background: rgb(18 70 115 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(198, 202, 206, 0.3);
}

body.logged-in.admin-bar .site-container header.site-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.logged-in.admin-bar .site-container header.site-header {
        top: 46px;
    }
}

body .site-container header.site-header .topbar {
    border-bottom: 1px solid rgba(198, 202, 206, 0.3);
}

.wp-custom-logo .title-area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}


/* 
.wp-custom-logo .title-area:before {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    right: -15px;
    width: 100rem;
    height: 100%;
} */

.sub-menu .menu-item {
    padding: 0;
    margin: 0;
}

@media (min-width: 896px) {
    .nav-primary {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        background-color: #0772ba;
    }

    header .wrap .wrap {
        width: 100%;
    }

    .nav-primary:before,
    .nav-primary:after {
        display: none;
    }

    body .site-header>.wrap {
        flex-wrap: nowrap;
        /* display: flex;
        gap: 20px; */
    }

    .nav-primary {
        flex: 1 1 100%;
    }

    .wp-custom-logo .title-area {
        max-width: 200px;
        flex: 1 1 200px;
    }

    .nav-primary .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menu .menu-item>a>span>svg.svg-inline--fa,
    body .site-header .after-header-menu .header-menu-cta.button-cta a>span>svg.svg-inline--fa {
        display: inline-block;
        margin-right: 7px;
        color: #2d3294;
    }

    .menu .menu-item.menu-cta>a>span>svg.svg-inline--fa,
    body .site-header .after-header-menu .header-menu-cta.button-cta a>span>svg.svg-inline--fa {
        margin-left: 3px;
        color: #fff;
    }

    /*nav with disabled superfish*/
    .menu-item.menu-item-has-children>a:first-child {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .menu-item.menu-item-has-children>a:first-child:after {
        display: none;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        content: "\f078";
    }

    .menu-item.menu-item-has-children>a:first-child svg {
        margin-left: 0.5rem;
        /* color: rgba(255, 255, 255, 0.75); */
        color: rgba(68, 68, 68, 0.75);
        color: #fff;
        font-size: 1.2rem;
        margin-top: 2px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

    .site-header.shrink .menu-item.menu-item-has-children>a:first-child svg {
        color: rgba(0, 0, 0, 0.45);
    }

    .nav-primary .sub-menu {
        display: block;
        top: -2000px;
        left: 0;
        position: absolute;
        /* margin-left: -0.5em; */
        margin-left: 0em;
        /*        width: 25rem;*/
        z-index: 99;
        padding: 1rem 0;
        border-radius: 3px 3px;
        right: auto;
        box-shadow: 0 10px 28px rgba(0, 16, 44, 0.08), 0 1px 4px rgba(0, 16, 44, 0.08);
        opacity: 0;
        pointer-events: none;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        -webkit-transition: opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end;
        transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
        background: #fff;
    }

    .menu-item.menu-item-has-children:hover .sub-menu:before {
        content: '';
        position: absolute;
        display: block;
        z-index: 98;
        top: -25%;
        width: 120%;
        left: -10%;
        height: 25%;
        background: transparent;
        border: none;
    }

    .menu-item.menu-item-has-children:hover .sub-menu {
        top: 100%;
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        -webkit-transition: opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start;
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .menu-item.menu-item-has-children:hover .sub-menu .sub-menu {
        top: -2000px;
    }

    .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children:hover .sub-menu {
        top: 92%;
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    .nav-primary .menu>.menu-item>a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        font-weight: 700;
        border-bottom: none;
    }

    .nav-primary .menu-item a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 1.5rem;
        color: #333;
        height: 100%;
        padding: 2rem 1.3rem;
        height: auto;
    }

    .nav-primary .menu-item .sub-menu a {
        padding: 1rem 14px;
        color: #0772ba;
        display: block;
        border: none;
    }

    .nav-primary .menu-item .sub-menu a:hover,
    .nav-primary .menu-item .sub-menu a:focus {
        opacity: 0.85;
    }

    .topbar {
        flex: 1 1 100%;
        height: 38px;
        display: flex;
        align-items: center;
        transition: all 0.15s ease-in-out;
        overflow: hidden;
        padding-top: 0;
    }

    .shrink .topbar {
        height: 0;
        padding: 0;
    }

    .topbar .widget .menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
    }

    .topbar .widget .menu>li {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .topbar .widget .menu>li>a {
        margin: 0;
        padding: 7px 9px;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 300;
        text-transform: capitalize;
        background: transparent;
    }

    .topbar .topbar-address {
        font-size: 1.5rem;
        font-weight: 400;
        text-decoration: none;
        color: #2b2b2b;
        padding-left: 9px;
        display: flex;
        align-items: center;
    }

    .topbar .widget .menu>li>a svg {
        font-size: 1.6rem;
        margin-right: 5px;
    }

    .topbar>.wrap:before,
    .topbar>.wrap:after {
        display: none;
    }

    .topbar>.wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .topbar .wrap .widget_nav_menu {
        border-left: 1px solid rgba(198, 202, 206, 0.3);
        height: 100%;
        display: flex;
        align-items: center;
        /* padding-top: 4px; */
        margin-right: auto;
    }

    .nav-primary .menu-item.phone-cta,
    body .site-header .after-header-menu .header-menu-cta.phone-cta {
        margin-left: 16px;
    }

    .nav-primary .menu-item.phone-cta a,
    body .site-header .after-header-menu .header-menu-cta.phone-cta a {
        font-weight: 700;
        color: #2e3394;
        font-size: 16px;
        box-shadow: 0 0 1px 2px #2e3394;
        border-radius: 5px;
        padding: 11px 13px;
        line-height: 1;
        height: auto;
    }

    .nav-primary .menu-item.phone-cta a:hover,
    body .site-header .after-header-menu .header-menu-cta.phone-cta a:hover {
        background-color: rgb(46 51 148 / 5%);
    }

    .topbar .topbar-address {
        opacity: 0.85
    }

    .menu-item.menu-phone-cta a span {
        position: relative;
        line-height: 24px;
    }

    .topbar-address a {
        text-decoration: none;
        color: #fff;
    }

    .topbar-address a svg {
        margin-left: 6px;
    }

    .nav-primary .menu-item a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        margin: 0;
        text-transform: capitalize;
        color: #fff;
    }

    .nav-primary .menu-item a svg,
    body .site-header .after-header-menu .header-menu-cta.button-cta a svg {
        color: #fff;
    }

    .search-form .search-toggle {
        filter: brightness(7.5);
    }

    .nav-primary .sub-menu .menu-item {
        padding: 0;
        border: none;
    }

    .nav-primary .two-col .sub-menu .menu-item {
        flex: 1 1 50%;
    }

    .nav-primary .two-col .sub-menu {
        /* display: flex;
        flex-wrap: wrap; */
        display: inline-block;
        column-count: 2;
        column-gap: 0;
        width: 400px;
    }

    .nav-primary .two-col .sub-menu .menu-item a {
        display: block;
        width: 100%;
    }

    .nav-primary .menu>.menu-item:first-of-type {
        margin-left: 2rem;
    }

    .two-col>.sub-menu {
        overflow: hidden;
    }

    .two-col>.sub-menu>.menu-item.menu-item-has-children {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .two-col>.sub-menu>.menu-item.menu-item-has-children>a {
        /* color: var(--dark-body); */
        font-weight: 700;
        font-size: 16px;
        padding-bottom: 2px;
    }

    .two-col>.sub-menu>.menu-item.menu-item-has-children>a>span {
        box-shadow: inset 0 -1px 0px 0px rgb(7 114 186 / 20%);
        padding-bottom: 10px;
        width: 92%;
    }

    .two-col>.sub-menu>.menu-item.menu-item-has-children svg {
        display: none;
    }

    .menu-item.menu-item-has-children .sub-menu .sub-menu {
        top: 0;
        position: static;
        display: block;
        margin: 0;
        width: auto;
        box-shadow: none;
        border: none;
        margin-left: 2px;
        height: 100%;
        background: transparent;
        transform: none !important;
        width: 100%;
        padding: 0;
    }

    .nav-primary .menu-item .sub-menu a {
        display: block;
        width: 100%;
    }

    .nav-primary .menu-item .sub-menu a:hover,
    .nav-primary .menu-item .sub-menu a:focus {
        background: #eee;
    }

    header .menu-item.menu-cta a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        margin-right: 2rem;
    }

    .nav-primary .menu>.menu-item:hover>a,
    .nav-primary .menu>.menu-item:focus>a {
        opacity: 0.75;
    }
}

.topbar .widget_custom_html {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.topbar .widget_custom_html .widget-wrap,
.topbar .widget_custom_html .widget-wrap .textwidget,
.topbar .widget_custom_html .widget-wrap .topbar-address,
.topbar .widget_custom_html .widget-wrap .topbar-address>a {
    height: 100%;
    display: flex;
    align-items: center;
}

.topbar .topbar-address>a:first-of-type {
    border-left: 1px solid rgba(198, 202, 206, 0.3);
}

.topbar .topbar-address>a {
    border-right: 1px solid rgba(198, 202, 206, 0.3);
    padding: 0 1rem;
}

a.topbar--phone:hover,
a.topbar--phone:focus {
    font-weight: 500;
    opacity: 0.85;
}

a.topbar--phone {
    font-weight: 500;
}

/* .search-form {
    display: none;
} */

.topbar-search {
    display: block;
    padding: 0 1rem;
}

.search-form .search-toggle:focus {
    outline: none;
}

@media (min-width: 896px) {
    .site-header .search-form input[type='search'] {
        height: 1.8em;
    }
}

.front-page-1 .button {
    font-size: 1.8rem;
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

header .menu .menu-item.menu-cta a,
body .site-header .after-header-menu .header-menu-cta.button-cta a {
    border: none;
    padding: 13px 22px;
    border-radius: 8px;
    margin-left: 5px;
    background: var(--accent-color);
    background: transparent;
    /* background: rgb(18 70 115 / 40%); */
    /* border: 3px solid var(--accent-color); */
    border: 3px solid #DDEBF8;
}

.custom-logo {
    display: block;
    position: relative;
    margin-right: -1.9rem;
}

body .button,
body input[type="submit"] {
    border-radius: 10px;
    /* border: 3px solid var(--accent-color); */
    border: 3px solid #DDEBF8;
    background: transparent;
}

body .button {
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    padding: 1.3rem 3rem;
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    border: 3px solid var(--accent-color);
    background: transparent;
}

body h1 {
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.fp-descriptive-title {
    font-family: 'public sans';
    display: block;
    color: #0772ba;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.widget-title {
    font-family: 'Libre Baskerville', serif;
    color: #1b70b6;
    font-size: 3.2rem;
    font-weight: 700;
}

.front-page-widget .widget {
    width: 100%;
}

div#front-page-2 {
    padding: 0;
    position: relative;
    z-index: 2;
}

div#carouselTeam {
    transform: translateY(-4rem);
    position: relative;
}


/* .front-page-2 .wrap {
    padding: 0;
    max-width: 1400px;
    width: 100%;
} */

.home .front-page-4 {
    padding: 0;
    border: none;
}

.front-page-4 .wrap {
    max-width: 100%;
    width: 100%;
}

.front-page-4 .widget:first-of-type {
    margin-bottom: 0;
}

.casestudy-box--copy .red {
    margin-bottom: 2rem;
    font-weight: 600;
}

.small {
    font-size: 1.6rem;
}

body .casestudy-box--title {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.2rem;
    font-weight: 700;
}

footer p.company-blurb {
    color: #fff;
    margin-left: 17px;
}

.footer-widgets .widget-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2rem;
}

footer.site-footer a {
    color: #fff;
}

body .tto-social-media .tto-social-media--container .tto-social-media--icon-link svg,
body .tto-social-media .tto-social-media--container .tto-social-media--icon-link:hover svg {
    color: #fff;
    width: 18px;
    height: 18px;
    margin: 0;
}

.site-footer .menu {
    display: block;
}

.site-footer .menu .menu-item a {
    margin: 0;
    padding: 5px 2px;
    color: #fff;
}

.site-footer .widget-area.footer-credits {
    background: #fff;
    padding: 0;
    border: none;
    margin-top: 0;
}

.footer-credits .wrap {
    padding: 4px 0;
}


/*inner pages*/

a:hover,
a:focus {
    opacity: 0.9;
}

.no-hero-cta .hero-section .button {
    display: none;
}

.entry-content h2 svg {
    margin-right: 1rem;
}

.page-template-default.page.full-width-content .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
}

.page-template-default.page.full-width-content .content {
    padding: 0;
}

.page-template-default.page.full-width-content .entry-content {
    width: 88%;
    max-width: 1152px;
    padding: 6rem;
    margin: 0 auto;
}

.page-template-default.page.full-width-content:not(.tto-full-width) .entry-content,
body.single .content {
    max-width: 960px;
}

.content-sidebar-wrap .wrap.tto-wrap {
    width: 88%;
    max-width: 1152px;
}

body {
    color: #192b39;
}

body p {
    margin-bottom: 1.6rem;
}

body a {
    text-decoration: none;
    transition: 0.15s ease-in-out all;
}

body h4 {
    font-family: 'Public sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
}

body h3 {
    font-family: 'Public sans';
    font-weight: 800;
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    margin-top: 2.2rem;
}

.entry-content h2,
.tto-container h2 {
    font-size: 3.6rem;
    margin-bottom: 1.2rem;
    color: #1b70b6;
}

.entry-title--container {
    max-width: 767px;
    margin: 0 auto;
}

.hero-section .entry-title-with-tagline {
    font-family: 'Libre Baskerville', serif;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.hero-section .entry-title--tagline {
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: #fff;
}

body a.button:hover,
body a.button:focus,
header .menu .menu-item.menu-cta a:hover,
header .menu .menu-item.menu-cta a:focus,
body .site-header .after-header-menu .header-menu-cta.button-cta a:hover,
body .site-header .after-header-menu .header-menu-cta.button-cta a:focus,
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_footer input:focus {
    opacity: 1;
    background: hsl(0deg 0% 83% / 11%);
}

.hero-section .button:hover {
    color: #fff;
    background: hsl(0deg 0% 83% / 11%);
}


/*careers page*/


/*** New Careers Template **/

.careers-page .content section {
    padding: 3rem 0;
}

.careers-page .content section.careers-video {
    padding-top: 0;
}

.careers-page .content section.careers-benefits {
    margin-top: 3rem;
    padding: 6rem 0;
}

.careers-page .site-inner .wrap {
    width: 88%;
    max-width: 1152px;
    padding-left: 0;
    padding-right: 0;
}

.careers-page .entry-content h2 {
    margin-bottom: 0;
}


/* .careers-page .before-footer.widget-area {
    display: none;
} */

h2.careers-header--title {
    padding-top: 0;
}

span.careers-header--tagline {
    font-weight: 800;
    font-size: 1.6rem;
    color: #636363;
}

.careers-culture-items {
    display: block;
    margin: 0 1rem;
}

.careers-culture-item {
    display: block;
    margin: 0rem 0;
    padding: 1rem 0;
}

.careers-header {
    display: block;
    padding: 0 0 2rem;
}

h4.careers-culture-item--header {
    font-size: 1.2em;
    margin: 0 0 0.5rem;
}

p.careers-culture-item--copy {
    color: #222;
    line-height: 1.3;
}

.careers-culture-item--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #f6c80e; */
    /* height: 60px;
    width: 60px; */
    padding: 2rem 0;
    border-radius: 50%;
    color: var(--accent-color);
}

.careers-culture-item--icon svg {
    font-size: 3rem;
}

.careers-positions-content--output {
    margin-left: 1rem;
}

h4.careers-positions-content--title {
    font-size: 1.2em;
}

p.careers-positions-content--copy {
    color: #222;
}

h2.careers-slider-item--header {
    padding: 0;
}

img.careers-slide--image {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.careers-slider-item--copy {
    display: block;
    padding-right: 2rem;
}

.careers-slider-control-container {
    display: block;
    position: relative;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}

.careers-slider-indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 !important;
}

.careers-slider-indicators span[data-bs-target] {
    font-size: 1.6rem;
    width: auto;
    height: auto;
    font-weight: 600;
    text-indent: 0 !important;
    cursor: pointer;
    transition: 0.12s ease-in-out all;
}

.careers-slider-indicators span[data-bs-target].active {
    color: #026351;
}

.careers-slider-indicators span:hover {
    color: #026351;
    opacity: 1;
}

.careers-slider-controls {
    display: flex;
    position: absolute;
    top: -150px;
}

.careers-slider-indicator {
    display: block;
    font-size: 5rem;
    color: #026351;
    cursor: pointer;
    transition: 0.12s ease-in-out all;
}

.careers-slider-indicator.careers-slider-indicator--prev {
    margin-right: 2rem;
}

.careers-slider-indicator.careers-slider-indicator--next {
    margin-left: 2rem;
}

.careers-slider-indicator:hover {
    opacity: 0.8;
}

.careers-testimonial--image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 0;
    width: 80px;
    height: 80px;
    background: #556672;
    border-radius: 50%;
}

.careers-testimonial--image svg {
    color: #fff;
    font-size: 3.5rem;
}

section.careers-benefits {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--dark-body);
}

section.careers-benefits {
    text-align: center;
}

h2.careers-benefits--header {
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin: 0 auto 3rem;
    padding: 0 0 1rem;
    border-bottom: 2px solid #fff;
}

.benefits-item {
    text-align: left;
    color: #fff;
    display: block;
    margin: 2rem 0;
    padding: 0 2rem;
}

.benefits-item svg {
    margin-right: 1rem;
}

.benefits-items {
    display: block;
    margin: 0 0 2rem;
}

.careers-video-content--video {
    display: block;
    position: relative;
}

.careers-video-content--video-play-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-size: 5rem;
    cursor: pointer;
    pointer-events: none;
}

article.employee-callout {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 2rem 0;
    /* padding: 2rem 3rem; */
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
    transition: 0.2s ease-in-out all;
}

article.employee-callout:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 40%);
    transform: translateY(-2px);
}

article.employee-callout::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    border-radius: 8px;
}

a.employee-callout-container {
    display: block;
    text-decoration: none;
    padding: 1.5rem 3rem;
    z-index: 2;
    color: #fff;
    position: relative;
}

.employee-callout--title {
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 5rem;
}

.employee-callout--cta {
    font-weight: 900;
}

.careers-page footer.entry-footer {
    display: none;
}

@media (min-width: 768px) {
    .careers-page .content {
        margin: 0 auto 0rem;
        box-shadow: none;
        padding: 6rem 6rem 0;
    }

    .careers-page .content:before {
        display: none;
    }
}


/*custom archive pages*/


/*locations page*/

.page-template-default.page.full-width-content.tto-archive .entry-content {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}

.location-container {
    margin-bottom: 3rem;
    box-shadow: 0 0px 1px #000, 0 1px 6px -3px rgb(0 0 0 / 63%);
}

.location-container--items {
    background: #192b39;
    color: #fff;
    padding: 3.2rem 2.4rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.location-item.phone {
    align-self: flex-end;
}

a.location-heading {
    font-family: 'Libre Baskerville', Times New Roman, Times, serif;
    color: var(--body-accent);
    color: #fff;
    margin-bottom: 2rem;
    display: block;
    font-size: 19px;
    font-weight: 600;
}

a.location-heading:hover,
a.location-heading:focus {
    opacity: 0.85;
}

.location-item.phone .button {
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    padding: 1.3rem 3rem;
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    background: transparent;
    border: 3px solid var(--accent-color);
}

.location-item.phone .button:hover,
.location-item.phone .button:focus {
    background: hsl(0deg 0% 83% / 11%);
}


/*team page*/

h3.team-member-department--title {
    font-family: 'Libre Baskerville';
    font-size: 4rem;
    font-weight: 700;
    color: #192b39;
    margin: 2rem 0 4rem;
    text-align: center;
}

.team-member {
    height: 100%;
    box-shadow: 0 0px 1px #000, 0 1px 6px -3px rgb(0 0 0 / 63%);
}

.team-member > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.team-member--content {
    flex: 1;
    background: #192b39;
    color: #fff;
    padding: 3.2rem 2.4rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.team-member--content .team-member--name {
    font-size: 2rem;
    font-family: 'Public Sans', sans-serif;
    padding: 0;
    margin-bottom: 1rem;
}

span.team-member--title {
    font-size: 1.5rem;
}

.team-members--search {
    display: block;
    max-width: 400px;
}

.team-members--search label.form-label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.team-members--search input {
    font-size: 1.4rem;
    border-color: #3e6b8e;
}

.team-member-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin: 0 0 3rem;
}

@media (max-width: 1195px) {
    .team-member-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .team-member-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .team-member-row {
        display: flex;
        flex-direction: column;
    }
}

/*single team member*/

.site-dark-background {
    background: #192b39;
}

.site-dark-background.single .content {
    margin-top: 13rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.site-dark-background.single .content,
.site-dark-background.single .content .entry {
    color: #fff;
    background: transparent;
}

.site-dark-background.single h1.entry-title {
    font-weight: 500;
    font-size: 4rem;
}

.site-dark-background.single .entry-content p {
    color: #fff;
}

.site-dark-background.single a {
    color: #fff;
}

.single-team-member--offices-container {
    margin: 3rem 0;
}

.location-title {
    color: var(--body-accent);
    font-weight: 600;
    font-size: 2rem;
}

.location-address {
    line-height: 1.3;
    font-size: 1.6rem;
    padding-left: 1px;
}

.single-team-member--before-footer {
    background: #fff;
    padding: 5rem 0;
}

.site-dark-background.single .single-team-member--before-footer a {
    color: var(--dark-body);
}

.single-team-member--before-footer-text {
    margin-bottom: 4rem;
}

.team-member--image-container {
    /* max-height: 354px; */
    overflow: hidden;
}

.team-member--image-container img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .team-member--image-container img {
        aspect-ratio: 6 / 5;
    }
}

@media (max-width: 767px) {
    .team-member-row {
        max-width: 350px;
        margin: 0 auto;
    }
}

/*single location*/

.single-location--assc-team-heading {
    color: #fff;
    margin-bottom: 4rem;
}

.single-location--before-footer {
    background: var(--body-accent);
    padding: 5rem;
}

.single-location--address {
    margin: 3rem 0;
    max-width: 400px;
}

.location-cta {
    margin-bottom: 4rem;
}

.location-cta .button {
    margin: 0;
}

.office-location-details {
    color: #cadbe8;
    font-family: 'Public Sans', Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}


/*case study section*/

.casestudy-box {
    background: #135083;
    padding: 8rem 0;
    color: #fff;
}

.casestudy-box .wrap {
    display: flex;
    margin: 0 auto;
    width: 88%;
    max-width: 1152px;
}

.casestudy-box--left,
.casestudy-box--right {
    flex: 1 1 50%;
    position: relative;
}

.casestudy-box--html.casestudy-box--right::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgb(255 255 255 / 57%);
    left: 98px;
    left: 18%;
}

.casestudy-box p {
    display: none;
}

.case-study-callout-features {
    position: relative;
}

.case-study-callout-features:before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    display: none;
}

.case-study-callout-features svg {
    font-size: 9rem;
    font-weight: 900;
    left: 52%;
    position: absolute;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #1b70b6;
}

.case-study-callout-features .case-study-callout-features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    z-index: 100;
}

.case-study-callout-features .large-number {
    font-size: 4.25em;
}

.case-study-callout-features .large-number {
    color: #fff;
    font-family: Libre Baskerville, Times New Roman, Times, serif;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.case-study-callout-features .small-item {
    font-size: 1.5em;
}

.case-study-callout-features .small-item {
    color: #fff;
    font-family: Public Sans, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.casestudy-box--link a {
    color: #fff;
}

.casestudy-box--link a svg {
    margin-left: 1rem;
}

@media (min-width: 1200px) {
    .blue-box--container {
        display: flex;
        width: 100%;
        margin-left: -5%;
    }
}

.tto-container.light-blue {
    background: #eef5fb;
    padding: 8rem 0;
}

.blue-box--container {
    display: flex;
    margin: 4rem 0;
}

.blue-box {
    flex: 1 1 20%;
    background: #145083;
    padding: 0 1rem;
    color: #fff;
    min-height: 250px;
    display: flex;
    align-items: center;
    white-space: normal;
    margin-right: 1rem;
    justify-content: center;
    font-weight: 600;
}


/*three steps*/

.step-single--number {
    color: #1b70b6;
    font-family: 'Libre Baskerville', Times New Roman, Times, serif;
    font-size: 1.75em;
    line-height: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}

.step-single--number {
    background: #eef5fb;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
}

.step-single--copy {
    text-align: center;
    font-size: 1.6rem;
}

.tto-container.dark-blue {
    padding: 8rem 0;
    background: #192b39;
    color: #fff;
}

.red {
    color: #db5461;
}

element.style {}

.tto-container ul {
    margin: 0 0rem 2rem 1rem;
}


/*testimonials*/

.testimonial-row--container {
    margin-top: 6rem;
    position: relative;
}

body.page.employee-benefits-page .testimonial-row--container {
    margin: 9rem 0 20rem;
}

.testimonial-row--container::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
    background: #eef5fb;
    z-index: 0;
    top: 50%;
}

.testimonial-row {
    position: relative;
    height: 100%;
    z-index: 1;
    background: #192b39;
}

.testimonial-row h5 {
    color: #db5461;
    color: hsl(206deg 39% 76%);
    font-family: Public Sans, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

.testimonial-image {
    display: flex;
    align-items: center;
}

.testimonial-content {
    padding: 6rem 0;
}

.testimonial-content .testimonial-quote {
    font-size: 2rem;
    color: #fff;
    font-family: Libre Baskerville, Times New Roman, Times, serif;
}

.testimonial-name-title {
    color: #fff;
    font-size: 14px;
}


/*before footer*/

.before-footer::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: rgba(19, 80, 131, .85); */
    background: #192B39;
}

.before-footer.widget-area {
    background-image: url(/wp-content/uploads/2022/05/footer-newsletter-bg-scaled.jpg);
    position: relative;
}

.before-footer.widget-area>.wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.before-footer .widget-title {
    text-align: center;
    color: #fff;
}

.before-footer .textwidget.custom-html-widget {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.before-footer .gform_wrapper.gravity-theme {
    width: 100%;
}

.before-footer .textwidget p {
    /* margin-bottom: 4rem; */
    margin-bottom: 1rem;
}

.before-footer .ginput_container.ginput_container_email {
    margin-bottom: 1rem;
}

.before-footer .gform_wrapper.gravity-theme .gform_footer {
    margin: 4rem 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-footer .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0;
}

/*icon boxes*/

.four-icon-boxes {
    padding: 0 2.5rem;
}

.icon-box {
    display: flex;
    justify-content: center;
    border: 2px solid #ddebf8;
    padding: 2.4rem 0;
    min-height: 250px;
    transition: 0.2s ease-in-out all;
    flex-wrap: wrap;
    align-content: flex-start;
}

.icon-box.no-border {
    border: none;
}

.icon-box--icon {
    background: #ddebf8;
    border-radius: 50%;
    height: 90px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 2rem;
}

.icon-box--icon svg {
    width: 90%;
    height: 90%;
}

.icon-box--icon * {
    transition: 0.2s ease-in-out all;
}

a>.icon-box:hover svg {
    color: #fff;
}

a>.icon-box:hover,
a>.icon-box:focus {
    border-color: var(--dark-body);
    color: var(--dark-body);
}

a>.icon-box:hover .icon-box--icon,
a>.icon-box:focus .icon-box--icon {
    background: var(--dark-body);
}

.icon-box--copy {
    text-align: center;
    flex: 1 1 100%;
}

.icon-box .icon-box--title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.icon-box p.icon-box--text {
    font-size: 1.4rem;
    color: #222;
}

.step-single {
    margin-bottom: 6rem;
}


/*lists*/

body .site-inner ul,
body .site-inner ol {
    margin-left: 8rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

body .site-inner ol ol,
body .site-inner ul ul,
body .site-inner ol ul,
body .site-inner ul ol {
    margin-left: 4rem;
}

/* ul li:not(.menu-item):before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    display: none;
} */

body .site-inner ul>li {
    /* list-style-type: none;
    position: relative;
    line-height: 1.3; 
    font-size: 1.8rem;  */
    margin-bottom: 0;
}

/* ul li:not(.menu-item) svg {
    color: #1b70b6;
    position: absolute;
    left: -47px;
    top: 8px;
    z-index: 1;
}

body .site-inner ul>li:not(.menu-item):after {
    content: '';
    position: absolute;
    height: 32px;
    width: 32px;
    background: #ddebf8;
    border-radius: 50%;
    left: -56px;
    top: 0;
    z-index: 0;
} */

body .site-inner .pagination ul>li svg,
body .site-inner .pagination ul>li:after {
    display: none;
}

body .site-inner .dark-blue ul>li:not(.menu-item):after {
    background: #fff;
}

body .dark-blue h4 {
    color: #ddebf8;
    margin-bottom: 3rem;
    font-weight: 700;
}

body p.big {
    font-size: 2.5rem;
    font-weight: 500;
}

.caps {
    text-transform: uppercase;
}

.tto-spacer {
    height: 8rem;
}

.tto-small-spacer {
    height: 4rem;
}


/*contact page*/

.site-inner-background .entry-content a:not(.button) {
    text-decoration: underline;
    color: #fff;
}

.site-inner-background.page {
    color: #fff;
}

.site-inner-background .content-sidebar-wrap {
    max-width: 1080px;
}

.site-inner-background .page-header,
.site-inner-background .page-header:before {
    background: none !important;
}

.site-inner-background .entry {
    background-color: transparent;
}

.site-inner-background .site-inner {
    background-color: var(--dark-body);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 14rem;
    background-image: url(/wp-content/uploads/2022/05/contactbg.jpg);
}

body.site-inner-background .site-inner:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.81); */
    background: rgb(0 0 0 / 50%);
    background: rgba(27, 112, 182, .95);
    z-index: 1;
}

.site-inner-background .page-header,
.site-inner-background .content-sidebar-wrap {
    position: relative;
    z-index: 2;
}

.site-inner-background .content-sidebar-wrap {
    padding-top: 0;
}

.page.site-inner-background .content {
    background: transparent;
}

.site-inner-background .entry-content .red {
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.right-border {
    padding-right: 4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    margin-right: 4rem;
}

.center-title h1 {
    text-align: center;
}

.site-inner-background .entry-content h2 {
    color: #fff;
    margin-bottom: 5rem;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    height: auto;
    margin: 0;
}

.site-inner-background .testimonial-row--container::before {
    display: none;
    content: '';
    background: #fff;
    height: 100%;
    position: absolute;
    top: 13%;
    width: 200%;
    left: -50%;
}


/*locations archive*/

body .site-inner .locations-archive-hero-section.hero-section {
    padding: 16rem 0 0;
    position: relative;
    background: var(--dark-body);
}

body .site-inner .locations-archive-hero-section.hero-section:before {
    background: transparent;
}

.locations-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.locations-image-container img {
    height: 350px;
}

.hero-section .location-hero--form-container h1 {
    text-align: left;
    margin-bottom: 3rem;
}

.search-form-wrapper {
    display: flex;
    max-width: 50rem;
}

.locations-archive-hero-section.hero-section .wrap {
    position: static;
}

input#zipcode {
    margin-right: 2rem;
}

.location-hero--form-container {
    position: absolute;
    top: 21rem;
}

.searched .location-container.active {
    display: block;
}

.searched .location-container {
    display: none;
}


/*footer css*/

.site-footer {
    background: #192b39;
}

footer.entry-footer {
    display: none;
}

body .footer-widgets {
    padding: 0;
    overflow: hidden;
}

.footer-widgets .widget-area.footer-widgets-2 {
    flex: 1 1 67%;
}

.footer-widgets .widget-area.footer-widgets-1 {
    flex: 1 1 30%;
    padding: 3rem 0 3rem;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.footer-widgets .wrap {
    display: flex;
    flex-wrap: nowrap;
}

.footer-widgets .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-widgets .widget-area .widget.widget_nav_menu {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-widgets .menu .menu-item {
    flex: 0 1 25%;
}

footer img {
    max-width: 155px;
    margin: 0;
}

.site-footer .widget-area.footer-credits>.wrap {
    border: none;
    padding: 2rem 0;
}

.site-footer .widget-area.footer-credits {
    background: transparent;
    padding: 0;
    border: none;
    color: #fff;
    margin-top: 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.footer-credits .widget {
    margin: 0 auto;
}

.before-footer.widget-area {
    border: none;
}

@media (min-width: 768px) {
    body .site-inner .hero-section {
        padding: 28rem 0 12rem;
    }

    .single-team .hero-section {
        padding: 21rem 0 1rem !important;
    }
}


/*risk management page*/

.bulleted-list-with-content {
    margin: 4rem 0;
    padding-top: 4rem;
    border-top: 1px solid #ddebf8;
}

.bulleted-list-with-content ul {
    display: flex;
    flex-wrap: wrap;
}

.bulleted-list-with-content ul>li {
    flex: 1 1 50%;
    padding-right: 12%;
    line-height: 1.4;
}


/*blog page*/

.blog .content .entry {
    background: #192b39;
    position: relative;
}

.blog h2.entry-title a {
    color: #fff;
}

.blog .entry .entry-content p {
    margin-bottom: 6rem;
    color: #fff;
}

.entry-content p a.read-more {
    position: absolute;
    bottom: 2rem;
    color: #fff;
    box-shadow: inset 0 -1.5px 0 #fff;
    bottom: 3rem;
}

.blog time.entry-time {
    color: #fff;
}


/*wave compliance*/

body {
    background: #2c5884;
}

.site-inner {
    background: #fff;
}

.before-footer.widget-area {
    background-color: #000;
}

body .site-inner .hero-section {
    background-color: #000;
    background-position: 50% 9%;
}

body .gform_wrapper .gfield_required {
    color: #fff;
}

.before-footer .gform_wrapper .gform_fields {
    text-align: left;
}

.before-footer .gform_wrapper .gfield_label {
    margin-left: 3px;
}

.site-dark-background .site-inner {
    background: #192b39;
}

body .careers-positions-content--cta .button {
    color: var(--dark-body);
}


/*start mobile qa*/

.site-inner {
    position: relative;
    z-index: 1;
}

footer.site-footer {
    position: relative;
    z-index: 2;
}

.button.btn-blue {
    background: var(--body-accent);
    background: transparent;
    border-color: var(--body-accent);
}

.testimonial-image img {
    max-width: 275px;
}

@media (min-width: 992px) {
    .col-lg-15 {
        flex: 1 1 20%;
    }
}

@media (max-width: 1125px) {
    .wp-custom-logo .title-area {
        max-width: 200px;
        flex: 1 1 200px;
        max-width: 112px;
    }

    .nav-primary .menu>.menu-item a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        font-weight: 500;
        font-size: 13px;
    }

    .nav-primary .menu>.menu-item:not(.menu-cta)>a,
    body .site-header .after-header-menu .header-menu-cta.phone-cta a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 1023px) {
    .nav-primary .menu>.menu-item:first-of-type {
        margin-left: 2rem;
    }

    .footer-widgets .menu .menu-item {
        flex: 0 1 50%;
    }
}

.blue-box {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {

    .four-icon-boxes .icon-box:nth-of-type(1),
    .four-icon-boxes .icon-box:nth-of-type(2) {
        margin-bottom: 3rem;
    }

    .blue-box {
        margin-bottom: 3rem;
    }

    .tto-container {
        margin: 6rem 0;
    }

    .page-template-default.page.full-width-content .entry-content:first-of-type {
        margin-top: 5rem;
    }

    .page-template-default.page.full-width-content .entry-content:last-of-type {
        margin-bottom: 5rem;
    }
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #fff;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 895px) {
    .mobile-only {
        display: block !important;
    }

    .nav-primary .menu>.menu-item:first-of-type {
        margin-left: 0;
    }

    body .site-container header.site-header {
        padding: 1rem 0;
    }

    body .nav-primary {
        color: #fff;
        background-color: var(--body-accent);
    }

    .nav-primary .menu>.menu-item:not(.menu-cta)>a,
    body .site-header .after-header-menu .header-menu-cta.phone-cta a {
        padding: 1rem;
        font-size: 1.7rem;
    }

    .nav-primary .menu>.menu-item a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        color: #fff;
        font-weight: 700;
    }

    .nav-primary .menu>.menu-item a,
    body .site-header .after-header-menu .header-menu-cta.phone-cta a {
        color: #fff;
        font-weight: 700;
        margin: 0;
        border: none;
    }

    .nav-primary .sub-menu .menu-item:first-of-type {
        margin: 0;
    }

    /* .two-col>a,
    .two-col>button {
        opacity: 0;
        pointer-events: none;
        display: none;
    } */
    .two-col>.sub-menu>.menu-item>a {
        font-size: 1.7rem;
        padding: 1rem;
    }

    .nav-primary .menu-item button:before {
        border-top-color: #fff;
    }

    /* .two-col>ul.sub-menu {
        display: block !important;
    } */
    .menu-toggle.activated span:before,
    .menu-toggle.activated span:after,
    .shrink .menu-toggle span:before,
    .shrink .menu-toggle span:after {
        background: #fff;
    }

    /* .nav-primary .menu .menu-item:not(.two-col) .sub-menu a { */
    .nav-primary .menu .menu-item .sub-menu a {
        padding: 7px 13px;
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: capitalize;
    }

    /* .nav-primary .menu .menu-item:not(.two-col) .sub-menu { */
    .nav-primary .menu .menu-item .sub-menu {
        padding: 0rem 0 2rem;
    }

    .nav-primary .menu-item.phone-cta,
    .nav-primary .menu-item.menu-cta,
    body .site-header .after-header-menu .header-menu-cta.phone-cta,
    body .site-header .after-header-menu .header-menu-cta.button-cta {
        text-align: center;
        margin: 1rem 0;
    }

    .nav-primary .menu-item.phone-cta,
    body .site-header .after-header-menu .header-menu-cta.phone-cta {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .nav-primary .menu-item.menu-cta a,
    body .site-header .after-header-menu .header-menu-cta.button-cta a {
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    .menu .menu-item.phone-cta>a>span>svg.svg-inline--fa,
    body .site-header .after-header-menu .header-menu-cta.phone-cta>a>span>svg.svg-inline--fa {
        display: block;
    }

    .menu .menu-item.phone-cta>a>span>svg.svg-inline--fa,
    body .site-header .after-header-menu .header-menu-cta.phone-cta>a>span>svg.svg-inline--fa {
        display: inline-block;
        margin-right: 1rem;
    }

    body .site-inner .hero-section {
        padding: 17rem 0 4rem;
        border-bottom: none;
    }

    .testimonial-image img {
        max-width: 200px;
        margin: 0 auto;
    }

    .icon-box {
        padding: 2.4rem 1rem;
    }

    .footer-credits p {
        margin-bottom: 0;
        text-align: center;
    }

    .site-footer .widget-area.footer-credits>.wrap {
        max-width: 88%;
        text-align: center;
    }

    .footer-widgets .widget-area.footer-widgets-1 {
        flex: 1 1 30%;
        padding: 8rem 0 7rem;
    }

    div#carouselTeam {
        transform: none;
    }

    div#front-page-2 {
        background: #192b39;
        border: none;
    }

    .page-template-default.page.full-width-content .entry-content {
        padding: 0;
    }

    body:not(.home) .casestudy-box {
        margin: 7rem 0;
    }


}

.tto-container {
    position: relative;
}


/* .hero-section:before,
.front-page-5 .image:before,
.front-page-9:before,
.archive.genesis-pro-portfolio .entry:before {
    background: rgb(19 80 131) !important;
} */

@media (max-width: 767px) {
    .testimonial-image img {
        margin: 3rem auto;
    }

    .icon-box {
        padding: 2.4rem 1rem;
        max-width: 300px;
        margin: 0 auto 3rem;
    }

    .home .casestudy-box {
        margin-bottom: 7rem;
    }

    .casestudy-box .wrap {
        flex-wrap: wrap;
    }

    .casestudy-box--left,
    .casestudy-box--right {
        flex: 1 1 100%;
    }

    .casestudy-box--html.casestudy-box--right::before {
        display: none;
    }

    .casestudy-box--copy.casestudy-box--left {
        margin-bottom: 3rem;
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        flex: 1 1 67%;
        display: none;
    }

    .footer-widgets .widget-area.footer-widgets-1 {
        flex: 1;
        padding: 2rem 0;
        height: 100%;
        border-right: none;
        margin: 0;
    }

    footer img {
        margin: 0;
    }

    .step-single {
        margin-bottom: 3rem;
    }

    .step-single--number {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {}

@media (max-width: 500px) {
    h3.team-member-department--title {
        font-size: 2.1em;
    }

    .entry-content h2,
    .tto-container h2 {
        font-size: 1.6em;
        margin-bottom: 3.2rem;
        color: #1b70b6;
    }

    h1 {
        font-size: 2.0em;
    }
}

@media (max-width: 400px) {}

footer svg {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

body .light-blue a.button {
    color: var(--body-accent);
}

.entry-content>p>.button {
    color: var(--accent-body);
}


/** Calculator Page **/

.gform_wrapper.calculator-form_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .calculator-form .gfield input, .gform_wrapper.gravity-theme .calculator-form .gfield select {
    height: 2.5em;
}

.calculator-form .instruction {
    display: none;
}

.calculator-form p:empty {
    display: none;
}

.calculator-form h3.gsection_title {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
    padding-top: 1.2em;
}

.calculator-content {
    padding-top: 1.2em;
}

.calculator-content h2 {
    margin-bottom: 2rem !important;
}

.calculator-content p {
    color: #fff;
}

.eligibility-output {
    background: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 900;
    font-size: 1.6rem;
    padding: 1px 5px;
}

span.not-eligible {
    color: #d63d4d;
    font-weight: 900;
}

span.eligible {
    color: #12a112;
}

span.na {
    color: #4d4d4d;
}

.dac-info-block p {
    color: #fff;
}

.calculator-form-output {
    margin-top: 1.5em;
}

.document-upload-form .gform_fileupload_rules {
    color: #fff;
}

.document-download-container {
    display: block;
    margin: 0 0 3rem;
}

.calculator-cta {
    display: block;
    max-width: 600px;
    background: rgb(18 80 131 / 70%);
    border: 3px solid rgb(255 255 255 / 85%);
    margin: 3rem auto 0;
    padding: 1rem 2rem;
    border-radius: 4px;
}

.calculator-cta p {
    margin: 0 0 1.2rem !important;
    font-weight: 600;
}

.calculator-cta a.button {
    margin: 0 0 1rem;
}

.calculator-cta--learn-more a {
    display: inline-block;
    font-weight: 900;
    /* border-bottom: 2px solid #fff; */
}

/*end 321 css*/


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

@media (min-width: 384px) {
    .before-header p {
        display: inline-flex;
        margin: 0 1em 0 0;
    }

    .has-hero-slider .front-page-1 h2 {
        font-size: 2.2em;
        line-height: 1.236;
    }

    .has-hero-slider .front-page-1 p {
        line-height: 1.618;
    }
}

@media (min-width: 512px) {

    .button+button,
    .button+.button,
    button+button,
    button+.button,
    input[type='button']+button,
    input[type='button']+.button,
    input[type='reset']+button,
    input[type='reset']+.button,
    input[type='submit']+button,
    input[type='submit']+.button,
    .wp-block-button a+button,
    .wp-block-button a+.button {
        clear: none;
        margin-top: 0;
    }

    .gallery-item {
        width: 48.71795%;
        margin-bottom: 2.5rem;
    }

    .gallery-item:nth-of-type(odd) {
        clear: both;
        margin-left: 0;
    }

    .after-entry .enews input {
        max-width: 38.46154%;
        margin-left: 2.5641%;
    }

    .after-entry .enews input:first-of-type {
        margin-left: 0;
    }

    .blocks-gallery-image {
        width: 48.71795%;
        margin-bottom: 2.5641%;
    }

    .blocks-gallery-image:nth-of-type(odd) {
        clear: both;
        margin-left: 0;
    }

    .front-page .content .entry.post,
    .blog .content .entry,
    .archive .content .entry,
    .search-results .content .entry {
        width: 48.71795%;
        margin-bottom: 2.5rem;
        margin-left: 2.5641%;
    }

    .front-page .content .entry.post:nth-of-type(odd),
    .blog .content .entry:nth-of-type(odd),
    .archive .content .entry:nth-of-type(odd),
    .search-results .content .entry:nth-of-type(odd) {
        margin-left: 0;
    }

    .archive.genesis-pro-portfolio .entry {
        width: 48.71795%;
        margin-bottom: 2.5rem;
        margin-left: 2.5641%;
    }

    .archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
        margin-left: 0;
    }

    .has-hero-slider .front-page-1 .slick-arrow {
        visibility: visible;
    }

    .front-page-5 .entry.portfolio {
        width: 50vw;
    }

    .front-page-9 input {
        display: inline-block;
        width: auto;
        margin: 0 0.2em 1em;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.8rem;
    }

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

    h1 {
        font-size: 3em;
    }

    .wp-video-shortcode {
        width: auto;
    }

    .content-sidebar-wrap,
    .wrap {
        width: 88%;
        max-width: 1152px;
        padding-right: 0;
        padding-left: 0;
    }

    .contact-page .site-inner {
        padding-top: 10rem;
    }

    .contact-page.has-before-header .site-inner {
        padding-top: 14rem;
    }

    .content {
        padding: 6rem;
    }

    .front-page.page .content {
        margin: 0;
    }

    .blog .content,
    .archive .content,
    .search-results .content {
        padding: 6rem 0;
    }

    .page .content,
    .single .content,
    .error404 .content {
        margin: 0 auto 0;
    }

    .page .content:before,
    .single .content:before,
    .error404 .content:before {
        display: block;
    }

    .landing-page .content {
        margin-top: 0;
    }

    .landing-page .content:before {
        display: none;
    }

    .one-half,
    .one-third,
    .one-fourth,
    .one-fifth,
    .one-sixth,
    .two-thirds,
    .two-fourths,
    .two-fifths,
    .two-sixths,
    .three-fourths,
    .three-fifths,
    .three-sixths,
    .four-fifths,
    .four-sixths,
    .five-sixths {
        float: left;
        clear: none;
        margin-left: 2.5641%;
    }

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

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

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

    .one-fourth {
        width: 23.07692%;
    }

    .three-fourths {
        width: 74.35897%;
    }

    .one-fifth {
        width: 17.94872%;
    }

    .two-fifths {
        width: 38.46154%;
    }

    .three-fifths {
        width: 58.97436%;
    }

    .four-fifths {
        width: 79.48718%;
    }

    .one-sixth {
        width: 14.52991%;
    }

    .five-sixths {
        width: 82.90598%;
    }

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

    .gallery-item {
        margin-bottom: 2.5rem;
        margin-left: 2.5641%;
    }

    .gallery-item:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .gallery-columns-2 .gallery-item {
        width: 48.71795%;
    }

    .gallery-columns-2 .gallery-item:nth-of-type(odd) {
        margin-left: 0;
    }

    .gallery-columns-3 .gallery-item {
        width: 31.62393%;
    }

    .gallery-columns-3 .gallery-item:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .gallery-columns-4 .gallery-item {
        width: 23.07692%;
    }

    .gallery-columns-4 .gallery-item:nth-of-type(3n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
        margin-left: 0;
    }

    .gallery-columns-5 .gallery-item {
        width: 17.94872%;
    }

    .gallery-columns-5 .gallery-item:nth-of-type(4n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
        margin-left: 0;
    }

    .gallery-columns-6 .gallery-item {
        width: 14.52991%;
    }

    .gallery-columns-6 .gallery-item:nth-of-type(5n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
        margin-left: 0;
    }

    .gallery-columns-7 .gallery-item {
        width: 12.08791%;
    }

    .gallery-columns-7 .gallery-item:nth-of-type(6n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
        margin-left: 0;
    }

    .gallery-columns-8 .gallery-item {
        width: 10.25641%;
    }

    .gallery-columns-8 .gallery-item:nth-of-type(7n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
        margin-left: 0;
    }

    .gallery-columns-9 .gallery-item {
        width: 8.83191%;
    }

    .gallery-columns-9 .gallery-item:nth-of-type(8n+1) {
        margin-left: 2.5641%;
    }

    .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
        margin-left: 0;
    }

    .pricing-table+.pricing-table {
        margin: 10rem 0;
    }

    .pricing-table+hr {
        margin: 10rem 0;
    }

    .author-box {
        padding: 6rem 0;
    }

    .blocks-gallery-image {
        margin-bottom: 2.5641%;
        margin-left: 2.5641%;
    }

    .blocks-gallery-image:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image {
        width: 48.71795%;
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image {
        width: 31.62393%;
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image {
        width: 23.07692%;
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image {
        width: 17.94872%;
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image {
        width: 14.52991%;
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image {
        width: 12.08791%;
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image {
        width: 10.25641%;
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n+1) {
        margin-left: 0;
    }

    .wp-block-gallery.columns-9 .blocks-gallery-image {
        width: 8.83191%;
    }

    .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n+1) {
        margin-left: 2.5641%;
    }

    .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n+1) {
        margin-left: 0;
    }

    .hero-section {
        padding: 6rem 0;
    }

    .blog .hero-section .wrap,
    .archive .hero-section .wrap,
    .search-results .hero-section .wrap {
        padding-bottom: 0;
    }

    .hero-section .wrap {
        max-width: 896px;
        padding-bottom: 6rem;
    }

    .nav-primary,
    .nav-secondary {
        right: -40rem;
    }

    .nav-primary.activated,
    .nav-secondary.activated {
        right: 0;
    }

    .entry-footer {
        margin-top: 4rem;
        padding: 4rem 0;
    }

    .comment-respond,
    .entry-comments,
    .entry-pings {
        padding: 6rem 0;
    }

    .comment-header {
        margin-bottom: 2em;
    }

    .sidebar .widget {
        padding: 3rem 0;
    }

    .sidebar .widget:first-of-type {
        padding-top: 3rem;
    }

    .blog .sidebar .widget,
    .archive .sidebar .widget {
        margin-bottom: 3rem;
        padding: 3rem;
    }

    .site-footer .widget-area {
        margin-bottom: 0;
    }

    .before-footer {
        /* padding: 7.5rem 0; */
    }

    .before-footer p {
        margin: 0;
    }

    .footer-widgets {
        padding: 10rem 0 0;
    }

    .footer-widgets .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets .widget-area {
        width: 31.62393%;
        margin-left: 2.5641%;
    }

    .footer-widgets .widget-area.footer-widgets-1 {
        margin-left: 0;
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        margin-bottom: 0;
    }

    .footer-credits {
        margin-top: 10rem;
    }

    .footer-credits .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .footer-credits .widget:last-of-type {
        text-align: right;
    }

    .footer-credits .simple-social-icons {
        margin-bottom: 0;
    }

    .front-page-widget {
        padding: 10rem 0;
    }

    .has-hero-slider .front-page-1 {
        padding: 0;
    }

    .has-hero-slider .front-page-1 .slick-slider {
        max-height: 100vh;
    }

    .has-hero-slider .front-page-1 .slick-arrow {
        top: 50%;
    }

    .has-hero-slider .front-page-1 h2 {
        font-size: 3em;
    }

    .front-page-1.hero-section {
        padding: 16rem 0;
    }

    .front-page-1.hero-section .wrap {
        width: 88%;
        max-width: 1152px;
        padding-right: 0;
        padding-left: 0;
    }

    .front-page-2 {
        padding: 5rem 0;
    }

    .front-page-2 .widget-wrap {
        width: calc(100% + 10vw);
        max-width: calc(100% + 10vw);
        margin: 0 -5vw;
    }

    .front-page-2 .gallery img {
        padding: 0 5vw;
    }

    .no-js .front-page-2 .gallery img {
        padding: 0 1rem;
    }

    .front-page-2 .gallery-item {
        margin: 0 !important;
    }

    .no-js .front-page-2 .gallery-item {
        max-width: 100%;
    }

    .front-page-3 .widget hr {
        margin: 7.5rem 0;
    }

    .front-page-3 .mejs-container {
        min-width: 100% !important;
        max-width: 100%;
    }

    .front-page-3 .mejs-mediaelement {
        box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
    }

    .front-page-3 .mejs-overlay-button {
        width: 8rem;
        height: 8rem;
    }

    .front-page-4 .pull-left {
        position: relative;
        right: 0;
        width: 150%;
        max-width: 150% !important;
        margin-left: -50%;
    }

    .front-page-5 {
        padding: 0;
    }

    .front-page-5 .entry.portfolio {
        width: 33.33333333333333vw;
    }

    .front-page-6 {
        padding: 10rem 0;
    }

    .front-page-6 .widget {
        margin-bottom: 0;
    }

    .front-page-6 p {
        margin-bottom: 0;
    }

    .front-page-7 .pricing-table {
        margin-top: 5rem;
        margin-right: 0;
        margin-left: 0;
    }

    .front-page-7 hr {
        max-width: 100%;
    }

    .front-page-7 ul blockquote {
        padding-right: 2em;
        padding-left: 2em;
    }

    .front-page-8 .entry {
        clear: none;
        width: 31.62393%;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 2.5641%;
    }

    .front-page-8 .entry:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .front-page-8 .entry:nth-of-type(1n+4) {
        margin-top: 2.5641%;
    }

    .front-page-9 .wrap {
        padding: 5rem 0;
    }

    .front-page-9 input {
        margin-bottom: 0;
    }
}

@media (min-width: 896px) {
    .content-sidebar-wrap {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content-sidebar-wrap:before,
    .content-sidebar-wrap:after {
        display: none;
    }

    .sidebar-content .content-sidebar-wrap {
        flex-direction: row-reverse;
    }

    /* .single .content,
    .contact-page .content {
        width: 768px;
    } */
    .single-product .content {
        width: 896px;
    }

    .content {
        width: 100%;
    }

    .sidebar-primary {
        width: 25%;
        padding-top: 3rem;
    }

    .blog .sidebar-primary,
    .archive .sidebar-primary {
        padding-top: 6rem;
    }

    .sidebar-content .content,
    .content-sidebar .content {
        width: calc(75% - 5rem);
        margin-right: 0;
        margin-left: 0;
    }

    .single .gallery {
        max-width: 896px;
    }

    .after-entry {
        width: calc(100% + 12rem);
        max-width: calc(100% + 12rem);
        margin: 0 -6rem;
        padding: 6rem;
    }

    .search-form .search-toggle {
        display: block;
    }

    .site-header .search-form input[type='search'] {
        display: none;
        position: absolute;
        top: 0;
        right: 2em;
        bottom: 0;
        margin: auto 1em auto 0;
    }

    .js.has-sticky-header .site-header.shrink>.wrap {
        height: 7rem;
    }

    .site-header>.wrap {
        height: 10rem;
        padding: 0;
        flex-wrap: nowrap;
    }

    .no-js .site-header>.wrap {
        padding: 0;
    }

    .site-description {
        line-height: 1.382;
        text-align: left;
    }

    .before-header {
        width: 100vw;
        max-width: 100%;
    }

    .has-sticky-header .shrink .before-header {
        margin-top: -4rem;
    }

    .before-header .wrap {
        width: 88%;
        max-width: 1152px;
        padding: 0;
    }

    .header-widget-area {
        display: block;
        margin: 0 0 0 0.5em;
        order: 5;
    }

    .hero-section {
        padding: 8rem 0;
    }

    .menu {
        font-size: 1.4rem;
    }

    .menu .rss,
    .menu .date,
    .menu .search,
    .menu .twitter {
        margin-top: 0;
        margin-left: 0.618em;
    }

    .menu-item {
        display: flex;
        width: auto;
        max-width: 17.9rem;
        height: 10rem;
        padding: 0 0.618em;
        align-items: center;
        order: initial;
    }

    .shrink .menu-item {
        height: 7rem;
    }

    .menu-item:first-of-type>a {
        padding-left: 0;
    }

    .menu-item:last-of-type a {
        padding-right: 0;
    }

    .menu-item.button {
        margin: 0 0 0 1em;
    }

    .sub-menu {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: 20rem;
        margin-left: -1em;
        padding: 1em 0;
        border: 1px solid #eceef1;
        border-radius: 3px;
        background-color: #f6f8fa;
    }

    .sub-menu:before {
        display: block;
    }

    .sub-menu .menu-item {
        height: auto;
        padding: 0.5em 1em;
    }

    .sub-menu .menu-item:first-of-type {
        margin-top: 0;
    }

    .sub-menu a {
        position: relative;
        padding: 0;
        color: #90959f;
        word-wrap: break-word;
    }

    .sub-menu .sub-menu {
        top: -0.5em;
        left: -0.1rem;
        margin: -0.1rem 0 0 19.9rem;
        padding-left: 0;
        border: 1px solid #eceef1;
    }

    .nav-primary,
    .nav-secondary {
        display: block;
        overflow: visible;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

    .nav-primary.activated,
    .nav-secondary.activated {
        right: auto;
        box-shadow: none;
    }

    .no-js .nav-primary,
    .no-js .nav-secondary {
        display: block;
        width: auto;
    }

    .nav-primary .menu,
    .nav-secondary .menu {
        padding: 0;
    }

    .nav-secondary {
        width: 100%;
        border-top: 1px solid rgba(198, 202, 206, 0.3);
    }

    .nav-secondary .menu-item {
        height: 6rem;
    }

    .has-sticky-header .shrink .nav-secondary .menu-item {
        height: 5rem;
    }

    .nav-secondary .menu>.menu-item:first-of-type {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }

    .sub-menu-toggle {
        display: none;
    }

    .front-page .content .entry.post,
    .blog .content .entry,
    .archive .content .entry,
    .search-results .content .entry {
        width: 31.62393%;
        margin-bottom: 2.5rem;
    }

    .front-page .content .entry.post:nth-of-type(odd),
    .blog .content .entry:nth-of-type(odd),
    .archive .content .entry:nth-of-type(odd),
    .search-results .content .entry:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .front-page .content .entry.post:nth-of-type(3n+1),
    .blog .content .entry:nth-of-type(3n+1),
    .archive .content .entry:nth-of-type(3n+1),
    .search-results .content .entry:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .pagination {
        padding: 5rem 0;
    }

    .wpmenucart-contents {
        margin-left: 1em;
    }

    .has-hero-slider .front-page-1 .slick-wrap {
        width: 88%;
        max-width: 1152px;
    }

    .has-before-header .has-hero-slider .front-page-1 .slick-wrap {
        padding-top: 14rem;
    }

    .has-nav-secondary .has-hero-slider .front-page-1 .slick-wrap {
        padding-top: 16rem;
    }

    .has-nav-secondary.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
        padding-top: 20rem;
    }
}

@media (min-width: 1152px) {
    .header-widget-area {
        margin: 0 0 0 2em;
    }

    .menu-item {
        padding: 0 1em;
    }

    .front-page-2 .widget-wrap {
        width: calc(100% + 7.5rem);
        max-width: calc(100% + 7.5rem);
        margin: 0 -3.75rem;
    }

    .front-page-2 .gallery img {
        padding: 0 3.75rem;
    }
}

@media (min-width: 1280px) {

    .menu .rss,
    .menu .date,
    .menu .search,
    .menu .twitter {
        margin-left: 1.5em;
    }

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

@media (max-width: 768px) {
    .pricing-table div {
        width: 100%;
    }

    .contact-page .agm-canvas {
        height: 30rem !important;
    }
}

@media print {

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 2cm 0.5cm;
    }

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

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

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

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

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

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

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

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


/*# sourceMappingURL=style.css.map */

/*** Steve CSS ***/

body .site-inner .entry-content ul.bulleted-list {
    margin-left: 4rem;
    margin-bottom: unset;
    margin-top: 2rem;
}

body .site-inner .entry-content ul.bulleted-list li {
    list-style-type: disc;
    line-height: 1.3;
}

body .site-inner .entry-content ul.bulleted-list li:before {
    content: '';
    font-family: unset;
}

body .site-inner .entry-content ul.bulleted-list li:after {
    display: none;
}

/*bullet-list*/
body .site-inner .entry-content ol.bulleted-list {
    margin-left: 4rem;
}

body .site-inner .entry-content ol.bulleted-list li {
    /* list-style-type: disc; */
    list-style-type: decimal;
    line-height: 1.3;
}

body .site-inner .entry-content ol.bulleted-list li:before {
    content: '';
    font-family: unset;
}

body .site-inner .entry-content ol.bulleted-list li:after {
    display: none;
}






body .site-inner .entry-content ul.two-column-menu {
    column-count: 2;
    column-gap: 0;
}

body .site-inner .entry-content ul.two-column-menu>li {
    width: 75%;
}

body.page.employee-benefits-page .site-inner .entry-content ul {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

body.blog .content {
    background-color: transparent;
}

body.blog .entry-image-link,
body.archive .entry-image-link,
body.search-results .entry-image-link {
    width: calc(100% + 6rem);
    margin: -3rem -3rem 3rem;
}

body.blog a.entry-image-link img.entry-image:not([width="620"]) {
    width: 100%;
    height: auto;
    aspect-ratio: 31 / 19;
    object-fit: cover;
    object-position: center center;
}


.location-item--info {
    display: block;
    min-height: 125px;
}

p.location-item--partner {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 900;
}

.entry-content p.location-item--meta {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    /* min-height: 130px; */
}

body.request-quote-page .gform_wrapper.gravity-theme .gfield input:not([type="checkbox"]),
body.request-quote-page .gform_wrapper.gravity-theme .gfield select {
    height: 3.8em;
    padding: 5px 12px
}

.gform_required_legend {
    display: none !important;
}

body.careers-page .entry-content img {
    width: 100%;
}

.location-container--items a.location-heading {
    width: 100%;
}

body.single-careers .site-inner ul>li {
    color: #fff;
}

body.single-careers .entry-content h2 {
    color: #fff;
    font-weight: 500;
    width: fit-content;
    margin-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid;
}

body.single-careers .entry-content .job-listing>.row>*>h3 {
    font-weight: 600;
    margin-bottom: 2.1rem;
    padding-top: 0;
}

.careers-positions-content .row.careers-row:not(:last-of-type) {
    margin-bottom: 5rem;
}

.careers-positions-content .row.careers-row.wrap-reverse {
    flex-wrap: wrap-reverse;
}

body.single-careers .job-listing--back a.button svg {
    margin-right: 0.5rem;
}

body.legal-page .entry-title--container a.button {
    display: none;
}

.coverage-transparency .coverage-transparency-item {
    display: block;
    width: 100%;
    height: 100%;
}

.coverage-transparency .coverage-transparency-item--inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .location-container--items {
        flex-direction: column;
    }

    .location-item.phone {
        align-self: center;
    }

    .entry-content p.location-item--meta {
        min-height: 80px;
    }

    a.location-image--container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 767px) {
    body .site-inner .entry-content ul.two-column-menu {
        column-count: 1;
    }

    body .site-inner .entry-content ul.two-column-menu>li {
        width: 100%;
    }

    body.request-quote-page .gform_wrapper.gravity-theme .gfield input:not([type="checkbox"]),
    body.request-quote-page .gform_wrapper.gravity-theme .gfield select {
        height: 2.8em;
    }

    .entry-content p.location-item--meta {
        min-height: auto;
    }

    body.single-careers .entry-content .job-listing>.row>*>h3 {
        margin-top: 5rem;
    }

    .coverage-transparency .coverage-transparency-item--inner {
        width: fit-content;
        margin: 0 auto;
    }
}

/*** End Steve CSS ***/

.hero-section:before,
.front-page-5 .image:before,
.front-page-9:before,
.archive.genesis-pro-portfolio .entry:before {
    background: rgba(19, 80, 131, 0.67)
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button a {
    background: #d63d4d;
    background: -moz-linear-gradient(-45deg, #d63d4d 0, #d63d4d 100%);
    background: -webkit-linear-gradient(-45deg, #d63d4d 0, #d63d4d 100%);
    background: linear-gradient(135deg, #d63d4d 0, #d63d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63d4d', endColorstr='#d63d4d', GradientType=1)
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.wp-block-button a:hover,
.wp-block-button a:focus {
    box-shadow: 0 0.5rem 2rem -0.5rem rgba(214, 61, 77, 0.3)
}

.button.outline,
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline {
    color: #d63d4d;
    background: transparent;
    box-shadow: inset 0 0 0 2px #d63d4d
}

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type='button'].outline:hover,
input[type='button'].outline:focus,
input[type='reset'].outline:hover,
input[type='reset'].outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:focus {
    background-color: #d63d4d;
    background: #d63d4d;
    background: -moz-linear-gradient(-45deg, #d63d4d 0, #d63d4d 100%);
    background: -webkit-linear-gradient(-45deg, #d63d4d 0, #d63d4d 100%);
    background: linear-gradient(135deg, #d63d4d 0, #d63d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63d4d', endColorstr='#d63d4d', GradientType=1)
}

@media (max-width: 350px) {
    .hero-section h1 {
        font-size: 1.5em;
    }
}

body .gform_wrapper .gchoice {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

body.request-quote-page .entry-content p {
    color: #fff;
}

body.request-quote-page.site-inner-background .entry-content p a:not(.button) {
    color: #fff;
    transition: 0.2s ease all;
}

body.request-quote-page.site-inner-background .entry-content p a:not(.button):hover {
    opacity: 0.8;
}

h2.text-center.form-cta-header {
    margin-bottom: 2rem;
}

p.form-cta-text {
    text-align: center;
    margin-bottom: 5rem;
}

body.search.search-results article .entry-image-link img {
    height: 150px;
    object-fit: cover;
}

body .site-header .after-header-menu .header-menu-cta.button-cta a span {
    display: inline-block;
    white-space: nowrap;
}

body.logged-in .nav-primary ul.menu li.menu-item.menu-cta {
    display: none;
}

body .site-header .after-header-menu .header-menu-cta.phone-cta {
    display: none;
}

@media (min-width: 896px) {
    body .site-header .nav-primary {
        display: flex;
    }
}

@media (max-width: 895px) {
    body .nav-primary .menu {
        padding: 5em 0 0;
    }

    body .site-header .after-header-menu .header-menu-cta.phone-cta {
        display: block;
    }
}

body .footer-credits p {
    text-align: center;
}

body .footer-credits .footer-disclaimer {
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 0.5rem;
}

body .footer-credits .footer-disclaimer a {
    font-style: normal;
    border-bottom: 1px solid;
    padding: 0.1rem 0;
    margin: 0 0.1rem;
}

body .contribution-info-table tr:first-child {
    background-color: #f5f5f5;
}

body .contribution-info-table tr th,
body .contribution-info-table tr td {
    padding: 1.25rem 1.5rem;
}

body .contribution-info-table tr th:first-child {
    width: 55%;
}

body .contribution-info-table tr td {
    font-size: 1.5rem;
}

@media (max-width: 767px) {

    body .contribution-info-table tr th,
    body .contribution-info-table tr td {
        padding: 1.25rem 1rem;
    }

    body .contribution-info-table tr th {
        font-size: 1.4rem;
    }

    body .contribution-info-table tr td {
        font-size: 1rem;
    }

}

.eben-table td {
    line-height: 1.35;
}

/* Content Sidebar CSS */

body.content-sidebar .content-sidebar-wrap .sidebar .widget-title {
    font-size: 2.6rem;
    margin: 3rem 0 1.5rem;
}

body.content-sidebar .content-sidebar-wrap .sidebar .gform_wrapper.gravity-theme .gform_heading {
    margin-bottom: 2rem;
}

body.content-sidebar .content-sidebar-wrap .sidebar .gform_wrapper.gravity-theme .ginput_recaptcha>div {
    max-width: 100%;
}

body.content-sidebar .content-sidebar-wrap .sidebar .gform_wrapper.gravity-theme input[type="submit"] {
    color: var(--body-accent);
}

body.content-sidebar .content-sidebar-wrap .sidebar .gform_wrapper.gravity-theme input[type="submit"]:hover {
    background-color: var(--accent-color);
    color: #fff;
}

@media (min-width: 896px) {
    body.content-sidebar .content-sidebar-wrap {
        gap: 8rem;
    }

    body.content-sidebar .content-sidebar-wrap .content {
        flex: 1 1 calc(75% - 8rem);
        width: calc(75% - 8rem);
        padding-left: 0;
        padding-right: 0;
    }

    body.content-sidebar .content-sidebar-wrap .sidebar {
        flex: 1 1 25%;
        width: 25%;
    }

    body.content-sidebar .content-sidebar-wrap .sidebar .gform_wrapper.gravity-theme .ginput_recaptcha>div {
        border-right: 1px solid #d3d3d3;
    }
}

/* Video Archive Page */

body.video-archive-page {
    overflow-x: visible;
}

body.video-archive-page .content-sidebar-wrap,
body.video-archive-page .content-sidebar-wrap .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.video-archive-page .entry,
body.video-archive-page .header-background {
    margin-bottom: 0;
}

body.video-archive-page .entry-content h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin: 0 0 4rem;
    padding: 0;
}

body.video-archive-page .entry-content h3 {
    font-size: 2.2rem;
    padding: 0;
}

body.video-archive-page .video-archive--featured {
    background-color: #f5f5f5;
}

body.video-archive-page .video-archive--featured,
body.video-archive-page .video-archive--wrapper {
    padding: 8rem 0;
}

body.video-archive-page .video-archive--featured>.wrap,
body.video-archive-page .video-archive--wrapper>.wrap {
    width: 80%;
    margin: 0 auto;
}

body.video-archive-page .video-archive--wrapper>.wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 7rem;
}

body.video-archive-page .video-archive--wrapper>.wrap>h2 {
    flex: 1 1 100%;
}

body.video-archive-page .video-archive--wrapper>.wrap>.video-archive--wrapper-loop {
    flex: 1 1 calc(100% - 275px - 7rem);
}

body.video-archive-page .video-archive--wrapper>.wrap>.video-archive--wrapper-filter {
    flex: 1 1 275px;
}

body.video-archive-page .eben-video .eben-video--content {
    display: flex;
    align-items: center;
    gap: 6rem;
}

body.video-archive-page .eben-video .eben-video--content>* {
    flex: 1;
    margin: 0;
}

body.video-archive-page .eben-video .eben-video--content>.eben-video--content-embed {
    border-radius: 10px;
    box-shadow: 0px 7px 17px -8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

body.video-archive-page .eben-video .eben-video--content iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

body.video-archive-page .video-archive--wrapper .eben-videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 7rem;
    column-gap: 5rem;
}

body.video-archive-page .video-archive--wrapper .eben-video {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.video-archive-page .filter-list-container {
    position: sticky;
    top: 0;
    left: 0;
    padding: 3rem 3rem 4rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 5px 17px -5px rgba(0, 0, 0, 0.27);
}

body.video-archive-page .filter-list-container h4 {
    color: #1b70b6;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    line-height: 1;
    margin: 0 0 1.9rem;
    padding: 0;
    word-spacing: 0;
    text-transform: none;
}

body.video-archive-page .filter-list-container .filter-list-group:not(:first-of-type) {
    margin: 1.5rem 0 0;
}

body.video-archive-page .filter-list-container .filter-list-item {
    width: fit-content;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}

body.video-archive-page .filter-list-container .filter-list-item:not(:first-of-type) {
    margin: 1.5rem 0 0 1.5rem;
}

body.video-archive-page .filter-list-container .filter-list-item p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0;
    pointer-events: all;
    cursor: pointer;
    outline: none;
    transition: 0.25s ease-in-out all;
}

body.video-archive-page .filter-list-container .filter-list-item:not(.active):hover p {
    opacity: 0.8;
}

body.video-archive-page .filter-list-container .filter-list-item.active p {
    color: #1b70b6;
}

body.video-archive-page .filter-list-container .filter-list-item p:after {
    content: '\00d7';
    opacity: 0;
    transition: 0.25s ease-in-out all;
}

body.video-archive-page .filter-list-container .filter-list-item.active p:after {
    opacity: 1;
}

@media (max-width: 1199px) {
    body.video-archive-page .video-archive--wrapper>.wrap {
        flex-direction: column;
    }

    body.video-archive-page .video-archive--wrapper>.wrap>.video-archive--wrapper-loop {
        order: 3;
    }

    body.video-archive-page .video-archive--wrapper>.wrap>.video-archive--wrapper-filter {
        width: 100%;
        max-width: 300px;
    }

    body.video-archive-page .filter-list-container {
        position: relative;
        top: 0 !important;
    }
}

@media (max-width: 991px) {
    body.video-archive-page .video-archive--featured .eben-video .eben-video--content {
        flex-direction: column;
    }

    body.video-archive-page .eben-video .eben-video--content>.eben-video--content-embed {
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
    }

    body.video-archive-page .eben-video .eben-video--content>.eben-video--content-description {
        order: -1;
    }
}

@media (max-width: 767px) {
    body.video-archive-page .video-archive--wrapper .eben-videos {
        grid-template-columns: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    body.video-archive-page .eben-video .eben-video--content>.eben-video--content-embed {
        width: 100%;
        max-width: 450px;
    }

    body.video-archive-page .video-archive--wrapper>.wrap>.video-archive--wrapper-filter {
        max-width: 450px;
        margin: 0 auto;
    }
}

button.carousel-control-prev,
button.carousel-control-next {
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

button.carousel-control-prev .visually-hidden,
button.carousel-control-next .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Popup Edits 11/28/23 */

body .modal-backdrop {
    display: none;
}

body .tto-popup[id^="ttoPopup"] .modal {
    width: 60vw;
    max-width: 320px;
    height: fit-content;
    top: auto;
    bottom: 0;
    left: auto;
    right: 5vw;
    outline: none;
    overflow: visible;
}

body .tto-popup[id^="ttoPopup"] .modal {
    display: block !important;
    pointer-events: none;
}

body .tto-popup[id^="ttoPopup"] .modal.show {
    z-index: 9999999999;
    pointer-events: all;
}

body .tto-popup[id^="ttoPopup"] .modal .modal-dialog {
    align-items: flex-end;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.7s ease-in-out all;
}

body .tto-popup[id^="ttoPopup"] .modal.show .modal-dialog {
    opacity: 1;
    transform: none;
}

body .tto-popup[id^="ttoPopup"] .modal .modal-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.4);
}

body .tto-popup[id^="ttoPopup"] .modal .modal-header>.close p {
    font-size: 28px;
    font-weight: 500;
}

body .tto-popup[id^="ttoPopup"] .modal .modal-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--icon {
    width: 70px;
    height: 70px;
    top: -24px;
    left: calc(50% - 35px);
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--header p {
    font-size: 2rem;
    font-family: 'Libre Baskerville', sans-serif;
    line-height: 1.4;
    margin-bottom: 1rem;
    letter-spacing: -0.2px;
    word-spacing: -1px;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--tagline p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--tagline p svg {
    margin: 1rem 0 0;
    pointer-events: all;
    cursor: pointer;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content {
    overflow-y: hidden;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0 0;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .ginput_container textarea {
    font-size: 1.5rem;
    padding: 5px 8px !important;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .gfield .ginput_recaptcha>div {
    max-width: 100%;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .gform_footer {
    padding: 0;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit] {
    background-color: #0772ba;
    width: fit-content;
    height: fit-content;
    line-height: 1;
    margin: 2rem auto 0;
    transition: 0.25s ease-in-out all;
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit]:hover {
    filter: brightness(1.15);
}

body .tto-popup[id^="ttoPopup"] .tto-modal .tto-modal--content .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

@media (max-width: 400px) {
    body .tto-popup[id^="ttoPopup"] .modal {
        width: 100vw;
        max-width: 100%;
        left: 0;
        margin: 0;
        overflow-y: scroll;
    }
}

/* Site Edits 11/29/23 */

body .home-service-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    padding: 3rem 0;
}

body .home-service-boxes .home-service-box {
    display: block;
    width: 100%;
    height: 100%;
}

body .home-service-boxes .home-service-box .home-service-box--link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6rem 5rem;
    border-radius: 6px;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.37);
    overflow: hidden;
    z-index: 1;
}

body .home-service-boxes .home-service-box .home-service-box--link:hover {
    opacity: 1;
}

body .home-service-boxes .home-service-box .home-service-box--link:before {
    content: '';
    background-color: #135083;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: 0.25s ease-in-out all;
    z-index: 2;
}

body .home-service-boxes .home-service-box .home-service-box--link:hover:before {
    opacity: 0.7;
}

body .home-service-boxes .home-service-box .home-service-box--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

body .home-service-boxes .home-service-box .home-service-box--background img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

body .home-service-boxes .home-service-box .home-service-box--heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
    transform: none;
    transition: 0.2s 0.08s ease-in-out all;
    z-index: 3;
}

body .home-service-boxes .home-service-box .home-service-box--link:hover .home-service-box--heading {
    opacity: 0;
    transform: translateY(-15px);
    transition: 0.25s ease-in-out all;
}

body .home-service-boxes .home-service-box .home-service-box--heading .home-service-box--heading-icon {
    flex: 9rem;
    background-color: #ddebf8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 9rem;
    padding: 2rem;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}

body .home-service-boxes .home-service-box .home-service-box--heading .home-service-box--heading-icon img {
    object-fit: contain;
    width: 100%;
    width: 100%;
}

body .home-service-boxes .home-service-box .home-service-box--heading .home-service-box--heading-title {
    flex: calc(100% - 11rem);
    display: flex;
    align-items: center;
}

body .home-service-boxes .home-service-box .home-service-box--heading .home-service-box--heading-title h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}

body .home-service-boxes .home-service-box .home-service-box--copy {
    position: absolute;
    display: flex;
    align-items: center;
    width: calc(100% - 10rem);
    height: calc(100% - 12rem);
    top: 6rem;
    left: 5rem;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.25s ease-in-out all;
    z-index: 3;
}

body .home-service-boxes .home-service-box .home-service-box--link:hover .home-service-box--copy {
    opacity: 1;
    transform: none;
    transition: 0.25s 0.08s ease-in-out all;
}

body .home-service-boxes .home-service-box .home-service-box--copy p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}

body .home-service-boxes .home-service-box .home-service-box--copy p svg {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

@media (max-width: 991px) {
    body .home-service-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    body .home-service-boxes {
        grid-template-columns: auto;
    }
}

body.single table.reporting-table {
    margin: 4rem 0;
}

body.single table.reporting-table,
body.single table.reporting-table * {
    border-color: #000;
}

body.single table.reporting-table thead tr,
body.single table.reporting-table tbody tr {
    display: flex;
}

body.single table.reporting-table thead tr th {
    flex: 1;
    background-color: #1b70b6;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.5rem;
}

body.single table.reporting-table tbody tr th,
body.single table.reporting-table tbody tr td {
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 1.5rem;
}

/* report-table */

body.single table.reporting-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

body.single table.reporting-table,
body.single table.reporting-table {
    border: solid 1px #000;
    border-top: 0;
    border-right: 0;
    border-left: solid 1px #000;
}

body.single table.reporting-table.table-one td:nth-child(1),
body.single table.reporting-table.table-one th:nth-child(1),
body.single table.reporting-table.table-one td:nth-child(2),
body.single table.reporting-table.table-one th:nth-child(2) {
    max-width: 15%;
}

body.single table.reporting-table.table-two td:nth-child(1),
body.single table.reporting-table.table-two th:nth-child(1),
body.single table.reporting-table.table-two td:nth-child(2),
body.single table.reporting-table.table-two th:nth-child(2) {
    max-width: 15%;
}

/* report-table update end AG - 02/28/2024 */

body.single table.reporting-table tbody tr.highlighted th,
body.single table.reporting-table tbody tr.highlighted td {
    background-color: #eceef1;
}

body.single table.reporting-table tbody tr.highlighted td {
    font-weight: 500;
}

@media (max-width: 650px) {


    body.single table.reporting-table.table-three tbody tr td {
        font-size: 1.2rem;
    }

    body.single table.reporting-table thead tr th {
        font-size: 1.2rem;
        /* AG-Update - 02/28/2024 */
        font-weight: 700;
        /* AG-Update - 02/28/2024 */
    }

    body.single table.reporting-table.table-three thead tr th {
        font-size: 1.2rem;
        font-weight: 700;
    }

    body.single table.reporting-table tbody tr th,
    body.single table.reporting-table tbody tr td {
        font-size: 1.2rem;
    }

    body .site-inner ul>li {
        list-style-type: none;
        position: relative;
        line-height: 1.3;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    body.single table.reporting-table.table-one td:nth-child(1),
    body.single table.reporting-table.table-one th:nth-child(1),
    body.single table.reporting-table.table-one td:nth-child(2),
    body.single table.reporting-table.table-one th:nth-child(2) {
        min-width: 21%;
    }

    body.single table.reporting-table.table-one td:nth-child(3),
    body.single table.reporting-table.table-one th:nth-child(3) {
        min-width: 40%;
    }

    body.single table.reporting-table.table-one td:nth-child(4),
    body.single table.reporting-table.table-one th:nth-child(4) {
        max-width: auto;
    }


    body.single table.reporting-table.table-two td:nth-child(1),
    body.single table.reporting-table.table-two th:nth-child(1),
    body.single table.reporting-table.table-two td:nth-child(2),
    body.single table.reporting-table.table-two th:nth-child(2) {
        min-width: 25%;
    }

    body.single table.reporting-table.table-two td:nth-child(3),
    body.single table.reporting-table.table-two th:nth-child(3) {
        min-width: 25%;
    }

    body.single table.reporting-table.table-two td:nth-child(4),
    body.single table.reporting-table.table-two th:nth-child(4) {
        max-width: auto;
    }

}

body.workbook-archive-page .workbook-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin: 4rem 0;
}

@media (max-width: 1195px) {
    body.workbook-archive-page .workbook-archive {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1195px) {
    body.workbook-archive-page .workbook-archive {
        grid-template-columns: none;
        gap: 6vw;
    }

    body.workbook-archive-page .workbook {
        max-width: 400px;
        margin: 0 auto;
    }
}

body.workbook-archive-page .workbook {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 2rem solid #efefef;
    z-index: 1;
}

body.workbook-archive-page .workbook .workbook-thumbnail {
    position: relative;
    z-index: 2;
}

body.workbook-archive-page .workbook .workbook-thumbnail img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

body.workbook-archive-page .workbook .workbook-link {
    position: absolute;
    display: block;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    top: -2rem;
    left: -2rem;
    padding: 2rem;
    outline: none;
    z-index: 3;
}

body.workbook-archive-page .workbook .workbook-content {
    background-color: rgba(19, 80, 131, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    opacity: 0;
    transition: 0.25s ease-in-out all;
}

body.workbook-archive-page .workbook .workbook-link:hover .workbook-content {
    opacity: 1;
}

body.workbook-archive-page .workbook .workbook-content--title h2 {
    color: #fff;
    font-size: 2.2rem;
    font-family: 'public sans', Helvetica, sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
}

body.workbook-archive-page .workbook .workbook-content--cta p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
}

body.eben-workbook .site-container header.site-header {
    position: relative;
    top: 0 !important;
}

body.eben-workbook .site-inner .hero-section {
    background-image: none;
}

body.eben-workbook .site-inner .hero-section {
    background-image: none;
    padding: 6rem 0;
}

body.eben-workbook .site-inner .hero-section>.wrap {
    max-width: 1152px;
    padding-top: 0;
    padding-bottom: 0;
}

body.eben-workbook .site-inner .hero-section h1 {
    /* max-width: 770px; */
    margin: 0;
    text-align: left;
    font-size: 5rem;
}

@media (max-width: 1200px) {
    body.eben-workbook .site-inner .hero-section h1 {
        font-size: 3rem;
    }
}

@media (max-width: 750px) {
    body.eben-workbook .site-inner .hero-section h1 {
        font-size: 2rem;
    }
}

body.eben-workbook .content-sidebar-wrap .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

body.eben-workbook .entry-content>h2 {
    padding: 0;
}

body.eben-workbook .workbook-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
    margin: 6rem 0;
    padding: 6rem 0 8rem;
    border-top: 1.5px solid #eceef1;
    border-bottom: 1.5px solid #eceef1;
}

body.eben-workbook .workbook-form .workbook-form--thumbnail {
    box-shadow: -2rem 2rem 9px #dedede;
}

body.eben-workbook .workbook-form .workbook-form--thumbnail img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

body.eben-workbook .workbook-form .workbook-form--content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem;
    box-shadow: 0px 7px 17px -4px rgba(0, 0, 0, 0.27);
}

body.eben-workbook .workbook-form .workbook-form--content-heading h2 {
    font-size: 2.6rem;
    margin: 0;
    padding: 0;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_fields {
    gap: 2rem;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_fields .gfield_label {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 1rem;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_fields .ginput_container input {
    height: fit-content;
    line-height: 2;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_fields .gfield--type-captcha {
    margin: 1rem 0 0;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
}

body.eben-workbook .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    color: #192b39;
    margin: 3rem 0 0;
}

@media (max-width: 991px) {
    body.eben-workbook .workbook-form {
        display: flex;
        flex-direction: column;
    }

    body.eben-workbook .workbook-form .workbook-form--thumbnail {
        order: 2;
    }
}

/* 12/20/23 Updates */

body.blog .blog-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem;
    width: 100%;
}

body.blog .blog-archive .blog-archive--sidebar {
    flex: 1 1 calc(27% - 3.5rem);
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

body.blog .blog-archive .blog-archive--loop {
    flex: 1 1 calc(73% - 3.5rem);
}

body.blog .blog-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

body.blog .blog-articles .blog-article {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid #eceef1;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

body.blog .blog-articles .blog-article:hover {
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.11);
}

body.blog .blog-articles .blog-article--image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

body.blog .blog-articles .blog-article--image a:before {
    content: '';
    background-color: #ddebf8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    transition: 0.25s ease-in-out all;
}

body.blog .blog-articles .blog-article--image a:hover:before {
    opacity: 0;
}

body.blog .blog-articles .blog-article--image span {
    background-color: #192b34;
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 2rem;
    border-bottom-right-radius: 0.5rem;
}

body.blog .blog-articles .blog-article--image img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

body.blog .blog-articles .blog-article--image a:hover {
    opacity: 1;
}

body.blog .blog-articles .blog-article--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 4rem;
    padding: 4rem;
}

body.blog .blog-articles .blog-article--content-info-title h2 {
    font-size: unset;
    margin: 0 0 2rem;
}

body.blog .blog-articles .blog-article--content-info-title h2 a {
    font-size: 2rem;
    font-family: 'Libre Baskerville', serif;
    line-height: 1.236;
}

body.blog .blog-articles .blog-article--content-info-description p {
    margin: 0;
}

body.blog .blog-articles .blog-article--content-cta a {
    line-height: 1;
    border-bottom: 1.5px solid;
    padding: 0 0 0.5rem;
}

body.blog .blog-filter {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

body.blog .featured-articles h2,
body.blog .blog-filter h3 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Public Sans', sans-serif;
    line-height: 1;
    margin: 0 0 1.2rem;
}

body.blog .featured-articles h2 {
    margin: 0 0 0.4rem;
}

body.blog .blog-filter span {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #135083;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    pointer-events: all;
    cursor: pointer;
    transition: 0.25s ease-in-out all;
}

body.blog .blog-filter span:after {
    content: '\00d7';
    opacity: 0;
    transition: 0.25s ease-in-out all;
}

body.blog .blog-filter span.active:after {
    opacity: 1;
}

body.blog .blog-filter span:hover {
    opacity: 0.77;
}

body.blog .blog-filter span.active {
    color: #000;
}

body.blog .blog-filter span svg {
    width: 16px;
    height: 16px;
}

body.blog .site-inner {
    background-color: #f5f5f5;
}

body.blog .featured-articles {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

body.blog .featured-articles .blog-article {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

body.blog .featured-articles .blog-article:hover {
    box-shadow: none;
}

body.blog .featured-articles .blog-article--content {
    background-color: #192b34;
    padding: 3rem;
}

body.blog .featured-articles .blog-article--content-info-title h3 {
    font-size: unset;
    margin: 0 0 2rem;
}

body.blog .featured-articles .blog-article--content-info-title h3 a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.236;
}

body.blog .featured-articles .blog-article--content-info-description p {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 1.6rem;
}

body.blog .featured-articles .blog-article--content-cta a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}

body.blog .blog-pagination {
    margin: 5rem 0 0;
}

body.blog .blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.4rem;
    margin: 0;
}

body.blog .blog-pagination ul li {
    display: flex;
}

body.blog .blog-pagination ul li:after,
body.blog .blog-pagination ul li svg {
    display: none;
}

body.blog .blog-pagination ul li span,
body.blog .blog-pagination ul li a {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.1rem 1.3rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.11);
}

body.blog .blog-pagination ul li span.dots {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

body.blog .blog-pagination ul li span.current,
body.blog .blog-pagination ul li a:hover {
    background-color: #135083;
    color: #fff;
    border-color: #135083;
    box-shadow: none;
}

body.blog .blog-pagination ul li span.current {
    font-weight: 600;
}

body.blog .blog-archive .error-message p {
    margin: 0;
}

body.blog .blog-archive .error-message .button {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    color: #192b39;
}

@media (max-width: 991px) {
    body.blog .blog-archive {
        gap: 4rem;
    }

    body.blog .blog-archive .blog-archive--sidebar {
        flex: 1 1 calc(23% - 2rem);
    }

    body.blog .blog-archive .blog-archive--loop {
        flex: 1 1 calc(77% - 2rem);
    }

    body.blog .featured-articles {
        display: none;
    }
}

@media (max-width: 895px) {
    body.blog .blog-archive {
        flex-direction: column;
    }

    body.blog .blog-archive .blog-archive--sidebar {
        flex: 1;
        width: 100%;
        flex-direction: row;
        gap: 13vw;
    }

    body.blog .blog-archive .blog-archive--loop {
        flex: 1;
    }
}

@media (max-width: 650px) {
    body.blog .blog-articles {
        grid-template-columns: none;
    }

    body.blog .blog-articles .blog-article {
        max-width: 350px;
        margin: 0 auto;
    }

    body.blog .blog-archive .blog-archive--sidebar {
        justify-content: space-between;
        gap: 4rem;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    body.blog .blog-archive .blog-archive--sidebar {
        flex-direction: column;
        justify-content: flex-start;
        gap: 4rem;
    }
}

body.eben-newsletter .content-sidebar-wrap {
    max-width: 680px;
}

body.eben-newsletter .content-sidebar-wrap .content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.eben-newsletter .newsletter-section:not(:first-of-type) {
    margin: 10rem 0 0;
}

body.eben-newsletter .newsletter-section .newsletter-section--wrapper>*:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
}

body.eben-newsletter .newsletter-section .newsletter-section--wrapper>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.eben-newsletter .newsletter-section h2 {
    color: #192b39;
    font-size: 2.8rem;
    font-family: 'Public Sans', sans-serif;
    margin: 0 0 4rem;
    padding: 4rem;
    text-align: center;
    border: 5px solid #cecece;
}

body.eben-newsletter .newsletter-section h3 {
    margin: 4rem 0 2rem;
    padding: 0;
}

body.eben-newsletter .newsletter-section p {
    margin: 0 0 3rem;
}

body.eben-newsletter .newsletter-section .wp-block-image {
    margin: 0 0 4rem;
}

body.eben-newsletter .newsletter-section .wp-block-image img {
    width: 100%;
}

body.eben-newsletter .newsletter-section .tto-custom-button {
    margin: 3rem 0;
}

body.eben-newsletter .newsletter-section .tto-custom-button a.button {
    background-color: var(--accent-color);
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
    padding: 1.8rem;
    border-radius: 0;
    white-space: pre-wrap;
}

body.eben-newsletter .newsletter-section .tto-custom-button a.button:hover {
    background-color: #fff;
    color: #192b39;
}

body.eben-newsletter .logo-section {
    margin: 10rem 0 1.6rem;
}

body.eben-newsletter .logo-section .gb-block-layout-column-inner {
    width: 100%;
    height: 100%;
}

body.eben-newsletter .logo-section .wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.eben-newsletter .logo-section .wp-block-image img {
    object-fit: contain;
    max-height: 150px;
}

@media (max-width: 767px) {
    body.eben-newsletter .newsletter-section h2 {
        font-size: 2.2rem;
    }

    body.eben-newsletter .newsletter-section .tto-custom-button a.button {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    body.eben-newsletter .newsletter-section:not(:first-of-type) {
        margin: 6rem 0 0;
    }

    body.eben-newsletter .logo-section {
        margin: 6rem 0 1.6rem;
    }

    body.eben-newsletter .logo-section .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
}

body .formula {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(2.6vw, 4.4rem);
    margin: 3rem 0;
}

body .formula .division {
    display: grid;
    gap: min(1.1vw, 1.5rem);
}

body .formula .division>p {
    display: none;
}

body .formula .division .divide {
    grid-column: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    font-size: min(0.96vw, 1.2rem);
    font-weight: 500;
    text-align: center;
}

body .formula .division .divide:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
}

body .formula .division .bracket.left {
    grid-column: 1;
    display: flex;
    align-items: center;
}

body .formula .division .bracket.right {
    grid-column: 3;
    display: flex;
    align-items: center;
}

body .formula .division .bracket svg {
    font-size: min(4.8vw, 7rem);
}

body .formula .division .divide br {
    display: none;
}

body .formula .operator svg {
    font-size: min(2.4vw, 3.2rem);
}

body .formula .large-text {
    font-size: min(2.4vw, 3.2rem);
    line-height: 1;
}

@media (max-width: 895px) {
    body .formula {
        justify-content: flex-start;
        gap: 3.2vw;
    }

    body .formula .division .bracket svg {
        font-size: 5.2vw;
    }

    body .formula .division .divide {
        font-size: 1.2vw;
    }

    body .formula .large-text,
    body .formula .operator svg {
        font-size: 2.8vw;
    }
}

@media (max-width: 767px) {
    body .formula {
        gap: 3.6vw;
    }

    body .formula .division .bracket svg {
        font-size: 6.2vw;
    }

    body .formula .division .divide {
        font-size: 1.5vw;
    }

    body .formula .large-text,
    body .formula .operator svg {
        font-size: 3.2vw;
    }
}


body .entry-content .numbered-table tr th,
body .entry-content .numbered-table tr td {
    font-size: 1.6rem;
    line-height: 1.618;
    padding: 3rem;
}

body .entry-content .numbered-table tr th div {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .entry-content table.rates-table tr td:first-child {
    width: 100%;
}

body .entry-content table.rates-table tr td:last-child {
    width: 16.3vw;
    min-width: 220px;
}

body .entry-content table.rates-table tr td:last-child .rates {
    display: flex;
    align-items: center;
    width: 90%;
    gap: 2rem;
    margin: 0 auto;
}

body .entry-content table.reporting-table .check {
    background-color: #ddebf8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

body .entry-content table.reporting-table .check:before {
    content: '\f00c';
    display: none;
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
}

body .entry-content table.reporting-table .check svg {
    position: relative;
    width: 14px;
    height: 14px;
    color: #1b70b6;
}

body.single table.reporting-table.centered-items tbody tr td.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

/* 01/26/24 */

body .entry-content ul ol {
    margin: 0 0 0 1.5rem;
}

body .entry-content ul ol li {
    list-style-type: disc;
    margin: 2rem 0 0;
    padding: 0 0 0 1.5rem;
}

body .entry-content ul ol li svg {
    display: none;
}

body .entry-content img.no-styling[class*="align"] {
    border-radius: 0;
    box-shadow: none;
}

.remote-workers-handbook {
    border-collapse: collapse;
    border: none;
    width: 89%;
    text-align: left;
    padding: 8px;
    line-height: 1.5;
}

.remote-workers-handbook td {
    border-top: 1px solid lightgray;
    border-right: 0;
}

.remote-workers-handbook td:last-child {
    border-bottom: 1px solid lightgray;
}

.remote-workers-handbook tr:nth-child(even) {
    background-color: #f5f5f5;
}

ol.appeals-list {
    line-height: 1.618;
}

@media (max-width: 767px) {
    .line-break::before {
        content: "\a";
        white-space: pre;
    }
}

img.custom-logo-two {
    width: 17.8rem;
    margin-top: 6%;
}

.footer-image-container {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 2em;
    gap: 1em;
}

img.custom-logo {
    max-width: 160px;
}

@media (max-width: 1140px) {

    img.custom-logo {
        max-width: 10rem;
    }

    img.custom-logo-two {
        width: 10rem;
        margin-top: 6%;
    }
}

@media (max-width: 768px) {

    img.custom-logo {
        max-width: 8rem;
    }

    img.custom-logo-two {
        width: 8rem;
        margin-top: 6%;
    }
}

@media (max-width: 768px) {
    img.eben-logo-footer {
        width: 10rem;
    }

    footer img {
        width: 10rem;
    }
}

.footer-address {
    color: #fff;
}

img.image.wp-image-344.attachment-full.size-full {
    width: 100px;
    padding: 15%;
    display: flex;
    border-left: 1px solid rgba(198, 202, 206, 0.3);
}

img.risk-strategies-footer {
    width: 295px;
    padding-right: 20%;
    margin: 0.5em 0;
    margin-bottom: -8;
    transform: translateY(15px);
    border-right: 4px solid #fff;
}

.mt-5.mb-4.d-flex {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
    align-items: baseline;
    padding-left: 1rem;
}

img.eben-logo-footer {
    max-width: 120px;
    margin-top: -20%;
    margin-left: 20%;
}

div#genesis-footer-widgets .footer-widgets-1:before {
    content: '';
    position: absolute;
    width: 100vw;
    top: 50%;
    left: auto;
    right: 0;
    Border-top: 1px solid rgba(198, 202, 206, 0.3);
}

@media (max-width: 1541px) {
    .row.justify-content-center.justify-content-lg-between.p-3.align-content-center.testimonial-wrapper.h-100 {
        min-height: 480px;
    }
}

@media (max-width: 1041px) {
    .row.justify-content-center.justify-content-lg-between.p-3.align-content-center.testimonial-wrapper.h-100 {
        min-height: 580px;
    }
}

@media (max-width: 767px) {
    div#genesis-footer-widgets .footer-widgets-1:before {
        display: none;
    }

    .footer-widgets:before {
        position: absolute;
        width: 100%;
        top: 50%;
        left: auto;
        right: 0;
        Border-top: 1px solid rgba(198, 202, 206, 0.3);
    }

    .row.justify-content-center.justify-content-lg-between.p-3.align-content-center.testimonial-wrapper.h-100 {
        min-height: 780px;
    }
}

.plan-limits-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.plan-limits-table thead th {
    background-color: #002060;
    color: white;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.plan-limits-table tbody td {
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}


.plan-limits-table .highlight {
    background-color: #f3f3f3;
    font-weight: bold;
    width: 8rem;
}

.plan-limits-table .plan-limit {
    font-weight: bold;
}

.plan-limits-table tbody tr td[colspan] {
    background-color: #f3f3f3;
}

.plan-limits-table td[rowspan] {
    vertical-align: top;
}

.plan-limits-table .column-spacing {
    width: 8rem;
}

.plan-limits-table .full-width-border {
    border-bottom: 2px solid #000;
}

.plan-limits-table thead th:nth-child(1) {
    border-right: none !important;
}

.plan-limits-table .border-right:first-child {
    border-right: solid 1px transparent !important;
}

@media (max-width: 600px) {
    .plan-limits-table .full-width-border {
        width: 20rem;
    }
}

img.size-full.wp-image-3876.aligncenter {
    box-shadow: none;
}

.eben-table,
.eben-table th {
    border: 2px solid black;
    border-collapse: collapse;
    font-weight: unset;
}

.eben-table td {
    border: 2px solid black;
    border-collapse: collapse;
}

.type-of-plan-table,
.type-of-plan-table td {
    border: 1px solid #000;
    text-align: left;
    border-collapse: collapse;
}

.type-of-plan-table th {
    border: 1px solid #000;
    border-collapse: collapse;
    word-break: normal;
}

.type-of-plan-table th {
    background-color: #141B4D;
    color: #fff;
}

.type-of-plan-table th:not(:first-child),
.type-of-plan-table td:not(:first-child) {
    text-align: center;
}

.type-of-plan-table tr:nth-child(odd) {
    background-color: #dddddd;
}

.type-of-plan-table td:last-child {
    text-align: center;
}

.type-of-plan-table .small {
    font-size: 1.3rem;
}

@media (max-width: 650px) {

    .eben-table tr,
    .eben-table th,
    .eben-table td {
        font-size: 1.5rem;
    }
}

sup.sup-text {
    display: block;
    line-height: 1.5;
    top: -1.5em;
}

body .site-inner ol>li {
    line-height: 1.7;
    /* line-height: 1.3; */
    /* margin-bottom: 1rem; */
}

.key-point {
    background-color: #eee;
    padding: 20px 10px 20px 20px;
    margin: 20px 30px 30px 30px;
}

.summary-section {
    background-color: #f4f9ff;
    /* padding: 10px 20px; */
    line-height: 1.4;
    margin: 3rem 0;
    padding: 2rem;
    /* margin: 20px 30px 30px 30px; */
}


.two-column-section-area .summary-section {
    background-color: unset;
    padding: 20px;
}

.two-column-section-area .summary-section {
    background-color: unset;
    padding: 20px;
}

.two-column-section-area .summary-section .summary-section-inner {
    background-color: #f4f9ff;
    padding: 1rem;
    line-height: 1.4;
}

.summary-section-inner p:last-child {
    margin: 0;
}

.summary-section p:last-child {
    margin: 0;
}

.summary-section p:last-child {
    margin: 0;
    /* display: flex; */
    /* padding-top: 1.382em; */
    flex-direction: column;
}

.two-column-section-area {
    display: flex;
    gap: 3rem;
}

.two-column-section-area>div {
    flex: 1;
}


body .site-inner ol.ordered-list li {
    line-height: 1.618;
}



/* hhs table  post id 4046*/
.hhs-table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #000;
}

.hhs-table td {
    border: 2px solid #7e7e7e;
    vertical-align: top;
    font-size: 14px;
}

.hhs-table tbody tr td p {
    margin: 0;
}

.hhs-table tbody tr td {
    vertical-align: middle;
}

.hhs-penalty,
.hhs-prior {
    padding: 0;
}

.hhs-header {
    background-color: #125083;
    color: white;
    border: 2px solid #000;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding: 12px;
}

.penalty-row {
    padding: 8px 12px;
    border-bottom: 2px solid #000;
}

.penalty-row:last-child {
    border-bottom: none;
}

.hhs-table tr:nth-child(even) {
    background-color: #eeeeee;
}

.hhs-penalty p,
.hhs-prior p {
    padding: 1rem;
}

.hhs-penalty,
.hhs-prior {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .hhs-table thead {
        display: none;
    }

    .hhs-table,
    .hhs-table tr,
    .hhs-table td {
        display: block;
        width: 100%;
    }

    .hhs-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .hhs-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: calc(50% - 15px);
        text-align: left;
        font-weight: bold;
    }
}

table.hhs-table.remove-width {
    width: unset;
}

body .site-inner .hhs-table ul {
    margin-left: 4rem;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

/* body .site-container header.site-header {
    top: 38px;
} */

body.logged-in.admin-bar .site-container header.site-header {
    top: calc(32px + 38px);
}

@media (max-width: 782px) {

    /* body .site-container header.site-header {
        top: 78px;
    } */
    body.logged-in.admin-bar .site-container header.site-header {
        top: calc(46px + 78px);
    }
}

table.table-template {
    border: unset;
}

table.table-template tbody {
    border-bottom: unset;
}

table.table-template tbody td {
    border-top: unset;
    border-right: unset;
    text-align: unset;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}

.table-template td:nth-child(2),
.table-template td:nth-child(3),
.table-template td:nth-child(4),
.table-template td:nth-child(5) {
    width: 11rem;
    text-align: center;
}


body.content-sidebar .content-sidebar-wrap .gform_wrapper.gravity-theme input[type="submit"] {
    color: var(--body-accent);
}

body .gravity-form-ten .gform_wrapper.gravity-theme input[type="submit"] {
    color: var(--body-accent);
}

div#gform_wrapper_10 #field_10_9 {
    display: flex;
    flex-direction: column-reverse;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
    border: unset;
}

.gravity-form-ten {
    padding: 4rem;
    box-shadow: 0 .875rem 1.875rem rgba(0, 0, 0, .1), 0 .1875rem 1rem rgba(0, 0, 0, .07);
}

div#gform_wrapper_10 .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    display: unset !important;
}

.gravity-form-ten input {
    border: solid 1px #000;
}

#gform_wrapper_10 .gform_hidden,
#gform_wrapper_10 .gform_hidden+p,
#gform_wrapper_10 .gform_hidden+br {
    display: none !important;
}


#gform_wrapper_10 .field_description_below .gfield_consent_description,
#gform_wrapper_10 .gfield_consent_description {
    font-size: 18px !important;
    margin-bottom: 2rem;
}

#gform_wrapper_10 .ginput_container_consent label {
    font-weight: 600;
}


.pfml-table td:nth-child(3),
.pfml-table td:nth-child(4),
.pfml-table td:nth-child(5) {
    text-align: center;
}

.pfml-table td {
    text-align: unset;
}

.pfml-table td:nth-child(2) p,
.pfml-table td:nth-child(3) p,
.pfml-table td:nth-child(4) p,
.pfml-table td:nth-child(5) p {
    text-align: center;
}

.pfml-table li {
    line-height: 0.5rem;
}

.change-line-height {
    line-height: 1;
}

.remove-box-shadow img {
    box-shadow: unset !important;
}

p sup {
    line-height: 1.5 !important;
    display: inline-flex !important;
    top: 0;
    /* display: block !important; */
}

.entry-content li a:not(button) {
    box-shadow: inset 0 -1.5px 0 var(--body-accent);
}




.after-entry-content--disclaimer {
    margin-top: 2rem;
}

.after-entry-content .after-entry-content--footnotes ul {
    margin: unset;
}

.after-entry-content {
    font-size: 1.3rem;
}


.after-entry-content .after-entry-content--disclaimer a,
.after-entry-content .after-entry-content--footnotes a {
    box-shadow: inset 0 -1.5px 0 var(--body-accent);
}


.remove-author .entry-meta .entry-author a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.remove-author .entry-meta .entry-author a::after {
    content: "Allen Blount";
}

.remove-author .entry-meta .entry-author a .entry-author-name {
    display: none;
}

.get-started-cta {
    display: block;
    border-radius: 3px;
    margin: 6rem 0 4rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #1b70b6;
    background: #fafdff;
    padding: 3rem 3rem;
    box-shadow: 0 2rem 6rem rgb(198 202 206 / 20%);
}

.get-started-cta--cta a.button {
    color: #1b70b6;
}

h2.get-started-cta--header,
h3.get-started-cta--header {
    padding-top: 0;
    font-weight: 600;
}

.get-started-cta .get-started-cta--cta a.button {
    margin: unset;
}



.get-started-cta-banner {
    /* background-color: #2f78c4; */
    background-color: #192B39;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-radius: 4px;
    max-width: 100%;
    margin: 20px 0;
}

.get-started-cta-banner__text h2,
.get-started-cta-banner__text p {
    margin: 0;
    line-height: 1.4;
}

.get-started-cta-banner__text h2 {
    font-size: 24px;
    font-weight: 600;
}

.get-started-cta-banner__text p {
    font-size: 16px;
    margin-top: 5px;
}

.get-started-cta-banner__button .button {
    /* background-color: #00b199; */
    background-color: #DDEBF8;
    /* color: #ffffff; */
    color: #000;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.get-started-cta-banner__button .button:hover {
    /* background-color: #009a84; */
    opacity: 1;
    background: #fff;
}



.get-started-cta-banner__inner {
    /* background-color: #2f78c4; */
    background-color: #192B39;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    padding-bottom: 2.2rem;
    border-radius: 4px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
}

.get-started-cta-banner__text h2 {
    padding-top: 2.2rem;
}

.get-started-cta-banner__text h3,
.get-started-cta-banner__text h2,
.get-started-cta-banner__text p {
    color: #fff;
}

.get-started-cta-banner__button .button {
    border: unset;
}


.hhs-table {
    margin-bottom: 1.2rem;
}

#gform_2 .gfield_label {
    display: none;
}

.get-started-cta-banner__text {
    max-width: 52rem;
    text-align: center;
}

.before-footer form {
    padding-bottom: 2.2rem;
}

.before-footer h3 {
    font-size: 24px;
    font-weight: 600;
}

p.no-margin {
    margin: unset;
}

.entry-content .number-sub-bullet-points li li {
    list-style-type: decimal;
}

.summary-section.update-margin ul {
    margin-top: 0.3rem;
}

body .site-inner .entry-content  ul.bulleted-list.update-margin {
    margin-top: 0.3rem;
}

body .site-inner .entry-content .update-margin ul {
    margin-top: 0.3rem;
}

body .site-inner .entry-content .summary-section ul {
    margin-top: 2rem;
    margin-left: 2rem;
}

p .fix-flex {
    display: unset !important;
}

.entry-content ol:last-child {
    margin-bottom: unset;
}

.summary-section.split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 991px) {
    .summary-section.split {
        display: flex;
        flex-direction: column;
    }
}

.remove-padding-on-section {
    padding: unset !important;
}


h2.remove-padding-top-h2 {
    padding-top: unset;
}




table[style*="adjust-table-spacing"] {
    table-layout: fixed !important;
    width: 100% !important;
    border-collapse: collapse;
}

table[style*="adjust-table-spacing"] th:nth-child(1),
table[style*="adjust-table-spacing"] td:nth-child(1) {
    width: 10% !important;
}

table[style*="adjust-table-spacing"] th:nth-child(2),
table[style*="adjust-table-spacing"] td:nth-child(2) {
    width: 15% !important;
}

table[style*="adjust-table-spacing"] th:nth-child(3),
table[style*="adjust-table-spacing"] td:nth-child(3) {
    width: 15% !important;
}

table[style*="adjust-table-spacing"] th:nth-child(4),
table[style*="adjust-table-spacing"] td:nth-child(4) {
    width: 60% !important;
}

table[style*="adjust-table-spacing"] td, 
table[style*="adjust-table-spacing"] th {
    padding: 10px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
    line-height: 1.4;
}

@media (max-width: 895px) {
table[style*="adjust-table-spacing"] th:nth-child(4),
table[style*="adjust-table-spacing"] td:nth-child(4) {
    width: 30% !important;
}
}

.full-width-table {
    width: 100% !important;
}

.full-width-table tr td .label {
    background-color: #f0f0f0;
    display: none;
    align-items: center;
    justify-content: center;
    width: calc(100% + 2.5rem);
    font-weight: 600;
    margin: -1.25rem -1.25rem 1.25rem;
    padding: 1.25rem;
    border-bottom: 1px solid #ccc;
}

.full-width-table tr td .label p {
    margin: 0;
}

.full-width-table p,
.full-width-table li {
    list-style-type: disc !important;
    font-size: 1.4rem !important;
    line-height: 1.618 !important;
}

.full-width-table ul {
    margin: 1.5rem 0 0 4rem !important;
}

@media (max-width: 767px) {
    .full-width-table {
        border-top: 1px solid !important;
    }
    .full-width-table tr:first-child {
        display: none;
    }

    .full-width-table tr td {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        padding: 1.25rem;
        border-left: 1px solid !important;
    }

    .full-width-table tr td .label {
        display: flex;
    }
}