/*!
 * Theme Name: Business Pro Theme
 * Theme URI: https://www.seothemes.com/themes/business-pro/
 * Description: A clean and modern WordPress theme for businesses.
 * Author: SEO Themes
 * Author URI: https://www.seothemes.com/
 * Version: 1.1.0
 * Text Domain: business-pro-theme
 * 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.
 * Template: genesis
 * Template Version: 1.1.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub Theme URI: https://github.com/seothemes/starter
 */


/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/


/* # Variables
-----------------------------------------------------------------------*/


/**
 * ### Breakpoints
 *
 * Based on the most common 16:9 screen resolutions.
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */


/* ### Colors */


/* ### Typography */


/* ### Other */


/* ### Column widths */


/* # Mixins
-----------------------------------------------------------------------*/


/* ### Media Queries */


/* ### Clearfix */


/* ### Flexfix */


/* ### Transitions */


/* ### Overlay */


/* ### Overlay */


/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
    margin: 1em 4rem;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    margin: 0;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    /* 2 */
    display: table;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 1 */
    color: inherit;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    outline-offset: -0.2rem;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


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

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

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    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,
.sidebar .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,
.sidebar .widget:before,
.sidebar .widget:after,
.wrap:before,
.wrap:after {
    display: block;
    clear: both;
    content: '';
}


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

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

html {
    overflow-x: hidden;
    max-width: 100vw;
    background-color: #232c39;
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0;
    color: #232c39;
    background-color: #ffffff;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
}

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

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

a {
    color: #232c39;
    word-wrap: break-word;
}

a:hover {
    color: #647585;
}

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: 2px solid #f0f1f2;
    border-collapse: collapse;
}

b,
strong {
    font-weight: 500;
}

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

blockquote {
    margin: 1em 0;
    padding: 0 1em;
}

pre {
    overflow-x: scroll;
    padding: 2em;
    background-color: #f6f7f8;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.382em;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

h1 {
    font-size: 2.3em;
    font-weight: 700;
}

h2 {
    font-size: 1.8em;
    font-weight: 700;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: .9em;
}


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

input,
select,
textarea {
    width: 100%;
    padding: 0.5em 1em;
    border: 2px solid #f0f1f2;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
}

 :focus {
    outline: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

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

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

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.2em 2.2em;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    background-color: #232c39;
    box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1);
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    letter-spacing: 0.03em;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.1);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.button.accent,
button.accent,
input[type='button'].accent,
input[type='reset'].accent,
input[type='submit'].accent {
    background-color: #fb2056;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
    font-size: 12px;
    font-size: 1.2rem;
}

.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
input[type='button']:disabled,
input[type='button']:disabled:hover,
input[type='reset']:disabled,
input[type='reset']:disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover {
    border-width: 0;
    color: #697886;
    background-color: #f6f7f8;
    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 {
    clear: both;
    margin-top: 1em;
}

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

.wp-video-shortcode {
    width: auto !important;
}


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

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

tbody {
    border-bottom: 2px solid #f0f1f2;
}

td,
th {
    padding: 0.618em;
    border-top: 2px solid #f0f1f2;
    border-right: 2px solid #f0f1f2;
    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: 1px;
    width: 0.1rem;
    height: 1px;
    height: 0.1rem;
    border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    display: block;
    clip: auto !important;
    z-index: 100000;
    top: 1em;
    left: 1em;
    width: auto;
    height: auto;
    padding: 10px 20px;
    padding: 1rem 2rem;
    color: #ffffff;
    background-color: #232c39;
    box-shadow: 0 0 0.2rem 0.2rem rgba(35, 44, 57, 0.1);
    text-decoration: none;
}

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

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

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


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

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

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

.content-sidebar-wrap {
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10vw 5vw;
    word-wrap: break-word;
}

.page-builder .content-sidebar-wrap {
    padding: 0;
    border-top: 2px solid #f0f1f2;
    border-bottom: 2px solid #f0f1f2;
}


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


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


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

.gallery,
.gallery-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery a {
    display: block;
    min-height: 100%;
}

.gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.gallery-caption {
    display: block;
}

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


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

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

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


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

.breadcrumb {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumb a {
    text-decoration: underline;
}

.after-entry,
.author-box {
    margin-bottom: 5%;
}

.author-box {
    margin-top: 5%;
}

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


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

.search-form {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
}

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

.search-form:after {
    display: block;
    position: absolute;
    top: 12px;
    top: 1.2rem;
    right: 12px;
    right: 1.2rem;
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    content: '\f2eb';
    pointer-events: none;
}

.search-form input[type='search'] {
    width: 100%;
}

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

.entry-content .search-form {
    margin-bottom: 1em;
}


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

.wp-caption-text {
    margin: 0;
    font-size: 14px;
    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 {
    display: block;
    clear: both;
}

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

.page-template-page-builder .post-edit-link {
    display: none;
}


/* ## Blocks
--------------------------------------------- */

.wp-block-embed {
    margin: 2em auto;
}

.wp-block-gallery {
    margin: 2em auto;
}

.entry-content .wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}

.entry-content .wp-block-gallery.alignfull {
    margin-left: -50vw;
}

.wp-block-gallery .blocks-gallery-item img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.wp-block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 2em auto;
}

.wp-block-image img {
    width: 100%;
}

.wp-block-image.alignleft {
    margin-right: 1em;
}

.wp-block-image.alignright {
    margin-left: 1em;
}

.wp-block-image.alignwide {
    max-width: 120%;
}

.wp-block-image.alignfull {
    max-width: none;
}

.wp-block-pullquote {
    margin: 2em auto;
    border-left: 0;
}

.wp-block-pullquote.aligncenter {
    margin: 2em auto;
}

.wp-block-quote {
    border-left: 2px solid #f0f1f2;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #f0f1f2;
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    float: none;
    margin: 0 auto 1em;
}

.aligncenter {
    clear: both;
}

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

.alignwide,
.alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
}

.content-sidebar .alignwide,
.sidebar-content .alignwide,
.content-sidebar .alignfull,
.sidebar-content .alignfull {
    left: auto;
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.alignwide img,
.alignfull img {
    display: inline-block;
    width: 100%;
    margin: 1em auto 1.618em;
}

.alignwide {
    max-width: 120%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.alignfull {
    max-width: none;
    margin-left: -50vw;
}


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

.site-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.has-fixed-header .site-header {
    position: fixed;
}

.has-fixed-header .site-header.shrink {
    background-color: #232c39;
    box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2);
}

.page-template-page-builder .site-header {
    position: relative;
    background-color: #232c39;
}

.page-template-page-builder .site-header.fixed {
    position: fixed;
}

.site-header>.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}


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

