/*
Theme Name: OpSec
Theme URI: https://www.opsecsecurity.com/
Description: This is the OpSec theme created for the Genesis Framework.
Author: Second Melody
Author URI: https://www.secondmelody.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	background-color: #41b7e5;
	box-sizing: border-box;
}

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

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

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

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


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #161C21;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	overflow-x: hidden;
}

body.menu-open {
	overflow-y: hidden;
}

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

a {
	color: #3167BE;
	font-weight: 600;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

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

a.text-link {
	border-bottom: 4px solid #33A5E0;
	color: #001549;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 8px;
	text-decoration: none;
}

a.text-link:hover,
a.text-link:focus {
	border-bottom: 4px solid #001549;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #001549;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 56px;
}

h2 {
	font-size: 40px;
}

h2 a {
	color: #001549;
}

h2 a:hover,
h2 a:focus {
	color: #41b7e5;
}

h3 {
	font-size: 24px;
}

.card h3 {
	margin-bottom: 8px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #41B6E6;
    border: 4px solid #41B6E6;
	color: #001549;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: transparent;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

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

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 24px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0 24px;
}

.site-inner .content-sidebar-wrap {
	margin: 0 auto;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

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

.breadcrumb {
	font-size: 16px;
}

.breadcrumb .breadcrumb-sep {
	color: #33A5E0;
	margin: 0 12px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	margin-bottom: 8px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #001549;
	font-weight: 600;
	text-decoration: none;
}

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

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

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

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* Elementor Toggle
--------------------------------------------- */

.elementor-widget-container .elementor-toggle {
	border-top: 1px solid #41B6E6;
}

.elementor-widget-container .elementor-toggle .elementor-tab-title,
.elementor-widget-container .elementor-toggle .elementor-tab-content {
	border-bottom: 1px solid #41B6E6;
}

.elementor-widget-container .elementor-toggle .elementor-tab-title {
	padding-bottom: 24px;
	padding-top: 24px;
}

.elementor-widget-container .elementor-toggle .elementor-tab-content {
	padding-left: 63px;
}

.elementor-widget-container .elementor-toggle .elementor-tab-content div {
	float: left;
	width: 40%;
}

.elementor-widget-container .elementor-toggle .elementor-tab-content div.form {
	width: 60%;
}

.elementor-toggle-icon {
	margin-bottom: 24px;
	margin-right: 24px;
}

.elementor-toggle-icon i {
	color: #33A5E0;
	font-weight: 400;
}

.elementor-toggle-title {
	font-weight: 600;
}

.contact-us .elementor-toggle .elementor-tab-content p:first-of-type {
	color: #3167BE;
	margin-bottom: 8px;
}

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

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

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Cookie Policy
--------------------------------------------- */

.cookie-notice-container a {
	color: #fff;
}

.cookie-notice-container .cn-button.bootstrap {
	background-color: #41b7e5;
	border: 4px solid #41B6E6;
	border-radius: 0;
	color: #001549;
	font-weight: 900;
}

.cookie-notice-container .cn-button.bootstrap:hover,
.cookie-notice-container .cn-button.bootstrap:focus {
	background-color: transparent;
	color: #fff;
}

/* Ivory Search
--------------------------------------------- */

.astm-search-menu svg {
    position: relative;
    top: 4px;
}

/* WPR Menu
--------------------------------------------- */

html body div.wprm-overlay {
    background: rgb(0 21 73 / .5) !important;
}

#wprmenu_bar {
	border-bottom: 1px solid #33A5E0;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	border-radius: 0 !important;
	width: 32px !important
}

.hamburger-inner::before {
	width: 24px !important;
}

#wprmenu_menu_ul {
	padding-top: 40px !important;
}

#wprmenu_menu_ul li .description {
	display: block;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 8px 0 0 !important;
	line-height: 1.3 !important;
}

#wprmenu_menu_ul > li > a {
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
	text-transform: initial !important;
}

.icon_default.wprmenu_icon_par:before {
	color: #41b7e5;
	content: '\f105' !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.icon_default.wprmenu_par_opened:before {
	content: '\f107' !important;
}

#wprmenu_menu_ul {
	background-color: #fff;
	padding-bottom: 0 !important;
}

