/*!
 * 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.0.7
 * 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: 2.5.2
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub Theme URI: https://github.com/seothemes/starter
 */
/* # Table of Conten ts

- 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
- Modules for Master Page
    - CTA Under Header
*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');*/

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

 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 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 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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 {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 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, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

.flex {
	display: flex;
	margin-bottom: 30px;
}

.border-bottom {
	border-bottom: 1px solid #fff;
}

/* 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 */
	text-decoration: none;
}

/**
 * 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, 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 {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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 {
	font-size: 75%;
	line-height: 0;
	position: relative;
	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 {
	font-family: 'Roboto', sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 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;
	/* 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 {
	border-style: none;
	padding: 0;
}

/**
 * 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 {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 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;
	/* 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 {
	clear: both;
	display: block;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

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

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

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

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

a {
    color: #232c39;
    word-wrap: break-word;
    /* text-decoration: underline; */
    text-decoration: none;
}


a:hover {
    color: #647585;
}
.body-content a:hover {
    color: #647585;
    text-decoration: underline;
}

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 500;
}

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

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

div.cc-team {
	background: url(assets/images/blockquote.png) no-repeat 0 5px;
	min-height: 32px;
    padding-left: 50px;
    margin: 1em 0;
    font-style: italic;
    color: #647585 !important;
    /* padding: 0 1em; */
}
.entry-content blockquote {
    font-family: 'Georgia', serif;
    font-size: 24px;
    color: #969697 !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
.entry-content .dsbf-vc-blockquote p {
    color: #969697 !important;
}
blockquote cite {
    display: block;
    font-size: 16px;
}



/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.2;
    /* margin: 0 0 0.382em; */
    margin: 1em 0 0.382em;
}

h1 {
	font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
    /* font-size: 1.1em; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

h6 {
    /* font-size: 1.05em; */
    font-size: 16px;
    font-weight: 600;
    color: #647585 !important;
    line-height: 24px;
}

h2 strong {
	font-weight: 300 !important;
}

.entry-content h3,
.entry-content h2 strong {
    text-transform: uppercase !important;
    font-weight: 500 !important;

}
.entry-content h2:first-of-type,
.entry-content h2:first-of-type strong,
h2.tabbed-content-title {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #f79227;
    font-size: 32px;
}
/* no top margin on first heading on page */
/* .entry-content h3:first-of-type {
    margin: 0 0 0.382em;
} */

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

input,
select,
textarea {
	background-color: #f5f7f8;
	border: 0;
	border-radius: 4px;
	padding: 5px 16px;
	width: 100%;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
}

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

:focus {
	outline: 2px solid #f0f1f2;
}
/* Added to remove outline on any clicked div when displyed in IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	:focus {
		outline: none;
	}
}

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

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

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

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

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-color: #f79227;
	border: 1px solid #ff781e;
	border-radius: unset !important;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 12px 18px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.5;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -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);
    text-transform: uppercase;
}

button > a,
.button a {
	color: #fff;
}

.button.full {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: center;
	padding: 24px 32px;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    color: #ff781e;
    background-color: white;
	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: #2759a4;
}

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

.button.listenwebinar,
button.listenwebinar,
input[type='button'].listenwebinar,
input[type='reset'].listenwebinar,
input[type='submit'].listenwebinar {
	font-size: 12px;
	font-size: 1.2rem;
	padding:8px 16px;
	margin-top:5px;
	margin-right:10px;
}

.button.viewwebinar,
button.viewwebinar,
input[type='button'].viewwebinar,
input[type='reset'].viewwebinar,
input[type='submit'].viewwebinar {
	font-size: 12px;
	font-size: 1.2rem;
	padding:8px 37px;
	margin-top:5px;
}

.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 {
	background-color: #f7b56e;
	border-width: 0;
	color: #697886;
	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 {
	margin-top: 1em;
	clear: both;
}

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 {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

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

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

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

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

td,
th {
	text-align: left;
	padding: 0.618em;
	/* border-top: 2px solid #f0f1f2; */
	/* border-right: 2px solid #f0f1f2; */
    border: 1px solid #f0f1f2;
    color: #647585;
}
th {
    padding: 7px;
    color: white;
    background-color: #484f63;
    /* font-weight: 400; */
    font-weight: 700;
}
th strong {
    font-weight: 700 !important;
}

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

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

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

.more-link a {
	color: #50c0ae;
	text-decoration: none;
}

.more-link a:hover {
	color: #232c39;
}

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

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

.more-button {
	display: block;
	position: relative;
	clear: both;
	padding-left: 75px;
}


.more-button {
	display: block;
	position: relative;
	clear: both;
}

.white-button.button {
	background-color: #fff;
	color: #4dc1ae;
}

/* ## Site Containers
--------------------------------------------- */
.site-inner {
	background-color: #ffffff;
}

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

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

.content-sidebar-wrap {
	max-width: 1152px;
	margin: 0 auto;
	clear: both;
	padding: 10vw 5vw;
	word-wrap: break-word;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.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 {
	height: auto;
	width: 100%;
	display: block;
	border-radius: 4px;
}

.gallery-caption {
	display: block;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.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;
	width: 100%;
	position: relative;
	clear: both;
}

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

.search-form:after {
	background: url(assets/images/manify.png) no-repeat center center #4dc1ae;
	border-radius: 50%;
	content: '';
	color: #fff;
	display: block;
	height: 32px;
	position: absolute;
	right: -16px;
	right: -1.6rem;
	line-height: 32px;
	top: 0;
	font-size: 20px;
	font-size: 2rem;
	pointer-events: none;
	text-align: center;
	width: 32px;
}

.search-form input[type='search'] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 8px;
	width: 100%;
}

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


.footer-widgets-1 .search-form,
.entry-content .search-form {
	max-width: 60%;
	margin-bottom: 1em;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

.entry-header a.alignleft,
.entry-header a.alignright {
	margin-bottom: 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

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

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

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

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

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

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

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

.post-edit-link {
	display: block;
	clear: both;
}

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

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

/* ## Site Header
--------------------------------------------- */
.site-header {
	background-color: #fff;
	position: absolute;
	width: 100%;
	z-index: 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: #fff;
	box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2);
}

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

.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 {
	margin: 0 auto 0 0;
	position: relative;
	height: 100%;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 20px 0;
	padding: 2rem 0;
	width: 15%;
}

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

.wp-custom-logo .title-area img {
	max-width: 185px;
}

.site-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	white-space: nowrap;
}

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

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

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

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

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

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

.header-widget-area .simple-social-icons ul li a,
.header-widget-area .simple-social-icons ul li a:hover,
.header-widget-area .simple-social-icons ul li a:focus {
	background-color: transparent !important;
}

.ssi-facebook a {
	background-color: #4267b2 !important;
}

.ssi-gplus a {
	background-color: #de5043 !important;
}

.ssi-twitter a {
	background-color: #61a9dd !important;
}

.ssi-youtube a {
	background-color: #d12129 !important;
}

.ssi-linkedin a {
	background-color: #0e79b8 !important;
}

.ssi-rss a {
	background-color: #ea7819 !important;
}


/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	overflow: hidden;
    pointer-events: none;
    background-color: rgba(4, 11, 17, .2);
}

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

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

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

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

/* ## Page Header
--------------------------------------------- */

.page-header {
	color: #ffffff;
	padding: 120px 0 60px;
    /* padding: 12rem 0 6rem; */
    padding: 25rem 0 15rem;
	/* text-align: center; */
	background-size: cover;
    /* background-position: center right; */
    background-position-x: 10%;
    background-position-y: center;
    position: relative;
    position: relative;
    background-color: #160e26;
    background-repeat: no-repeat;
}

.page-header:after {
	/* background: url(assets/images/patter-white.png) no-repeat right bottom; */
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    /* background-color: rgba(47, 87, 110, 0.8); */
    background-color: rgba(4, 11, 17, .2);
	z-index: 2;
	pointer-events: none;
}
.single-post .page-header:before {
    background-color: rgba(4, 11, 17, .4);
}

.page-header .wrap {
	position: relative;
	z-index: 3;
}

.page-header h1 {
    margin: 0 auto 0.382em;
    font-size: 48px;
    font-weight: 400;
    /* color: #f79227;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3); */
}

div.front-page-1.page-header .widget  p,
.page-header p {
    color: #50c0ae;
    /* color: #f79227; */
    color: #fff;
	font-size: 30px;
	font-size: 3rem;
    font-weight: 300;
    /* font-weight: 400; */
}

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	clear: both;
}

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

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

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

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

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

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

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

.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 {
	width: auto;
	text-decoration: none;
	display: inline-block;
	padding: 0.5em 0;
    color: #29263e;
    outline: none !important;
}

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

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
    /* color: #2759a4; */
    color: #ff781e;
}

.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;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1em 0;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	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 {
	width: 55%;
	margin: auto;
	padding: 5vw;
	background-color: rgba(35, 44, 57, 0.9);
	border-top: 2px solid #f0f1f2;
	border-bottom: 2px solid #f0f1f2;
	position: fixed;
	overflow: auto;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	left: 5vw;
	top: -10px;
	top: -1rem;
	left: -10px;
	left: -1rem;
	right: -10px;
	right: -1rem;
	bottom: -10px;
	bottom: -1rem;
	display: none;
}

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

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

.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 {
	min-height: 100%;
	padding: 0 0 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.nav-secondary {
	width: 15%;
}

.nav-secondary .menu {
	border-left: 1px solid #e8e9e9;
	justify-content: flex-end;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.nav-secondary .menu li.envelope a:before,
.nav-secondary .menu li.tools a:before {
	content: "";
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.nav-secondary .menu li.tools a:before {
	background: url(assets/images/tools-icon.png) no-repeat 0 0;
}

.nav-secondary .menu li.envelope a:before {
	background: url(assets/images/email-icon.png) no-repeat 0 0;
}

.nav-secondary .menu-item a {
	color: #2759a4;
}


.nav-secondary .menu-item a:hover,
.nav-secondary .menu-item a:focus,
.nav-secondary .menu-item.current-menu-item > a {
	color: #29263e;
}

.nav-secondary .menu-item a {
	padding-left: 20px;
	padding-right: 20px;
}

.nav-secondary .sub-menu .menu-item a:hover,
.nav-secondary .sub-menu
.nav-secondary .menu-item a:focus,
.nav-secondary .sub-menu
.nav-secondary .menu-item.current-menu-item > a {
	color: #29263e;
}

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

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

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

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

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #ffffff;
	border-radius: 4px;
	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-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-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;
}

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

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

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

.sub-menu-toggle:before {
	content: '';
	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;
}

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

/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #ffffff;
}

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

.entry-title a {
	text-decoration: none;
}
.entry-content a:not(.button) {
    color: #1877d0;
}
.entry-content a:hover:not(.button) {
    color: #232c39;
}
.entry-content {
	clear: both;
}

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

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

.resources .entry-content p,
.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 p:last-child {
	margin-bottom: 0;
}

.more-link-button {
	clear: both;
	/* display: block; */
	/* float: left; */
	margin-bottom: 0;
	/* padding-top: 20px; */
	width: 100%;
}
.entry-event .event-info h2.entry-title {
    font-weight: 500 !important;
    max-width: 364.26px;
}
.wsm-featured-cat li p.entry-title {
    font-weight: 400 !important;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 20px;
	margin-left: 2rem;
}

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

.entry-content ul > li {
	list-style-type: disc;
	/* color:#434252 !important; */
	color: #647585 !important;
}

.entry-content li {
    list-style-position: outside;
    padding-left: 10px;
    margin-bottom: .8em;
}
/* .entry-content li > ol li,
.entry-content li > ul li {
    margin-bottom: .8em !important;
} */
.entry-content li:nth-child(1) ul > li {
    margin-top: .8em !important;
}
.entry-content ol li {
    margin-top: .8em;
	/* color: #434252 !important; */
	color: #647585 !important;
}

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

.entry-content li li {
	list-style-type: circle;
}

.entry-content li li li {
	list-style-type: square;
}
.entry-content code {
	background-color: #f6f7f8;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 2px solid #f0f1f2;
	margin-top: 1em;
	border-radius: 4px;
}

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

.inline-block {
	display: inline-block;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}

.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 a {
	padding-left: 8px;
	text-decoration: none;
}

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

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

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

.adjacent-entry-pagination {
	margin: 0;
	padding: 40px 0;
	padding: 4rem 0;
	background-color: #f6f7f8;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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 {
	background-color: #ffffff;
	color: #232c39;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	-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 {
	background-color: #4dc1ae;
	color: #ffffff;
	box-shadow: 0 1rem 1rem -0.5rem rgba(35, 44, 57, 0.15);
}

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

.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 {
	padding: 0;
	clear: both;
	display: block;
}

.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-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 .entry {
	margin-bottom: 10px;
}

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

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

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

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widgettitle,
.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
}

.sidebar .widgettitle,
.sidebar
.widget-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 1em;
}

.widget_calendar table {
	width: 100%;
}

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


/* ## Webinars/Events
--------------------------------------------- */