.title-area {
    display: block;
    position: relative;
    max-width: 150px;
    max-width: 15rem;
    height: 100%;
    margin: 0 auto 0 0;
    padding: 20px 0;
    padding: 2rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wp-custom-logo .title-area {
    padding: 10px 0;
    padding: 1rem 0;
}

.site-title {
    margin-bottom: 0;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

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

.site-description {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

.custom-logo-link {
    display: block;
    /* background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0 0 6px 6px; */
}


/* ## Header Right Widget Area
--------------------------------------------- */

.header-widget-area .widget-wrap {
    clear: both;
}

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


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

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

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


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

.hero-section {
    position: relative;
    padding: 100px 0 50px;
    padding: 10rem 0 5rem;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.hero-section:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

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

.hero-section h1 {
    max-width: 768px;
    margin: 0 auto 0.382em;
}

.hero-section p {
    max-width: 768px;
    margin: 0 auto;
}


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

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

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

.menu-item {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.5em 0;
}

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

.menu-item:hover,
.menu-item:focus,
.menu-item.sfHover {
    outline: none;
}

.menu-item.button {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
}

.menu-item.button:hover {
    box-shadow: none;
}

.menu-item.button>a>span {
    display: block;
    margin-top: 1em;
    padding: 1em 2em;
    border-radius: 4px;
    color: #ffffff;
    background-color: #fb2056;
}

.menu-item.button>a>span:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.25);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.menu-item a {
    display: inline-block;
    width: auto;
    padding: 0.5em 0;
    color: #f0f1f2;
    text-decoration: none;
}

.menu-item a span {
    position: relative;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item>a {
    color: #ffffff;
}

.sub-menu .menu-item a:hover,
.sub-menu .menu-item a:focus,
.sub-menu .menu-item.current-menu-item>a {
    color: #647585;
}


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

.sub-menu {
    display: none;
    padding: 1em 0;
    font-size: 14px;
    font-size: 1.4rem;
    clear: both;
}

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

.sub-menu li {
    width: 100%;
}

.sub-menu li:first-of-type {
    margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
    padding-left: 1em;
}

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

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


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

.nav-primary {
    display: none;
    overflow: auto;
    overflow-x: visible;
    position: fixed;
    top: -10px;
    top: -1rem;
    right: -10px;
    right: -1rem;
    bottom: -10px;
    bottom: -1rem;
    left: 5vw;
    left: -10px;
    left: -1rem;
    width: 100vw;
    margin: auto;
    padding: 5vw;
    border-top: 2px solid #f0f1f2;
    border-bottom: 2px solid #f0f1f2;
    background-color: rgba(35, 44, 57, 0.98);
    -webkit-overflow-scrolling: touch;
}

.nav-primary.visible {
    display: block;
}

.no-js .nav-primary {
    display: block;
    position: relative;
    width: 100%;
}

.no-js .nav-primary .wrap {
    padding: 0 5%;
}

.no-js .nav-primary .menu-item {
    display: inline-block;
    width: auto;
    margin: 0 0.5em;
}

.nav-primary .wrap {
    height: 100%;
}

.nav-primary .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 0 0 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* ## Menu Toggles
--------------------------------------------- */

.menu-toggle {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 5vw;
    padding: 27px 0;
    padding: 2.7rem 0;
    color: transparent;
    background-color: transparent;
    line-height: 1;
    letter-spacing: -0.5em;
    cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
    outline: none;
    color: transparent;
    background: none;
    box-shadow: none;
}

.menu-toggle.activated {
    position: fixed;
}

.menu-toggle span {
    display: block;
    float: right;
    position: relative;
    width: 25px;
    width: 2.5rem;
    height: 2px;
    height: 0.2rem;
    margin-top: 7px;
    margin-top: 0.7rem;
    margin-left: 0.236em;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
}

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

.menu-toggle span:before {
    top: -7px;
    top: -0.7rem;
    -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    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: -7px;
    bottom: -0.7rem;
    -webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    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;
    -webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.activated span:after {
    bottom: 0;
    -webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    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);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sub-menu-toggle {
    position: absolute;
    margin: 0 -1em 0 1em;
    padding: 0.9em;
    background-color: transparent;
}

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

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

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


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

.entry {
    background-color: #ffffff;
}

.single .entry {
    background-color: transparent;
}

.entry-title a {
    text-decoration: none;
}

.entry-content {
    clear: both;
}

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

.entry-content p {
    color: #647585;
}

.blog .entry-content p,
.archive .entry-content p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content b,
.entry-content strong {
    font-weight: 600;
}

.entry-content li {
    color: #647585;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 1em;
    margin-left: 40px;
    margin-left: 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 {
    display: block;
    margin-top: 1em;
    padding: 10px 20px;
    padding: 1rem 2rem;
    border: 2px solid #f0f1f2;
    border-radius: 4px;
    background-color: #f6f7f8;
}

.entry-content pre code {
    margin: 0;
    padding: 0;
    border: 0;
}

.entry-content>*:last-child {
    margin-bottom: 0;
}

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

.entry-image-link img {
    display: block;
}

.entry-image-link {
    display: block;
    margin: 0 0 30px;
    margin: 0 0 3rem;
}

.single .entry-footer {
    padding: 30px 0 0;
    padding: 3rem 0 0;
}


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

p.entry-meta {
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
}

.entry-header p.entry-meta {
    margin-bottom: 1em;
}

.entry-categories,
.entry-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.entry-categories img,
.entry-tags img {
    margin-right: 0.5em;
}


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

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 5vw 0 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
}

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

.pagination .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination .alignleft {
    margin-left: 0;
}

.pagination .alignright {
    margin-right: 0;
}

.adjacent-entry-pagination {
    margin: 0;
    padding: 40px 0;
    padding: 4rem 0;
    background-color: #f6f7f8;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
}

.adjacent-entry-pagination a {
    color: #647585;
    text-decoration: none;
}

.archive-pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

.archive-pagination a {
    display: block;
    padding: 7.5px 10px;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    color: #232c39;
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive-pagination a:hover,
.archive-pagination .active a {
    color: #ffffff;
    background-color: #fb2056;
    box-shadow: 0 1rem 1rem -0.5rem rgba(35, 44, 57, 0.15);
}


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

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

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

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

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

.comment-list .comment-respond {
    padding: 0 0 0 1em;
}

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

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

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

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

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

.comment-reply-link {
    display: block;
    margin-bottom: 1em;
}

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

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

.comment-content {
    clear: both;
}

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

.comment-content p {
    margin-bottom: 0.618em;
}

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

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

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


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

.sidebar .entry {
    width: 100%;
    padding: 0;
}

.sidebar .entry a {
    display: block;
}

.sidebar-primary {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.widget {
    margin-bottom: 10vw;
    word-wrap: break-word;
}

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

.sidebar .widget {
    margin-bottom: 5vw;
    font-size: 16px;
    font-size: 1.6rem;
}

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

.sidebar .widget .menu-item {
    margin: 0;
    padding: 0;
}

.sidebar .widget .menu-item a {
    padding: 1em 2em 1em 0;
    color: #232c39;
}

body ul>li:last-of-type:not(.gfield) {
    margin-bottom: 0;
}

body ul>li {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

body ul>li:last-of-type {
    padding-bottom: 0;
}

body ol>li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
    list-style-type: decimal;
}

body li li {
    margin: 0 0 0 1em;
    padding: 0;
    border: 0;
}

.widgettitle,
.widget-title {
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 24px;
    font-size: 2.4rem;
}

.sidebar .widgettitle,
.sidebar .widget-title {
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
}

.widget_calendar table {
    width: 100%;
}

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


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

.site-footer {
    position: relative;
    color: #a4a8ac;
    background-color: #232c39;
}

.site-footer>.wrap {
    position: relative;
    padding: 0 5vw 5vw;
}

.site-footer>.wrap>p {
    max-width: -webkit-calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.site-footer a {
    color: #a4a8ac;
    text-decoration: none;
}

.site-footer a:hover {
    color: #f6f7f8;
}

.site-footer .back-to-top {
    position: absolute;
    right: 5vw;
    bottom: 20px;
    bottom: 2rem;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.site-footer .back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .back-to-top:before,
.site-footer .back-to-top:after {
    display: block;
    position: absolute;
    top: 13px;
    top: 1.3rem;
    left: 9px;
    left: 0.9rem;
    width: 8px;
    height: 2px;
    background-color: #a4a8ac;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-footer .back-to-top:after {
    left: 13px;
    left: 1.3rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


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

.footer-widgets {
    z-index: 0;
    padding: 60px 0;
    padding: 6rem 0;
    font-size: 17px;
    font-size: 1.7rem;
}

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

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

.footer-widgets .widget-area .widget {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
}

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

.footer-widgets .widget-title {
    margin-bottom: 1.5em;
    color: #f0f1f2;
    font-size: 16px;
    font-size: 1.6rem;
}

.footer-widgets .menu-item {
    width: 50%;
    margin: 0 0 1em;
    padding: 0;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 1.618;
    text-transform: capitalize;
}

.footer-widgets .menu-item a {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
}

.footer-widgets .menu-item a:hover,
.footer-widgets .menu-item.current-menu-item>a {
    color: #f6f7f8;
}

.footer-widgets .sub-menu {
    display: none !important;
}

.footer-widgets .enews ::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .enews ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .enews form {
    position: relative;
}

.footer-widgets .enews input {
    padding: 4px 14px;
    padding: 0.4rem 1.4rem;
    border-color: #647585;
    color: #ffffff;
    background: transparent;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.footer-widgets .enews input:focus {
    border-color: #a4a8ac;
}

.footer-widgets .enews input[type='submit'] {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 50px;
    width: 5rem;
    padding: 4px 0;
    color: transparent;
    background-color: transparent;
    box-shadow: none;
    font-size: 100%;
    line-height: 2;
}

.footer-widgets .enews input[type='submit']:hover+.fa-send-o {
    color: #ffffff;
}

.footer-widgets .enews input[type='submit']:focus {
    outline: 2px solid #f0f1f2;
}

.footer-widgets .enews .fa-send-o {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0.5em;
    padding: 0.5em 0.75em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}


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

.before-footer {
    padding: 60px 0;
    padding: 6rem 0;
    color: #ffffff;
    background-color: #232c39;
    position: relative;
}

.before-footer:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.before-footer:before {
    top: 1%;
    right: -50%;
    left: -50%;
    width: 100vw;
    height: 101%;
    margin: auto;
}

.before-footer .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 5vw;
}

.before-footer .widget_media_image:first-of-type {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 100vw;
    height: 100%;
    margin: auto;
}

.before-footer .widget_media_image:first-of-type .widget-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.before-footer .widget_media_image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: 50% 7%;
}

.before-footer .wrap {
    z-index: 1;
}

.before-footer .widget-title {
    font-size: 30px;
    font-size: 3rem;
}

.before-footer p {
    margin-bottom: 0;
    color: #f6f7f8;
}

.before-footer button,
.before-footer .button,
.before-footer input[type='submit'] {
    margin: 0;
    color: #ffffff;
}

.before-footer button:hover,
.before-footer .button:hover,
.before-footer input[type='submit']:hover {
    color: #ffffff;
}

.before-footer button.alignright,
.before-footer .button.alignright,
.before-footer input[type='submit'].alignright {
    float: left;
}


/* ## 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.2em -0.2em 0 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.simple-social-icons ul li a {
    display: inline-block;
    -moz-box-sizing: content-box;
    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;
    font-size: 30px !important;
}

.simple-social-icons ul.aligncenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.simple-social-icons ul.alignleft {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.simple-social-icons ul.alignright {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


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

div.lSSlideOuter .lSPager.lSpg>li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0.16;
}

div.lSSlideOuter .lSPager.lSpg>li a {
    display: block;
    opacity: 0.382;
    background-color: #232c39;
}

div.lSSlideOuter .lSPager.lSpg>li.active a,
div.lSSlideOuter .lSPager.lSpg>li:hover a {
    opacity: 0.618;
    background-color: #232c39;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

div.lSSlideOuter ul.testimonials-list {
    color: #647585;
    font-size: 18px;
    font-size: 1.8rem;
}

div.lSSlideOuter ul.testimonials-list li {
    text-align: left;
}


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

.enews input {
    margin-bottom: 0.5em;
}


/* ## Business Profile
--------------------------------------------- */

.hero-section .bp-contact-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-section .bp-contact-card>div {
    width: 100%;
    margin: 2em 1em 0;
    text-align: center;
}

.hero-section .bp-contact-card a {
    color: #f0f1f2;
    text-decoration: none;
}

.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-opening-hours-brief,
.bp-contact-card .bp-opening-hours .bp-title {
    text-align: left;
}

.bp-contact-card .bp-directions:before,
.bp-contact-card .bp-phone:before,
.bp-contact-card .bp-contact:before,
.bp-contact-card .bp-booking:before,
.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
    width: 1em;
    font-family: FontAwesome, sans-serif;
    line-height: 0.9;
}

.bp-contact-card .bp-opening-hours .bp-title {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.bp-contact-card .bp-directions:before {
    content: '\f27d';
}

.bp-contact-card .bp-phone:before {
    content: '\f2b3';
}

.bp-contact-card .bp-contact:before {
    content: '\f1c6';
}

.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
    content: '\f18f';
}


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

.nf-error.field-wrap .ninja-forms-field {
    border: 2px solid #fb2056;
}

.nf-error-msg {
    color: #fb2056;
    font-size: 15px;
    font-size: 1.5rem;
}


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

.gs-faq__question {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    color: #647585;
    background-color: #f6f7f8;
}

.gs-faq__question:hover {
    color: #647585;
}


/* ## WooCommerce (site-wide)
--------------------------------------------- */

.woocommerce-store-notice,
p.demo_store {
    position: relative;
    padding: 10px 0;
    padding: 1rem 0;
    font-size: 15px;
    font-size: 1.5rem;
}

.woocommerce-demo-store .hero-section {
    padding-top: 180px;
    padding-top: 18rem;
}

.woocommerce-demo-store .menu-toggle {
    top: 64px;
}


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

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

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


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

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

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
    padding: 80px 0;
    padding: 8rem 0;
    background-color: #ffffff;
}


/* ### Front Page 1 */

.front-page-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    padding: 9rem 0;
    margin-top: 88px;
    margin-top: 8.8rem;
    color: #ffffff;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    clear: both;
}

.front-page-1:before,
.front-page-1:after {
    display: none;
    clear: both;
    content: '';
}

.has-hero-slider .front-page-1 {
    padding: 0;
}

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

.has-hero-slider .front-page-1 .widget {
    max-width: 100%;
    margin: 0;
}

.has-hero-slider .front-page-1 .widget:first-of-type {
    padding-top: 0;
}

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

.front-page-1 .wrap {
    position: relative;
    z-index: 2;
}


/* .front-page-1 .widget:first-of-type {
    padding-top: 5vh;
} */

.front-page-1 .widget .widget-wrap p {
    margin-bottom: 1.618em;
    color: #f0f1f2;
}


/* ### Front Page 2 */

/* .front-page-2 {
    text-align: center;
} */

.front-page-2 .fa-coffee {
    margin-left: -15px;
    margin-left: -1.5rem;
}

.front-page-2 .widget-title {
    margin: 10px auto;
    margin: 1rem auto;
    font-size: 20px;
    font-size: 2rem;
}

.front-page-2 p {
    display: block;
    color: #647585;
}


/* ### Front Page 3 */

.front-page-3 {
    background-color: #f6f7f8;
}

.front-page-3 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-3 .widget {
    margin-bottom: 5vw;
}

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

.front-page-3 .widget_custom_html:first-of-type {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.front-page-3 .widget_custom_html:first-of-type hr {
    display: block;
    width: 100px;
    width: 10rem;
    height: 3px;
    height: 0.3rem;
    margin: 0 auto 40px;
    margin: 0 auto 4rem;
    padding: 0;
    border: 0;
    background-color: #fb2056;
}

.front-page-3 .widget_custom_html:first-of-type p {
    color: #647585;
}

.front-page-3 p {
    color: #647585;
}

.front-page-3 .entry {
    max-width: 400px;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .entry:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

.front-page-3 .entry>a {
    display: block;
    margin: 0;
    position: relative;
}

.front-page-3 .entry>a:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.front-page-3 .entry>a:before {
    opacity: 0.1;
}

.front-page-3 .entry>a:focus~.entry-header a {
    color: #647585;
}

.front-page-3 .entry p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-3 .entry-title {
    padding: 30px 30px 0;
    padding: 3rem 3rem 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.front-page-3 .entry-content {
    padding: 0 30px 30px;
    padding: 0 3rem 3rem;
    color: #647585;
    font-size: 18px;
    font-size: 1.8rem;
}

.front-page-3 img {
    min-width: 100%;
    border-radius: 0;
}

.front-page-3 .more-link {
    display: block;
    width: auto;
    margin-top: 1em;
    padding: 0.618em 1.618em;
    border-radius: 4px;
    color: #ffffff;
    background-color: #232c39;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .more-link:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}


/* ### Front Page 4 */

.front-page-4 {
    /* overflow: hidden;
    position: relative;
    padding: 100px 0;
    padding: 10rem 0;
    color: #ffffff;
    background-color: #232c39;
    text-align: center; */
    position: relative;
}

.front-page-4:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
    display: none;
}

.front-page-4 .widget {
    max-width: 640px;
    max-width: 64rem;
    margin: 0 auto;
}

.front-page-4 .widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-4 .widget_media_image:first-of-type {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

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

.front-page-4 .widget.widget_media_video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    position: fixed;
    z-index: 998;
    max-width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .widget.widget_media_video.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

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

.front-page-4 .wp-video {
    position: relative;
    padding: 5%;
}

.front-page-4 iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 3rem 3rem -2rem rgba(35, 44, 57, 0.5);
}

.front-page-4 .show-video {
    width: 3em;
    height: 3em;
    margin: 0 auto 1em;
    padding: 0;
    padding: 0 0 0 13px;
    border: 3px solid #ffffff;
    border-radius: 3em;
    color: #ffffff;
    background-color: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .show-video:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.front-page-4 .hide-video {
    position: absolute;
    z-index: 999;
    top: -5%;
    right: 0;
    width: 1em;
    height: 1em;
    padding: 10px;
    padding: 1rem;
    border-radius: 9rem;
    background: transparent;
    box-shadow: none;
    font-size: 2em;
    line-height: 0;
    text-align: center;
}

.front-page-4 .before {
    position: fixed;
    background-color: rgba(35, 44, 57, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

body.home .front-page-5 .gb-block-spacer,
body.home .front-page-6 .gb-block-spacer {
    margin: 0;
}

body.home .front-page-5 .gb-block-spacer hr,
body.home .front-page-6 .gb-block-spacer hr {
    padding: 0;
}

body.home .front-page-5 img {
    padding: 2rem 0 0;
    width: 75%;
}

body.home .front-page-5 p {
    display: flex;
    gap: 1.5rem;
    font-size: 1.9rem;
}

body.home .front-page-5 p svg {
    color: #d81818;
    margin: 0.4rem 0 0;
}

body.home .front-page-6 h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 2rem;
}

body.home .front-page-6 h3 svg {
    color: #24527b;
}

body .front-page-7 h2,
body .wp-block-genesis-blocks-gb-columns.features-section h2 {
    margin: 0 0 6rem;
}

body .front-page-7 .gb-block-layout-column,
body .wp-block-genesis-blocks-gb-columns.align-center .gb-block-layout-column,
body .wp-block-genesis-blocks-gb-columns.features-section .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .front-page-7 .gb-block-spacer,
body .wp-block-genesis-blocks-gb-columns.features-section .gb-block-spacer {
    margin: 4rem 0;
}

body .front-page-7 .wp-block-image,
body .wp-block-genesis-blocks-gb-columns.features-section .wp-block-image {
    margin: 0;
}

body .front-page-7 .wp-block-image img,
body .wp-block-genesis-blocks-gb-columns.features-section .wp-block-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.14), 0px 10px 28px -7px rgba(0, 0, 0, 0.22);
}

body .front-page-7 .gb-block-layout-column h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.7;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    margin: 0;
}

body .front-page-7 .gb-block-layout-column p {
    font-size: 2rem;
    line-height: 1.7;
    margin: 0;
}

body.home .front-page-7 .cta-container {
    text-align: center;
}

body .wp-block-genesis-blocks-gb-columns p:last-child {
    margin: 0;
}

body .cascading-steps .cascading-step {
    display: flex;
    margin: 0 0 4rem;
    padding: 0;
}

body .cascading-steps .cascading-step:last-of-type {
    margin: 0 0 2rem;
}

body .cascading-step .cascading-step--number {
    flex: 1 1 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .cascading-step .cascading-step--number span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    width: 70px;
    height: 70px;
    line-height: 1;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50%;
}

body .cascading-step .cascading-step--content {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
}

/* ### Front Page 5 */

.front-page-5 .featured-portfolio .widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.front-page-5 .entry {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    position: relative;
}

.front-page-5 .entry:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.front-page-5 .entry:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-5 .entry:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33);
}

.front-page-5 .entry:hover:before,
.front-page-5 .entry:hover .entry-header {
    opacity: 1;
}

.front-page-5 .entry:hover .entry-header {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.front-page-5 .entry:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

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

.front-page-5 .entry>a img {
    border-radius: 4px;
}


/* .front-page-5 .entry-header {
    display: block;
    position: absolute;
    z-index: 1;
    height: 1em;
    opacity: 0;
    color: #ffffff;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: smaller;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
} */

.front-page-5 a {
    color: #444;
}


/* ### Front Page 6 */

.front-page-6 {
    background-color: #f6f7f8;
}

.front-page-6 img {
    width: 50px;
    width: 5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.front-page-6 .lslide,
.front-page-6 .clone {
    padding: 15px;
    padding: 1.5rem;
}

.front-page-6 .lslide .wrap,
.front-page-6 .clone .wrap {
    padding: 2em 2em 2.4em;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
    clear: both;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-6 .lslide .wrap:before,
.front-page-6 .lslide .wrap:after,
.front-page-6 .clone .wrap:before,
.front-page-6 .clone .wrap:after {
    display: block;
    clear: both;
    content: '';
}

.front-page-6 .lslide .wrap:hover,
.front-page-6 .clone .wrap:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
}

.front-page-6 blockquote {
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.front-page-6 .gts-rating+blockquote {
    margin-top: 5px;
    margin-top: 0.5rem;
}

.front-page-6 blockquote+img {
    float: left;
    margin-bottom: 0;
}

.front-page-6 h5 {
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    color: #647585;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

.front-page-6 img+h5 {
    margin: 14px 5px 0 10px;
    margin: 1.4rem 0.5rem 0 1rem;
}

.front-page-6 img+h5+.gts-company {
    margin-top: 14px;
    margin-top: 1.4rem;
}

.front-page-6 .gts-company {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

.front-page-6 .lSSlideOuter {
    margin: 0 -15px;
    margin: 0 -1.5rem;
}


/* ## Inner Pages
--------------------------------------------- */


/* ### Portfolio */

.portfolio {
    width: 100%;
}

.portfolio .filter {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: small;
    font-weight: 500;
    text-align: center;
}

.portfolio .filter .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio .filter a {
    display: block;
    margin: 0.5em;
    padding: 0.5em;
    text-decoration: none;
}

.portfolio .filter a.active {
    color: #fb2056;
}

.portfolio-sizer {
    width: 2.5641%;
}

.portfolio-item {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-radius: 4px;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
    position: relative;
}

.portfolio-item:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.portfolio-item:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
    -webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover:before,
.portfolio-item:hover .entry-title {
    opacity: 1;
}

.portfolio-item a {
    display: block;
    position: relative;
}

.portfolio-item img {
    border-radius: 4px;
}

.portfolio-item .entry-title {
    position: absolute;
    z-index: 2;
    height: 1em;
    opacity: 0;
    color: #ffffff;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.archive.genesis-pro-portfolio .entry {
    padding: 0;
    position: relative;
}

.archive.genesis-pro-portfolio .entry:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.archive.genesis-pro-portfolio .entry:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive.genesis-pro-portfolio .entry:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
    -webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

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

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

.archive.genesis-pro-portfolio .entry a {
    display: block;
    position: relative;
}

.archive.genesis-pro-portfolio .entry img {
    border-radius: 4px;
}

.archive.genesis-pro-portfolio .entry .entry-title {
    position: absolute;
    z-index: 2;
    height: 1em;
    opacity: 0;
    color: #ffffff;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/* ### Masonry */

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner {
    background-color: rgba(35, 44, 57, 0.05);
}

.blog .content,
.archive .content,
.search-results .content,
.page-template-page_blog .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog .content .entry-title,
.archive .content .entry-title,
.search-results .content .entry-title,
.page-template-page_blog .content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
}

.blog .entry,
.archive .entry,
.search-results .entry,
.page-template-page_blog .entry {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 30px;
    padding: 3rem;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry:hover,
.archive .entry:hover,
.search-results .entry:hover,
.page-template-page_blog .entry:hover {
    box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

.blog .entry-content,
.archive .entry-content,
.search-results .entry-content,
.page-template-page_blog .entry-content {
    color: #647585;
    font-size: 18px;
    font-size: 1.8rem;
}

.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer,
.page-template-page_blog .entry-footer {
    margin-top: 10px;
    margin-top: 1rem;
}

.blog .entry-footer p,
.archive .entry-footer p,
.search-results .entry-footer p,
.page-template-page_blog .entry-footer p {
    margin: 0;
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link,
.page-template-page_blog .entry-image-link {
    display: block;
    margin: -30px -30px 30px;
    margin: -3rem -3rem 3rem;
}

.blog .entry-image-link img,
.archive .entry-image-link img,
.search-results .entry-image-link img,
.page-template-page_blog .entry-image-link img {
    border-radius: 4px 4px 0 0;
}


/* ### Column Examples */

.columns div {
    margin-bottom: 2.5641%;
    padding: 2em 0;
    border-radius: 4px;
    color: #647585;
    background-color: #f6f7f8;
    box-shadow: 0 0 1rem -1rem rgba(35, 44, 57, 0);
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.columns div:hover {
    box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}


/* ### Icon Examples */

.fa {
    text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1);
}

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

.icons span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    color: #647585;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icons i {
    margin-right: 0.3em;
    color: #232c39;
    font-size: 30px;
    font-size: 3rem;
}

.icons br {
    display: none;
}


/* ### Pricing Table */

.pricing .site-inner {
    background-color: #f6f7f8;
}

.pricing .entry {
    background-color: transparent;
}

.pricing-table {
    padding-bottom: 100px;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table>div {
    margin-bottom: 25px;
    padding: 40px 20px 50px;
    background-color: #ffffff;
    box-shadow: 0 0 0 rgba(35, 44, 57, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-table>div:hover {
    z-index: 2;
    box-shadow: 0 2rem 2rem -0.5rem rgba(35, 44, 57, 0.1);
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.pricing-table .featured {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing-table .featured:hover {
    -webkit-transform: translateY(-1rem) scale(1.05);
    -ms-transform: translateY(-1rem) scale(1.05);
    transform: translateY(-1rem) scale(1.05);
}

.pricing-table .featured button,
.pricing-table .featured .button {
    background-color: #fb2056;
}

.pricing-table strong {
    color: #647585;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.pricing-table span {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
}

.pricing-table small {
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
}

.pricing-table big {
    color: #232c39;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 1.618em;
    font-weight: 500;
}

.pricing-table p {
    margin: 0;
}

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

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


/** ## Start 321 CSS
**--------------------------------------------- **/

 :root {
    --main-color: #054068;
    --main-color-very-light: #4897cb;
    --main-color-light: #044269;
    --main-color-dark: #16314e;
    --accent-color-1: #b62d2c;
    --accent-color-1-light: #d93030;
    --color-gradient-1: rgba(0, 72, 114, 1);
    --color-gradient-2: rgba(41, 17, 96, 0.8);
}

.has-overlay:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

body .button {
    border-radius: 3px;
    font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
}

body .entry-content p,
body .entry-content li {
    color: #393939;
    font-size: 2rem;
}

.widget-title,
.entry-title,
.home h4 {
    font-weight: 700;
}

.home h4 {
    margin-bottom: 0;
}

.button.accent,
.gform_footer input[type=submit] {
    background: linear-gradient(45deg, #b92222, #d81818);
    color: #fff;
    padding: 1.3rem 2.3rem;
    box-shadow: 0 1px 4px -2px rgba(255, 255, 255, 0.5);
}

.gform_wrapper .gform_footer input[type=submit] {
    padding: 1rem 2.3rem 1.3rem;
}

.button.accent:focus,
.button.accent:hover,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover {
    /* background-color: #fff;
    color: var(--accent-color-1); */
    opacity: 0.8;
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.9);
}

input:focus,
select:focus,
textarea:focus {
    border-color: #c5e6fc;
    outline: none;
}

a.button.arrow-animation {
    height: auto;
    line-height: 1;
    display: inline-flex;
    font-size: 1.6rem;
    padding: 1.3rem 2rem;
    padding-left: 1.6rem;
    padding-right: 3.3rem;
    font-weight: 600;
    align-items: flex-start;
}

.arrow-animation svg {
    font-size: 1.6rem;
    transform: translate(12px, 0px);
    opacity: 1;
    transition: 0.3s ease-in-out all;
}

.arrow-animation:hover svg {
    transform: translate(14px, 0px);
    animation-name: arrow-toggle;
    animation-duration: 0.5s;
}

@keyframes arrow-toggle {
    0% {
        transform: translate(12px, 0px);
    }
    100% {
        transform: translate(14px, 0px);
    }
}

.arrow-animation::after,
body .site-header .nav-primary ul.menu li.menu-item.menu-cta a:after {
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    content: "\f105";
}

@media(max-width: 767px) {
    a.button.arrow-animation:hover,
    a.button.arrow-animation:focus {
        padding: 6px 2rem;
    }
    .arrow-animation svg {
        display: none;
    }
}

@media (max-width: 500px) {
    a.button.arrow-animation svg {
        display: none;
    }
    a.button.arrow-animation {
        font-size: 1.45rem;
        padding: 8px 1.7rem;
        display: inline;
    }
    a.button.arrow-animation:hover,
    a.button.arrow-animation:focus {
        padding: 8px 1.7rem;
    }
}

a {
    transition: 0.15s ease-in-out all;
}

.hero-section h1.entry-title,
.hero-section h1.archive-title,
.front-page-1 h1 {
    font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    font-size: 6rem;
    margin: 0 auto;
}


/*header css*/

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

#wpfront-notification-bar-spacer+script+.site-container .site-header {
    top: 36px;
}

.admin-bar #wpfront-notification-bar-spacer+script+div+script+.site-container .site-header {
    top: 68px;
}

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

@media (max-width: 782px) {
    .has-fixed-header.admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .has-fixed-header.admin-bar .site-header {
        top: 0;
    }
}

header.site-header.fixed {
    /* background-color: #fff; */
    background-color: #222;
}

body.has-fixed-header .site-header.shrink {
    /* background-color: #fff; */
    background-color: #222;
}

.wp-custom-logo .title-area {
    max-width: 30rem;
}

@media (max-width: 1024px) {
    #wpfront-notification-bar-spacer+script+.site-container .site-header {
        top: 70px;
    }
}

@media (max-width: 896px) {
    #wpfront-notification-bar-spacer+script+.site-container .site-header {
        top: 98px;
    }
}


/*new header menu with superfish disabled*/

.menu-item.button {
    box-shadow: none;
}

.desktop-only {
    display: none !important;
}

.mobile-only {
    display: block !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header-right-nav-container {
        max-width: 100%;
        margin-right: auto;
    }
}

@media (min-width: 896px) {
    .desktop-only {
        display: block !important;
    }
    .mobile-only {
        display: none !important;
    }
    body .site-header>.wrap {
        padding: 0;
    }
    .header-right-ctas {
        padding: 2rem 0 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: 0.15s ease-in-out all;
    }
    .shrink .header-right-ctas {
        padding: 1rem 0 0 0;
    }
    .header-right-ctas a {
        margin: 0 1.25em;
        text-decoration: none;
        font-weight: 600;
        /* font-family: 'Roboto', helvetica, arial, sans-serif; */
    }
    .header-right-ctas a.button {
        height: auto;
        padding: 1.3rem 2rem;
    }
    .header-right-ctas a:not(.button) {
        display: flex;
        align-items: center;
        /* color: #1a558a; */
        color: #fff;
    }
    .header-right-ctas a:not(.button):hover {
        opacity: 0.9;
    }
    .header-right-ctas a svg {
        font-size: 2.2rem;
        margin-right: .8rem;
    }
    /* .shrink .nav-primary .menu>.menu-item>a {
        padding-top: 1.5em;
        padding-bottom: 1em;
    } */
    /*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: 0 !important;
        /* margin-left: 0.5rem; */
        /* color: rgba(255, 255, 255, 0.75); */
        /* color: rgba(68, 68, 68, 0.75); */
        /* color: #444; */
        color: #fff;
         /* opacity: 0.9;
        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: #fff;
    }
    .nav-primary .sub-menu {
        display: block;
        background-color: #fff;
        top: -2000px;
        left: 0;
        position: absolute;
        /* margin-left: -0.5em; */
        margin-left: 0em;
        width: 20rem;
        z-index: 99;
        padding: 1rem 0;
        border-radius: 5px;
        right: auto;
        box-shadow: 0 10px 28px rgba(0, 16, 44, .08), 0 1px 4px rgba(0, 16, 44, .08);
        opacity: 0;
        pointer-events: none;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        -webkit-transition: opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end;
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    .menu-item.menu-item-has-children:hover .sub-menu {
        top: 80%;
        opacity: 1;
        pointer-events: all;
        transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        -webkit-transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .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 {
        /* color: #333; */
        color: #fff;
        font-weight: 600;
    }
    .nav-primary .menu-item a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 400;
        color: #333;
        height: 100%;
    }
    .nav-primary .sub-menu .menu-item a {
        font-size: 1.6rem;
        color: #222;
    }
    .nav-primary .sub-menu .menu-item a:hover {
        color: #444;
    }
    .nav-primary .sub-menu .sub-menu {
        margin: -0.6em 0 0 -20rem;
        width: 20rem;
    }
    .nav-primary .sub-menu .sub-menu:before {
        display: none;
    }
}

@media (max-width: 895px) {
    .menu-primary .sub-menu {
        display: none;
        opacity: 1;
    }
    .menu-toggle {
        box-shadow: none;
        top: 20px;
    }
    .menu-toggle span,
    .menu-toggle span:before,
    .menu-toggle span:after {
        /* background-color: var(--main-color); */
        background-color: #fff;
    }
    .menu-toggle.activated span:before,
    .menu-toggle.activated span:after {
        background-color: #fff;
    }
    .nav-primary {
        width: 40%;
        min-width: 400px;
        margin: 0 0 0 auto;
        padding: 5rem;
        background-color: rgba(22, 49, 78, 0.98);
        border-top: 2px solid #f0f1f2;
        border-bottom: 2px solid #f0f1f2;
        position: fixed;
        overflow: auto;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }
    .nav-primary .menu {
        padding-top: 11rem;
        justify-content: flex-start;
    }
    .nav-primary .menu-item {
        text-align: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav-primary .menu>.menu-item>a {
        font-weight: 500;
    }
    .nav-primary .menu-item>.sub-menu {
        flex: 1 1 100%;
        font-size: 1.5rem;
        padding: 0;
    }
    .nav-primary .sub-menu li {
        padding: 0;
    }
    .nav-primary .sub-menu li:first-of-type {
        margin: 0;
    }
    .nav-primary .sub-menu li a {
        display: block;
        padding: 1.5rem .5rem;
        font-weight: 300;
    }
    .nav-primary .sub-menu li a:hover {
        color: #fff;
    }
    .nav-primary .sub-menu .sub-menu li a {
        padding: 1.5rem 1rem;
        font-size: 1.45rem;
    }
    .mobile-menu-cta a {
        padding: 1.3rem 2.2rem;
        background-color: var(--accent-color-1);
        font-family: 'Roboto', helvetica, arial, sans-serif;
        border-radius: 3px;
        font-weight: 600;
        font-size: 1.7rem;
        box-shadow: 0 1px 8px -3px rgba(255, 255, 255, 0.1);
    }
    .mobile-menu-cta a:hover,
    .mobile-menu-cta a:focus {
        opacity: 0.97;
        box-shadow: 0 1px 8px -3px rgba(255, 255, 255, 0.7);
    }
    .sub-menu-toggle {
        position: static;
        margin: 0 -1rem 0 1rem;
        padding: 1rem;
    }
}

.icon-widget {
    text-align: left;
    padding: 0 1em;
    margin-bottom: 2rem;
    margin: 0 2rem 2rem;
}

.icon-widget p {
    text-align: left;
    padding: 0 !important;
}

/* Front Page */

body.home .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.home .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
    margin: 0 auto;
    padding: 0;
}

body.home .content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
}

body.home .content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap  > .wp-block-genesis-blocks-gb-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    body.home .content>.wp-block-genesis-blocks-gb-columns>.gb-layout-column-wrap {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        /* This centers the div */
        padding: 0;
    }

    body.home .content .front-page-2>.gb-layout-column-wrap {
        max-width: 90%;
    }
}

body.home .wp-block-genesis-blocks-gb-columns h2 {
    font-size: 3.8rem;
}

/*$front page 1*/

body.home .front-page-1 {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0;
    padding: 11rem 0;
    overflow: hidden;
    z-index: 1;
}

body.home .front-page-1:before {
    content: '';
    /* background: linear-gradient(to right, rgba(35, 44, 57, 0.9), rgba(35, 44, 57, 0.7)); */
    background-color: rgba(24, 50, 86, 0.6);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

body.home .front-page-1 > .gb-layout-column-wrap {
    position: relative;
    z-index: 3;
}

body.home .front-page-1 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column,
body.home .front-page-3 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column {
    display: flex;
    justify-content: flex-start;
}

body.home .front-page-1 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column:first-of-type,
body.home .front-page-3 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column:first-of-type {
    justify-content: flex-end;
}

body.home .front-page-1 .gb-layout-column-wrap .gb-block-layout-column .gb-button,
.button.outline,
.outline .gb-button {
    border: 2px solid var(--accent-color-1-light);
}

body.home .front-page-1 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column:first-of-type .gb-button,
.button.outline,
.outline .gb-button {
    background-color: transparent !important;
}

body.home .front-page-1 .wp-custom-header {
    display: none;
}

body.home .front-page-1 h1 {
    font-size: 3em;
}

body.home .front-page-1 p {
    font-size: 1.9rem;
    margin: 3rem 0 4rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 767px) {
    body.home .front-page-1 .gb-layout-column-wrap,
    body.home .front-page-3 .gb-layout-column-wrap {
        gap: 0;
    }
    
    body.home .front-page-1 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column,
    body.home .front-page-3 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column {
        justify-content: center !important;
    }
}

/*$front page 2*/

.icon-container svg {
    font-size: 6rem;
    color: var(--main-color-very-light);
}

.front-page-2 .widget .widget-title {
    margin: 30px auto 20px;
    margin: 3rem auto 2rem;
    font-size: 22px;
    font-size: 2.2rem;
}

.front-page-2 p {
    padding: 0 1em;
    font-size: 1.7rem;
    color: #444;
}

.widget.front-page-2-cta:before {
    content: '';
    display: table;
    float: none;
    clear: both;
}

.widget-1 .icon-container svg {
    color: #eabe56;
}

.widget-3 .icon-container svg {
    color: #67ad79;
}

.button.fp2-button {
    background-color: var(--accent-color-1);
}

.widget.front-page-2-cta {
    display: block;
    width: 100%;
    text-align: center;
}

.widget.front-page-2-cta .widget-wrap {
    margin-top: 4rem;
}

a.button.fp2-button.accent svg {
    transition: 0.15s ease-in-out all;
}

a.button.fp2-button.accent:hover svg {
    transform: translateX(1px);
}

body .carousel {
    margin: 0;
}

body .carousel .carousel-item {
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

body .carousel .carousel-item.active,
body .carousel .carousel-item-next,
body .carousel .carousel-item-prev {
    display: flex;
}

body .carousel .carousel-item--logos {
    display: flex;
    align-items: center;
    row-gap: 3rem;
    column-gap: 8rem;
    padding: 0 4rem;
}

body .carousel .carousel-item--logos-single img {
    max-width: 150px;
}

body .carousel .carousel-indicators {
    position: relative;
    margin: 3rem auto 0;
}

body .carousel .carousel-indicators button {    
    background-color: #8fa2be;
    margin-top: 0;
}

@media (max-width: 767px) {
    body .carousel .carousel-item {
        height: fit-content !important;
    }

    body .carousel .carousel-item--logos {
        flex-wrap: wrap;
        justify-content: center;
    }

    body .carousel .carousel-item--logos-single {
        flex: 1 1 calc(50% - 8rem);
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 8rem);
        max-width: calc(50% - 8rem);
    }

    body .carousel .carousel-item--logos-single img {
        height: 65px;
        object-fit: contain;
    }
}

@media (max-width: 512px) {
    body .carousel .carousel-item--logos {
        flex-direction: column;
    }

    body .carousel .carousel-item--logos-single {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

body.home .front-page-3 .carousel {
    margin: 0;
}

body.home .front-page-3 .carousel-inner {
    width: 82%;
    margin: 0 auto;
    padding: 2.5rem 0;
}

body.home .front-page-3 .carousel-control-prev,
body.home .front-page-3 .carousel-control-next {
    width: 5%;
    height: fit-content;
    top: 30%;
    left: 0;
    right: auto;
    line-height: 1;
    box-shadow: none;
    opacity: 1;
}

body.home .front-page-3 .carousel-control-next {
    left: auto;
    right: 0;
}

body.home .front-page-3 .carousel-control-prev svg,
body.home .front-page-3 .carousel-control-next svg {
    background-color: transparent;
    color: #12252d;
    width: 2rem;
    height: 2rem;
    padding: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 156, 255, 0.3);
    transition: 0.25s ease-in-out all;
}

body.home .front-page-3 .carousel-control-prev svg:hover,
body.home .front-page-3 .carousel-control-prev svg:focus,
body.home .front-page-3 .carousel-control-next svg:hover,
body.home .front-page-3 .carousel-control-next svg:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

body .carousel-item--resource {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    height: 100%;
}

body .carousel-item--resource .carousel-item--resource-image,
body .carousel-item--resource .carousel-item--resource-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
    height: 100%;
}

body .carousel-item--resource .carousel-item--resource-image img {
    height: 100%;
    margin: 0 auto;
}

body .carousel-item--resource .carousel-item--resource-info {
    max-width: 550px;
}

body .carousel-item--resource .carousel-item--resource-info-title {
    margin: 0 0 1.5rem;
}

body .carousel-item--resource .carousel-item--resource-info-title h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
}

body .carousel-item--resource .carousel-item--resource-info-description {
    margin: 0 0 3rem;
}

body .carousel-item--resource .carousel-item--resource-info-description p {
    font-size: 2rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-align: left;
}

body .carousel-item--resource .carousel-item--resource-info-cta {
    text-align: left;
}

@media (max-width: 767px) {
    body .carousel .carousel-item {
        height: fit-content !important;
    }

    body .carousel-item--resource {
        flex-direction: column;
    }

    body .carousel-item--resource .carousel-item--resource-image {
        max-width: 250px;
    }

    body .carousel-item--resource .carousel-item--resource-info-title h3,
    body .carousel-item--resource .carousel-item--resource-info-description p,
    body .carousel-item--resource .carousel-item--resource-info-cta {
        text-align: center;
    }
}

/*front page 3*/

.home .front-page-3 {
    background-color: #fbfbfb;
}

.front-page-3 .entry p {
    font-size: 1.6rem;
}

.match-height>.widget-wrap {
    height: 100%;
}

.front-page-3 article.entry {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4), 0 27px 40px -20px rgba(35, 44, 57, 0.11);
    background: #222;
}

.front-page-3 article.entry:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4), 0 27px 40px -20px rgba(35, 44, 57, 0.22)
}

.front-page-3 header.entry-header {
    padding-bottom: 1rem;
}

.front-page-3 article.entry header.entry-header {
    background: #222;
}

.front-page-3 .widget h4.entry-title a {
    color: #fff;
}

.front-page-3 .widget h4.entry-title a:hover {
    color: #fff;
    opacity: 0.9;
}

.front-page-3 .entry-content {
    color: #fff;
    background: #222;
}

.front-page-3 .entry-content p {
    color: #fff;
}

.front-page-3 .match-height .entry {
    height: 100%;
    position: relative;
}

.front-page-3 .match-height .entry-content {
    padding: 0 3rem 2rem;
}

.front-page-3 .entry .more-link {
    /* position: absolute;
    bottom: 2rem;
    left: 3rem; */
    max-width: 175px;
    background: linear-gradient(45deg, var(--main-color-dark), var(--main-color-light));
    font-weight: 700;
    line-height: 1;
    padding: 1rem 1.5rem;
}

.front-page-3 .entry a.more-link {
    background: #bc2120;
    text-align: center;
}

.front-page-3 .entry .more-link:hover {
    opacity: 0.9;
}

@media (min-width: 600px) {
    .front-page-3 .widget.one-fourth {
        margin-left: 7%;
        margin-right: auto;
        margin-bottom: 3.5%;
        width: 46%;
        float: left;
    }
}

@media (min-width: 998px) {
    .front-page-3 .widget.one-fourth {
        width: 21%;
        margin-left: 3.5%;
    }
}

@media(max-width: 997px) {
    .front-page-3 .one-fourth:nth-of-type(2n) {
        margin-left: 0;
    }
}

body.home .front-page-4 h2 {
    margin: 0 0 0.8rem;
}

body.home .front-page-4 p.fp3-tagline {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
}

body.home .front-page-4 p {
    font-size: 2rem;
    line-height: 1.7;
}

body .youtube-lightbox > a[rel="wp-video-lightbox"] {
    position: relative;
    z-index: 1;
}

body .youtube-lightbox > a[rel="wp-video-lightbox"]:before {
    content: '';
    background-color: #000;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    transition: 0.25s ease-in-out all;
    z-index: 2;
}

body .youtube-lightbox > a[rel="wp-video-lightbox"]:hover:before {
    background-color: #fff;
    opacity: 0.01;
}

body .youtube-lightbox > a[rel="wp-video-lightbox"]:after {
    content: '\f167';
    display: none;
    font-weight: 900;
    font-family: 'Font Awesome 6 Brands';
}

body .youtube-lightbox > a[rel="wp-video-lightbox"] svg {
    position: absolute;
    width: 28%;
    height: 28%;
    top: calc(50% - 14%);
    left: calc(50% - 14%);
    color: #fff;
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.12));
    z-index: 3;
}

@media (max-width: 895px) {
    body.home .front-page-4 .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    body.home .front-page-4 .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
        max-width: 450px;
    }
}

/*$front page 4*/

/* .home .front-page-4.widget-area {
    padding: 12rem 0;
    background-image: url(/wp-content/uploads/2020/03/young-professional-pleased-with-support-from-it-staff.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.home .front-page-4 .widget {
    max-width: 100%;
    width: 100%;
    text-align: right;
} */

.home .front-page-4 .show-video {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.home .front-page-4 .show-video svg {
    font-size: 8rem;
    opacity: 0.8;
    transition: 0.2s ease-in-out all;
}

.home .front-page-4 .show-video:hover svg {
    opacity: 0.95;
}

.button-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.home .front-page-5 .gb-layout-column-wrap {
    display: flex;
}

body.home .front-page-5 .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 5;
}

body.home .front-page-5 .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 6;
}

body.home .front-page-5 h2 {
    font-size: 4.2rem;
    line-height: 1.4;
}

.fp5-copy-container {
    color: #444;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2rem 3rem;
    border-radius: 4px;
}

.fp5-copy-container .widget-title {
    font-size: 3rem;
    color: #404040;
}

.fp5-copy-container p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    body .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    body .wrap-reverse .gb-block-layout-column:first-of-type {
        order: 2;
    }

    body .swap-text-direction .gb-block-layout-column * {
        text-align: left;
    }

    body.home .front-page-5 h2 {
        font-size: 2.8rem;
        line-height: 1.2;
    }

    body.home .front-page-5 .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap img {
        max-width: 450px;
    }
}


/*$front page 5*/

.home .front-page-5 {
    background-color: #f6fafb;
}

.front-page-5 .widget-wrap .entry {
    width: 100%;
}

.front-page-5 .widget.icon {
    text-align: center;
    padding: 5rem 3rem;
    background-color: #fff;
}

.front-page-5 .widget-title {
    color: var(--main-color);
}

h4.fp-box--title__output {
    color: #fff;
    font-size: 2rem;
    transition: 0.2s ease-in-out all;
}

body .by-role-boxes {
    margin: 6rem 0;
}

body .by-role-box .by-role-box--icon {
    background-color: #183752;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 auto 2.5rem;
    border-radius: 50%;
    overflow: hidden;
}

body .by-role-box .by-role-box--icon svg {
    width: 35px;
    height: 35px;
    color: #fff;
}

body .by-role-box .by-role-box--name h3 {
    font-size: 2.5rem;
    text-align: center;
}

body .by-role-box .by-role-box--copy p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

body a.gb-button {
    display: block;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 1.3rem 2rem;
    text-shadow: none;
}

body .front-page-8 .gb-block-button {
    margin: 0;
}

body .front-page-8 .gb-block-button a.gb-button {
    margin: 0 auto 0 0;
}

body .front-page-8 .wp-block-genesis-blocks-gb-column.right-align .gb-block-button a.gb-button {
    margin: 0 0 0 auto;
}

@media (max-width: 991px) {
    body.home .front-page-8 .wp-block-genesis-blocks-gb-columns:not(:last-of-type) .gb-layout-column-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 6rem;
    }

    body.home .front-page-8 .wp-block-genesis-blocks-gb-columns:not(:last-of-type) .gb-layout-column-wrap > .gb-block-layout-column {
        flex: 1 1 calc(50% - 3rem);
        width: calc(50% - 3rem);
        max-width: calc(50% - 3rem);
    }
}

@media (max-width: 767px) {
    body .front-page-8 .gb-block-button a.gb-button,
    body .front-page-8 .wp-block-genesis-blocks-gb-column.right-align .gb-block-button a.gb-button {
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    body.home .front-page-8 .wp-block-genesis-blocks-gb-columns:not(:last-of-type) .gb-layout-column-wrap > .gb-block-layout-column {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

/*** FP box ***/

a.fp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    background: #222;
    margin: 2rem 0;
    padding: 2rem 2rem;
    min-height: 200px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 4px 10px -4px rgba(0, 0, 0, 0.04)
}

a.fp-box:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 4px 10px -4px rgba(0, 0, 0, 0.15);
}

.fp-box--icon {
    margin: 0 0 1rem;
    font-size: 3.5rem;
    color: #82b4e3;
    opacity: 0.8;
    transition: 0.2s ease-in-out all;
}

p.fp-box--copy {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 1.5;
    max-width: 100%;
}

a.fp-box:hover h4.fp-box--title__output {
    color: #fff;
    opacity: 0.85;
}

a.fp-box:hover .fp-box--icon {
    opacity: 1;
}

@media(min-width: 768px) {
    .front-page-5>.wrap {
        max-width: 1000px;
    }
}


/*front page 7*/

.front-page-7,
.front-page-8 {
    padding: 8rem 0;
}

.dont-show {
    display: none !important;
}

.front-page-7 .widget-title {
    margin-bottom: 3rem;
    text-align: center;
}

.blog .widget.content .widget-wrap {
    display: flex;
    margin: 0 auto;
}

.blog .widget.content .entry img {
    border-radius: 4px 4px 0 0;
    margin-bottom: 2rem;
}

.blog .widget.content header.entry-header {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}

.blog .widget.content .entry-header p.entry-meta {
    order: -1;
}

.blog .widget.content .entry {
    max-width: 400px;
    max-width: 40rem;
    box-shadow: 0 1px 8px -3px rgba(35, 44, 57, 0.2);
    padding: 0 0 4rem;
    border: 2px solid #222;
    border-radius: 6px;
}

.blog .widget.content .entry-content {
    padding: 1rem 2rem 3rem;
}

.blog .content.widget .read-more {
    left: 2rem;
}

.blog .widget.content .entry:hover {
    box-shadow: 0 1px 8px -3px rgba(35, 44, 57, 0.8);
}

.blog time.entry-time {
    font-weight: 600;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .blog .entry:nth-of-type(3n) {
        margin-left: 2.5641%;
    }
}

@media(max-width: 767px) {
    .blog .widget.content .widget-wrap {
        flex-wrap: wrap;
    }
    .blog .content.widget .entry {
        margin: 0 auto 3rem;
        flex: 1 1 100%;
    }
}


/*blog archive*/

.blog .content .entry {
    position: relative;
    padding-bottom: 4rem;
}

.blog .content .entry-content {
    padding: 1rem 0;
}

.blog article .entry-content p {
    font-size: 1.5rem;
    color: #444;
}

.blog .content .entry-footer {
    padding-bottom: 2rem;
}

.blog .content .read-more {
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 600;
    font-size: 1.7rem;
}

.blog .content .read-more:hover {
    opacity: .87;
}

.single span.entry-author-name {
    display: block;
}


/*before footer*/

.before-footer-cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2rem;
}

.before-footer .before-footer-cta a.button {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    background-color: var(--accent-color-1-light);
        margin-right: 2rem;
}

@media (max-width: 1130px) {
    .before-footer-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .before-footer .one-third,
    .before-footer .two-thirds {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .before-footer .one-third,
    .before-footer .two-thirds {
        width: 100%;
    }
}


/*inner page css*/

.entry-content h2 {
    color: #393939;
}

.entry-content h3 {
    font-weight: 700;
    color: #444;
}

.row a.button {
    margin: 0 0 2rem;
}


/*$sidebar css*/

.sidebar .widget-wrap {
    padding: 0 1rem 3rem;
}

.sidebar .widget_nav_menu {
    background-color: #fff;
    border-radius: 2px;
    /* border: 1px solid rgba(72, 151, 203, 0.35); */
}

.sidebar .widget .widget-title {
    color: var(--main-color);
    font-size: 2.2rem;
}

.sidebar .widget .menu {
    display: block;
}

.sidebar .widget .menu-item {
    display: block;
}

.sidebar .widget .menu-item a {
    font-size: 1.6rem;
    padding: 1rem 0 1rem .1rem;
}

.sidebar .widget .menu-item a:hover {
    color: var(--main-color);
}

.sidebar .entry {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px -2px rgba(0, 0, 0, 0.3);
}

.sidebar .entry a>img {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 5px -3px rgba(0, 0, 0, 0.3)
}

.sidebar .entry .widget-title {
    padding: 2rem 3rem;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
}

.sidebar .entry .widget-title a {
    text-decoration: none;
    font-size: 2rem;
}

.sidebar .entry-content {
    padding: 0 3rem 2rem;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

aside.sidebar .widget .page .entry-content p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}


/*contact page*/

.contact-page .address-block {
    margin: 0 0 3rem;
    font-size: 2rem;
}

a.address-block-item {
    text-decoration: none;
}

.contact-page .address-block {
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(84, 96, 115, 0.2), 0px 10px 28px -7px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(84, 96, 115, 0.2), 0px 10px 28px -7px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 2.5rem 3rem;
    text-align: left;
}

.address-block .address-block--heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--main-color);
}


/*footer css*/

.site-footer .footer-widgets .menu-item {
    width: 100%;
    margin: 0;
}

.site-footer .footer-widgets .menu-item a {
    font-size: 1.5rem;
    padding: 0.3rem 0 0.3rem 2px;
    text-transform: none;
}

.site-footer .footer-widgets .widget-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.site-footer .footer-widgets .footer-widgets-1 .widget-title {
    font-size: 2.5rem;
}

.footer-widgets .widget-area .widget.widget-1 {
    margin-bottom: 2rem;
}

.footer-widgets .widget-area .simple-social-icons>.widget-wrap ul>li:first-of-type>a {
    padding-left: 0 !important;
}

body .site-footer>.wrap {
    padding-bottom: 0;
}

.address-block-item {
    display: block;
}

a.address-block-item {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.footer-credits {
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem;
}

.site-footer .simple-social-icons ul li {
    margin: 0;
}

.site-footer .simple-social-icons ul li a {
    margin: 0;
}

a.back-to-top {
    display: none;
}

.site-footer .simple-social-icons svg[class^='social-'],
.site-footer .simple-social-icons svg[class*=' social-'] {
    display: inline-block;
    /*width: 2.3rem;
    height: 2.3rem;*/
    width: 2.8rem;
    height: 2.8rem;
}

@media(max-width: 767px) {
    .site-footer .footer-widget-area.widget-area {
        display: none;
    }
    .site-footer .footer-widget-area.widget-area.footer-widgets-1 {
        display: block;
    }
}


/**fontawesome pseudo elements **/

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: none;
}

.shield::before {
    content: '\f3ed';
}

.network::before {
    content: '\f6ff';
}

.solution::before {
    content: '\f316';
}

.cloud::before {
    content: '\f336';
}

.laptop::before {
    content: '\f109';
}

.comment::before {
    content: '\f4a6';
}


/**boilerplate additions**/

strong {
    font-weight: 600;
}

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

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
    padding: 5px 12px;
}

body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 12px 0 0;
}