#mg-wprm-wrap,
#wprmenu_menu_ul > li.secondary-menu,
#wprmenu_menu_ul .wpr_search {
	background-color: #F3F3F3 !important;
}

#wprmenu_menu_ul .wpr_search {
	margin: 0 !important;
	padding: 12px !important;
	width: 100% !important;
}

#wprmenu_menu_ul > li.secondary-menu.first-secondary-item {
	margin-top: 12px;
}

#wprmenu_menu_ul > li.secondary-menu.first-secondary-item a {
	padding-top: 24px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.secondary-menu a {
	color: #3167BE !important;
	font-size: 16px !important;
	text-transform: initial !important;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.menu-header a {
	color: #3167BE !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding-bottom: 0 !important;
	text-transform: uppercase !important;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.view-all a {
	border-bottom: 1px solid #33A5E0;
	border-top: 1px solid #33A5E0;
	margin: 24px 12px;
	padding: 24px 0;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.view-all a:after {
	color: #41B6E6;
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY( -50% );
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.secondary-menu.menu-button {
	padding: 12px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.secondary-menu.menu-button a {
	background-color: #41b7e5;
	color: #001549 !important;
	font-weight: 900 !important;
	text-align: center;
}

/* WP Job Manager
--------------------------------------------- */

.jobs-manager-page .site-inner {
	padding: 80px 0 200px;
}

.entry-content .job_listings ul > li:before,
.entry-content ul.job-dashboard-actions > li:before {
	content: none;
}

.job_listings .company_logo {
	display: none;
}

.entry-content ul.job_listings li.job_listing a div.position {
	padding: 0;
	width: 50%;
}

.entry-content ul.job_listings li.job_listing a div.location {
    width: 30%;
}

.entry-content .job_listing .location:before {
    color: #41B6E6;
	content: '\f3c5';
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 600;
	margin-right: 4px;
}

.entry-content .job_listing .job-type {
    color: #3167BE;
    font-size: 16px;
    font-weight: 700;
}

.entry-content .job_listing .date {
	color: #001549;
    font-size: 14px;
}

.single_job_listing {
	padding: 80px 0 200px;
}

.entry-content .single_job_listing .meta li {
	color: #3167BE;
    font-size: 14px;
    font-weight: 700;
}

.entry-content .single_job_listing .meta .job-type {
    background-color: transparent;
    color: #3167BE;
    padding-left: 0;
}

.entry-content .single_job_listing .meta .job-type:before {
	content: none;
}

.entry-content .single_job_listing .meta .date-posted:before {
	content: '\f073';
	font-family: "Font Awesome 5 Pro" !important;
	font-style: normal;
	font-weight: 500;
	top: 50%;
	transform: translateY( -50% );
}

.entry-content ul.job-listing-meta > li {
	padding-left: 24px;
}

.entry-content ul.job-listing-meta > li:before {
	color: #3167BE;
	left: 0;
	top: 50%;
	transform: translateY( -50% );
}

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #3167BE;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


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

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

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

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

/* Display outline on focus */
:focus {
	color: #001649;
	outline: #41b7e5 solid 2px;
	outline-offset: 4px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #33A5E0;
	padding: 24px 32px 0;
}

/* Subpage Header
--------------------------------------------- */

.subpage-header {
    background-color: #001549;
    color: #fff;
    padding: 40px 24px;
}

.subpage-header .wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto;
	max-width: 1200px;
}

.subpage-header-icon-wrap {
	min-width: 100px;
}

.subpage-header-title-breadcrump-wrap {
	margin-left: 40px;
}

.subpage-header h1 {
	color: #fff;
}

.subpage-header a {
	color: #33A5E0;
	text-decoration: none;
}

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

.wp-custom-logo .title-area {
	max-width: 150px;
	position: relative;
	width: 100%;
	z-index: 3;
}

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

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	position: relative;
	width: 100%;
	z-index: 2;
}

.genesis-nav-menu .menu-item {
	display: block;
}

.genesis-nav-menu a {
	border-bottom: 4px solid transparent;
	color: #001549;
	display: block;
	font-size: 16px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 16px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sfHover > a,
.genesis-nav-menu .current-menu-item > a {
	border-bottom: 4px solid #41B6E6;
	color: #3167BE;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-bottom: none;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-transform: initial;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
	color: #41B6E6;
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 600;
	position: absolute;
	right: 32px;
}

.genesis-nav-menu > .menu-item:focus,
.genesis-nav-menu > .menu-item:hover {
	/* position: relative; */
}

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

.genesis-nav-menu .sub-menu .menu-header a {
	color: #3167BE;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .view-all a,
.genesis-nav-menu .sub-menu .sub-menu .view-all a {
	position: relative;
}

.genesis-nav-menu .sub-menu .view-all a:after,
.genesis-nav-menu .sub-menu .sub-menu .view-all a:after {
	color: #41B6E6;
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 600;
	position: absolute;
	right: 32px;
	top: 38px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: -32px;
	opacity: 1;
	top: -101px;
	z-index: -1;
}

.menu .menu-item > a:focus + ul.sub-menu .sub-menu,
.menu .menu-item.sfHover > ul.sub-menu .sub-menu {
	left: 680px;
    top: 0;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

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

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-top: 15px;
	width: 100%;
}

/* Utility Menu
--------------------------------------------- */

.utility-nav-menu ul li {
	display: inline-block;
}

.utility-nav-menu ul li a {
	font-size: 16px;
	text-decoration: none;
	padding: 0 16px;
}

.utility-nav-menu ul li.menu-button a {
	background-color: #41B6E6;
	border: 4px solid #41B6E6;
	color: #001549;
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	margin-left: 16px;
	padding: 8px 32px;
}

.utility-nav-menu ul li.menu-button a:hover,
.utility-nav-menu ul li.menu-button a:focus {
	background-color: transparent;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Globals
--------------------------------------------- */

.elementor-top-section {
	padding: 80px 0;
}

.elementor-top-section.no-padding-row {
	padding: 0;
}

.elementor-top-section.services-row {
	padding: 0 0 80px;
}

.elementor-top-section.elementor-section-stretched {
	padding-left: 24px;
	padding-right: 24px;
}

.elementor-container>.elementor-column:first-of-type>.elementor-element-populated {
	padding-left: 0;
}

.elementor-container>.elementor-column:last-of-type>.elementor-element-populated {
	padding-right: 0;
}

.logos-row .elementor-container>.elementor-column:first-of-type>.elementor-element-populated,
.logos-row .elementor-container>.elementor-column:last-of-type>.elementor-element-populated {
	padding-left: 30px;
	padding-right: 30px;
}

.blue-row {
	color: #fff;
	background-color: #001549;
	margin: 80px 0;
}

.blue-row h1,
.blue-row h2,
.blue-row h3,
.blue-row h4,
.blue-row h5,
.blue-row h6,
.blue-row a {
	color: #fff;
}

.blue-row a:hover,
.blue-row a:focus {
	border-bottom: 4px solid #fff;
}

.has-eyebrow p:first-of-type {
	color: #3167BE;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.card .elementor-element-populated,
.callout-card,
.card-col .elementor-widget-wrap .elementor-element {
	border: 1px solid #3167BE;
	border-bottom: 8px solid #3167BE;
	padding: 40px !important;
}

.card-col .elementor-widget-wrap {
	-ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blue-card {
	padding: 0 20px;
}

.blue-card:first-of-type {
	padding-left: 0 ;
}

.blue-card:last-of-type {
	padding-right: 0 ;
}

.card.blue-card .elementor-element-populated,
.card-col.blue .elementor-widget-wrap .elementor-element {
	background-color: #001549;
	border: 1px solid #001549;
	border-bottom: 8px solid #33A5E0;
	color: #fff;
}

.card.blue-card .elementor-element-populated h3 {
	color: #fff;
	font-size: 32px;
}

.card-col.blue .elementor-widget-wrap .elementor-element h3 {
	color: #fff;
}

.card.blue-card .elementor-element-populated a {
	color: #fff;
}

.card.blue-card .elementor-element-populated .elementor-widget-text-editor {
	position: static;
}

.card.blue-card.elementor-element-edit-mode .elementor-element-populated .elementor-widget-text-editor {
	position: relative;
}

.card.blue-card .elementor-element-populated a:after {
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.card.blue-card .elementor-element-populated a:hover,
.card.blue-card .elementor-element-populated a:focus {
	color: #41b7e5;
}

.card.blue-card .elementor-element-populated,
.card.blue-card .elementor-element-populated {
	transform: translateY( 0 );
	transition: all 0.4s ease-in-out;
}

.card.blue-card .elementor-element-populated:hover,
.card.blue-card .elementor-element-populated:focus {
	transform: translateY( -12px );
}

.industry-card-wrap {
	margin-bottom: 40px;
}

.industry-card-wrap:last-of-type {
	margin-bottom: 0;
}

.service-row {
	margin-bottom: 40px;
}

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

.service-row .elementor-element-populated .elementor-widget-image {
	padding-right: 20px
}

.service-row .elementor-element-populated .elementor-widget-text-editor {
	padding-left: 20px
}

.stat {
	color: #001549;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 75%;
}

.stat.stacked-stat {
     -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stat:after {
	background-color: #41B6E6;
    bottom: -32px;
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 300px;
}

.number {
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
	max-width: 30%;
	width: auto;
}

.statistic {
	font-size: 24px;
	font-weight: 900;
    margin-bottom: 6px;
	margin-left: 24px;
	width: 70%;
}

.stat.stacked-stat .number,
.stat.stacked-stat .statistic {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.stat + .reference {
	margin-top: 48px;
}

.reference,
.reference a {
	color: #555;
	font-size: 14px;
}

.reference a:hover,
.reference a:focus {
	color: #161C21;
}

.contact-us-row {
	background-color: #3167BE;
	color: #fff;
	padding: 80px 0;
}

.contact-us-row .wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin: 0 auto;
	max-width: 1200px;
}

.contact-us-row .wrap .col-50 {
    width: 49%;
}

.contact-us-row h2 {
	color: #fff;
	font-size: 32px;
}

.contact-us-row a {
	color: #fff;
}

.callouts-row .elementor-widget-wrap,
.callouts-row .elementor-element,
.callouts-row .elementor-widget-container,
.callouts-row .elementor-shortcode {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.callouts-row .elementor-element.industry-highlight .elementor-widget-container,
.callouts-row .elementor-element.contact-callout .elementor-widget-container {
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.callouts-row .elementor-widget-container,
.callouts-row .elementor-shortcode {
	width: 100%;
}

.card.callout {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 32px;
	position: relative;
	width: 100%;
}

.card.callout:before {
	background-color: #3167BE;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	transition:all ease 0.5s;
	width: 280px;
}

.card.callout:hover:before {
    width: 100%;
}

.card.callout.white {
	background-color: #fff;
	border: 1px solid #3167BE;
}

.card.callout.gray {
	background-color: #F3F3F3;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
}

.stylized-img .elementor-widget-container:before {
	background-color: #3167BE;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
}

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

.hero-row h1 {
	font-weight: 300;
	letter-spacing: -2px;
}

.hero-row p:first-of-type {
	font-size: 40px;
	font-weight: 600;
}

.industry-row:before {
	background: url(/wp-content/uploads/2021/08/opsec-industrycallout.svg) no-repeat right bottom/cover;
    bottom: -104px;
    content: '';
    left: 0;
    position: absolute;
    top: 40px;	
	width: 34%;
}

.solution-row {
	margin-bottom: 80px;
}

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

.solution-row .elementor-element-populated .elementor-widget-image {
	padding-right: 40px
}

.solution-row .elementor-element-populated .elementor-widget-text-editor {
	padding-left: 40px
}

.latest-news h3 {
	font-size: 32px;
	font-weight: 700;
}

.latest-news .news-more-link,
.upcoming-events .events-all-link {
	margin: auto 0 0;
}

.upcoming-event {
	border-bottom: 1px solid #3167BE;
	padding: 24px 0;
}

.upcoming-event:first-of-type {
	padding-top: 0;
}

.upcoming-event:last-of-type {
	border-bottom: none;
}

.upcoming-event .event-date {
	color: #3167BE;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.upcoming-event h3 a {
	color: #001549;
	font-weight: 400;
}

/* Content + Digital Presence
--------------------------------------------- */

.industry-callout-row h2 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 0;
}

/* AntiPiracy
--------------------------------------------- */

.antipiracy .service-row h3 {
    font-size: 40px;
    margin-bottom: 24px;
}

/* News
--------------------------------------------- */

.blog .site-inner,
.search .site-inner,
.archive:not(.post-type-archive-resources) .site-inner {
	padding: 80px 24px 200px;
}

.blog .content,
.search .content,
.archive:not(.post-type-archive-resources) .content {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog article.type-post,
.search article,
.archive:not(.post-type-archive-resources) article {
	background-color: #fff;
    border: 1px solid #3167BE;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2%;
    padding: 56px 40px 40px;
    position: relative;
    width: 49%;
}

.blog article.type-post:before,
.search article:before,
.archive:not(.post-type-archive-resources) article:before,
.search article.type-post:before {
	background-color: #3167BE;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	transition:all ease 0.5s;
	width: 70%;
}

.blog article.type-post:hover:before,
.search article:hover:before,
.archive:not(.post-type-archive-resources) article:hover:before,
.search article.type-post:hover:before {
    width: 100%;
}

.blog article.type-post .entry-meta, 
.search article .entry-meta, 
.archive:not(.post-type-archive-resources) article .entry-meta, 
.search article.type-post .entry-meta {
	color: #3167BE;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

.blog article.type-post .entry-meta a, 
.search article .entry-meta a, 
.archive:not(.post-type-archive-resources) article .entry-meta a, 
.search article.type-post .entry-meta a {
	font-weight: 700;
	text-decoration: none;
}

.blog article.type-post .entry-meta a:hover, 
.blog article.type-post .entry-meta a:focus,
.archive:not(.post-type-archive-resources) article .entry-meta a:hover,
.archive:not(.post-type-archive-resources) article .entry-meta a:focus, 
.search article.type-post .entry-meta a:hover,
.search article.type-post .entry-meta a:focus,
.search article .entry-meta a:hover,
.search article .entry-meta a:focus {
	text-decoration: underline;
}

.blog article.type-post .entry-meta .entry-author,
.blog article.type-post .entry-meta .reading-time,
.search article .entry-meta .entry-author,
.search article .entry-meta .reading-time,
.archive:not(.post-type-archive-resources) article .entry-meta .entry-author,
.archive:not(.post-type-archive-resources) article .entry-meta .reading-time {
	margin-right: 12px;
}

.blog article.type-post .entry-meta .entry-author, 
.blog article.type-post .entry-meta .reading-time, 
.blog article.type-post .entry-meta .entry-time,
.search article .entry-meta .entry-author, 
.search article .entry-meta .reading-time, 
.search article .entry-meta .entry-time,
.archive:not(.post-type-archive-resources) article .entry-meta .entry-author, 
.archive:not(.post-type-archive-resources) article .entry-meta .reading-time, 
.archive:not(.post-type-archive-resources) article .entry-meta .entry-time {
    white-space: nowrap;
}

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

.entry-author:before,
.span-reading-time:before,
.entry-time:before,
.entry-categories:before,
.entry-tags:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 500;
    margin-right: 6px;
}

.entry-author:before {
    content: '\f505';
}

.span-reading-time:before {
    content: '\f2e1';
}

.entry-time:before {
    content: '\f073';
}

.entry-categories:before,
.entry-tags:before {
    content: '\f02b';
}

.blog article.type-post h2,
.search article h2 {
	font-size: 24px;
}

.archive:not(.post-type-archive-resources) article .entry-content {
	margin-bottom: 24px;
}

.blog article.type-post .entry-footer .entry-meta,
.archive:not(.post-type-archive-resources) article .entry-footer .entry-meta {
    text-transform: capitalize;
}

.blog article.type-post .entry-footer .entry-meta {
	margin-bottom: 0;
}

/* News > Single
--------------------------------------------- */

.single-post .site-inner .content-sidebar-wrap {
    max-width: 960px;
}

.single-post .site-inner {
	padding: 80px 24px 200px;
}

.single-post .single-featured-image {
	margin-bottom: 40px;
}

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

/* Events
--------------------------------------------- */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0;
	padding-top: 0;
}

.tribe-common .tribe-common-l-container {
	max-width: 1200px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__month-separator-text.tribe-common-h6--min-medium {
    font-size: 24px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
}

.archive.post-type-archive-tribe_events article {
	margin-bottom: 0;
	width: 100%;
}

.tribe-events-calendar-list__event-date-tag {
	background-color: #3167be;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	color: #fff;
	font-size: 24px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium {
	color: #fff;
	font-size: 40px;
}

.tribe-events-calendar-list__event-datetime-wrapper {
	color: #3167BE !important;
	font-weight: 700 !important;
}

.tribe-common a.events-more-link {
	display: inline-block;
	margin-top: 24px;
}

.archive article.tribe-events-calendar-month__calendar-event {
    background-color: #F3F3F3;
    border: none;
    height: 100%;
    margin-bottom: 0;
    padding: 16px;
}

.archive article.tribe-events-calendar-month__calendar-event:before {
	content: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #41b7e5;
}

/* Single Event
--------------------------------------------- */

.tribe_events.has-post-thumbnail .tribe-events-event-image {
	margin-right: 2%;
	width: 29% !important;
}

.tribe_events.has-post-thumbnail .tribe-events-single-event-description {
	width: 69% !important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	background-color: #F3F3F3;
	padding: 0 32px;
	width: 100%;
}

.tribe-events-event-meta:before {
	content: none;
}

.tribe-events-event-url a {
	background-color: #41B6E6;
	border: 4px solid #41B6E6;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	padding: 8px 28px;
	text-decoration: none;
	width: auto;
}

.tribe-events-event-url a:hover,
.tribe-events-event-url a:focus {
	background-color: transparent;
}

#tribe-events-footer {
	border-top: none;
}

/* Contact Us
--------------------------------------------- */

.contact-callout p:first-of-type {
	color: #3167BE;
    margin-bottom: 8px;
}

/* Terms of Use
--------------------------------------------- */

.terms-of-use h2 {
	font-size: 24px;
}

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

.home .entry {
	margin-bottom: 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	padding-left: 56px;
}

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

.entry-content ul > li {
	list-style-type: none;
	margin-bottom: 24px;
	position: relative;
}

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

.entry-content ul > li:before {
	color: #41B6E6;
	content: '\f45c';
	font-family: "Font Awesome 5 Pro";
	font-size: 8px;
	font-style: normal;
	font-weight: 600;
	left: -20px;
	position: absolute;
	top: 6px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.elementor-select-preset-list .elementor-preset:before,
.elementor-edit-area-active .elementor-editor-element-setting:before {
	content: none;
	transform: translateY( 0 );
}

.entry-content .elementor-select-preset-list {
    padding: 0 25px;
    margin: 20px auto 0;
}

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

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

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

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

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

.pagination {
	clear: both;
	margin: 40px auto 80px;
	text-align: center;
	width: 100%;
}

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

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

.archive-pagination li a {
	background-color: #C1C1C3;
	border-radius: 24px;
	color: #001549;
	cursor: pointer;
	display: inline-block;
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 16px;
	font-weight: 600;
	height: 32px;
	margin-bottom: 4px;
	padding: 0;
	text-decoration: none;
	width: 32px;
}

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

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	background-color: transparent;
	border-radius: 0;
	font-size: 32px;
	height: auto;
	position: relative;
	top: 6px;
	width: auto;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

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

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

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	background-color: #001549;
	color: #fff;
	clear: both;
	font-size: 14px;
	padding: 32px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}


.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #41B6E6;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.social-links a {
	font-size: 16px;
	margin-left: 40px;
}

.social-links a:first-of-type {
	margin-left: 0;
}

.footer-widgets-1 {
	border-bottom: 1px solid #3167BE;
	border-top: 1px solid #3167BE;
	margin-bottom: 16px;
	padding: 16px 0;
}

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


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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


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

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

	.site-header .wrap {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

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

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

	.genesis-nav-menu {
    	display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
    }

	/*.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu > .menu-item:focus,
	.genesis-nav-menu > .menu-item:hover {
		 position: relative; 
	}*/

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #3167BE;
	}

	.genesis-nav-menu .sub-menu {
		height: 100vh;
		width: 680px;
	}

	.genesis-nav-menu .sub-menu a {
		width: 680px;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #fff;
		opacity: 0;
		overflow-y: scroll;
		padding: 149px 0 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
		-ms-overflow-style: none; /* for Internet Explorer, Edge */
		scrollbar-width: none; /* for Firefox */
	}

	.genesis-nav-menu .sub-menu::-webkit-scrollbar {
		display: none; /* for Chrome, Safari, and Opera */
	}

	.genesis-nav-menu .sub-menu:before {
		background-color: #fff;
		content: '';
		height: 149px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		width: 680px;
		z-index: 9;
	}

	.genesis-nav-menu .sfHover .sub-menu:before {
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}

	.admin-bar .genesis-nav-menu .sub-menu:before {
		top: 32px;
	} 

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding: 12px 32px;
	}

	.genesis-nav-menu .sub-menu li:last-of-type a {
		padding-bottom: 40px;
	}

	.admin-bar .genesis-nav-menu .sub-menu li:last-of-type a {
		padding-bottom: 72px;
	}

	.genesis-nav-menu .resources-menu .sub-menu li:first-of-type a,
	.genesis-nav-menu .about-menu .sub-menu li:first-of-type a {
		padding-top: 40px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		padding-top: 189px;
		position: fixed;
	}

	.genesis-nav-menu .sub-menu .menu-header a {
		padding-bottom: 4px;
		padding-top: 40px;
	}

	.genesis-nav-menu .sub-menu .divider-below > a {
		padding-bottom: 40px;
	}

	.genesis-nav-menu .sub-menu .divider-below > a:before {
		background-color: #33A5E0;
		bottom: 0;
		content: '';
		height: 1px;
		left: 32px;
		position: absolute;
		width: calc( 100% - 64px );
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #F3F3F3;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.genesis-nav-menu .sub-menu .sub-menu a {
		width: 360px;
	}

	.genesis-nav-menu .sub-menu .sub-menu span[itemprop="name"] {
		display: block;
		margin-bottom: 8px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .description {
		font-size: 14px;
		font-weight: 400;
		display: block;
		line-height: 1.3;
		margin-top: 4px;
	}

	.genesis-nav-menu .sub-menu .view-all a,
	.genesis-nav-menu .sub-menu .sub-menu .view-all a {
		margin-top: 16px;
	}

	.genesis-nav-menu .sub-menu .view-all a span,
	.genesis-nav-menu .sub-menu .sub-menu .view-all a span {
        border-bottom: 1px solid #33A5E0;
		border-top: 1px solid #33A5E0;
		display: block;
		padding: 24px 0;
	}

	.menu-blocker {
		background-color: rgb(0 21 73 / .5);
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 100%;
		top: 0;
		transition: opacity 0.2s ease-in-out;
	}

	.menu-blocker.active {
		opacity: 1;
		right: 0;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 20px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		width: 100%;
	}

/* 	.nav-primary .genesis-nav-menu > li {
		padding-right: 40px;
	}

	.nav-primary .genesis-nav-menu > li:last-of-type {
		padding-right: 0;
	} */

	.nav-primary .genesis-nav-menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner .content-sidebar-wrap {
		max-width: 1200px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.home .entry {
		margin-bottom: 120px;
	}

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

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

	#menu-footer-menu li {
		display: inline-block;
		margin-bottom: 0;
		padding-left: 40px;
	}

	#menu-footer-menu li:first-of-type {
		padding-left: 0;
	}

}

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

    .footer-widgets-1 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

}

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

	#wprmenu_bar .bar_logo {
		height: 48px !important;
		position: relative;
		top: -8px;
	}

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

    .footer-widgets-1 .widget_nav_menu {
    	margin-bottom: 16px;
    }

}

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

	.elementor-top-section {
		padding: 40px 0;
	}

	.elementor-container>.elementor-column:first-of-type>.elementor-element-populated {
		padding-right: 0;
	}

	.elementor-container>.elementor-column:last-of-type>.elementor-element-populated {
		padding-left: 0;
	}

	.logos-row.elementor-container>.elementor-container>.elementor-column:first-of-type>.elementor-element-populated {
		padding-left: 30px;
	}

	.logos-row.elementor-container>.elementor-container>.elementor-column:last-of-type>.elementor-element-populated {
		padding-right: 30px;
	}

	.subpage-header .wrap {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
	}

	.subpage-header-icon-wrap {
		margin-bottom: 16px;
		max-width: 80px;
		min-width: 0;
	}

	.subpage-header-title-breadcrump-wrap {
		margin-left: 0;
	}

	.blue-row {
		margin: 40px 0;
	}

    .hero-row .elementor-widget-wrap>.elementor-element.elementor-absolute {
    	position: relative;
    }

    .industry-row.elementor-top-section.elementor-section-stretched {
    	padding-left: 30%;
    }

    .industry-row:before {
		background: url(/wp-content/uploads/2021/06/city-01.png) no-repeat right bottom/cover;
		bottom: -104px;
		content: '';
		left: 0;
		position: absolute;
		top: 40px;
		width: 25%;
	}

	.industry-row .industry-list .elementor-column:first-of-type>.elementor-element-populated {
		padding-bottom: 0;
		padding-top: 10px;
	}

	.industry-row .industry-list .elementor-column>.elementor-element-populated {
		padding-top: 0;
	}

	.solution-row {
		margin-bottom: 40px;
	}

	.solutions-row .elementor-widget-image .elementor-widget-container,
	.service-row .elementor-widget-image .elementor-widget-container {
		text-align: left;
	}

	.solution-row .elementor-element-populated .elementor-widget-image,
	.service-row .elementor-element-populated .elementor-widget-image {
		padding-bottom: 24px;
		padding-right: 0;
	}

	.solution-row .elementor-element-populated .elementor-widget-text-editor,
	.service-row .elementor-element-populated .elementor-widget-text-editor {
		padding-left: 0;
	}

	.elementor-top-section.services-row {
		padding: 0 0 40px;
	}

	.service-row {
		margin-bottom: 0;
	}

	.stat {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 80px;
        width: 100%;
	}

	.stat-row .elementor-column:last-of-type .stat {
		margin-bottom: 40px;
	} 

	.number {
		max-width: 100%;
	}

	.statistic {
		margin-left: 0;
		width: 100%;
	}

	.industry-card-wrap {
		margin-bottom: 0;
	}

    .blue-card,
	.blue-card:first-of-type,
	.blue-card:last-of-type {
		padding: 0 0 24px;
	}

	.logos-row .elementor-inner-section .elementor-col-20 {
		width: 20%;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag {
		width: 90px;
	}

	.tribe-common .tribe-common-g-row--gutters {
		margin: 0;
	}

	.elementor-widget-container .elementor-toggle .elementor-tab-content div {
		float: none;
		width: 100%;
	}

	.elementor-widget-container .elementor-toggle .elementor-tab-content div.form {
		width: 100%;
	}

	.elementor-widget-wrap>.elementor-element.elementor-absolute {
        bottom: unset !important;
        left: unset !important;
		position: relative !important;
		right: unset !important;
		top: unset !important;
	}

}

@media only screen and (max-width: 500px) {
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}

	a.text-link {
		font-size: 15px;
	}

	.hero-row p:first-of-type {
		font-size: 32px;
	}

	.industry-row.elementor-top-section.elementor-section-stretched {
    	padding-left: 24px;
    }

	.industry-row:before {
		content: none;
	}

	.card .elementor-element-populated, 
	.callout-card, .card-col .elementor-widget-wrap .elementor-element {
		padding: 32px !important
	}

	.footer-widgets-1 .menu-footer-menu-container li a {
		display: block;
		padding: 8px 0;
	}

	.logos-row .elementor-inner-section .elementor-col-20 {
		width: 100%;
	}

	.number {
		font-size: 56px;
	}

	.blog article.type-post, 
	.archive:not(.post-type-archive-resources) article {
		width: 100%;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag {
		width: 40px;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		font-size: 16px;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
		font-size: 24px !important;
	}

	.post-type-archive-tribe_events.archive  article {
        padding: 56px 24px 40px;
	}

	.tribe_events.has-post-thumbnail .tribe-events-event-image,
	.tribe_events.has-post-thumbnail .tribe-events-single-event-description {
		width: 100% !important;
	}

	.single-tribe_events .tribe-events-single .tribe-events-event-meta {
		padding: 32px;
	}

	.entry-content ul.job_listings li.job_listing a div.position,
	.entry-content ul.job_listings li.job_listing a div.location,
	ul.job_listings li.job_listing a .meta, 
	ul.job_listings li.no_job_listings_found a .meta {
        float: none !important;
        padding-left: 0 !important;
        text-align: left !important;
        width: 100% !important;
	}

	.elementor-widget-container .elementor-toggle .elementor-tab-content {
		padding-left: 10px;
	}

}

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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

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

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

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

}