.category-events.archive .content,
.category-webinars.archive .content {
	display: block;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-events h2.heading,
.category-webinars h2.heading {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
}

.category-webinars h2.heading:before,
.category-events h2.heading:before {
	background-color: #27263e;
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 2px;
	left: 0;
	width: 220px;
}
article.category-news.entry h2.entry-title {
    font-size: 1.3em;
    font-weight: 500 !important;
}
article.category-news.entry .entry-content p {
    font-size: 16px !important;
    color: #647585 !important;

}


/* ## Site Footer
--------------------------------------------- */
.site-footer {
	background-color: #464e63;
	color: #b4b4b4;
	position: relative;
	padding-top: 30px;
}

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

.site-footer .sep {
	padding: 0 4px;
}

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

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

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

.site-footer .back-to-top {
	display: none;
	position: absolute;
	right: 5vw;
	bottom: 15px;
	bottom: 1.5rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	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 {
	content: '';
	display: block;
	height: 2px;
	width: 8px;
	background-color: #a4a8ac;
	position: absolute;
	top: 13px;
	top: 1.3rem;
	left: 9px;
	left: 0.9rem;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

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

.site-footer img.alignleft,
.site-footer img.alignright {
	margin-bottom: 0;
}


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

.footer-widgets {
	background-color: #e7e9ea;
	clear: both;
	color: #595a5c;
	padding: 15px 0 30px;
	padding: 1.5rem 0 3rem;
	z-index: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.footer-widgets .widget-area.footer-widgets-1 {
	width: 30%;
}

.footer-widgets .widget-area.footer-widgets-3 {
	width: 34%;
}

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

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

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

.footer-widgets .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
    /* margin-bottom: 10px; */
    margin: 0 0 10px;
	color: #29263e;
}

.footer-widgets a {
	text-decoration: none;
}

.footer-widgets .menu {
	display: block;
}

.footer-widgets .menu-item {
	display: block;
	line-height: 1.618;
	padding: 0;
	margin: 0 0 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.footer-widgets .menu-item a {
	color: #595a5c;
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
}

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

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

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

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

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

.footer-widgets .enews input {
	background: transparent;
	color: #ffffff;
	border-color: #647585;
	padding: 4px 14px;
	padding: 0.4rem 1.4rem;
	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'] {
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 0;
	width: 50px;
	width: 5rem;
	line-height: 2;
	font-size: 100%;
	z-index: 1;
	color: transparent;
	box-shadow: none;
}

.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;
	right: 0;
	bottom: 0;
	padding: 0.5em 0.75em;
	line-height: 1;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.5em;
	z-index: 0;
	-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 .menu li {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.footer-widgets .menu li:nth-child(2n) {
	margin-left: 2%;
}

.footer-widgets .menu li:nth-child(2n+1) {
	clear: both;
}

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

.before-footer {
	padding: 20px 0;
	padding: 2rem 0;
	background-color: #e7e9ea;
	color: #595a5c;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

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

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

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

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

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

.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 {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	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;
}

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

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

#simple-social-icons-2 ul li a,
#simple-social-icons-2 ul li a:hover

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

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

div.gform_wrapper select,
div.gform_wrapper textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}


div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

div.gform_wrapper h3.gform_title {
	color: #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 10px;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.entry-content div.gform_wrapper label.gfield_label,
div.gform_wrapper label.gfield_label {
	color: #232c39;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
}

div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 5px 10px;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

div.gform_wrapper .button-right input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	margin-top: 0;
}

div.gform_wrapper .button-right  .gform_footer {
	margin-top: 0;
}

div.gform_wrapper .button-right {
	position: relative;
}

div.gform_wrapper .button-right .gform_footer input.button,
div.gform_wrapper .button-right .gform_footer input[type="image"],
div.gform_wrapper .button-right .gform_footer input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.gform_wrapper div.validation_error {
	font-size: 16px;
	font-size: 1.6rem;
}

div.gform_wrapper .button-right .field_description_below .gfield_description {
	display: none;
}

div.gform_wrapper .button-right li.gfield.gfield_error,
div.gform_wrapper .button-right li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0;
	border: 0;
	background: none transparent;
}

div.gform_wrapper .button-right li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper .button-right li.gfield_error textarea {
	border: 0;
	background-color: rgba(255,223,224,.25);
}

div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
div.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper.gf_browser_safari .gfield_radio li input[type="radio"] {
	margin-top: 0;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
div.lSSlideOuter .lSPager.lSpg > li {
	line-height: 1.6px;
	line-height: 0.16rem;
}

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

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 {
	text-align: center;
	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;
}

.hero-section .bp-contact-card > div {
	margin: 2em 1em 0;
	width: 100%;
	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 {
	font-family: 'Fontawesome';
	width: 1em;
	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 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fb2056;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
.gs-faq__question {
	background-color: #f6f7f8;
	color: #647585;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

/* ## WooCommerce (site-wide)
--------------------------------------------- */
.woocommerce-store-notice,
p.demo_store {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 0;
	padding: 1rem 0;
}

.woocommerce-demo-store .page-header {
	padding-top: 180px;
	padding-top: 18rem;
}

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

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

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

.home .content .widget-title {
	color: #2759a4;
	font-size: 24px;
	font-size: 2.4rem;
    /* margin-bottom: 30px; */
    margin: 0 0 30px;
}

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

/* ### Front Page 1 */
.front-page-1 {
	background-color: transparent;
	background-size: cover !important;
	background-position: center !important;
	padding: 0;
	height: 90vh;
	position: relative;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-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 {
	clear: both;
	display: block;
	content: '';
}

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

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

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

/* ### 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 {
	font-size: 20px;
	font-size: 2rem;
	margin: 10px auto;
	margin: 1rem auto;
}

.front-page-2 p {
	color: #647585;
	display: block;
}
.front-page-2 a {
    text-decoration: none;
}

/* ### 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 .front-page-3-left {
	width: 64%;
}

.front-page-3 .front-page-3-left .one-half {
	width: 46%;
	margin-left: 7.5%;
}

.front-page-3 .front-page-3-left .one-half.first {
	margin-left: 0;
}

.front-page-3 .front-page-3-right {
	margin-left: 4%;
}

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

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

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

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

.front-page-3 .widget_text hr {
	padding: 0;
	margin: 0 0 20px;
}

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

.front-page-3 p {
	color: #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

.front-page-3 hr {
	border-bottom: 1px solid #fff;
}

.front-page-3 .cta-title {
	color: #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.front-page-3 .cta-title a {
    color: #231f20;
    text-decoration: none;
}

.front-page-3 .cta-title a:hover {
	color: #4dc1ae;
}

.front-page-3 .cta-title:after {
	content: "";
	display: inline-block;
	background: url(assets/images/arrow-right-small.png) no-repeat 0 0;
	height: 10px;
	margin-left: 10px;
	width: 6px;
}

.front-page-3 .entry {
	max-width: 400px;
	max-width: 40rem;
	margin-bottom: 16px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
	border-radius: 4px;
	-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 {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	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 .entry-meta {
	color: #29263e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 0;
}

/* MP updates to Recent/Upcoming Widget */
.front-page-3-right .more-link-button a.button {
    padding: 6px 14px;
}
.front-page-3-right article {
    position:relative;
    height:115px;
    margin-top: 1em;
}
.front-page-3-right article .more-link-button {
    padding-top: 15px;
    position: absolute;
    /* top: 47px; */
    float: right;
    clear: none;
    text-align: center;
    margin-left: 5px;
}
.front-page-3-right {
    padding: 20px 10px 20px 20px;
    width: 32%;
    /* width: 32% !important;  - Delta*/
}
.front-page-3-right img {
    border-radius: 0;
    height: 95px;
    width: 95px;
    margin-top:3px;
    margin-bottom:10px;
}
.front-page-3-right h4.entry-title {
    margin: 0 !important;
    text-align: left;
}
.front-page-3-right h3.widget-title {
    margin: 0 0 0 0 !important;
}


.sidebar .entry-title,
.front-page-3 .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	overflow: hidden;
}

.sidebar .entry-title a,
.front-page-3 .entry-title a {
	color: #29263e;
}

.sidebar .entry-content,
.front-page-3 .entry-content {
	font-size: 16px;
	font-size: 1.6rem;
	clear: none;
	color: #647585;
	overflow: hidden;
}

.sidebar .entry-content .more-link,
.front-page-3 .entry-content .more-link {
	font-size: 16px;
	font-size: 1.6rem;
	color: #50c0ae;
	font-weight: 400;
	text-decoration: none;
}

.sidebar .entry-content .more-link:hover,
.front-page-3 .entry-content .more-link:hover {
	color: #231f20;
}

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


.front-page-3-right {
	background-color: #fff;
	box-shadow: 0 0 4px #ddd;
	border-radius: 8px;
	padding: 20px;
}

.front-page-3-right .entry:hover,
.front-page-3-right .entry {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}

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

.front-page-4:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	pointer-events: none;
}

.front-page-4 .widget {
	margin: 0;
}

.front-page-4 .widget-title {
	display: block;
	clear: both;
}

.front-page-4 .widget-wrap {
	/* height: 100%; */
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}

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

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

.front-page-4 .widget.widget_media_video {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	z-index: 998;
	margin: auto;
	max-width: 100%;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-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 {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

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

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

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

.front-page-4 .show-video {
	height: 3em;
	width: 3em;
	border-radius: 3em;
	border: 3px solid #ffffff;
	margin: 0 auto 1em;
	padding: 0;
	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;
	background: transparent;
	padding: 10px;
	padding: 1rem;
	box-shadow: none;
	font-size: 2em;
	height: 1em;
	width: 1em;
	line-height: 0;
	text-align: center;
	border-radius: 9rem;
}

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

.front-page-4 div.soliloquy-container .soliloquy-item,
.front-page-4 div.soliloquy-container .soliloquy-wrapper {
	max-width: 100% !important;
}

/* ### Front Page 5 */

.front-page-5 {
	background: url(assets/images/patter-white.png) no-repeat bottom right #4dc1ae;
	color: #fff;
}

.front-page-5 h1,
.front-page-5 h2,
.front-page-5 h3,
.front-page-5 h4,
.front-page-5 h5 {
	color: #fff;
}

.front-page-5 .entry {
	background-color: transparent;
}

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

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

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

.front-page-5 .widget_custom_html:nth-of-type(2) {
	margin-left: 0;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	    -ms-flex: auto;
	        flex: auto;
}

.front-page-5 .display-posts-listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 50px;
	margin-top: 5rem;
	margin-bottom: -30px;
	margin-bottom: -3rem;
}

.front-page-5 .listing-item {
	position: relative;
	border-radius: 4px;
	padding: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	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 .listing-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.front-page-5 .listing-item:before {
	opacity: 0.1;
	border-radius: 4px;
	-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 .listing-item:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33);
}

.front-page-5 .listing-item:hover:before,
.front-page-5 .listing-item:hover .title {
	opacity: 1;
}

.front-page-5 .listing-item:last-of-type {
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

.front-page-5 .image {
	display: block;
	height: 100%;
}

.front-page-5 .image img {
	border-radius: 4px;
}

.front-page-5 .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: absolute;
	text-align: center;
	display: block;
	height: 1em;
	line-height: 1em;
	text-decoration: none;
	z-index: 1;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ### Front Page 6 */

.front-page-6 {
	background-color: #f6f7f8;
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page-6 .wrap {
	padding: 0 30px;
}

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

.front-page-6 .lslide .wrap,
.front-page-6 .clone .wrap {
	background-color: #ffffff;
	padding: 2em 2em 2.4em;
	border-radius: 4px;
	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 {
	clear: both;
	display: block;
	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 {
	border: 0;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

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

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

.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 {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	line-height: 1;
}

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

.front-page-6 .one-half {
	margin-left: 5%;
	width: 47.5%;
}

.front-page-6 .one-half.first {
	margin-left: 0;
}

.wsm-featured-cat .title-section {
	margin-bottom: 30px;
}

.home .content .wsm-featured-cat .title-section .widget-title,
.wsm-featured-cat .title-section h3 {
	margin-bottom: 0;
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}

.wsm-featured-cat .title-section .view-all {
	display: inline-block;
	margin-bottom: 0;
	width: 32%;
	vertical-align: middle;
	text-align: right;
}

.wsm-featured-cat .title-section .view-all a {
	color: #50c0ae;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

.wsm-featured-cat .title-section .view-all a:hover {
	color: #2759a4;
}

.wsm-featured-cat ul {
	display: block;
}

.wsm-featured-cat ul > li,
.wsm-featured-cat ul > li:last-of-type:not(.gfield),
.wsm-featured-cat ul > li:last-of-type,
.wsm-featured-cat li {
	border-bottom: 1px solid #e7e9ea;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.wsm-featured-cat li a {
	text-decoration: none;
}

.wsm-featured-cat .feature p.event-meta,
.wsm-featured-cat li span.event-meta {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 0;
}

.wsm-featured-cat .feature a.alignnone {
	display: block;
	margin: 0;
}

.wsm-featured-cat p.entry-title {
	margin-bottom: 0;
}

.wsm-featured-cat .feature {
	display: block;
	position: relative;
	box-shadow: 0 0 1px #ccc;
	margin-bottom: 60px;
}

.wsm-featured-cat .feature:after {
	content: "";
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	z-index: 1;
}

.wsm-featured-cat:hover .feature:after {
	background-color: rgba(0,0,0,0.2);
}

.wsm-featured-cat .feature .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.wsm-featured-cat .feature  .entry-title a {
	color: #fff;
}

.wsm-featured-cat .feature  .entry-title a:hover {
	color: #efefef;
}

.wsm-featured-cat .feature .event-info {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	z-index: 2;
}

.wsm-featured-cat .feature .buttons {
	margin-bottom: -15px;
}

.wsm-featured-cat .feature .button {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
    box-shadow: 0 1px 3px #ccc;
    border: 0;
    padding: 5px 16px;
    text-transform: none;
}


.wsm-featured-cat .feature .button-left {
	background-color: #4dc1ae;
	color: #fff;
	border-radius: 18px 0 0 18px !important;
}

.wsm-featured-cat .feature .single-button .button-left {
	border-radius: 18px !important;
}

.wsm-featured-cat .feature .button-right {
	background-color: #fff;
	color: #4dc1ae;
	border-radius: 0 18px 18px 0 !important;
}

.wsm-featured-cat .feature .button-left:hover {
	background-color: #52d0bb;
}

.wsm-featured-cat .feature .button-right:hover {
	background-color: #f1efef;
}

.info-when {
	clear: both;
	display: block;
}

/* ## Inner Pages
--------------------------------------------- */
/* ### Portfolio */
.portfolio {
	width: 100%;
}

.portfolio .filter {
	font-family: 'Roboto', sans-serif;
	font-size: small;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.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 {
	text-decoration: none;
	margin: 0.5em;
	padding: 0.5em;
	display: block;
}

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

.portfolio-sizer {
	width: 2.5641%;
}

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

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

.portfolio-item:before {
	opacity: 0.1;
	border-radius: 4px;
	-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 {
	text-align: center;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	height: 1em;
	line-height: 1;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

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

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

.archive.genesis-pro-portfolio .entry:before {
	opacity: 0.1;
	border-radius: 4px;
	-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 {
	text-align: center;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	height: 1em;
	line-height: 1;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ### Masonry */
.blog .site-inner,
.archive .site-inner,
.page-template-page_blog .site-inner {
	background-color: #f6f7f8;
}

.blog .content,
.archive .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 .entry,
.archive .entry,
.page-template-page_blog .entry {
	width: 100%;
	padding: 30px;
	padding: 3rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
	background-color: #ffffff;
	border-radius: 4px;
	-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,
.page-template-page_blog .entry:hover {
	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

.blog .entry-title,
.archive .entry-title,
.page-template-page_blog .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

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

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

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

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

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

/* ### Column Examples */
.columns div {
	background-color: #f6f7f8;
	border-radius: 4px;
	margin-bottom: 2.5641%;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 2em 0;
	color: #647585;
	box-shadow: 0 0 1rem -1rem rgba(35, 44, 57, 0);
	-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 {
	-webkit-transform: translateY(-0.5rem);
	    -ms-transform: translateY(-0.5rem);
	        transform: translateY(-0.5rem);
	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

/* ### Icon Examples */
.fa {
	/* text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1); */
	color: #4dc1ae;
	display: inline-block;
	vertical-align: middle;
}

.fa-menu {
	color: #a7aaac;
	font-size: 1.4em;
	vertical-align: middle;
}

.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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	color: #647585;
}

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

.icons br {
	display: none;
}

/* ### Pricing Table */
.pricing .site-inner {
	background-color: #f6f7f8;
}

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

.pricing-table {
	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;
	padding-bottom: 100px;
}

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

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

.pricing-table .featured {
	z-index: 1;
	position: relative;
	-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 {
	font-weight: 500;
	color: #647585;
	font-size: 20px;
	font-size: 2rem;
}

.pricing-table span {
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.pricing-table big {
	font-size: 1.618em;
	color: #232c39;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

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

/* WSM */

.border-left {
	border-left: 1px solid #e5e5e7;
	padding-left: 2.5641%;
}

/* ul.inline-block {
	display: block;
	overflow: hidden;
	padding-left: 0;
	margin-left: 0;
}

ul.inline-block li {
	list-style: none outside none;
}


ul.inline-block li::before {
	background: url(assets/images/bullet-list.png) no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 10px;
	padding: 0 10px;
	vertical-align: middle;
	width: 10px;
} */

.v-align-top {
	vertical-align: top;
}

.v-align-middle {
	vertical-align: middle;
}

.front-page-5 .wsm-testimonial {
	margin: 0 auto;
	padding: 0 60px;
}

.wsm-testimonial .author-info {
	float: left;
	max-width: 138px;
	padding-top: 40px;
	text-align: center;
}

.wsm-testimonial .author-info h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
	padding-top: 20px;
}

.wsm-testimonial .author-info p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.wsm-testimonial .author-info img {
	display: block;
	border-radius: 50%;
	max-width: 138px;
	height: 138px;
}

div.soliloquy-container.wsm-testimonial .soliloquy-prev {
	left: -30px;
}

div.soliloquy-container.wsm-testimonial .soliloquy-next {
	right: -30px;
}

div.soliloquy-container.wsm-testimonial blockquote {
	line-height: 1.625;
	margin-top: 20px;
}

div.soliloquy-container.wsm-testimonial .author-info h4,
div.soliloquy-container.wsm-testimonial .author-info p {
	line-height: 1.375;
}

div.soliloquy-container.wsm-testimonial .soliloquy-clear,
div.soliloquy-container.wsm-testimonial,
div.soliloquy-container.wsm-testimonial .soliloquy-viewport,
div.soliloquy-container.wsm-testimonial .soliloquy-html-sentinel {
	height: auto !important;
	position: relative !important;
	overflow: hidden !important;
}

.front-page-5 div.soliloquy-container.wsm-testimonial .three-fourths,
.front-page-5 .wsm-testimonial blockquote {
	background-color: #4dc1ae;
	border-radius: 20px;
	box-shadow: 0 0 7px #777;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	padding: 60px 40px;
	position: relative;
	margin-left: 60px;
}

.front-page-5 .wsm-testimonial blockquote:before {
	background: url(assets/images/arrow-left.png) no-repeat 0 0 transparent;
	content: "";
	display: block;
	width: 30px;
	height: 51px;
	position: absolute;
	left: -29px;
	top: 60px;
}

div.soliloquy-container .soliloquy-prev {
	background: url(assets/images/slider-left.png) no-repeat 0 0;
	width: 12px;
	height: 23px;
	margin-top: -11px;
}

div.soliloquy-container .soliloquy-next {
	background: url(assets/images/slider-right.png) no-repeat 0 0;
	width: 12px;
	height: 23px;
	margin-top: -11px;
}

#iso_head,
#title1,
#title2,
#title3,
#title4,
#title5,
#title6 {
	font-size: 1.25em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 0.382em;
}

/* # Loop Shortcodes
--------------------------------------------- */

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

.center-text {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}


.right-text {
	display: block;
	margin-bottom: 30px;
	text-align: right;
}

.right-text a {
	text-decoration: none;
}

.resources-entries {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
			-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}

.resources-entries .entry {
	padding: 30px;
    padding: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	width: 31.62393%;
	margin-left: 2.5641%;
}

.resources-entries article:nth-child(3n+1) {
	margin-left: 0;
}
.resources-entries h4.entry-title {
    font-weight: 500 !important;
}
.button.alt-button {
	background-color: #4dc1ae;
	font-size: 18px;
	font-size: 1.8re;
	font-weight: 400;
}

.button.alt-button:hover {
	background-color: #464e63;
}

.resources-top .widget:last-of-type,
.resources-top section {
	border-bottom: 1px solid #e7e9ea;
	display: block;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.resources-top .widget-title {
	display: inline-block;
	/* vertical-align: top; Commented by delta */
	margin-right: 10px;
}

.resources-top .widget-wrap > ul,
.resources-top .widget-wrap > ol,
.resources-top .widget-wrap > div {
	display: inline-block;
	vertical-align: middle;
}

.resources-top .menu,
.resources-top ul {
	margin: 0;
}

.resources-top .menu li,
.resources-top .widget li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
	width: auto;
}

.resources-top .tagcloud a,
.resources-top .menu li a,
.resources-top li a {
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #58595b;
	display: inline-block;
	font-size: 15px !important;
	line-height: 1.375;
	padding: 4px 10px;
	text-decoration: none;
	background-color: white;
}

.resources-top .tagcloud a:hover,
.resources-top .menu li a:hover,
.resources-top li a:hover {
	background-color: #ff781e;
	color: #fff;
}

.resources-top .tagcloud a {
	font-size: 16px !important;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.resources-top.archive-page {
	padding-top: 60px;
}

.resources-top.archive-page .widget:last-of-type,
.resources-top.archive-page section {
	margin-bottom: 0;
}

/*
 *  Internal Pages CTA Button Styles
 */

#page-header > div > .request-cta > .flex {
	 display: flex;
	 /*justify-content: center; */
 }
.button.ctaold {
	background-color: #ff781e;
	border: 1px solid #ff781e;
	/*border-radius: 30px !important;*/
	border-radius: unset !important;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    margin: 0px 30px 10px 0px !important;
	font-weight: 400;
	padding: 12px 18px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 0.8;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -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);
}

.button.ctaold:hover {
    color: #ff781e;
    background-color: white;
	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.cta {
	background-color: #f79227;
	border: 1px solid #ff781e;
	border-radius: unset !important;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-size: 1.5rem;
    margin: 30px 20px !important;
	font-weight: 400;
	padding: 12px 18px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.5;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -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);
    text-transform: uppercase;
}
.button.cta:hover {
    color: #ff781e;
    background-color: white;
	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);
}


/*
 * 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 {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.woocommerce-demo-store .menu-toggle {
		top: 42px;
	}
	.front-page-1 h1 {
		font-size: 2.2em;
	}
	.portfolio-item {
		width: -webkit-calc(50% - 1rem);
		width:         calc(50% - 1rem);
	}
	.blog .entry,
	.archive .entry,
	.page-template-page_blog .entry {
		width: 48.71795%;
	}
	.blog .entry:nth-of-type(even),
	.archive .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.6rem;
	}
	body > div {
		font-size: 1.6rem;
	}
	h1 {
		font-size: 2.6em;
	}
	h2 {
        /* font-size: 1.5em; */
        font-size: 2em;
	}
	h3 {
        /* font-size: 1.4em; */
        font-size: 1.5em;
    }
	h4 {
		font-size: 1.3em;
	}
	h5 {
		text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
	}
	h6 {
		font-size: 16px;
        font-weight: 600;
        color: #647585 !important;
        line-height: 24px;
    }
    .content h3 {
        font-size: 1.5em;
    }
	.wrap {
		width: 90%;
		max-width: 1152px;
		padding: 0;
	}
	.content-sidebar-wrap {
		width: 90%;
		max-width: 1152px;
		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,
	div.soliloquy-container .one-fourth,
	div.soliloquy-container .three-fourths,
	.five-sixths {
		float: left;
		margin-bottom: 30px;
		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%;
	}

	div.soliloquy-container .one-fourth,
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}

	div.soliloquy-container .three-fourths,
	.three-fourths {
		width: 71.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%;
	}

	div.soliloquy-container .first,
	.first {
		clear: both;
		margin-left: 0;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
	}
	.author-box {
		margin-top: 4rem;
	}
	.page-header {
        padding: 15rem 0 10rem;
        padding: 20rem 0 15rem;
    }
	.single .entry-image-link {
		margin: 0 0 4rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin-bottom: 4rem;
	}
	.site-footer > .wrap {
		padding: 0 0 3rem;
	}
	.site-footer .back-to-top {
		bottom: 1.5rem;
		right: 0;
	}
	.footer-widgets .widget-area {
		float: left;
		margin-left: 4%;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.footer-widgets p {
		max-width: 90%;
	}
	.before-footer {
		padding: 4rem 0 1.5rem;
	}
	.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 .page-header {
		padding-top: 24rem;
	}

	.front-page-1 h1 {
		font-size: 5.7rem;
	}
	.front-page-2 p {
		padding: 0 1em;
		color: #29263e;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.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%;
	}
	.single .blog .entry-image-link,
	.single
	.archive .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;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.pricing-table > div {
		margin: 0;
	}

}


@media (min-width: 896px) {
	.content-sidebar-wrap {
		padding: 4rem 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-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-left: auto;
		margin-right: auto;
	}
	.sidebar-primary {
		width: 25%;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: -webkit-calc(75% - 4rem);
		width:         calc(75% - 4rem);
		margin-left: 0;
		margin-right: 0;
	}
	.full-width-content .content {
		width: 100%;
	}
	.site-header.shrink > .wrap {
		padding: 0;
	}
	.site-header > .wrap {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		position: relative;
	}
	.site-description {
		text-align: left;
		line-height: 1.382;
	}
	.header-widget-area {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
		margin-left: 1em;
		margin-right: 0;
	}
	.menu {
		text-align: left;
		font-size: 1.6rem;
	}

	.nav-primary .menu {
		font-size: 1.8rem;
	}

	.menu-item {
		display: inline-block;
		padding: 0;
		width: auto;
	}
	.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 {
		content: '';
		width: auto;
		display: inline-block;
		margin-left: 0.5em;
		border: 3px solid transparent;
		border-top-color: #f6f7f8;
	}
	.menu-item.button > a > span {
		margin-top: 0;
		display: inline;
	}
	.menu-item a {
		padding: 1.5em 0.75em;
		width: 100%;
	}
	.sub-menu {
		position: absolute;
		width: 25rem;
		z-index: 99;
		border-radius: 4px;
		background-color: #50c0ae;
		padding: 0.618em 0.5em;
		margin: 0;
		font-size: 1.6rem;
		font-weight: 300;
		opacity: 0 !important;
		pointer-events: none;
		box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.05);
	}
	.sub-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: -0.5rem;
		left: 3rem;
		border: 0.5rem solid transparent;
		border-bottom-color: #50c0ae;
	}
	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		padding: 0.5em 1em;
		position: relative;
		word-wrap: break-word;
		color: #fff;
	}

	.sub-menu a:focus,
	.sub-menu a:active,
	.sub-menu a:hover {
		color: #fafafa;
	}

	.sub-menu .sub-menu {
		margin: -0.25em 0 0 25rem;
		padding-left: 0.5em;
		left: 0;
		top: 0;
	}
	.sub-menu .sub-menu:before {
		position: absolute;
		top: 1em;
		left: -1rem;
		border: 0.5rem solid transparent;
		border-right-color: #50c0ae;
	}
	.nav-primary {
		background-color: transparent;
		border: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		display: block;
		margin: 0;
		padding: 0;
		overflow: visible;
		-webkit-overflow-scrolling: initial;
	}
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
	.nav-primary .menu {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 0;
	}
	.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);
	}
	.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: 1.5rem 0 3rem;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6 {
		padding: 8rem 0;
	}
	.front-page-4 {
		padding: 8rem 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,
	.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,
	.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),
	.page-template-page_blog .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.icons span {
		width: 33.33333333333%;
	}

	.front-page-1 .widget {
		max-width: 550px;
		padding: 0 30px;
	}


}

@media (min-width: 1152px) {
	.wp-custom-logo .title-area {
		padding: 0;
	}
	.menu-item a {
		padding: 2em 0.75em;
	}
	.sub-menu a {
		padding: 0.5em 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 {
		height: 60vh;
	}
	.front-page-1 h1 {
        font-size: 5.7rem;
        font-weight: 400;
	}
	.icons span {
		width: 25%;
	}
}

@media (max-width: 1280px) {

	.nav-secondary .menu-item a {
		padding-left: 8px;
		padding-right: 8px;
	}

}

@media (max-width: 1024px) {

	.nav-secondary .menu-item a {
		padding-left: 2px;
		padding-right: 2px;
	}

}

@media (max-width: 1262px) {

	.nav-secondary .menu-item a {
		padding-left: 8px;
		padding-right: 8px;
	}


	/* what is this? */

	.header-widget-area ul,
	.header-widget-area ul.alignleft,
	.header-widget-area ul.alignright {
		margin: 2em auto;
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-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;
	}

	.front-page-5 div.soliloquy-container.wsm-testimonial blockquote.three-fourths,
	.front-page-5 .wsm-testimonial blockquote {
		width: 88%;
		margin-left: 6%;
	}

	.front-page-5 .wsm-testimonial {
		padding: 0;
	}

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

	/* end what is this? */

	.nav-primary {
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		z-index: 600;
		padding-top: 80px;
	}

	.admin-bar .nav-primary {
		padding-top: 100px;
	}

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

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

	.menu-toggle span::before,
	.menu-toggle span::after {
		background-color: #50c0ae;
	}

	.nav-secondary  {
		padding-right: 60px;
		width: auto;
	}

	.nav-secondary .menu-item {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.nav-secondary .menu-item a {
		padding-left: 16px;
		padding-right: 16px;
	}

	.nav-secondary .menu {
		border: 0;
	}

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

	.sub-menu-toggle::before {
		border-top-color: #4dc1ae;
	}

	.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 {
		margin-bottom: 30px;
	}
    .page-header h1 {
        text-align: center;
    }
    button#genesis-mobile-nav-primary {
        border: none;
    }
    button.sub-menu-toggle {
        border: none;
        text-align: right;
        width: 10px;
        height: 10px;
        line-height: 40px;
        position: absolue;
        right: 20px;
    }
    button.sub-menu-toggle:focus {

        outline: none;

    }
    .sub-menu-toggle:before {
        border-top-color: #29263e;
    }
    #genesis-nav-primary li {
        /* border-bottom: 1px solid #ff781e; */
        border-bottom: 1px solid #ffd4b8;
    }
}

@media (max-width: 768px) {

	.front-page-5 .listing-item {
		margin: 0 0 3rem 2.5641%;
		width: 48.71795%;
	}
	.front-page-5 .listing-item:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.front-page-2 .one-fourth {
		margin-bottom: 40px;
		width: 48%;
		float: left;
	}

	.front-page-2 .wrap section:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
		border: 0;
	}

	.home .content .wsm-featured-cat .title-section .widget-title,
	.wsm-featured-cat .title-section h3 {
		float: none;
		width: 100%;
	}

	.wsm-featured-cat .title-section .view-all {
		text-align: left;
		width: 100%;
	}

	.wsm-testimonial .author-info {
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.wsm-testimonial .author-info img {
		margin: 0 auto 10px;
	}

	.front-page-5 div.soliloquy-container.wsm-testimonial blockquote::before,
	.front-page-5 .wsm-testimonial blockquote::before {
		display: none;
	}

	.front-page-5 .wsm-testimonial blockquote {
		width: 100%;
		margin-left: 0;
	}

	.front-page-3 .entry {
		max-width: 100%;
	}


	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item,
	.front-page-3 .front-page-3-left,
	.front-page-3 .front-page-3-left .one-half {
		width: 100%;
	}

	.front-page-3 .front-page-3-right,
	.front-page-3 .front-page-3-left .one-half {
		margin-left: 0;
	}

	.flex {
		display: block;
	}

	.front-page-3 .front-page-3-left .one-half {
		margin-bottom: 30px;
	}

	div.soliloquy-container .soliloquy-item {
		min-width: 80px;
	}

	.footer-widgets .widget-area.footer-widgets-1,
	.footer-widgets .widget-area.footer-widgets-2,
	.footer-widgets .widget-area.footer-widgets-3 {
		text-align: left;
		width: 100%;
	}

	.footer-widgets .menu {
		text-align: left;
	}

	.more-button {
		padding-left: 0;
		text-align: center;
	}

}

@media (max-width: 648px) {

	div.gform_wrapper .button-right .gform_footer input.button,
	div.gform_wrapper .button-right .gform_footer input[type="image"],
	div.gform_wrapper .button-right .gform_footer input[type="submit"] {
		position: static;
	}

	.front-page-6 .one-half {
		margin-left: 0;
		width: 100%;
	}

	.footer-widgets .widget-area,
	.footer-widgets .widget-area.footer-widgets-3,
	.footer-widgets .widget-area.footer-widgets-1 {
		width: 100%;
	}

	.footer-widgets-1 .search-form,
	.entry-content .search-form {
		max-width: 95%;
	}

}

@media (max-width: 512px) {
	.front-page-5 .listing-item {
		width: 100%;
		margin: 0 0 5%;
	}

	.front-page-2 .one-fourth,
	.front-page-2 .wrap section:nth-child(2n+1) {
		border: 0;
		float: none;
		margin: 0 0 60px;
		width: 100%;
	}

	.nav-secondary .menu-item a span {
		display: none;
	}

	.nav-secondary .menu-item a {
		padding: 0 4px;
	}

	.nav-secondary {
		padding-right: 40px;
	}


	.resources-entries article:nth-child(3n+1),
	.resources-entries .entry,
	.footer-widgets .menu li,
	.footer-widgets .menu li:nth-child(2n),
	.footer-widgets .menu li:nth-child(2n+1) {
		clear: both;
		margin: 0 0 6px;
		width: 100%;
	}

	.resources-entries article:nth-child(3n+1),
	.resources-entries .entry {
		margin-bottom: 30px;
	}

	.resources-top .menu li,
	.resources-top li {
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.resources-top .menu li a,
	.resources-top li a {
		display: block;
	}

	.resources-top .widget-title {
		display: block;
	}

	.wp-custom-logo .title-area img {
		max-width: 160px;
	}

    .page-header {
        background-position-x: 25%;
        background-position-y: center;
    }

}


.header {
	grid-area: header;
}
.dcell {
	grid-area: dcell;
}
.visa-asia-container {
	display: grid;
	/* grid-auto-rows: auto; */
	grid-template-columns: 1fr repeat(3, 2fr);
	grid-gap: 2px;
	padding: 3px;
	justify-self: start;
	align-self: center;
	background-color: #eee;
	grid-template-areas:
	  "header header header header"
	  "dcell dcell dcell dcell"
	  "dcell dcell dcell dcell"
	  "dcell dcell dcell dcell";
  }
  .header {
	background-color: #C8C8C8;
	color: #647585;
	font-weight: bold;
	border: 2px solid #f0f1f2;
	padding: 3px;
  }
  .dcell {
	padding: 3px;
	border: 2px solid #f0f1f2;
	/* text-align: left;  */
  }
/* Responsive Table Styles */

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

/*
Generic Styling, for Desktops/Laptops
*/
/* Zebra striping */
#one-audit 	tr:nth-of-type(odd),
#pci-dss 	tr:nth-of-type(odd),
#pci-dss2 	tr:nth-of-type(odd),
#soc3		tr:nth-of-type(odd),
#asv-visa-u	tr:nth-of-type(odd),
#asv-visa-a	tr:nth-of-type(odd),
#asv-mc 	tr:nth-of-type(odd),
#asv-pci 	tr:nth-of-type(odd) {
  background: #eee;
}
/* th {
  background: #C8C8C8;
  color: #647585;
  font-weight: bold;
} */
th {
    padding: 7px;
    color: white;
    background-color: #484f63;
    font-weight: 400;
}
td,
tr td {
    color: #647585 !important
}
td, th {
  padding: 3px;
  border: 1px solid #f0f1f2;
  text-align: left;
}
th {
  border: 1px solid #f0f1f2;
}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none; for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	#one-audit td:nth-of-type(1):before { content: "Question Number"; }
	#one-audit td:nth-of-type(2):before { content: "Question"; }
	#one-audit td:nth-of-type(3):before { content: "PCI DSS"; }
	#one-audit td:nth-of-type(4):before { content: "ISO 27001"; }
	#one-audit td:nth-of-type(5):before { content: "SOC1"; }
	#one-audit td:nth-of-type(6):before { content: "SOC2"; }
	#one-audit td:nth-of-type(7):before { content: "HIPAA"; }
	#one-audit td:nth-of-type(8):before { content: "NIST 800-53"; }

	/* PCI DSS */
	#pci-dss td:nth-of-type(1):before { content: "Merchants"; }
	#pci-dss td:nth-of-type(2):before { content: "Level 1"; }
	#pci-dss td:nth-of-type(3):before { content: "Level 2"; }
	#pci-dss td:nth-of-type(4):before { content: "Level 3 and Level 4"; }

	#pci-dss2 td:nth-of-type(1):before { content: "Service Providers"; }
	#pci-dss2 td:nth-of-type(2):before { content: "Level 1"; }
	#pci-dss2 td:nth-of-type(3):before { content: "Level 2"; }
	#pci-dss2 td:nth-of-type(4):before { content: "Level 3 (American Express)"; }

	#soc3 td:nth-of-type(1):before { content: "Principles"; }
	#soc3 td:nth-of-type(2):before { content: "Criteria"; }
	#soc3 td:nth-of-type(3):before { content: "Evaluation Categories"; }

	#asv-visa-u td:nth-of-type(1):before { content: "Level"; }
	#asv-visa-u td:nth-of-type(2):before { content: "Description"; }
	#asv-visa-u td:nth-of-type(3):before { content: "Validation Action"; }

	#asv-visa-a td:nth-of-type(1):before { content: "Service Providers";}
	#asv-visa-a td:nth-of-type(2):before { content: "> 600K trans/yr"; white-space: pre;}
	#asv-visa-a td:nth-of-type(3):before { content: "120K - 600K trans/yr"; white-space: pre; }
	#asv-visa-a td:nth-of-type(4):before { content: "< 120K trans/yr";white-space: pre; }

	#asv-mc td:nth-of-type(1):before { content: "Level"; }
	#asv-mc td:nth-of-type(2):before { content: "Description"; }
	#asv-mc td:nth-of-type(3):before { content: "Validation Action"; }

	#asv-pci td:nth-of-type(1):before { content: "Merchant Level"; }
	#asv-pci td:nth-of-type(2):before { content: "Selection Criteria"; }
	#asv-pci td:nth-of-type(3):before { content: "Validation Actions"; }
	#asv-pci td:nth-of-type(4):before { content: "Validated By"; }

}


@media screen\0 {
	.nav-primary {
		margin: 0 0 0 auto;
	}
	.header-widget-area {
		margin-right: auto;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #232c39 !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 {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	.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;
	}
}

/* ## Modules for Master Page
--------------------------------------------- */
/* ### CTA Under Header */

.dsbf-cta-section {
    /* margin-bottom: 70px; */
}
.dsbf-cta-section h3 {
    text-transform: uppercase;
    color: #312f41;
    font-weight: 500;
}
.dsbf-cta-desc {
    color: #647585;
}
.dsbf-cta-section a.button.dsbf-cta-btn {
    margin: 0 0 30px 0 !important;
}
/* ### Callout */
.dsbf-vc-callout {
    margin: 1.5em 0;
}
.dsbf-vc-callout .vc_sep_pos_align_center:last-of-type {
    margin-bottom: 0;
}
.dsbf-vc-callout p {
    color: #f79227 !important;
    padding-left: 10px;
    padding-right: 10px;
}
/* ### Blockquote */
.dsbf-vc-blockquote {
    margin: 1.5em 0;
}


/* ## Nav menu edits for Master Page
------------------------------------------- */
/* .sub-menu {
    background: #fff;
    color: #ff781e;
    border-radius: 0px;
    padding: 0 !important;
    box-shadow: inset 1 1 1 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.1); */
    /* opacity: 1 !important; */
    /* display: block !important;  */
/* }
.sub-menu li a {
    color: #ff781e;
    font-weight: 400;
    padding: 1em;
}
.sub-menu:before {
    border-bottom-color: transparent;
}
.menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a,
.current-page-parent > a {
    color: #ff781e;
}
.sub-menu a:hover {
    color: #fff;
    background: #f79227;
}
.sub-menu li a:hover {
    color: #fff !important;
} */

.sub-menu {
    background: #fff;
    color: #ff781e;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: inset 1 1 1 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.1);
}
.sub-menu li {
    box-sizing: border-box;
}
.sub-menu li a {
    color: #29263e;
    font-weight: 400;
    border: 2px solid transparent;
}
.sub-menu:before {
    border-bottom-color: transparent;
}
.menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a,
.current-page-parent > a {
    color: #ff781e;
}
.sub-menu a:hover {
    color: #ff781e;
}
.sub-menu li a:hover {
    color: #ff781e !important;
    border: 2px solid #ff781e;
    box-sizing: border-box;
}

/* ## 2 column row with image (gray background)
----------------------------------------------------*/
.dsbf-mp-2col-row h3:first-of-type {
    margin-top: 0;
}
.dsbf-mp-2col-row h3 {
    margin: 0 0 24px;
}
.dsbf-mp-2col-row h4 {
    font-size: 20px;
    font-weight: 400;
}
.dsbf-mp-2col-row h5 {
    font-size: 16px;
    font-weight: 400;
}
.dsbf-mp-2col-row h6 {
    font-size: 15px;
    font-weight: 400;
}
.dsbf-mp-2col-row .wpb_column .vc_column-inner {
    padding-top: 0 !important;
}
.dsbf-mp-2col-row .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0 !important;
}
.dsbf-mp-2col-row .vc_btn3-container.vc_btn3-inline button {
    background-color: #f79227;
	border: 1px solid #ff781e;
	border-radius: unset !important;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.5;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -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);
    text-transform: uppercase;
}
.dsbf-mp-2col-row .vc_btn3-container.vc_btn3-inline button:hover {
    color: #ff781e;
    background-color: white;
    border: 1px solid #ff781e;
	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);
}
.dsbf-2col-responsive-image .wpb_content_element {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
    .dsbf-2col-responsive-text {
        order: 1;
        margin-top: 35px;
    }
}

/* ## 1 column row with image
----------------------------------------------------*/
.dsbf-mp-1col-row .dsbf-full-width-image {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 920px;
    margin: 0 auto;
}
.dsbf-mp-1col-row .wpb_column .vc_column-inner {
    padding-top: 0 !important;
}
.dsbf-mp-1col-row h3:first-of-type {
    margin: 0 0 0.382em;
}

h3.contact-us-heading{
	margin:0px;
	color:#ff781e;
	font-size: 36px;
	font-weight: 600;
}

.headquarters {
	display:inline-table;
	width:100%;
	font-size:18px;
	font-weight: 700;
	color:#fff;
}

.callus {
	display:inline-table;
	width:100%;
	font-size:18px;
	font-weight: 700;
	color:#fff;
}
.calluscol1 {
	width:100%;
	display:inline-table;
	font-size:18px;
	font-weight: 700;
	color:#fff;}

.calluscol2 {
	width:100%;
	display:inline-table;
	font-size:20px;
	color:#fff;
	font-weight: 400;
}

@media only screen and (min-width: 896px) {
	.headquarters { margin-left:7em; width:45%; }
	.callus { width:35%; }
	.calluscol1 { width:60%; }
	.calluscol2 { width:40%; }
}

.diaHeader {
    background-color:#bbb0cd;
    padding: 0 15px;
    line-height: 37px;
    min-height: 37px;
    color: #fff;
	cursor:pointer;
}

/* Tabbed page template 11/19/2019
-----------------------------------------------*/
.ds-page-tabs li {
    list-style-type: none !important;
    display: inline-block;
    text-align: left;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
/*     margin-right: 20px !important; */
    color: #232c39;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}
ul.ds-page-tabs {
    margin-left: 0 !important;
    margin-top: 32px;
/*     border-bottom: 2px solid #232c39; */
border-bottom: 2px solid #464e63 !important;
    margin-bottom: 32px !important;
}
/* .ds-page-tabs li:nth-of-type(1), */
.ds-page-tabs li.ds-tab-active {
    background-color: #464e63 !important;
    color: white;
}

p.ds-resource-type {
  margin-bottom: 0;
  margin-top: 24px;
  color: #232c39 !important;
}
.ds-resource-item i.fas,
.ds-resource-item i.far {
    margin-right: 5px;
}
.webinar-icons {
    display: inline-block;
    margin-right: 5px;
}
p.ds-resource-date {
    font-size: 14px;
    color: #647585;
}
li.ds-page-tab:hover {
    cursor: pointer;
}
/* Tabbed page template updates 03/05/2020
-----------------------------------------------*/
.hide-on-load {
    display: none;
}

/* News Archive styles 11/25/19 */
.ds-news-archive-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.ds-news-archive-header img {
    width: 100%;
}
.ds-news-archive-wrap article {
    border-top: 1px solid #232c39;
    padding: 24px 0;
}
h2.ds-na-article-heading {
    text-align: center;
    margin-bottom: 0;
}
h2.ds-na-article-heading,
h3.ds-na-article-heading,
h4.ds-na-article-heading,
.ds-na-template h2,
.ds-na-template h3,
.dsna-template h4 {
    margin-top:0;
    text-align: center;
}
footer.ds-na-footer {
    border-top: 1px solid #232c39;
    text-align: center;
    font-weight: 300 !important;
    font-size: 95% !important;
}
footer.ds-na-footer h3 {
    font-weight: 400 !important;
    font-size: 22px !important;
}
.ds-na-button-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
article.category-news.entry .entry-content .ds-news-archive-wrap p,
.ds-news-archive-wrap ol li {
    color: #647585 !important;
}
.ds-news-archive-wrap .ds-na-offerings h4.ds-na-article-heading {
    text-align: left;
    margin-top: 24px;
}
.ds-news-archive-wrap .ds-na-offerings img {
    margin-top:24px;
}
.ds-na-template img {
    position: relative;
    top: -24px;
}
.ds-na-offerings .ds-na-button-wrap {
    justify-content: flex-start;
}
/* .ds-news-archive-wrap .ds-na-offerings a.button {
    color: #f79227;
    border-color: #f79227;
    background-color: transparent;
    box-shadow: none;
    text-align: left;
} */
@media screen and (max-width: 600px) {
    .ds-news-archive-wrap .ds-na-article h3 img {
        width: 100%
    }
    .ds-na-article-button {
        text-align: center;
    }
}
@media screen and (max-width: 468px) {
    .ds-news-archive-wrap .ds-na-article.ds-na-offerings img {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .ds-na-article-button {
        text-align: center;
    }
}
body.archive #page-header.page-header {
    background-image: url('./assets/images/democratizing3.jpg');
    background-color: rgba(4,11,17,.2);
}
/* Newsletter template update 05/27/2020 */
#na-intro img {
    top: 0 !important;
    position: relative;
}
#na-intro img.alignleft {
    margin: 0 1em 0 0;
}
#na-intro img.alignright {
    margin: 0 0 0 1em;
}
.ds-na-template section {
    position: relative;
    overflow: hidden;
}
article#na-intro {
    position: relative;
    overflow: hidden;
}
.ds-na-template section p img {
    margin-bottom: 0 !important;
}
section.ds-na-event-item:not(:first-of-type) {
    margin-top: 1.5em;
}
.ds-na-gen-content {
    position: relative;
    overflow: hidden;
}
.ds-na-gen-content img {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
}
.ds-na-template section:first-of-type h4.ds-na-article-heading {
    margin-top: 0;
}
h3.ds-na-article-heading {
    margin-bottom: .5em;
}
.ds-news-archive-wrap .ds-na-offerings img.alignleft {
    margin: 0 1em .3em 0;
}
.ds-news-archive-wrap .ds-na-offerings img.alignright {
    margin: 1em 0 .3em 1em;
}
/* New Global footer styles 03/25/2020
-----------------------------------------------*/
/* .footer-widgets {
    background: #f6f7f8;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.08);
    padding: 60px 0;
}
.footer-widgets .widget-area.footer-widgets-1 {
    width: 62%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.footer-widgets .widget-area.footer-widgets-1 .textwidget p {
    max-width: unset;
    width: 100%;
    color: #232c39;
    font-weight: 500;
    margin-bottom: 12px !important;
}
ul#menu-new-footer-menu {
    padding: 20px 0;
    border-top: 1px solid rgba(89, 90, 92, .2);
}
ul#menu-new-footer-menu li {
    display: inline-block;
    width:32%;
    vertical-align: top;
}
ul#menu-new-footer-menu li a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
}
ul#menu-new-footer-menu .menu-item-has-children > a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 800;
    font-size: 18px;
    line-height:22px;
    color: #232c39;
}
ul#menu-new-footer-menu ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    background: transparent;
    position: relative;
    box-shadow: none;
    padding-left: 0;
}
ul#menu-new-footer-menu ul.sub-menu > li a {
    font-size: 16px;
    font-weight: 300;
    color: #232c39;
}
ul#menu-new-footer-menu .sub-menu li a,
ul#menu-new-footer-menu .sub-menu li a:hover {
    border: none;
}

ul#menu-new-footer-menu ul.sub-menu li {
    width: 100%;
    padding: 2px 0 !important;
    margin:0;
}
ul#menu-new-footer-menu .sub-menu li:first-of-type a {
    padding-left: 0;
    padding-top: 40px;
}
.widget-area.footer-widgets-2.footer-widget-area {
    float: right;
}

.menu-bottom-border {
    width: 100%;
    border-top: 1px solid rgba(89, 90, 92, .2);
    position: absolute;
    top: 65px !important;
}

section#custom_html-2 {
    position: relative;
    width: 100%;
    margin:  0 !important;
}

section#text-5 {
    margin-bottom: 20px;
}
ul#menu-new-footer-menu .sub-menu li:first-of-type {
    height: unset;
}
@media screen and (max-width: 768px) {
    .footer-widgets .widget-area.footer-widgets-1 {
        width: 100%;
    }
    .footer-widgets .menu li:nth-child(2n) {
        margin-left: 0;
    }
}
@media screen and (max-width: 512px) {
    ul#menu-new-footer-menu {
        padding: 0;
    }
    ul#menu-new-footer-menu li {
        width: 100%;
    }
    ul#menu-new-footer-menu .menu-item-has-children > a {
        padding: 20px 0;
        border-top: 1px solid rgba(89, 90, 92, .2);
        border-bottom: 1px solid rgba(89, 90, 92, .2);
    }
    .menu-bottom-border,
    ul#menu-new-footer-menu {
        border: none;
    }
    ul#menu-new-footer-menu .sub-menu li:first-of-type a {
        padding-top: 10px;
    }
} */
/* Continuous Compliance page redesign 3/25/2020 */
div#beyond-snapshot .wpb_column.vc_column_container.vc_col-sm-6 {
    border-top: 1px solid #232c39;
    border-bottom: 1px solid #232c39;
}
div#beyond-snapshot .vc_col-has-fill p {
    font-size: 24px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0 !important;
}
div#beyond-snapshot .vc_col-sm-6 .wpb_content_element {
    margin-bottom: 0;
}
div#beyond-snapshot .vc_col-sm-6 .vc_column-inner {
    padding: 40px;
}
div#beyond-snapshot .vc_col-has-fill.vc_col-sm-6 .vc_column-inner {
    padding: 40px 30px;
    line-height: 1.375;
}
div#beyond-snapshot .nc-text {
    color: #4dc1ae;
}
div#beyond-snapshot h3 {
    margin-top: 5px;
    margin-bottom: 30px;
}
div#beyond-snapshot img.alignleft {
    width: 160px;
    margin-top: 1em;
    margin-right: 10px;
}
/* .dsbf-cc-new section#page-header {
    padding: 25rem 0 15rem;
    background-position-y: 70px;
} */
.dsbf-cc-new .content h3 {
    margin-bottom: 20px;
}
.dsbf-cc-new .wpb_text_column.wpb_content_element {
    word-wrap: normal;
}
.page-subheading h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}
.dsbf-cc-new #reduce-fatigue img {
    width: 100px;
}
div#col2-left {
    border-right: 1px solid #cecece;
}
div#core-benefits-wrap {
    position: relative;
    margin-top: 120px;
}
div#core-benefits {
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 2px solid #cecece;
    top: -80px;
	left: 80px;
    -webkit-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
}
#core-benefits .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type) .vc_column-inner>.wpb_wrapper {
    border-right: 1px solid #cecece;
}
#core-benefits .vc_column-inner {
    padding: 0;
}
#core-benefits .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner>.wpb_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
#core-benefits .wpb_column.vc_column_container.vc_col-sm-3:last-of-type .vc_column-inner>.wpb_wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
#core-benefits .wpb_column.vc_column_container.vc_col-sm-3:nth-of-type(2) .vc_column-inner>.wpb_wrapper {    width: 98%;
    padding-left: 25px;
}
#core-benefits .vc_row.wpb_row.vc_inner.vc_row-fluid {
    width: 98%;
    margin: 0 auto;
}
#hackers-benefit p {
    font-size: 22px;
    color:  #fff !important;
}
#hackers-benefit .wpb_text_column.wpb_content_element {
    margin-top: 60px;
}
div#at-a-glance {
    border: 2px solid #cecece;
    padding: 30px;
    -webkit-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
}
div#at-a-glance .wpb_column.vc_column_container:not(:last-of-type) {
    border-right: 1px solid #cecece;
}
div#at-a-glance .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
#core-benefits .wpb_single_image img, #at-a-glance .wpb_single_image img {
    max-width: 80%;
    margin: 0 auto;
}
#at-a-glance .wpb_column.vc_column_container .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}
#at-a-glance .wpb_column.vc_column_container:nth-of-type(3) .vc_column-inner,
#at-a-glance .wpb_column.vc_column_container:nth-of-type(2) .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}
#how-it-works .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
    width: 100%;
    margin: 0 auto;
}
div#how-it-works {
    border: 2px solid #c9c9c9;
    padding: 0 20px 40px 20px;
    position: relative;
    margin-top: 100px !important;
}