.entry-content img[class*="align"] {
    border-radius: 2px;
    box-shadow: 0 1px 5px -3px rgba(0, 0, 0, 0.4);
}

.entry-content img[class*="align"] {
    border-radius: 2px;
    box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.35);
}

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

ol>ol>li {
    list-style-type: lower-alpha;
}

aside .ginput_recaptcha>div {
    width: 100% !important;
    max-width: 160px;
    border-radius: 4px 4px 7px 4px;
    overflow: hidden;
}

@media (max-width: 650px) {
    .entry-content img[class*="align"] {
        display: none;
    }
    .entry-content .partner-image img {
        display: block;
    }
}


/*new boilerplate*/

body .gform_wrapper form .gform_body ul.gfield_checkbox li input[type=checkbox] {
    height: auto;
    margin: 0 5px 0 0;
}

body .gform_wrapper form ul.gfield_checkbox li {
    display: flex;
    align-items: center;
}

.front-page-2 .widget {
    margin-bottom: 0;
}

@media (max-width: 895px) {
    .front-page-1 .widget .widget-wrap p {
        font-size: 1.7rem;
    }
    .hero-section h1.entry-title {
        font-size: 4rem;
    }
    body .hero-section {
        margin-top: 8.8rem;
        padding: 5rem 0;
    }
    .sidebar-primary {
        margin-top: 4rem;
    }
    .sidebar .widget-wrap {
        padding: 0;
    }
    .sidebar .widget .menu-item {
        display: block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .hero-section h1.entry-title {
        font-size: 3rem;
    }
    body:not(.hedge-fund-it-page) .entry-content h2 {
        font-size: 2.2rem;
    }
    body:not(.hedge-fund-it-page) .entry-content h3 {
        font-size: 1.9rem;
    }
    body:not(.hedge-fund-it-page) .entry-content h4 {
        font-size: 1.7rem;
    }
    body:not(.hedge-fund-it-page) .content-sidebar-wrap .entry-content p,
    body:not(.hedge-fund-it-page) .content-sidebar-wrap .entry-content li {
        font-size: 1.5rem;
    }
    .widget.front-page-2-cta .widget-wrap {
        margin-top: 4rem;
    }
    /* .home .front-page-4.widget-area {
        display: none;
    } */
}

@media (max-width: 600px) {
    .home .front-page-1 .widget {
        margin-left: 1rem;
    }
    .home .front-page-1 h1 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }
    .front-page-1 .widget .widget-wrap p {
        margin: 1rem 0 2rem;
    }
}