#how-it-works h3 {
    margin-top: 0;
    background: white;
    width: 18%;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 15px;
}
#how-it-works .vc_col-sm-12.vc_column_container .vc_column-inner {
    padding: 0;
}
#how-it-works .vc_col-sm-1\/5 {
    width: 16%;
    margin-left: auto;
    margin-right: auto;
}
#how-it-works .vc_col-sm-1\/5.vc_col-has-fill .wpb_text_column {
    padding: 20px 15px;
    margin-bottom: 0;
    line-height: 1.375;
    font-weight: 300;
}
#how-it-works .vc_col-sm-1\/5.vc_col-has-fill .wpb_text_column:before {
    content: "\f344";
    font-family: 'Dashicons';
    font-size: 28px;
    color: #464f63;
    position: absolute;
    right: -22px;
    top: 45%
}
#how-it-works .vc_col-sm-1\/5:last-of-type .wpb_text_column:before {
    content: '';
}
#how-it-works span.hiw-step {
    display: block;
    background: white;
    width: 40px;
    height: 40px;
    color: black;
    margin: 0 auto;
    border-radius: 50px;
    padding-top: 5px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    -webkit-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 9px 9px 0px rgba(0,0,0,0.2);
}
#how-it-works p {
    color: #fff !important;
}
#aag-title .wpb_content_element {
    margin-bottom:  0;
}
#year-round-vigilance p strong {
    font-size: 22px;
    color: #232c39;
}
#year-round-vigilance .wpb_text_column.wpb_content_element:first-of-type {
    padding-bottom: 20px;
}
#year-round-vigilance .wpb_text_column.wpb_content_element:last-of-type {
    padding-top: 60px;
    border-top: 1px solid #cecece;
}
/* .dsbf-cc-new section#page-header {
    padding: 25rem 0 15rem;
    background-position-y: 70px;
} */
@media screen and (max-width: 960px) {
    .dsbf-cc-new #page-header > div > .request-cta > .flex a.button.ctaold {
        display: block !important;
        margin: 5px !important;
    }
    .dsbf-cc-new .content-sidebar-wrap {
        display: block;
    }
    /* .dsbf-cc-new section#page-header {
        background-position: center !important;
    } */
}
@media screen and (max-width: 768px) {
    div#beyond-snapshot .vc_col-sm-6 .vc_column-inner,
    #col2-benefits .vc_col-sm-6 {
        width: 100%;
        border-right: none;
    }
    div#beyond-snapshot .vc_col-has-fill p {
        word-wrap: normal;
    }
    div#core-benefits,
    div#at-a-glance,
    div#how-it-works {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    div#how-it-works {
        padding: 0;
    }
    #how-it-works h3 {
        width: 190px;
        margin-left: 6%;
    }
    #how-it-works .vc_col-sm-1\/5 {
        width: 80%;
        margin-bottom: 40px
    }

    .wpb_text_column.wpb_content_element {
        word-wrap: normal;
    }
    #how-it-works .vc_col-sm-1\/5.vc_col-has-fill .wpb_text_column:before {
        content: "\f346";
        top: 93%;
        left: 47%;
    }
    #how-it-works .vc_col-sm-1\/5:last-of-type .wpb_text_column:before {
        content: '';
    }
    #core-benefits .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type) .vc_column-inner>.wpb_wrapper,
    div#at-a-glance .wpb_column.vc_column_container:not(:last-of-type) {
        border-right: none;
        width: 70%;
        margin: 0 auto;
        border-bottom: 1px solid #cecece;
        margin-bottom: 40px;
    }
    div#at-a-glance .wpb_column.vc_column_container:not(:last-of-type) {
        padding-bottom: 40px;
    }
    #hackers-benefit {
        background-position: center right !important;
    }
    #hackers-benefit .vc_row.wpb_row.vc_inner.vc_row-fluid {
        margin-top: 20px !important;
        text-align: center;
    }

}
@media screen and (max-width: 512px) {
    div#core-benefits,
    div#at-a-glance,
    div#how-it-works {
        width: 100%;
    }
    #core-benefits .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type) .vc_column-inner>.wpb_wrapper {
        width: 85%;
    }
    div#at-a-glance .wpb_column.vc_column_container:not(:last-of-type) {
        width: 100%;
    }
    div#beyond-snapshot .vc_col-has-fill img {
        /* clear: both; */
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
/* Solutions - One Audit page redesign - dsbf 06242020 */
.circlebox .wpb_wrapper p{font-size:18px;}
.dsbf-one-audit h1.entry-title span:after {
    content: 'TM';
    vertical-align: 70%;
    font-size: 24px;
}
.dsbf-one-audit #reduce-fatigue .vc_col-sm-3 .wpb_single_image {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    margin: 0 auto;
}
.dsbf-one-audit #reduce-fatigue .vc_col-sm-3:not(:last-of-type) .vc_column-inner{
    padding-left: 30px;
    padding-right: 30px;
}
.dsbf-one-audit #reduce-fatigue .vc_col-sm-3 .wpb_single_image img {
    width: 50px;
    padding-top: 25px;
}
.dsbf-one-audit #reduce-fatigue .vc_col-sm-3 .wpb_text_column {
    font-size: 22px;
    margin-top: 30px;
}
.dsbf-one-audit #beyond-snapshot .wpb_text_column {
    color: #fff;
}
.dsbf-one-audit #beyond-snapshot .vc_col-sm-6.vc_col-has-fill .wpb_text_column h4 {
    font-size: 28px !important;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    margin-top: 40px;
}
.dsbf-one-audit div#beyond-snapshot .vc_col-sm-6 .vc_column-inner {
    padding: 40px 20px 40px 30px;
}
.dsbf-one-audit #regulations h3 {
    color:  #fff;
    font-weight: 400 !important;
}
.dsbf-one-audit #regulations .vc_col-sm-3 .wpb_text_column p {
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
}
.orgcirclebox .wpb_single_image img{max-width:80px; min-width:80px;}
#regulations{height:378px;}
#regulations h3{margin-bottom:10px;}
.dsbf-one-audit #regulations .vc_col-sm-12 .vc_column-inner {
    padding-top: 0;
}
.dsbf-one-audit #regulations .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.dsbf-one-audit div#how-it-works {
    border: 2px solid #232c39;
    border-color: #232c39 !important;
    padding: 0;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
}
.dsbf-one-audit #how-it-works h3 {
    width: 35%;
    left: 50px;
}
.dsbf-one-audit #how-it-works .wpb_single_image .vc_single_image-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
.dsbf-one-audit div#hackers-benefit {
    background-repeat: no-repeat;
    background-size: cover;
}
.dsbf-one-audit #hackers-benefit h3, .dsbf-one-audit #hackers-benefit ul li {
    color:  #fff;
    font-weight: 400 !important;
}
.dsbf-one-audit #hackers-benefit ul {
    width: 100%;
}
.dsbf-one-audit #hackers-benefit ul li {
    padding-left: 0;
    margin-bottom: .5em;
}
.dsbf-one-audit #hackers-benefit .vc_col-sm-6:first-of-type {
    width: 46%;
}
.dsbf-one-audit #hackers-benefit .vc_col-sm-6:last-of-type {
    width: 52%;
}
.dsbf-one-audit #hackers-benefit .vc_col-sm-6:last-of-type h3{
    margin-bottom: 20px;
}
.dsbf-one-audit #year-round-vigilance .wpb_text_column.wpb_content_element:last-of-type {
    padding-top: 0;
    border-top: none;
}
.dsbf-one-audit #year-round-vigilance table {
    border-collapse: collapse !important;
    border: none;

}
.dsbf-one-audit #year-round-vigilance td,
.dsbf-one-audit #year-round-vigilance th {
    text-align: center;
    padding: 5px 5px;
    line-height: 1.2;
}
.dsbf-one-audit #year-round-vigilance td.bf-left {
    text-align: left;
}
.dsbf-one-audit #year-round-vigilance tbody td,
.dsbf-one-audit #year-round-vigilance tbody {
    border: 1px solid #232c3a !important;
}
.dsbf-one-audit #year-round-vigilance thead td {
    border: 1px solid #fff;
    background-color: #464e63;
    color: #fff;
    font-weight: 400 !important;
    padding: 10px 4px;
}
.dsbf-one-audit #year-round-vigilance thead tr {
    border-top: 1px solid #464e63;
}
.dsbf-one-audit #year-round-vigilance li {
    padding-left: 0 !important;
    margin-bottom:3px;
}
.dsbf-one-audit #year-round-vigilance thead td.bf-left {
    padding-left: 10px;
}
tbody td.bf-left {
    padding: 20px 10px !important;
}
tbody td.bf-left h6 {
    margin-top: 0;
    margin-bottom:0;
}
tbody td.bf-left p {
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
    .dsbf-one-audit #how-it-works h3 {
        width: 395px;
    }
    .dsbf-one-audit #beyond-snapshot .vc_col-sm-6.vc_col-has-fill .wpb_text_column strong br {
        display: none;
    }
}
@media screen and (max-width: 1060px) {
    #hackers-benefit .wpb_text_column.wpb_content_element {
        margin-top: 0;
    }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .dsbf-one-audit #reduce-fatigue .vc_col-sm-3 {
        width: 48.5%;
        float: left;
        min-height: 275px;
    }
    .dsbf-one-audit #beyond-snapshot .vc_col-sm-6.vc_col-has-fill .wpb_text_column h4 {
        margin-top: 0;
    }
    .dsbf-one-audit #regulations .vc_col-sm-3 {
        width: 48.5%;
        float: left;
        min-height: 180px;
    }
    .dsbf-one-audit #regulations .wpb_single_image.wpb_content_element {
        margin-bottom: 15px;
    }
    .dsbf-one-audit #regulations h3 {
        margin-bottom: 60px;
    }
    .dsbf-one-audit div#how-it-works {
        width: 100%;
    }
    .dsbf-one-audit #how-it-works .wpb_single_image .vc_single_image-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dsbf-one-audit #how-it-works h3 {
        margin-left: 10px;
    }
    .dsbf-one-audit #hackers-benefit .vc_col-sm-6 {
        float: left;
    }
    .dsbf-one-audit #hackers-benefit .vc_col-sm-6:first-of-type {
        width: 41%;
        padding-top: 10%;
    }
    .dsbf-one-audit #hackers-benefit .vc_col-sm-6:last-of-type {
        width: 59%;
        text-align: left;
    }
}
/* Override existing responsive table slightly */
#year-round-vigilance tbody tr th {
    display: none;
}
@media only screen and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    #year-round-vigilance tbody tr th {
        display: block;
    }
    .dsbf-one-audit #year-round-vigilance td,
    .dsbf-one-audit #year-round-vigilance th {
        width: 100%;
        text-align: left;
    }
    .dsbf-one-audit #year-round-vigilance tr {
        border: none !important;
    }
    .dsbf-one-audit #year-round-vigilance #one-audit tbody td,
    tbody td.bf-left {
        padding-left: 30% !important;
        position: relative !important;
    }
}
@media only screen and (max-width: 600px) {
    .dsbf-one-audit #year-round-vigilance #one-audit tbody td,
    tbody td.bf-left {
        padding-left: 45% !important;
    }
}
.blogrow .heading {
    border-bottom: 1px solid #232c39;
    padding-bottom: 5px;
	font-weight: bold;
}
.blogcolumn {
	float: left;
	width: 30%;
	background: #eae8e8;
	margin: 10px 10px 20px 10px;
}

.blogcolumn .blogtitle{padding: 0 12px 0 12px; min-height: 150px;}
.blogcolumn .more-link-button{text-align:center;margin-bottom:10px}
/* Clear floats after the columns */
.blogrow:after {
  content: "";
  display: table;
  clear: both;
}
.innercontent{padding-bottom: 20px; text-align:center;width:100%;line-height: 48px;}
.innercontent span{font-size:30px;color:#f79227;}
.innercontent p{margin-top:10px;}
.innercontent .mylink{
	border: 1px solid #f79227;
    padding: 10px;
    color: #ffffff !important;
    background: #f79227;
    text-transform: uppercase;
}
.innercontent .mylink:hover{
	background:#ffffff;
	color: #f79227 !important;
}

.auditrow{height: 390px;}
.audit_solution_right .wpb_text_column.wpb_content_element {margin-top:0px !important;}
.oneauditheading h3{text-align:center;margin-top:0px !important;}
.oneauditimage img{width:450px;}
.dsbf-one-audit div#hackers-benefit{height:325px;}

/*** Certificate page css code start here ***/
.cleardiv{clear:both;}
.removerightmargin{margin-right:0px !important;}
.topbannercls{
	width: 100%;
    background: #232c39;
    color: #ffffff;
    min-height: 100px;
    display: inline-block;
    padding: 14px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.pagecontentbox{padding-top:15px;}
.pagecontentbox ul{padding-left: 18px;}
.pagecontentbox ul li{list-style:disc;color:#647585;}
.pagecontentbox p{color:#647585;}
#wcbox{
	width: 100%;
    background: #ffffff;
    min-height: 140px;
    display: inline-block;
    padding: 14px;
	border: 2px solid #647585;
	font-size: 20px;
}
#wcbox ul li{list-style:disc;}
#wcbox .wc_heading{text-align:center;}
#wcbox .wc_heading h4{font-weight: bold;color: #f78335;}
.leftBox{float:left;margin-right:4px;display:inline-block; width:47%;padding:20px;}
.rightBox{float:right;margin-right:4px;display:inline-block; width:47%;padding:20px;}
#wcbox .leftBox p,#wcbox .rightBox p{color:#647585;font-size:16px; margin-bottom: 12px;}
#wcbox .leftBox p span,#wcbox .rightBox p span{color:#000000;font-size:18px;}

.hBox{width: 372px; float: left; padding: 8px; margin-right: 15px; border: 2px solid #f78335; display: inline-block; min-height: 225px; margin-top: 25px;}
.hBox:hover{-webkit-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
-moz-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);}
.hBox_heading span{font-size:22px;font-weight:bold;}
.hBox_btn a{background: #232c39; width: 125px; padding: 8px; text-align: center; margin-top: 18px; display: inline-block;}
.hBox_btn a:hover{background:#f78335; color:#ffffff;}
.wcolor{color:#ffffff;}

.hbanner{
	width: 100%;
    background: #232c39;
    color: #ffffff;
    min-height: 140px;
    display: inline-block;
    padding: 30px;
}
.hbanner_heading{text-align:center;display:inline-block;width:100%;}
.hbanner_heading h4{padding: 5px;margin: 0px !important; font-weight: bold;font-size: 30px;color: #ffffff;}
.hbanner_text{text-align:center;color:#ffffff;display:inline-block;width:100%;min-height: 80px;font-size: 20px;}
.hbanner_btn{text-align:center;display:inline-block;width:100%;}
/* .hbanner_btn a{text-decoration:none;width:120px; padding:10px; color:#000000; text-transform:uppercase; border:1px solid #f79227;background:#f79227;} */
/* .hbanner_btn a:hover{text-decoration:none;background:#f78335;color:#ffffff;} */
.hbanner_btn a{margin-top:20px !important;}

.fasize{font-size:20px;}
.resourceBox .rshead{text-align:center;width:100%;}
.rshead h3{font-size: 30px; font-weight: bold;}
.rsBox{width:24%;float:left;margin:15px 15px 15px 0;border:3px solid #ffffff;display:inline-block;min-height:200px;-webkit-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
-moz-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);}
.rsBox:hover{-webkit-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
-moz-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);}
.rs_title{min-height:115px;}
.rs_title h4{min-height:110px;margin: 0px !important;font-weight: bold;padding:8px;}
.rs_type{padding: 5px 0 6px 0;padding:8px;}
.rs_image img{max-height: 170px;min-height: 170px; width: 100%;}

.ssBox{display:inline-block;}

.ssBox .sshead{text-align:center;width:100%;}
.sshead h3{font-size: 30px; font-weight: bold;}
.ss_title h4{font-weight:bold;min-height:55px;}
.ss_content {min-height:75px;color:#647585;}
.sbtn{padding-top:30px;}
.ss_content .serviceLink{color:#f78335;font-weight:bold;}

.servicesBox{width:32%;float:left;margin:15px 15px 15px 0;border:3px solid #4dc1ae;display:inline-block;min-height:200px;padding:0 10px 0 10px;}
.servicesBox:hover{	box-shadow: 2px 2px 5px #aaaaaa;}

.iconssBox{display:inline-block;}
.iconssBox .iconsshead{text-align:center;width:100%;}
.iconsshead h3{font-size: 30px; font-weight: bold;}
.iconssimg, .iconss_title{text-align:center;}
.iconssimg a, .iconss_title a{outline:none;}
.iconssimg img{width:100px;display: inline-block;outline:none;}
.iconservicesBox{width:32%;float:left;margin:15px 15px 15px 0;/* border:3px solid #4dc1ae; */display:inline-block;min-height:200px;padding:0 10px 0 10px;}
/* .iconservicesBox:hover{	box-shadow: 2px 2px 5px #aaaaaa;} */

.iconss_title h4{font-weight:bold;min-height:50px;text-align:center;margin-top: 2px !important;}
.iconss_title > h4:hover{color:#ff781e;}
.iconss_content {min-height:75px;color:#647585;text-align:center;}

.certificateContact .heading{text-align:center;}
.certificateContact .heading h3{font-size: 30px; font-weight: bold;margin: 20px 0 20px 0 !important;}
.certificateContact .formbox{padding: 5px 40px;}
.certificateContact .formbox input[type='text'],textarea,select,input[type='radio'],input[type='checkbox'],input[type='email']{border:1px solid #232c39;}
/*** Certificate page css code end here ***/
.authorsphoto{
	width: 120px;
	padding: 6px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.authorpic{border-radius:50px;}
.authorscompanyinfo{
	float: left;
    width: 75%;
    padding-top: 15px;
}
.authorname{font-size:15px;}
.authorcomp{font-size:17px;font-weight:bold;}
.authdesignation{font-size:17px;font-weight:bold;}

/*** Related blog ***/
.relatedBlogBox{width: 49%; float: left; padding: 8px; margin-right: 15px; border: 2px solid #f78335; display: inline-block; min-height: 225px; margin-top: 25px; margin-bottom: 25px;}
.relatedBlogBox:hover{
	-webkit-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
	-moz-box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
	box-shadow: 9px 14px 18px 1px rgba(191,191,191,1);
	color:#000000;
}
.relatedBlogBox a:hover{color:#000000;}
.relatedBlogBox_heading span{font-size:22px;font-weight:bold;}
.relatedBlogBox_heading:hover{color:#000000;}
.relatedBlogBox_content:hover{color:#000000;}
.relatedBlogBox_btn a{background: #232c39; width: 125px; padding: 8px; text-align: center; margin-top: 18px; display: inline-block;}
.relatedBlogBox_btn a:hover{background:#f78335; color:#ffffff;}
.reducesepratorpadding{margin-bottom:0px !important;}
#reduce-fatigue{height:195px;}
.ecbox {height: 170px;}
.formbox .gfield_required{color:#ff1515;}
/**********/
.nav-primary.genesis-responsive-menu{ width:65%;}
.text-center{text-align:center;}
.margintop5{margin-top:5px !important;}
.marginbottom5{margin-bottom:5px !important;}

.induscontact_head{font-weight:bold;}
.left_contactBox{float:left; width:25%;}
.right_contactBox{float:right; width:70%;}
.indusContactLeft{float:left; width:46%;}
.indusContactRight{float:right; width:46%;}
.indusContactLeft .ginput_container input[type="text"],.indusContactRight .ginput_container input[type="text"]{width:100% !important;}
.indusContactLeft .ginput_container input[type="email"],.indusContactRight .ginput_container input[type="email"]{width:100% !important;}
.indusContactLeft .ginput_container textarea,.indusContactRight .ginput_container textarea{height:127px !important;}
.indusContactLeft .gfield_required,.indusContactRight .gfield_required{color:#ff0000;}
.ginput_container textarea{height:120px !important;}
.left_contactBox p{color:#647585;}
/***********/
.bottomSections{margin-top:-40px;}
.pd30{padding-top:30px;}
.horizonBox{
	width:100%;
	display: inline-block;
    height: auto;
}
.whuBox{
	width: 552px;
    padding: 5px;
    margin-right:16px;
    margin-top:10px;
    float: left;
    display: inline-block;
    height: auto;
}
.whu_title{font-size:20px; font-weight:bold; min-height: 50px;}
.whu_description{color: #647585; font-size: 16px;}
.wpcf7{padding:35px;}
#inqFrm{margin: 0 auto;padding: 0 10% 0 10%;}


.custom-title-font {
	font-size: 68px;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
}
.custom-title-zerotrust {
	font-family: inherit;
	font-size: 50px;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px;
	color: #fff !important;
}
.custom-contact-us-heading {
    font-size: 36px!important;
    font-weight: 600!important;
	font-family: 'Roboto',sans-serif!important;
	margin: 0!important;
    color: #ff781e!important;
}

/*** Webinar registration box css code start here ***/
.regbox .w-100{width:100%;}
.regbox.mt-40{
	margin-top:40px;
	display: inline-block;
}
.regbox .secbox{
	border:1px solid #d0c9c9;
	min-height:315px;
	max-height:315px;
	margin-bottom: 20px;
}
.regbox .float-left{
	float:left;
}
.regbox .w-20{
	width:21%;
}
.regbox .mr-50{
	margin-right:61px;
}
.regbox .mb-30{
	margin-bottom:30px;
}
.regbox .p-10{
	padding:10px;
}
.regbox .secbox .regicon{
	text-align:center;
	width:100%;
	display: inline-block;
	padding-top: 15px;
}
.regbox .secbox .regicon img{
	width: 100px;
    height: 100px;
	border:0px;
	display: inline-block;
}
.regbox .secbox .regmaintxt{
	width:100%;
	display: inline-block;
	padding-top:5px;
	padding-bottom:8px;
	font-weight: bold;
}
.regbox .secbox .regsubtxt{
	width:100%;
	display: inline-block;
	padding-bottom: 35px;
}
.regbox .regbtn{
	width:100%;
	text-align:center;
	display: inline-block;
	padding-top: 15px;
}
.regbox .button{
	padding: 6px 9px !important;
}


@media only screen and (max-width : 600px) {
	.regbox .w-20 {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width : 600px) and (max-width : 800px) {
	.regbox.mt-40 {
		margin-top: 40px;
		display: inline-block;
	}
	.regbox .w-20 {
		width: 46%;
		margin-bottom: 20px;
	}
	.regbox .mr-0 {
		margin-right: 48px;
	}
	.regbox .removemargin{
		margin-right:0px !important;
	}
}
/*** Webinar registration box css code end here ***/
/** Extra content css code start **/
.extra-content-box{
	width:100%;
	display:inline-block;
}
/** Extra content css code end **/








/*----------- Code by VB [27.07.21] -----------*/
/*-------------------------------------------------
-------------- Events Page CSS Start --------------*/
.event-area-sec .event-info .entry-title{
	min-height: 52px;
    line-height: 26px;
	font-size: 1.2em;
}
.event-area-sec .event-info .event-meta{
	font-size: 1.5rem;
}
/*-------------------------------------------------
-------------- Events Page CSS End --------------*/


/*-------------------------------------------------
-------------- News Page CSS Start --------------*/
.content-sidebar-wrap .category-news,
.content-sidebar-wrap .category-news-letter,
.content-sidebar-wrap .category-blog{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.content-sidebar-wrap article.category-news h2.entry-title,
.content-sidebar-wrap article.category-news-letter h2.entry-title,
.content-sidebar-wrap article.category-blog h2.entry-title{
	min-height: 84px;
	margin-top: 0px;
	line-height: 28px;
	font-size: 1.2em;
}
.content-sidebar-wrap .category-news .entry-content,
.content-sidebar-wrap .category-news-letter .entry-content,
.content-sidebar-wrap .category-blog .entry-content{
	margin-bottom: 0.382em;
    min-height: 96px;
    font-size: 16px;
}
/*-------------------------------------------------
-------------- News Page CSS End --------------*/



/*----------- Code by VB [02.08.21] -----------*/
/*-------------------------------------------------
-------------- Upcoming feature Image CSS Start --------------*/
.wsm-featured-cat .feature a.alignnone{
	width: 100%;
	height: 250px;
}
.wsm-featured-cat .feature a.alignnone img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*-------------------------------------------------
-------------- Upcoming feature Image CSS End --------------*/



/* Learndash updates */

#ld-user-register .gform_footer.top_label {
	text-align: center;
}
#ld-user-register .gform_footer.top_label .gform_button.button {
    border: 2px solid white;
    margin: 0px auto;
    padding: 6px;
    padding-top: 8px;
}
#ld-user-register .gfield_label {
	color: #14586E !important;
	text-align: left;
	margin-top: 0px !important;
}
#ld-user-register .name_last label, #ld-user-register .name_first label {
	display: none;
}
.learndash-cpt .wpProQuiz_question_text h3 {
	font-weight: bold !important;
	text-transform: none !important;
	color: #14586E;
}
.learndash-wrapper .wpProQuiz_reviewDiv {
	display: none !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
	color: #323C46 !important;
}
.learndash-cpt .learndash-wrapper .ld-alert-success {
	border-color: #14586E;
}
.learndash-wrapper .ld-alert-success.ld-alert-certificate .ld-alert-icon {
	background-color: #50C0AF !important;
}
.learndash-wrapper .ld-alert-success.ld-alert-certificate a.ld-button {
	min-width: 225px;
}


/* nav updates */
@media screen and (max-width: 1262px) and (min-width: 896px) {
	.no-js #genesis-nav-primary.nav-primary {
		width: 65%;
	}
	#genesis-nav-primary.nav-primary  {
		width: 55%;
		margin: auto;
		padding: 5vw;
		padding-top: 5vw;
		border-top: 2px solid #f0f1f2;
		border-bottom: 2px solid #f0f1f2;
		position: fixed;
		overflow: auto;
		overflow-x: auto;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		left: 5vw;
		top: -10px;
		top: -1rem;
		left: -10px;
		left: -1rem;
		right: -10px;
		right: -1rem;
		bottom: -10px;
		bottom: -1rem;
		display: none;
		padding-top: 106px;
	}
	#genesis-nav-primary.nav-primary .wrap ul {
		flex-direction: column;
	}
	#genesis-nav-primary.nav-primary .wrap ul li {
		padding: 0.5em 0;
	}
	#genesis-nav-primary.nav-primary .wrap ul li .sub-menu-toggle {
		display: inline-block;
	}
	#genesis-nav-primary.nav-primary .wrap ul li .sub-menu {
		position: relative;
		opacity: 1 !important;
		width: 100%;
		padding: 1em 0;
		box-shadow: unset;
	}
	#genesis-nav-primary.nav-primary .wrap ul li .sub-menu li:first-of-type {
		margin-top: 0.5em;
	  }
	#genesis-mobile-nav-primary {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}


}
.no-js #genesis-nav-primary.nav-primary .wrap {
	padding: 0px;
}
.no-js #genesis-nav-primary.nav-primary .menu-item {
	margin: 0px;
}


@media screen and (max-width: 1262px) {
	header.site-header > .wrap #genesis-nav-primary {
		z-index: -1;
		width: 100%;
	}
	header.site-header > .wrap #genesis-nav-primary .sub-menu {
		background: unset;
	}
	header.site-header > .wrap #genesis-nav-primary .sub-menu li a {
		padding-left: 0px;
	}
	header.site-header > .wrap #genesis-nav-primary .sub-menu li:last-child {
		border-bottom: 0px;
	}
	header.site-header > .wrap #genesis-nav-primary .sub-menu li a:hover {
		border-color: transparent;
	}
	header.site-header > .wrap #genesis-nav-primary .sub-menu li a:focus {
		border: 2px solid #ff781e;
	}
	button#genesis-mobile-nav-primary {
		padding: 23px 0;
	}
	.page-template-page_ctas-industries header.site-header > .wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	button#genesis-mobile-nav-primary {
		padding:20px 0!important;
	}
}

/* end nav */


/* learndash css rules */
.learndash-cpt .site-inner *:not(.ld-icon) {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
}
.ld-course-status-price {
	text-transform: uppercase;
}
.learndash-cpt .page-header {
	padding: 20rem 0rem 10rem;
	background-size: cover;
	background-position: top right;
}
.learndash-cpt .entry-content .ld-tabs-content p b {
	font-weight: bold;
	color: #323C46;
}
.learndash-cpt .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_button, .learndash-cpt .learndash-wrapper .wpProQuiz_content .wpProQuiz_text .wpProQuiz_button, .learndash-cpt .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .btn-blue {
	float: right;
	padding-top: 8px !important;
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 25px !important;
	padding-bottom: 9px !important;
}
.learndash-cpt .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .btn-blue {
	float: unset;
}
.learndash-cpt .learndash-wrapper .ld-quiz-actions .wpProQuiz_button.wpProQuiz_button_reShowQuestion {
	float: left;
	padding-top: 8px !important;
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 25px !important;
	padding-bottom: 9px !important;
	margin: 0px !important;
}
.learndash-cpt .learndash-wrapper .ld-quiz-actions .wpProQuiz_button.wpProQuiz_button_restartQuiz {
	padding-top: 8px !important;
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 25px !important;
	padding-bottom: 9px !important;
}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
	text-transform: uppercase !important;
	padding-top: 8px !important;
	padding-bottom: 9px !important;
}

.additional_download_button {
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 20px 9px;
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	margin-bottom: 40px !important;
	opacity: 1;
	transition-duration: .25s;
}
.additional_download_button:hover {
	opacity: .75;
}

.learndash-cpt .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
	background-color: #FA8200 !important;
	color: white !important;
	padding-top: 8px !important;
	text-transform: uppercase;
}
.learndash-cpt .ld-course-status {
	background-color: #14586E !important;
}
.learndash-cpt .ld-course-status .ld-course-status-label, .single-sfwd-courses .ld-course-status .ld-course-status-price {
	color: white !important;
}
.learndash-cpt .ld-tabs-content {
	padding: 40px 0px;
}
.learndash-cpt .ld-section-heading h2 {
	color: #14586E !important;
	font-size: 36px;
	letter-spacing: -1px;
}
.learndash-cpt .ld-expand-button {
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
}
.learndash-cpt .learndash-wrapper .ld-table-list .ld-table-list-header {
	background-color: #50C0AF !important;
}
.learndash-cpt .learndash-wrapper .ld-icon-arrow-down.ld-primary-background {
	background-color: #FA8200 !important;
}
.learndash-cpt .ld-icon-arrow-down::before {
	left: -1px;
	position: relative;
}
.learndash-cpt .ld-expanded .ld-icon-arrow-down::before {
	left: 1px;
	position: relative;
}
.learndash-cpt .learndash-wrapper .ld-breadcrumbs, .single-sfwd-topic .learndash-wrapper .ld-breadcrumbs, .single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs {
	background: #14586E;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status, .single-sfwd-topic .learndash-wrapper .ld-topic-status, .single-sfwd-quiz .learndash-wrapper .ld-quiz-status {
	background: #14586E;
	color: #50c0af !important;
}
.learndash-cpt .learndash-wrapper .ld-progress .ld-progress-percentage, .single-sfwd-topic .learndash-wrapper .ld-progress .ld-progress-percentage {
	color: #50c0af !important;
}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments, .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
	color: white !important;
	font-weight: normal;
}
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress, .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete  {
	margin-top: 5px;
}
.learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
	background-color: #FA8200 !important;
	color: white !important;
}
.learndash-wrapper .learndash_mark_complete_button:hover {
	color: white;
}
.learndash-wrapper .sfwd-mark-complete {
	margin-bottom: 10px;
}
.learndash-cpt .jdc-breadcrumb {
	color: #14586E;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 40px;
	white-space: nowrap;
}
.learndash-cpt .jdc-breadcrumb .topalign {
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
}
.learndash-cpt .sfwd-breadcrumbs {
	display: inline-block;
	color: rgba(50,60,70,0.5) !important;
	font-weight: normal;
	text-transform: none;
	max-width: calc(100% - 115px);
	line-height: 36px;
	white-space: normal;
	padding-left: 15px;
}
.learndash-cpt .ld-breadcrumbs .ld-breadcrumbs-segments span:not(:last-child) {
	display: none;
}
.learndash-cpt .wpProQuiz_button {
	margin: 0px auto !important;
}

.learndash-cpt .sfwd-breadcrumbs a {
	color: rgba(50,60,70,0.5) !important;
	padding: 0px 15px;
}
.learndash-cpt .sfwd-breadcrumbs .breadcrumb-trail span:first-of-type a {
	padding-left: 0px;
}
.learndash-cpt .sfwd-breadcrumbs .uo-current_page {
	padding: 0px 15px;
	color: #14586E;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 800px) {
	.learndash-cpt .jdc-breadcrumb {
		display: flex;
		flex-direction: column;
	}
	.learndash-cpt .sfwd-breadcrumbs {
		padding-left: 0px;
	}
}
@media screen and (max-width: 1281px) and (min-width: 1262px) {
	.page-template-page_ctas-industries .nav-primary.genesis-responsive-menu {
		width: 67%;
	  }
}
@media screen and (max-width: 1262px) {
	.page-template-page_ctas-industries header.site-header > .wrap  {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-template-page_ctas-industries .site-inner > .page-header {
		top: 60px;
	}

	.page-template-page_ctas-industries #genesis-mobile-nav-primary {
		right: 5%;
	}
	.page-template-page_ctas-industries .nav-secondary {
		padding-right: 100px;
		width: 30%;
	}
}
@media screen and (min-width: 1263px) {
	.page-template-page_ctas-industries  header.site-header > .wrap  {
		height: 90px;
	}
	.page-template-page_ctas-industries  header.site-header > .wrap .title-area  {
		height: unset;
	}
	.page-template-page_ctas-industries .site-inner > .page-header {
		top: 90px;
	}
}
#genesis-nav-primary .menu .menu-item, #genesis-nav-primary .menu .menu-item span{
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.8rem;
}
#menu-principal-menu {
	justify-content: unset !important;
}
#menu-principal-menu .menu-item > a, .menu-item > a {
	width: auto;
	text-decoration: none;
	display: inline-block;
	padding: 2em .75em;
    color: #29263e;
    outline: none !important;
}
@media screen and (max-width: 1262px) {
	#menu-principal-menu .menu-item > a, .menu-item > a {
		padding: 0.5em 0;
	}
}
#menu-principal-menu .sub-menu .menu-item > a, .sub-menu .menu-item > a {
	padding: .5em 1em;
	width: 100%;
}
#menu-principal-menu .sub-menu .menu-item:first-of-type > a, .sub-menu .menu-item:first-of-type > a {
	padding-left: 1em;
}
#genesis-nav-primary #menu-principal-menu .sub-menu, #genesis-nav-primary #menu-principal-menu .sub-menu span {
	font-size: 1.6rem;
	line-height: 1;
}