@media (max-width: 511px) {
    .front-page-1 h1 {
        font-size: 3rem;
    }
    .nav-primary {
        min-width: 300px;
        padding: 3rem;
    }
    .mobile-menu-cta a {
        font-size: 1.6rem;
        padding: 1rem 1.7rem;
    }
    .nav-primary .menu>.menu-item>a {
        font-size: 1.6rem;
    }
    .nav-primary .sub-menu>.menu-item>a {
        font-size: 1.5rem;
    }
    .nav-primary .sub-menu .sub-menu a {
        font-size: 1.45rem;
    }
    .wp-custom-logo .title-area {
        max-width: 22rem;
    }
    .menu-toggle {
        top: 7px;
    }
}

body.full-width-content:not(.blog):not(.home):not(.guide-page-body):not(.hedge-fund-it-page) .content-sidebar-wrap {
    max-width: 1000px;
}

body.full-width-content:not(.blog):not(.home):not(.guide-page-body):not(.hedge-fund-it-page).location-page .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.home .front-page-2,
.home .front-page-3,
.home .front-page-4,
.home .front-page-5,
.home .front-page-6 {
    width: 100%;
    padding: 50px 0;
    padding: 5rem 0;
}

@media (min-width: 896px) {
    .home .front-page-2,
    .home .front-page-3,
    .home .front-page-4,
    .home .front-page-5,
    .home .front-page-6 {
        padding: 8rem 0;
    }
}


/**accordion css**/


/**TTO Accordion CSS**/

.accordion-container {
    overflow: hidden;
    cursor: pointer;
    margin: 0.8rem 0;
    min-height: 32px;
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    clear: both;
    margin: 1rem 0;
    padding: 0;
}

.accordion.accordion-header {
    position: relative;
    z-index: 3;
    border-radius: 3px;
    background: #fbfbfb;
    text-align: center;
    color: #666;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: 0.14s ease-in-out all;
    transition: 0.14s ease-in-out all;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 1rem 1.5rem;
    position: relative;
    color: #666;
}

.accordion-body {
    overflow: hidden;
    display: none;
    position: relative;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    opacity: 0;
    z-index: 2;
    padding: 0 1rem 2rem 0;
    margin: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.35, 1.1), -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.35, 1.1);
    transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.35, 1.1), -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.35, 1.1);
    transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.35, 1.1), opacity 0.3s cubic-bezier(0.65, 0.05, 0.35, 1.1);
    transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.35, 1.1), opacity 0.3s cubic-bezier(0.65, 0.05, 0.35, 1.1), -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.35, 1.1);
}

.accordion-body p {
    padding: 1rem 0 0 1.7rem;
}

.accordion-body.transitioned {
    display: block;
}

.accordion-body.transitioned.transitioning {
    height: auto !important;
    position: absolute;
}