.nav-primary {
	width: 65%;
}

.front-page-3-right article .more-link-button {
    padding-top: 15px;
    clear: none;
	text-align: left;
	position: relative;
    /*position: absolute;
    float: right;
    text-align: center;
    margin-left: 5px;*/

    /* top: 47px; */
}

/* updates to front page sidebar - dsbf 04072022 */
.front-page-3-right article {
	height: auto;
}
.front-page-3-right article .more-link-button {
	width: 65%;
	float: right;
}
.front-page-3-right article .more-link-button p {
	display: none;
}

@media (max-width: 896px) {

	.header-widget-area ul,
	.header-widget-area ul.alignleft,
	.header-widget-area ul.alignright {
		margin: 2em auto;
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-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;
	}

	.front-page-5 div.soliloquy-container.wsm-testimonial blockquote.three-fourths,
	.front-page-5 .wsm-testimonial blockquote {
		width: 88%;
		margin-left: 6%;
	}

	.front-page-5 .wsm-testimonial {
		padding: 0;
	}

	.front-page-2 .widget {
		margin-bottom: 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 {
		margin-bottom: 30px;
	}
    .page-header h1 {
        text-align: center;
    }
}

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

    .home .front-page-3-right.one-third .status-publish{
    	display: flex;
	    flex-direction: column;
	    height: auto;
    }
    .home .front-page-3-right.one-third .entry-header{
    	display: flex;
    	flex-wrap: wrap;
    }
    .home .front-page-3-right.one-third .entry-header .alignleft{
    	width: 100%;
    	margin: 0px;
    }
    .home .front-page-3-right.one-third .entry-header .alignleft img{
    	object-fit: cover;
    	object-position: center;
    }
}
@media screen and (max-width: 768px) {
    .home .front-page-3-right.one-third .entry-header .alignleft img{
    	height: 150px;
    }
}

@media screen and (max-width: 1262px) and (min-width: 1151px) {
	header.site-header.fixed > .wrap {
		min-height: 81px;
	}
}

/* additional learndash (v2 updates) */
.ld-progress-steps {
	display: none;
}
.ld-item-component, .ld-sep {
	color: #50C0AF;
	font-weight: normal;
	font-size: 16px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep {
	padding: 0 5px;
}
.learndash-wrapper .learndash_mark_complete_button {
	background-color: #14586E !important;
	border-radius: 20px !important;
	text-transform: uppercase;
	font-size: 14px !important;
	padding-bottom: 9px !important;
	padding-top: 12px !important;
}
.wpProQuiz_question .wpProQuiz_question_text p {
	font-size: 30px;
	font-weight: bold;
}
.wpProQuiz_text .wpProQuiz_button {
	border-radius: 20px !important;
	text-transform: uppercase;
	min-width: 200px;
	font-size: 14px !important;
	padding-bottom: 9px !important;
	padding-top: 12px !important;
}
.learndash-wrapper .ld-button {
	font-size: 14px !important;
	padding-bottom: 9px !important;
	padding-top: 12px !important;
}
.learndash-cpt .page-header h1 {
	text-align: left;
}
.ld-tab-content p strong {
	color: #50C0AF;
	font-weight: bold;
	font-size: 24px;
}
.ld-tab-content h2 {
	color: #14586E !important;
	font-size: 36px !important;
}

.instructorcontainer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
}
.instructorcontainer .inner {
	border: 1px solid #D2D7D7;
	transition-duration: .25s;
	box-shadow: 20px 20px 0px 0px rgba(21, 89, 111, 1);
	width: calc(100% - 20px);
	height: 100%;
}
/*
.instructorcontainer .inner:hover {
	box-shadow: 20px 20px 0px 0px rgba(21, 89, 111, .8);
}
*/
.instructorcontainer .inner .bottom p a {
	color: #50C0AF;
}
.instructorcontainer .inner .bottom p a:hover {
	text-decoration: underline;
}
.instructorcontainer .inner > *{
	padding: 0px 40px;
}
.instructorcontainer .inner p:last-child {
	background-color: #F6F7F7;
	padding-top: 20px;
	padding-bottom: 40px;
}
.instructorcontainer .inner img {
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	padding-top: 40px;
}
.instructorcontainer .inner .name {
	text-align: center;
	font-weight: bold;
	color: #15596F;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.instructorcontainer .inner .title {
	color: #50C0AF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.instructorcontainer .inner .top {
	height: 320px;
	padding: 0px;
}
.instructorcontainer .inner .bottom {
	padding: 0px;
	height: calc(100% - 320px);
}
.instructorcontainer .inner .bottom p{
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.learndash-cpt #genesis-content {
	width: 100%;
	height: 100%;
}
body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video, body.learndash-cpt.learndash-embed-responsive .wp-video, body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode {
	height: auto !important;
}
@media screen and (max-width: 1262px) {
	.logout-button {
		top: unset !important;
		bottom: 20px;
		background-color: white;
		border-radius: 20px;
		padding: 10px 40px;
		border: 2px solid #D2D7D7;
	}
}
.ld-status.ld-status-waiting {
	background-color: unset !important;
	font-size: 24px;
}
.learndash-wrapper .ld-modal {
	position: fixed;
}
.ld-modal.ld-can-register .ld-login-modal-register {
	/*
	background-image: url(/wp-content/themes/business-pro-theme/assets/images/regback.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
	background-color: white !important;
}
.learndash-wrapper .ld-login-modal .ld-modal-heading {
	font-size: 42px;
	text-transform: uppercase;
	color: #14586E !important;
}
.ld-login-modal-register .ld-login-modal-wrapper .ld-modal-text {
	max-width: 200px;
	text-align: center;
	margin: 0px auto;

}
.ld-login-modal-register .ld-login-modal-wrapper .ld-content .ld-button {
	background-color: #FA8200;
	color: white !important;
	text-transform: uppercase;
	font-size: 16px !important;
	padding-top: 10px !important;
	width: 250px;
	opacity: 1;
	transition-duration: .25s;
}
.ld-login-modal-register .ld-login-modal-wrapper .ld-content .ld-button:hover {
	background-color: #FA8200 !important;
	box-shadow: unset !important;
	opacity: .75;
}
.ld-login-modal-login .ld-login-modal-branding img {
	margin: 20px auto;
	padding-bottom: 20px;
}
.ld-login-modal-login .ld-modal-text {
	color: black;
	font-size: 18px;
	max-width: 320px;
	margin: 0px auto;
}
.learndash-wrapper .ld-login-modal-login .ld-login-modal-wrapper .ld-modal-heading {
	color: #14586E !important;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 20px;
}
.ld-login-modal-login .ld-login-modal-form {
	margin: 0px;
	margin-top: 20px;
}
.ld-login-modal-login .login-submit #wp-submit {
	background-color: #FA8200 !important;
	border-radius: 25px !important;
	font-size: 16px !important;
	padding-top: 7px !important;
	padding-bottom: 7px;
}
.learndash-wrapper .ld-modal.ld-login-modal {
	top: 50%;
	left: 50%;
	margin: 0 !important;
}
.learndash-wrapper #ld-user-register .gform_footer .gform_button {
	background-color: #FA8200 !important;
	border-radius: 25px !important;
	border: transparent !important;
}
.altheading h1 {
	font-weight: bold;
	border-bottom: 2px solid white;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.altheading h3 {
	font-weight: bold;
	max-width: 530px;
	font-size: 21px;
}
.altheading.reverse h1 {
	font-weight: bold;
	border-bottom: 2px solid white;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 21px;
}
.altheading.reverse h3 {
	font-weight: bold;
	max-width: 460px;
	font-size: 48px;
	margin-top: 20px;
}

@media screen and (max-width: 1250px) {
	.instructorcontainer {
		grid-gap: 40px;
	}
}
@media screen and (max-width: 1060px) {
	.instructorcontainer {
		grid-template-columns: 1fr 1fr;
	}
	.instructorcontainer .inner:nth-child(odd):last-child:not(:only-child) {
		grid-column: span 2;
	}
}
@media screen and (max-width: 730px) {
	.instructorcontainer {
		grid-template-columns: 1fr;
	}
	.instructorcontainer .inner:nth-child(odd):last-child:not(:only-child) {
		grid-column: span 1;
	}
}
/* end additional */

/* webinars update */

.wsmfeaturedpost article {
	display: flex;
}
.wsmfeaturedpost article .right {
	width: calc(100% - 120px);
}
.wsmfeaturedpost article .right .more-link-button {
	width: 100%;
}
.wsmfeaturedpost article img {
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.wsmfeaturedpost article .right {
		width: calc(100%);
	}
}

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

	.learndash-wrapper .ld-modal.ld-login-modal {
		top: 0;
		margin-top: 0px;
		position: fixed;
		overflow: scroll;
		height: 100%;
	}
	.learndash-wrapper .ld-quiz-actions {
		flex-direction: column;
	}
	.learndash-wrapper .ld-quiz-actions a#quiz_continue_link {
		  margin-left: 0px !important;
	}
	.learndash-wrapper .ld-quiz-actions > div, .learndash-wrapper .ld-quiz-actions > input  {
		margin-bottom: 10px !important;
	}
	.learndash-cpt .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_button {
		text-align: center;
	}
}