.accordion-body.visible {
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.accordion-body.transitioned.visible {
    cursor: initial;
}

div.accordion-body.transitioned.visible {
    cursor: initial;
}

.accordion-header svg {
    -webkit-transition: 0.35s ease-in-out all;
    transition: 0.35s ease-in-out all;
}

.accordion-header.active svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.entry-content div.accordion-body>p,
.accordion-body p {
    list-style-type: none;
    background: none;
    line-height: 1.8;
    opacity: 0;
    font-size: 1.4rem;
    color: #505c6a;
    -webkit-transition: 0.37s cubic-bezier(0.65, 0.05, 0.35, 1.1) all;
    transition: 0.37s cubic-bezier(0.65, 0.05, 0.35, 1.1) all;
    margin-bottom: 0;
}

div.accordion-body.visible>p,
.accordion-body.visible p {
    opacity: 1;
}

.accordion-body h2,
.accordion-body h3,
.accordion-body h4 {
    color: #2a3139;
}

.entry-content .partners-section p {
    display: none;
}

.entry-content .partners-section img[class*="align"] {
    box-shadow: none;
    border-radius: 0;
}

.entry-content .partner-image {
    min-height: 120px;
    display: flex;
    align-items: center;
}


/* body.page-template-page-landing .site-container .site-inner .content-sidebar-wrap {
    max-width: 100%;
} */

body.page-template-page-landing .site-inner {
    background: #e8e8e8;
}

body.page-template-page-landing .entry {
    background: #e8e8e8;
}

body.page-template-page-landing .hero-section:before {
    background: transparent;
}

body.page-template-page-landing .hero-section {
    color: #fff;
    padding: 15rem 0;
    margin-top: 0;
}

body.page-template-page-landing .hero-section h1.entry-title {
    text-shadow: 0px 1px 2px #000;
}

body.page-template-page-landing .before-footer {
    background-color: #fff;
    color: #000;
}

body.page-template-page-landing .before-footer:before {
    display: none;
}

.cs-landing-page--content {
    margin-right: 2rem;
}

.cs-landing-page--form {
    margin-left: 2rem;
}

.header-sub-text {
    font-weight: 600;
    font-size: 2.2rem;
    margin-top: 4rem;
}

.cs-landing-page--content h2,
.cs-landing-page--form h2 {
    line-height: 1.1;
    font-size: 1.8em;
    margin-bottom: 2rem;
}

.cs-landing-page .cs-landing-page--content p {
    font-size: 1.6rem;
    color: #777;
}

a.cs-landing-page--item {
    display: block;
    text-decoration: none;
    margin: 1rem 0;
    padding-bottom: 3rem;
}

.page-template-page-landing .gform_wrapper .gform_footer {
    text-align: left !important;
}

.cs-benefits-widget .cs-benefits {
    margin-top: 2rem;
    padding-top: 1rem;
}

.cs-benefits-widget h2 {
    text-align: center;
}

.cs-benefit {
    display: block;
    margin: 1rem 0;
    padding: 2rem 0;
}

.cs-benefit--name {
    font-size: 1.8rem;
    color: #696969;
}

.cs-benefit--icon {
    font-size: 3rem;
    color: #555;
    margin-bottom: 1rem;
}

body.location-page .location-page-section {
    padding: 5rem 0;
}

h2.location-page-services--header {
    text-align: center;
}

.location-page-benefits-section--benefits-item--copy {
    display: block;
    margin-top: 1rem;
}

.location-page-benefits-section--benefits-item {
    display: block;
    padding: 1rem 0;
}

h2.location-page-benefits-section--header {
    margin-bottom: 4rem;
}

.location-page-benefits-section--benefits-item--image {
    display: block;
    margin-bottom: 2rem;
}

.location-page-benefits-section--benefits .location-page-benefits-section--benefits-item:last-child hr {
    display: none;
}

.location-page-map-section--location-hours-half {
    display: block;
    margin: 0 0 2rem;
}

h4.location-page-map-section--location-hours-item--header {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

span.location-page-map-section--location-hours-item--days {
    font-weight: 500;
    padding-right: 5px;
}

.location-page-map-section--areas-served {
    display: block;
    margin: 0 0 2rem;
}

body #pum-3162 {
    background: rgba(255 255 255 / 20%);
}

body.page-template-page-landing .before-footer .widget-title {
    color: #fff;
}

.entry-content a.button.cta-link svg {
    margin-left: 0.5rem;
    transition: 0.2s ease-in-out all;
}

.entry-content a.button.cta-link:hover svg {
    margin-left: 0.75rem;
}

/** ## End 321 CSS
**--------------------------------------------- **/


/*
 * IE specific styles.
 *
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/
 */


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

@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 {
        clear: none;
        margin-top: 0;
    }
    .gallery-item {
        width: 48.71795%;
        margin-bottom: 2.5641%;
    }
    .woocommerce-demo-store .menu-toggle {
        top: 42px;
    }
    .front-page-1 .slick-arrow {
        visibility: visible;
    }
    .front-page-1 h1 {
        font-size: 2.2em;
    }
    .portfolio-item {
        width: -webkit-calc(50% - 1rem);
        width: calc(50% - 1rem);
    }
    .blog .entry,
    .archive .entry,
    .search-results .entry,
    .page-template-page_blog .entry {
        width: 48.71795%;
    }
    .blog .entry:nth-of-type(even),
    .archive .entry:nth-of-type(even),
    .search-results .entry:nth-of-type(even),
    .page-template-page_blog .entry:nth-of-type(even) {
        margin-left: 2.5641%;
    }
    .icons span {
        width: 50%;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.7rem;
    }
    body>div {
        font-size: 1.7rem;
    }
    h1 {
        font-size: 2.6em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1.2em;
    }
    h6 {
        font-size: 1.1em;
    }
    .wrap {
        width: 90%;
        max-width: 1280px;
        padding: 0;
    }
    .location-page-section .wrap {
        max-width: 1000px;
    }
    .content-sidebar-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        max-width: 1080px;
        padding: 6rem 0;
    }
    .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;
        margin-left: 2.5641%;
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.71795%;
    }
    .one-third,
    .two-sixths,
    .gallery-columns-3 .gallery-item {
        width: 31.62393%;
    }
    .four-sixths,
    .two-thirds {
        width: 65.81197%;
    }
    .one-fourth,
    .gallery-columns-4 .gallery-item {
        width: 23.07692%;
    }
    .three-fourths {
        width: 74.35897%;
    }
    .one-fifth,
    .gallery-columns-5 .gallery-item {
        width: 17.94872%;
    }
    .two-fifths {
        width: 38.46154%;
    }
    .three-fifths {
        width: 58.97436%;
    }
    .four-fifths {
        width: 79.48718%;
    }
    .one-sixth,
    .gallery-columns-6 .gallery-item {
        width: 14.52991%;
    }
    .five-sixths {
        width: 82.90598%;
    }
    .first {
        clear: both;
        margin-left: 0;
    }
    .after-entry,
    .author-box {
        margin-bottom: 4rem;
    }
    .author-box {
        margin-top: 4rem;
    }
    .hero-section {
        margin-top: 13.6rem;
        padding: 9rem 0;
    }
    .single .entry-image-link {
        margin: 0 0 4rem;
    }
    .pagination .wrap {
        width: 90%;
    }
    .comment-header {
        margin-bottom: 2em;
    }
    .sidebar .widget {
        margin-bottom: 4rem;
    }
    .site-footer>.wrap {
        padding: 0 0 6rem;
    }
    .site-footer .back-to-top {
        right: 0;
        bottom: 5.8rem;
    }
    .footer-widgets .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-widgets .widget-area {
        margin-left: 2.564102564102564%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .footer-widgets .widget-area:first-of-type {
        margin-left: 0;
    }
    .footer-widgets p {
        max-width: 90%;
    }
    .before-footer {
        padding: 10rem 0;
    }
    body.page-template-page-landing .before-footer {
        padding: 5rem 0;
    }
    .before-footer .widget {
        margin-bottom: 0;
    }
    .before-footer .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .before-footer .wrap:before,
    .before-footer .wrap:after {
        position: absolute;
    }
    .before-footer button.alignright,
    .before-footer .button.alignright,
    .before-footer input[type='submit'].alignright {
        float: right;
    }
    .hero-section .bp-contact-card>div {
        width: auto;
    }
    .woocommerce-demo-store .hero-section {
        padding-top: 24rem;
    }
    /* .front-page-1 {
        margin-top: 8.8rem;
        padding: 10rem 0 10rem;
    } */
    .front-page-1 .widget .gb-layout-column-wrap {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    .front-page-1 h1 {
        font-size: 2.7em;
    }
    /* .front-page-2 p {
        padding: 0 1em;
        font-size: 1.8rem;
    } */
    .front-page-2 p:last-of-type {
        margin-bottom: 0;
    }
    .front-page-3 .widget {
        margin-bottom: 2.5641%;
    }
    .front-page-4 .wrap {
        display: block;
    }
    .front-page-4 .widget_media_image:first-of-type {
        max-width: 100%;
    }
    .front-page-4 .wp-video {
        padding: 10%;
    }
    .front-page-4 .hide-video {
        top: 5%;
        right: 5%;
    }
    .front-page-5 .entry {
        width: 31.62393%;
        margin-left: 2.5641%;
    }
    .front-page-5 .entry:nth-of-type(3n + 1) {
        margin-left: 0;
    }
    .single .blog .entry-image-link,
    .single .archive .entry-image-link,
    .single .search-results .entry-image-link,
    .single .page-template-page_blog .entry-image-link {
        margin: -6rem -6rem 6rem;
    }
    .pricing-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pricing-table>div {
        margin: 0;
    }
}

@media (min-width: 896px) {
    .content-sidebar-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 8rem 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .content-sidebar-wrap:before,
    .content-sidebar-wrap:after {
        position: absolute;
    }
    .sidebar-content .content-sidebar-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .content {
        width: 768px;
        margin-right: auto;
        margin-left: auto;
    }
    .sidebar-primary {
        width: 25%;
    }
    .sidebar-content .content,
    .content-sidebar .content {
        width: -webkit-calc(75% - 4rem);
        width: calc(75% - 4rem);
        margin-right: 0;
        margin-left: 0;
    }
    .full-width-content .content {
        width: 100%;
    }
    .wp-block-column {
        margin-left: 2.5641%;
    }
    .wp-block-column:first-of-type {
        margin-left: 0;
    }
    .alignleft {
        float: left;
        margin: 0 1em 1em 0;
    }
    .alignright {
        float: right;
        margin: 0 0 1em 1em;
    }
    .alignwide img,
    .alignfull img {
        margin: 0.6em auto 2.4em;
    }
    .site-header.shrink>.wrap {
        padding: 0;
    }
    .site-header>.wrap {
        position: relative;
        padding: 1rem 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .site-description {
        line-height: 1.382;
        text-align: left;
    }
    .header-widget-area {
        margin-right: 0;
        margin-left: 1em;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .menu {
        font-size: 1.3rem;
        text-align: left;
    }
    .menu-item {
        display: inline-block;
        width: auto;
        padding: 0;
    }
    .menu-item:hover>.sub-menu,
    .menu-item:focus>.sub-menu,
    .menu-item.sfHover>.sub-menu {
        opacity: 1 !important;
        pointer-events: all;
    }
    /* .menu-item.menu-item-has-children>a>span:after {
        display: inline-block;
        width: auto;
        margin-left: 0.5em;
        border: 3px solid transparent;
        border-top-color: #f6f7f8;
        content: '';
    } */
    .menu-item.button>a>span {
        display: inline;
        margin-top: 0;
    }
    .menu-item a {
        width: 100%;
        padding: 1.5em 1em;
    }
    .sub-menu {
        position: absolute;
        z-index: 99;
        width: 18rem;
        margin: 0;
        padding: 0.618em 0.5em;
        border-radius: 4px;
        opacity: 0 !important;
        background-color: #ffffff;
        box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.05);
        font-size: 1.2rem;
        pointer-events: none;
    }
    .sub-menu:before {
        display: block;
        position: absolute;
        top: -1rem;
        left: 3rem;
        border: 0.5rem solid transparent;
        border-bottom-color: #ffffff;
        content: '';
    }
    .sub-menu li:first-of-type {
        margin-top: 0;
    }
    .sub-menu a {
        position: relative;
        padding: 1em;
        color: #232c39;
        word-wrap: break-word;
    }
    .sub-menu .sub-menu {
        top: 0;
        left: 0;
        margin: -0.6em 0 0 17.4rem;
        padding-left: 0.5em;
    }
    .sub-menu .sub-menu:before {
        position: absolute;
        top: 2em;
        left: -1rem;
        border: 0.5rem solid transparent;
        border-right-color: #ffffff;
    }
    .nav-primary {
        display: block;
        overflow: visible;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        -webkit-overflow-scrolling: initial;
    }
    .no-js .nav-primary {
        display: block;
        width: auto;
    }
    .nav-primary .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu-toggle {
        display: none;
    }
    .sub-menu-toggle {
        display: none;
    }
    .pagination {
        margin: 4rem 0 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .content-sidebar .pagination,
    .sidebar-content .pagination {
        width: -webkit-calc(75% - 4rem);
        width: calc(75% - 4rem);
    }
    .pagination .alignleft {
        margin-right: auto;
        margin-left: 0;
    }
    .pagination .alignright {
        margin-right: 0;
        margin-left: auto;
    }
    .adjacent-entry-pagination {
        margin: 0;
    }
    .sidebar-primary {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .widget {
        margin-bottom: 0;
    }
    .footer-widgets {
        padding: 10rem 0;
    }
    .front-page-1,
    .front-page-2,
    .front-page-3,
    .front-page-4,
    .front-page-5,
    .front-page-6 {
        padding: 12rem 0;
    }
    /* .front-page-1 {
        margin-top: 13.6rem;
        padding: 13rem 0 13rem;
    } */
    .front-page-4 {
        padding: 20rem 0;
    }
    .front-page-4 .widget {
        margin: 0 auto;
    }
    .front-page-6 .wrap {
        display: block;
    }
    .portfolio-item {
        width: -webkit-calc(33.333333333% - 1.333333333rem);
        width: calc(33.333333333% - 1.333333333rem);
    }
    .blog.content-sidebar .entry,
    .blog.sidebar-content .entry,
    .archive.content-sidebar .entry,
    .archive.sidebar-content .entry,
    .search-results.content-sidebar .entry,
    .search-results.sidebar-content .entry,
    .page-template-page_blog.content-sidebar .entry,
    .page-template-page_blog.sidebar-content .entry {
        width: -webkit-calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
    }
    .blog .entry,
    .archive .entry,
    .search-results .entry,
    .page-template-page_blog .entry {
        width: 31.62393%;
        margin-left: 2.5641%;
    }
    .blog .entry:nth-of-type(3n + 1),
    .archive .entry:nth-of-type(3n + 1),
    .search-results .entry:nth-of-type(3n + 1),
    .page-template-page_blog .entry:nth-of-type(3n + 1) {
        margin-left: 0;
    }
    .icons span {
        width: 33.33333333333%;
    }
}

@media (min-width: 1152px) {
    .wp-custom-logo .title-area {
        padding: 0;
    }
    .menu-item a {
        padding: 2em 1.25em;
    }
    .sub-menu a {
        padding: 1em;
    }
}

@media (min-width: 1280px) {
    .comment-respond input[type='email'],
    .comment-respond input[type='text'],
    .comment-respond input[type='url'] {
        width: 50%;
    }
    /* .front-page-1 {
        margin-top: 13.6rem;
        padding: 18rem 0;
    } */
    .front-page-1 h1 {
        font-size: 3.5em;
    }
    .icons span {
        width: 25%;
    }
}

@media (max-width: 896px) {
    .wp-block-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .header-widget-area ul,
    .header-widget-area ul.alignleft,
    .header-widget-area ul.alignright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
        margin: 2em auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-widget-area ul li,
    .header-widget-area ul.alignleft li,
    .header-widget-area ul.alignright li {
        margin: 0 0.5em;
    }
}

@media (max-width: 768px) {
    .front-page-5 .entry {
        width: 48.71795%;
        margin: 0 0 3rem 2.5641%;
    }
    .front-page-5 .entry:nth-of-type(2n + 1) {
        margin-left: 0;
    }
}

@media (max-width: 512px) {
    .front-page-5 .entry {
        width: 100%;
        margin: 0 0 5%;
    }
}

@media screen\0 {
    .nav-primary {
        margin: 0 0 0 auto;
    }
    .header-widget-area {
        margin-right: auto;
    }
}

@media print {
    *,
    *:before,
    *:after {
        color: #232c39 !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: 2px solid #f0f1f2;
        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;
    }
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 4rem -50vw 4rem;
    padding: 2rem 0;
}

body .full-width-section .wrap {
    width: 87%;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
}

.single .entry-content .before-footer:before {
    display: none;
}

.single .entry-content .before-footer {
    background: none;
    padding: 0;
    margin: 0;
}

.single .entry-content .before-footer .wrap {
    margin: 0;
    width: 100%;
}

.ebook-banner-cta {
    display: block;
    box-shadow: 0px 4px 28px -7px rgb(0 0 0 / 21%);
    width: 100%;
    margin: 2rem 0;
}

/*** Steve Site Edits 02/13/23 ***/

body {
    overflow-x: visible;
}

body .site-inner {
    overflow-x: hidden;
}

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

body .hero-section {
    margin-top: 0;
}

body .site-header .nav-primary ul.menu li.menu-item.menu-cta {
    display: flex;
    align-items: center;
}

body .site-header .nav-primary ul.menu li.menu-item.menu-cta a {
    background: linear-gradient(45deg, #b92222, #d81818);
    color: #fff;
    font-weight: 600;
    width: auto;
    height: auto;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0 0 0 1rem;
    padding: 1.3rem 2rem;
    border-radius: 3px;
    box-shadow: 0 1px 4px -2px rgba(255, 255, 255, 0.5);
    transition: 0.25s ease-in-out all;
}

body .site-header .nav-primary ul.menu li.menu-item.menu-cta a:hover {
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.9);
    opacity: 0.8;
}

body .site-header .nav-primary ul.menu li.menu-item.menu-cta a svg {
    transition: 0.3s ease-in-out all;
}

body .site-header .nav-primary ul.menu li.menu-item.menu-cta a:hover svg {
    transform: translateX(2px);
    animation-name: arrow-toggle-header;
    animation-duration: 0.5s;
}

body.home .front-page-2 {
    padding: 4rem 0;
}

@keyframes arrow-toggle-header {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(2px);
    }
}

@media (min-width: 896px) {
    body .site-header > .wrap {
        position: relative;
        display: grid;
        padding: 0;
        z-index: 1;
    }

    body .header-right-nav-container,
    body .nav-primary,
    body .nav-primary > .wrap,
    body .nav-primary ul.menu,
    body .nav-primary ul.menu li.menu-item.mega-menu {
        position: initial;
        height: 100%;
    }

    body .nav-primary ul.menu {
        flex-wrap: nowrap;
    }

    body .site-header .title-area {
        grid-row: 1;
        grid-column: 1;
        max-width: 25rem;
    }

    body .header-right-nav-container {
        grid-row: 1;
        grid-column: 2;
    }

    body .site-header .title-area,
    body .nav-primary ul.menu > li.menu-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 1.5rem 0;
        transition: padding 0.75s cubic-bezier(0, 1, 0.5, 1);
    }

    body .site-header.shrink .title-area,
    body .site-header.shrink .nav-primary ul.menu > li.menu-item {
        padding: 0.5rem 0;
    }

    body .nav-primary ul.menu > li.menu-item {
        margin: 0 0.7rem;
    }

    body .nav-primary ul.menu > li.menu-item:first-of-type {
        margin-left: 0;
    }

    body .nav-primary ul.menu > li.menu-item:last-of-type {
        margin-right: 0;
    }

    body .nav-primary ul.menu > li.menu-item > a {
        gap: 1rem;
        height: fit-content;
        font-size: 1.5rem;
        padding: 1.2rem 1.2rem;
        white-space: nowrap;
    }

    body .nav-primary ul.menu li.menu-item > ul.sub-menu {
        top: 100%;
        left: 0;
        transform: none;
        transition: none;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(3, auto);
        row-gap: 2rem;
        width: 100%;
        max-width: 800px;
        left: auto;
        right: 0;
        padding: 3.5rem;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu:before {
        left: 22.5%;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu > li.menu-item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu > li.menu-item > a {
        display: block;
        font-size: 1.9rem;
        font-weight: 600;
        width: auto;
        height: auto;
        padding: 1.5rem 0;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        transform: none;
        transition: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1 !important;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
        font-size: 1.5rem;
        font-family: 'Roboto', helvetica, arial, sans-serif;
        padding: 1rem 0;
    }

    body.home .front-page-1 h1 {
        font-size: 6rem;
    }

    body.home .front-page-1 .widget-wrap p {
        font-size: 2rem;
    }

    body.home .front-page-1 .widget-wrap a.button {
        font-size: 1.8rem;
        padding: 1.5rem 3.5rem 1.5rem 2.5rem;
    }

    body.home .front-page-2 .widget h3.widget-title {
        font-size: 2.7rem;
    }

    body.home .front-page-2 p {
        font-size: 1.85rem;
    }

    body.home .front-page-2 a.button {
        font-size: 1.7rem;
    }

    body.home .front-page-4 .widget h3.widget-title,
    body.home .front-page-8 .widget h3.widget-title {
        font-size: 3.5rem;
    }

    body.home .front-page-4 h4.entry-title {
        font-size: 2.2rem;
    }

    body.home .front-page-4 .entry-content p {
        font-size: 1.7rem;
    }

    body.home .front-page-4 .entry a.more-link {
        font-size: 1.55rem;
        max-width: 220px;
    }

    body.home .front-page-8 h4.fp-box--title__output {
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 0 0.7rem;
    }

    body.home .front-page-8 p.fp-box--copy {
        font-size: 1.6rem;
    }
}

@media (min-width: 1096px) {
    body .nav-primary ul.menu > li.menu-item > a {
        font-size: 1.7rem;
        padding: 1.2rem 1.6rem;
    }

    body .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu:before {
        left: 12.5%;
    }
}

@media (max-width: 895px) {
    body .site-header .menu-toggle,
    body .site-header .menu-toggle.activated {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
    }
    body .site-header .nav-primary ul.menu li.menu-item.menu-cta a {
        margin: 3.5rem auto 0;
    }
}

body.resources-page .site-inner {
    background-color: rgba(35, 44, 57, 0.05);
}

body.resources-page .site-inner .entry {
    background-color: transparent;
}

body.resources-page .resources-archive--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

body.resources-page .resource-archive-item {
    background-color: #fff;
    flex: 1 1 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
    transition: 0.75s cubic-bezier(0, 1, 0.5, 1) all;
}

body.resources-page .resource-archive-item:hover {
    box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

body.resources-page .resource-archive-item .resource-content {
    padding: 3rem 3rem 0;
}

body.resources-page .resource-content .resource-content--time p {
    color: #232c39;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    opacity: 0.9;
}

body.resources-page .resource-content .resource-content--title h2 {
    color: #232c39;
    font-size: 1.6rem;
}

body.resources-page .resource-content .resource-content--title h2 a {
    text-decoration: none;
}

body.resources-page .resource-content .resource-content--copy p {
    color: #444;
    font-size: 1.5rem;
    margin: 0;
    padding: 1rem 0;
}

body.resources-page .resource-content .resource-content--categories p {
    display: flex;
    color: #232c39;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Roboto Condensed', 'Arial Narrow', helvetica, arial, sans-serif;
    letter-spacing: 0.03em;
    margin: 1rem 0 2rem;
}

body.resources-page .resource-content .resource-content--categories p img {
    margin-right: 0.5em;
}

body.resources-page .resource-content .resource-content--categories p span.separator {
    margin: 0 0.5em 0 0.1em;
}

body.resources-page .resource-cta {
    padding: 1.5rem 3rem 3rem;
}

body.resources-page .resource-cta a {
    color: #054068;
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 599px) {
    body.resources-page .resources-archive--wrapper {
        flex-direction: column;
    }

    body.resources-page .resource-archive-item {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

body .consultation-form .consultation-form--wrapper {
    position: relative;
    margin: 7rem 0;
    border-top: 3px solid #222;
    border-radius: 4px;
    box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.3);
}

body.home .consultation-form .consultation-form--wrapper {
    margin: 0 0 10rem;
}

body .consultation-form .gform_wrapper .gform_heading {
    display: none;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section {
    flex: 1 1 100%;
    min-width: 33%;
    border-right: 1px solid #e2e2e2;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section:last-of-type {
    border-right: none;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form--header {
    text-align: center;
    background: #f3f3f3;
    padding: 1.5rem 0;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form--header h3 {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form--content {
    padding: 2rem;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form--content .gfield:not(:first-of-type) {
    margin-top: 1.5rem;
}

body .consultation-form .gform_wrapper .gfield_label {
    width: 100%;
    text-align: left;
}

body .consultation-form .gform_wrapper .top_label .ginput_container {
    text-align: left;
}

body .consultation-form .gform_wrapper .top_label .ginput_container .gchoice {
    display: flex;
    margin-bottom: 1rem;
}

body .consultation-form .gform_wrapper .top_label .ginput_container .gchoice input {
    margin-right: 1rem;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gfield_checkbox,
body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gfield_radio {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    overflow: hidden;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gchoice {
    background-color: #f9f9f9;
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gchoice:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gchoice input {
    margin-right: 0.6rem;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gchoice label {
    white-space: nowrap;
}

body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third .gfield:not(:first-of-type) {
    margin-top: 3rem;
}

body .consultation-form .gform_wrapper .gform_footer {
    position: absolute;
    width: calc(33% + 4px);
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding: 3rem 0;
}

body .consultation-form .gform_wrapper .gform_footer input[type="submit"] {
    margin: 0 auto;
    font-size: 1.7rem;
}

@media (max-width: 895px) {
    body .consultation-form .gform_wrapper .seaglass-schedule-form {
        flex-direction: column;
        flex-wrap: wrap;
    }

    body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section {
        border-right: none;
    }

    body .consultation-form .gform_wrapper .seaglass-schedule-form .seaglass-schedule-form-section.third {
        margin-bottom: 8rem;
    }

    body .consultation-form .gform_wrapper .gform_footer {
        width: 100%;
        padding: 4rem 0;
    }
}

.resource-archive-item {
    margin-bottom: 4rem;
    border-radius: 4px;
    background-color: #f3f4f5;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1rem 2rem -1rem rgb(35 44 57 / 10%);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.resource-archive-item--image img {
border-radius: 4px 4px 0 0;
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.resource-archive-item--content {
    display: block;
    padding: 2rem;
}


.resource-archive-item .resource-archive-item--description p {
    font-size: 1.5rem;
}

a.resource-archive-item--title-link {
    text-decoration: none;
}

.resource-archive-item--title {
    font-size: 1.6rem;
    margin: 0 0 1rem;
}

h2.resource-archive-item--title-output {
    font-size: 1.6rem;
}

.resource-archive-item--cta a {
    text-decoration: none;
    font-weight: 600;
    color: #054068;
}

body.hedge-fund-it-page .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.hedge-fund-it-page .entry-content > .wp-block-genesis-blocks-gb-columns:not(.gb-background-cover) {
    padding: 8rem 5vw;
}

body.hedge-fund-it-page .entry-content > .wp-block-genesis-blocks-gb-columns:not(.gb-background-cover) > .gb-layout-column-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

body.hedge-fund-it-page .wp-block-genesis-blocks-gb-columns:first-of-type .gb-block-button {
    margin: 0;
}

body.hedge-fund-it-page .wp-block-genesis-blocks-gb-columns:first-of-type .gb-block-button .gb-button,
body.hedge-fund-it-page .wp-block-genesis-blocks-gb-columns:last-of-type .gb-block-button .gb-button {
    margin: 0 auto;
}

body.hedge-fund-it-page .entry-content h2 {
    font-size: 3.8rem;
}

body.hedge-fund-it-page .entry-content h3 {
    font-size: 3.2rem;
    font-weight: 500;
}

body.hedge-fund-it-page .entry-content p {
    font-size: 2rem;
    line-height: 1.7;
}

body.hedge-fund-it-page .benefits-boxes .benefits-box {
    margin-top: 5rem;
}

body.hedge-fund-it-page .benefits-boxes .benefits-box .benefits--icon {
    color: #34669a;
    font-size: 4.5rem;
    margin: 0 0 1rem;
}

body.hedge-fund-it-page .entry-content .benefits-box .benefits--name h3 {
    font-size: 2.6rem;
}

body.hedge-fund-it-page .entry-content .benefits-box .benefits--copy p {
    font-size: 1.7rem;
}

body.hedge-fund-it-page a.post-edit-link {
    display: none;
}

@media (min-width: 768px) {
    body.hedge-fund-it-page .wp-block-genesis-blocks-gb-columns.features-section .wp-block-genesis-blocks-gb-columns:not(.wrap-reverse) .wp-block-genesis-blocks-gb-column:first-of-type {
        width: calc(100% + 6vw);
        margin-left: -6vw;
    }

    body.hedge-fund-it-page .wp-block-genesis-blocks-gb-columns.features-section .wp-block-genesis-blocks-gb-columns.wrap-reverse .wp-block-genesis-blocks-gb-column:last-of-type {
        width: calc(100% + 6vw);
        margin-right: -6vw;
    }
}

@media (max-width: 767px) {
    body.hedge-fund-it-page .entry-content > .wp-block-genesis-blocks-gb-columns:not(.gb-background-cover) > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
}

/* Additional CSS */

.no-phone-number .header-right-ctas a:not(.button),
.no-phone-number .site-footer .address-block a.address-block-item {
    display: none;
}

.single-post .post p.entry-meta {
    display: grid;
}

span.entry-author {
    display: flex;
}

.front-page-3 .entry .more-link {
    max-width: 200px;
}

.podcast-links {
    display: flex;
    align-items: center;
}

.podcast-links .podcast-link:not(:first-child) {
    margin-left: 2rem;
}

.page-template-page-landing .hero-section {
    color: #000;
    padding-bottom: 0;
}

.page-template-page-landing .hero-section:before {
    background: #fff;
}

.page-template-page-landing .gform_wrapper form {
    display: grid;
}

.page-template-page-landing .gform_heading {
    grid-row-start: 3;
}

.page-template-page-landing .gform_wrapper .gform_footer {
    text-align: center;
}

@media only screen and (min-width: 641px) {
    .page-template-page-landing .gform_wrapper .gform_footer input[type=submit] {
        font-size: 2.5rem;
        margin: 2rem auto 3rem;
        padding: 1.5rem 3.6rem;
    }
}

.page-template-page-landing .gform_wrapper span.gform_description {
    text-align: center;
    font-size: 2rem;
}

.ceo-cio-landing-page .entry-content a.button {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(241, 99, 20);
    font-size: 24px;
    width: 100%;
    padding: 0.7em 2.2em;
}

.page-template-page-landing .gform_wrapper a {
    color: #5e68ef;
    font-weight: 500;
    transition: 0.2s ease all;
}

.page-template-page-landing .gform_wrapper a:hover {
    opacity: 0.9;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 0;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
    .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
        margin-top: 0;
    }
}

.gform_wrapper .large.gfield_select {
    padding: 12px;
    color: #647585;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 641px) {
    .gform_wrapper .large.gfield_select {
        padding: 10px 7px;
    }

    .gform_wrapper .ginput_complex.ginput_container span:not(.name_first) {
        margin-top: 14px;
    }

}

.entry-content .gform_wrapper h2 {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 3rem;
    margin: 3rem 0 2rem;
}

body .gform_wrapper textarea {
    padding-top: 1rem;
}

.ceo-cio-landing-page .content-sidebar-wrap {
    padding-top: 2rem;
}

.ceo-cio-landing-page .entry-content a.button svg {
    margin-right: 1.5rem;
}

.ceo-cio-landing-page .landing-page-testimonials {
    margin: 4rem 0;
    text-align: center;
}

.ceo-cio-landing-page .landing-page-testimonial {
    margin: 0 2rem;
}

.ceo-cio-landing-page :root {
    --color-brand: #3023ae;
    --color-brand-secondary: #c86dd7;
}

.gradient__brand-secondary {
    stop-color: #ffff00;
}

.gradient__brand {
    stop-color: #ffd700;
}

.landing-page-testimonial__rating {
    margin: 0.75rem 0 0.25rem;
}

.entry-content .landing-page-testimonial__content p {
    font-size: 1.5rem;
    font-style: italic;
}

.landing-page-testimonial__name {
    margin: 2rem auto;
    border-top: 3px solid #000;
    padding-top: 2rem;
    width: 75%;
}

.entry-content .landing-page-testimonial__name p {
    font-size: 2.5rem;
}

.landing-page-testimonial__name span {
    font-weight: 600;
}

.entry-content p.disclaimer {
    color: #777;
    font-style: italic;
}

/*** Temporary CSS ***/

body.full-width-content:not(.blog):not(.home).managed-it-services-geo-page .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.managed-it-services-geo-page-section {
    padding: 5rem 0;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.managed-it-services-geo-page-row {
    width: 90%;
    max-width: 1000px;
}

.managed-it-services-geo-page-box {
    padding: 2rem;
    text-align: center;
    border-radius: 2px;
    margin-top: 3rem;
    box-shadow: 0px 0px 3px;
}

.managed-it-services-geo-page-box a {
    text-decoration: none;
}

.managed-it-services-geo-page-box .managed-it-services-geo-page-box--title h3 {
    color: #1a558a;
}

.entry-content .managed-it-services-geo-page-box .managed-it-services-geo-page-box--text p {
    font-size: 1.7rem;
    margin-bottom: 0;
}

.managed-it-services-geo-page-about--company {
    background: #183752;
    color: #fff;
    border-radius: 5px;
    padding: 3rem;
}

.managed-it-services-geo-page-about--company .company-info .title {
    font-weight: 600;
}

.managed-it-services-geo-page-about--company a {
    color: white;
}

.managed-it-services-geo-page-about--company a:hover {
    opacity: 0.9;
}

.managed-it-services-geo-page-section.bg-dark-blue {
    background: #183752;
}

.managed-it-services-geo-page-section.bg-with-image .managed-it-services-geo-page-row {
    position: relative;
    z-index: 2;
}

.managed-it-services-geo-page-section.bg-dark-blue h2,
.managed-it-services-geo-page-section.bg-dark-blue p,
.managed-it-services-geo-page-section.bg-with-image h2,
.managed-it-services-geo-page-section.bg-with-image p {
    color: #fff;
}

.managed-it-services-geo-page-section.bg-with-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
}


.managed-it-services-geo-page-section.bg-with-image.cta-image {
    background: url(../jpg/professional-it-workers-collaborating-with-client-1280x720.jpg);
    padding: 7rem;
}

.managed-it-services-geo-page-section.bg-with-image:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(13, 57, 97, 0.8);
    pointer-events: none;
}

@media(max-width: 767px) {
    .managed-it-services-geo-page-benefits--text img {
        display: none;
    }
}

/*** End Temporary CSS ***/

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

.entry-content blockquote:before {
    content: "“";
    display: block;
    font-size: 8rem;
    font-family: Georgia, "Apple Garamond", Baskerville, "Times New Roman", "Droid Serif", Times, "Source Serif Pro", serif;
    line-height: 1;
    color: rgba(26, 85, 138, 0.7);
    background-color: rgb(255, 255, 255);
    width: 1em;
    margin: -0.25em auto
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.steps-row {
    margin: 2rem 0 0;
}

.steps-row.checks {
    margin: 1rem 0 0;
}

.steps-row:first-of-type {
    margin: 5rem 0 0;
}

.steps-row.checks:first-of-type {
    margin: 3rem 0 0;
}

.steps {
    align-items: center;
    display: flex;
    justify-content: center;
}

.steps span.step-number {
    font-size: 9rem;
    text-align: center;
}

span.step-header {
    display: none;
}

.steps-row.checks {
    display: flex;
}

.steps.check {
    font-size: 1.3em;
    display: flex;
    align-items: flex-start;
    margin: 0.15rem 1rem 0 0;
}

.location-page-benefits-section--benefits-item--copy {
    margin: 0;
}

@media (max-width: 767px) {

    .steps,
    .steps.check {
        display: none;
    }

    span.step-header {
        display: inline-block;
    }

    .steps-row:not(.checks),
    .steps-row:not(.checks):first-of-type {
        margin: 0;
    }
}

.sub-menu {
    display: block;
    opacity: 0;
}

.sidebar .widget .sub-menu .menu-item {
    padding: 0 1rem;
}

@media (min-width: 896px) {
    .nav-primary .sub-menu .sub-menu {
        margin: -0.6em 0 0 20rem;
    }
}

/** Partnerships **/

.partnerships-certifications-section {
    text-align: center;
}

.partnerships-certifications-section .partnership {
    margin-bottom: 5rem;
}

.partnerships-certifications-section h2 {
    margin: 6rem 0 4rem;
}

.partnership .partnership--logo img {
    margin: 0 auto 2rem;
}

.partnership .partnership--spacer hr {
    padding: 0;
    border-bottom: 1px solid #777;
    width: 92%;
    margin: 0 auto 2em;
}

.partnership .partnership--title h3 {
    color: #1a558a;
}

.entry-content .partnership--content p {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

@media (min-width: 1400px) {
    body.full-width-content.partnerships-certifications:not(.blog):not(.home) .content-sidebar-wrap {
        max-width: 1250px;
        width: 1250px;
    }
}

@media (min-width: 1200px) {
    body.full-width-content.partnerships-certifications:not(.blog):not(.home) .content-sidebar-wrap {
        max-width: 1100px;
        width: 1100px;
    }
}

@media (min-width: 768px) {
    .partnerships-certifications-section .partnership {
        margin-bottom: 5rem;
        min-height: 375px;
    }
}

.location-page p.entry-meta {
    font-size: 1.2rem;
}

.location-page-form-section--copy a {
    color: #fff;
}

.location-page-form-section--copy a:hover {
    opacity: 0.9;
}

body.cmmc-compliance-services.full-width-content:not(.blog):not(.home) .content-sidebar-wrap {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.cmmc-content-section .cmmc-content-section--inner,
.cmmc-levels-section .cmmc-levels-section--inner {
    padding: 7rem 0;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.cmmc-levels-section .cmmc-levels-section--inner {
    width: 90%;
    max-width: 1000px;
}

.cmmc-content-section:first-of-type .cmmc-content-section--inner {
    padding: 8rem 0 7rem;
}

.cmmc-levels-section {
    background: #f9f9f9;
}

.cmmc-levels-section--top {
    margin-bottom: 6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
}

.cmmc-levels-section .cmmc-level p {
    font-size: 1.7rem;
}

.cmmc-levels-section .cmmc-level {
    margin: 0 1rem;
}

.cmmc-levels-section {
    background: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.location-page-map-section--info.managed-it-services-geo-page-about--company p {
    margin: 0;
}

.entry-content .location-page-map-section--areas-served p {
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.5;
}

/* Before Footer */

@media (min-width: 768px) {
    body .before-footer {
        padding: 12rem 0;
    }

    body .before-footer > .wrap > .widget:last-of-type {
        max-width: 768px;
    }

    body .before-footer .widget-title {
        font-size: 4.4rem;
    }

    body .before-footer p {
        font-size: 2rem;
    }
}

.home .site-inner ul {
    /* margin-left: 30px;
    margin-bottom: 2rem; */
    margin: 0 1.1rem 2rem 1.8rem;
}

.home .site-inner ul li {
    list-style-type: disc;
}

.home .site-inner ul ul li {
    list-style-type: circle;
}

.home .youtube-lightbox {
    max-width: 896px;
    margin: 0 auto;
}

section#block-21 {
    background-color: #183752;
}

.front-page-5 section#block-21 .widget-wrap .wp-block-genesis-blocks-gb-columns {
    background-color: #183752;
    color: #fff;
}

.cta-container {
    margin-top: 1rem;
    padding-top: 2rem;
}

a.button.white {
    background: #fff;
}

a.button.white:hover {
    color: #444;
}

body .wp-block-genesis-blocks-gb-columns.not-visible {
    display: none;
}

.slick-carousel {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-carousel img {
    height: 110px;
    /* or whatever height you prefer */
    width: auto;
    max-width: 150px;
    object-fit: contain;
    margin: 15px;
    /* ensures images don't stretch beyond their actual width */
}

.slick-prev,
.slick-next {
    font-size: 20px;
    /* Adjust size as needed */
    color: #333;
    /* Adjust color as needed */
    background: transparent;
    border: none;
    z-index: 1000;
    /* Ensure arrows appear on top of images */
}

.slick-prev:hover,
.slick-next:hover {
    color: #555;
    box-shadow: none;
    /* Adjust hover color as needed */
}

@media (max-width: 767px) {
    .slick-carousel img {
        max-width: 90%;
        /* adjust as needed */
        margin: 0 auto;
        /* centering the images if they are smaller than the slide */
    }
}