/* end webinars update */

/* roboto condensed font */


/* error handling lms */
.ld-login-modal-register .gform_legacy_markup_wrapper li.gfield.gfield_error {
	padding-bottom: unset;
	padding-top: unset;
	margin-bottom: unset !important;
	border-bottom: unset;
	position: relative;
	border-top: unset;
	background-color: unset !important;
}

.ld-login-modal-register .gfield_error .validation_message {
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	bottom: -2px;
}

.ld-login-modal-register .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium, .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
	width: 100%;
}

.ld-login-modal-register .gform_validation_errors.validation_error {
	display: none;
}

.ld-login-modal-register .ginput_recaptcha + .validation_message {
	bottom: -16px;
}

.ld-login-modal-register .gform_legacy_markup_wrapper .validation_message {
	color: red !important;
	font-style: italic;
	font-size: 10px;
	pointer-events: none;
	bottom: -14px;
	white-space: nowrap;
	overflow: hidden;
}

.ld-login-modal-register .ginput_recaptcha > div:first-child {
	margin: 0px auto;
}


/* new registration */

.learndash-wrapper-login-modal .ld-login-modal.ld-can-register {
	max-width: 512px;
	min-height: 670px;
	overflow: hidden;
}
.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-login-modal-login {
	width: 100%;
	position: absolute;
	left: -512px;
	height: 100%;
	transition-duration: .5s;
	top: 0;
}
.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-login-modal-register {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 512px;
	transition-duration: .5s;
	top: 0;
}
.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-login-modal-register.open {
	left: 0px;
}
.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-login-modal-login.open {
	left: 0px;
}
.jdc-ld-login-button-list {
	margin: 20px 10px;
	text-align: center;
	width: 100%;
}
.jdc-ld-login-button-list .ld-login-modal-branding img {
	margin: 0px auto;
	padding-top: 19px;
	padding-bottom: 50px;
}

.jdc-ld-login-button-list .ld-content input {
	display: block;
	background-color: #FA8200 !important;
	border-radius: 25px !important;
	font-size: 16px !important;
	padding-top: 7px !important;
	padding-bottom: 5px;
	min-width: 200px;
	margin: 0px auto 19px;
}
.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-modal-closer {
	color: black;
}
.jdc-ld-login-button-list .ld-content .ld-modal-text {
	max-width: 300px;
	margin: 0px auto;
	padding-bottom: 40px;
}

.learndash-wrapper-login-modal .ld-login-modal.ld-can-register:focus-within {
	border: 0px !important;
}

#ld-user-register .gform_anchor, #ld-user-register #gf_form_focus {
	outline-style: none;
}
.ld-login-modal-wrapper .ld-alert.ld-alert-warning {
	border: 0;
	min-height: 20px;
	color: red !important;
	font-weight: bold;
	position: absolute;
	bottom: 195px;
	width: 100%;
	text-align: center;
	left: 0;
	padding: 0px 15px;
	font-size: 13px;
}
.ld-login-modal-wrapper .ld-alert.ld-alert-warning .ld-icon-alert {
	display: none;
}


.jdc-country-list select{
	height: 38px;
	margin-bottom: 20px;
}

.learndash-wrapper .ld-hide {
	display: block;
}

#ld-user-register .gform_fields input, #ld-user-register .gform_fields select {
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	color: #728188;
	font-size: .875em;
	transition: all .25s ease-in-out;
	width: 100%;
}
#ld-user-register .gform_fields .ginput_container {
	margin-top: 0px !important;
}
#ld-user-register .dashicons.dashicons-hidden {
	color: #14586E;
}
.captcha-container {
	text-align: center;
}
.captcha-container label{
	text-align: center !important;
}

@media screen and (min-width: 512px) {
	#ld-user-register .gform_fields {
		display: grid;
		grid-template-columns: 1fr /* 1fr */;
		width: 100%;
		grid-gap: 0px 20px;
	}

	/*
	.captcha-container {
		grid-column: 1/3;
	}
	*/

	#ld-user-register .gform_fields li {
		padding-right: 0px;
		max-width: 100% !important;
	}
	.learndash-wrapper-login-modal .ld-login-modal.ld-can-register {
		min-height: 815px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 770px) {
	.learndash-wrapper .ld-login-modal {
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-height: 815px) {
	.learndash-wrapper-login-modal .ld-login-modal.ld-can-register {
		height: calc(100vh);
		min-height: unset !important;
		max-height: 100vh;
		overflow-y: scroll;
	}
	.learndash-wrapper-login-modal .ld-login-modal.ld-can-register .ld-login-modal-login {
		height: unset !important;
	}
}
@media screen and (max-width: 770px) {
	.ld-login-modal-wrapper .ld-alert.ld-alert-warning {
		position: relative;
		bottom: unset;
	}
	.ld-login-modal-register.open .ld-login-modal-wrapper {
		max-height: 100vh;
		max-width: 100%;
		margin: 0;
	}
	.ld-login-modal-register.open {
		height: unset;
		max-height: 100vh;
	}
}
@media screen and (max-width: 512px) {
	.learndash-wrapper-login-modal .ld-login-modal.ld-can-register {
		overflow-y: scroll;
	}
}
@media screen and (min-width: 512px) and (min-height: 700px) {
	.ld-login-modal-register.open .ld-login-modal-wrapper {
		overflow-y: unset;
	}
}
@media screen and (max-width: 512px) and (min-height: 700px) {
	.ld-login-modal-register.open .ld-login-modal-wrapper {
		overflow-y: unset;
	}
}
@media screen and (max-width: 512px) and (max-height: 1000px) {
	#ld-user-register {
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 512px) and (max-height: 700px) {
	.ld-login-modal-register.open {
		height: unset !important;
		max-height: unset !important;
	}
}

.user_has_no_access .ld-lesson-status, .user_has_no_access .ld-topic-status, .user_has_no_access .ld-quiz-status {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.jd-left-log-button {
	position: absolute;
	right: 20px;
	top: 20px;
}

.jdc-loginbutton {
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase !important;
	align-items: center;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 225px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	transition: opacity .3s ease;
	white-space: normal;
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	top: 0;
}
.jdc-loginbutton:hover {
	opacity: .9;
}
.sfwd-courses .ld-section-heading {
	position: relative;
}
#learndash-tooltips .ld-tooltip a {
	pointer-events: auto ;
}

#learndash-tooltips .ld-tooltip:hover  {
	opacity: 1;
}

.wpProQuiz_startOnlyRegisteredUser p {
	opacity: 0;
}
.wpProQuiz_startOnlyRegisteredUser a {
	color: #FA8200 !important;
	opacity: 1;
}
.wpProQuiz_startOnlyRegisteredUser a:hover {
	opacity: .9
}


/* additional updates 12/15/22 */

.headerLoginButton .ld-button {
	background-color: #FA8200 !important;
	color: white !important;
	text-transform: uppercase;
	width: 100%;
	max-width: 150px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	padding-top: 6px !important;
	padding-bottom: 7px;
	margin-top: 40px;
	font-weight: 800;
	font-size: 14px;
	opacity: 1;
}

.headerLoginButton .ld-button:hover {
	background-color: #D77B10 !important;
}
.ld-login-modal-register .gform_legacy_markup_wrapper .captcha-container .validation_message {
	bottom: -18px;
}
.captcha-container {
	transform: scale(.8);
}

.learndash-cpt .user_has_no_access div[class*="learndash-shortcode-wrap-ld_infobar"] {
	display: none;
}

.ld-item-list .ld-expand-button {
	background-color: #14586E !important;
}
.learndash-cpt .learndash-wrapper .ld-icon-arrow-down.ld-primary-background {
	background-color: #14586E !important;
}

#ld-user-register .jdc-password {
	display: flex;
}
#ld-user-register .jdc-password .ginput_container.ginput_container_password {
	width: 75%;
	padding-right: 10px;
}
#ld-user-register .jdc-password .gfield_password_strength {
	width: 25%;
	margin-top: 10px;
	height: 35px;
	margin-bottom: 0px;
	line-height: 35px;
	padding: 0px;
	border-bottom: 1px solid lightgray;
	border-radius: 3px;
}

@media screen and (max-width: 767px) {
	#ld-user-register .jdc-password .gfield_password_strength {
		height: 37px;
		line-height: 37px;
	}
}
@media screen and (max-width: 641px) {
	#ld-user-register .jdc-password .gfield_password_strength {
		height: 45.5px;
		line-height: 45.5px;
	}
}

.ld-login-modal-register .gform_legacy_markup_wrapper .validation_message br {
	display: none;
}

@media screen and (min-width: 1263px) {
	#soliloquy-2075 {
		height: 390px !important;
	}
}
@media screen and (max-width: 1262px) {
	#soliloquy-2075 {
		height: 715px !important;
	}
	#soliloquy-2075 .author-info {
		position: relative;
		transform: translateX(-50%);
		float: unset;
		left: 50%;
		max-width: 500px;
		width: 100%;
		text-align: center;
	}
	#soliloquy-2075 .author-info img {
		margin: 0px auto;
	}
}
@media screen and (max-width: 767px) {
	#soliloquy-2075 {
		height: 1060px !important;
	}
	#soliloquy-2075 .author-info {
		left: unset;
		transform: unset;
	}
	#soliloquy-2075 .soliloquy-html-content {
		padding-bottom: 20px;
	}
}

#ld-user-register .gfield_password_strength {
	color: transparent !important;
	position: relative;
}
#ld-user-register .gfield_password_strength:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 50%;
	content: "Weak";
	color: black;
	transform: translateX(-50%);
	text-align: center;
}
#ld-user-register .gfield_password_strength.strong:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 50%;
	content: "Strong!";
	color: black;
	transform: translateX(-50%);
	text-align: center;
}
/* ld expand/collapse updates */
@media screen and (min-width: 800px) {
	.ld-item-details .ld-expand-button {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		position: absolute;
		right: 20px;
		max-width: 100px;
		text-align: right;
		display: flex;
		justify-content: left;
	}
	.ld-item-list-item-preview {
		position: relative;
	}
}
@media screen and (max-width: 640px) {
	.ld-item-details .ld-expand-button {
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}
	.ld-item-list-item-preview .ld-item-details {
		width: 100%;
		margin-left: 0px !important;
	}
}

.learndash-wrapper .ld-modal input {
	overflow: hidden !important;
}
/* end ld expand/collapse updates */

/* fix mobile blog post list */
@media screen and (max-width: 831px) {
	.relatedBlogBox {
		width: 48%;
	}
}
@media screen and (max-width: 600px) {
	.relatedBlogBox {
		width: 100%;
	}
}


/* new label setup */
#ld-user-register li.gfield > label.gfield_label {
	position: absolute;
	z-index: 10;
	pointer-events: none;
	font-weight: normal;
	margin-left: 12px;
	margin-top: 17px !important;
	background-color: RGBA(240, 243, 246, 1);
	padding: 6px 5px 0px;
	line-height: 10px;
	border-radius: 4px;
}
#ld-user-register li.gfield--type-select, #ld-user-register li.jdc-country-list {
	margin-top: 27px;
}
#ld-user-register li.gfield--type-select > label.gfield_label, #ld-user-register li.jdc-country-list > label.gfield_label {
	margin-top: 7px !important;
}

#ld-user-register li.gfield--type-password .gfield_validation_message {
	display: none;
}

#ld-user-register li.gfield--type-password.gfield_error + li.gfield.jdc-hint {
	font-weight: bold;
	color: red;
	font-style: italic;
}
#ld-user-register li.jdc-password .gfield_validation_message {
	display: none;
}

#ld-user-register li.jdc-password.gfield_error + li.gfield.jdc-hint {
	font-weight: bold;
	color: red;
	font-style: italic;
}
#ld-user-register li.gfield.jdc-focused > label.gfield_label {
	margin-top: -2px !important;
}
#ld-user-register li.gfield--type-select.jdc-focused > label.gfield_label, #ld-user-register li.jdc-country-list.jdc-focused > label.gfield_label {
	margin-top: -12px !important;
}

#ld-user-register li.gfield > label.gfield_label + .ginput_container input {
	padding-left: 12px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#ld-user-register li.gfield.jdc-hint {
	color: #14586E;
	font-size: 10px;
	margin-top: 0px;
}
#ld-user-register li.jdc-country-list {
	margin-top: 27px;
}

/*end new label setup */


#assessment-wizard #surveyElement .sv_q_required_text {
	display: none;
}
.form-wrap .gform_wrapper li.gfield.gfield_error {
	background-color: transparent !important;
}
#gf_form_focus {
	display: none;
}
.cc-industries-template .text-light h2.gform_submission_error {
	color: #790000 !important;
}

.osano-cm-dialog__content.osano-cm-content::before {           

content: "We value your privacy";           
color: #01516F;           
font-weight: bold;           
font-size: 2rem;           
display: block;           
padding-bottom: 1em;         

}

.osano-cm-button--type_deny{
	background-color: white;
	border: 2px solid #4DC1AE;
	color: #4DC1AE;
	border-radius: 20px!important;
}

.osano-cm-button--type_manage{
	background-color: white;
	border: 2px solid #4DC1AE;
	color: #4DC1AE;
	border-radius: 20px!important;
}

.osano-cm-button--type_save{
	background-color: white;
	border: 2px solid #4DC1AE;
	color: #4DC1AE;
	border-radius: 20px!important;
}

.osano-cm-button--type_denyAll{
	background-color: white;
	border: 2px solid #4DC1AE;
	color: #4DC1AE;
	border-radius: 20px!important;
}

.osano-cm-window__dialog {           
box-shadow: 1px 1px 20px rgb(50 50 50 / 30%);           
min-height: 14rem;         
} 

.osano-cm-button--type_accept{
	border-radius: 20px!important;
}

.osano-cm-button--type_deny{
	background-color: white;
	border: 2px solid #4DC1AE;
	color: #4DC1AE;
	border-radius: 20px!important;
}