/*
 Theme Name:   The BOE Report
 Theme URI:    https://boereport.com
 Description:  The pinnacle of WordPress design.
 Author:       Mike Kroon
 Author URI:   https://mike-k.ca
 Template:     genesis
 Version:      1.8.72
 Text Domain:  the-boe-report
*/

/* Table of Contents
	- Reset & Imports
		- Imports
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
		- Clients
	- Widgets
		- Featured Content
	- Plugins
		- CAPTCHA
		- Collapse-O-Matic
		- ALM
		- Sharing
		- Market Quotes
		- Sassy Social Share
		- Caleandar
		- Voting
		- Highcharts
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
	- Maps
	- Sidebars
	- Modals
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1024px;
		- max-width: 768px
		- Print
*/

/* Imports
---------------------------------------------------------------------------------------------------- */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap-grid.min.css);

/* Normalize 4.2.0
--------------------------------------------- */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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 {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #f2f2f2;
	color: rgba(0, 0, 0, 0.87);
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

a,
button,
input:focus,
input:hover,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
textarea:hover,
.button,
.alm-btn-wrap .alm-load-more-btn,
.cld-number,
.social-follow-list li {
	transition: all 0.333s ease-out 0s !important;
}

::selection {
	background-color: rgba(0, 0, 0, 0.87);
	color: #fff;
}

a {
	color: #df8933;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
	color: #bc742b;
}

.dataLink,
.dataLink:hover {
	color: initial;
}

.dataLink:hover {
	text-decoration: none;
}

.dataBox {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 14px;
	text-align: center;
	transition: all 0.333s ease-out 0s;
	border-radius: 2px;
}

.dataBox > p {
	margin-bottom: 0 !important;
}

.dataBox:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 1)
}

p, ol, ul {
	padding: 0;
	margin-top: 0;
}

ol, ul {
	margin: 0;
	list-style-type: square;
}

ul ul {
    margin-left: 20px;
}

ul.display-posts-listing {
	text-align: left;
}

ul.display-posts-listing > li:not(:last-child) {
	border-bottom: 1px solid #d2d0ce;
	padding: 2px 0;
}

ul.display-posts-listing > li {
	padding: 2px 0;
}

blockquote {
	padding: 14px;
	background-color: #fff;
	margin: 0 0 16px;
	border-left: 2px solid #f79838;
	font-style: italic;
}

cite {
	font-style: normal;
}

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

b, strong {
	font-weight: bold;
}

li.search {
	list-style-type: none;
	order: 2;
	flex-grow: 1;
	margin: 8px 8px 0 8px;
}

body.archive .entry-image {
	margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 30px;
}

a.read-more {
	white-space: nowrap;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgba(0, 0, 0, 0.87);
	font-weight: normal;
	padding: 0;
	margin: 0 0 22px;
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 1.4;
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

img {
	height: auto;
}

pre {
    font-family: Andale Mono, Courier New !important;
}

/* Forms
--------------------------------------------- */
select,
textarea {
	border: 1px solid #8a8886;
	color: inherit;
	font-size: inherit;
	padding: 6px 8px;
	width: 100%;
	border-radius: 2px;
}

input,
textarea {
	background-color: #f8f8f8;
}

input {
	padding: 2px 8px;
	border: 1px solid #8a8886;
	border-radius: 2px;
}

input:hover,
textarea:hover,
select:hover {
	border-color: #000;	
}

input:focus,
textarea:focus {
	background-color: #fff;
	border-color: #f79838;
	outline: none;
}

.s2-form input {
	width: inherit;
}

::-moz-placeholder,
::-webkit-input-placeholder {
	color: #605e5c;
	opacity: 1;
}

button,
input[type="button"],
input[type="submit"],
.button {
	background-color: #f79838;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 12px;
	width: auto;
	display: inline-block;
	border-radius: 2px;
	line-height: 1;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.button:hover {
	background: linear-gradient(135deg, #f79838 0%,#df8933 100%);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
	text-decoration: none;
	color: #fff;
}

button[type="reset"] {
	background-color: #fff;
}

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

.ui-autocomplete { 
	z-index: 999; 
}

.boe-toggle {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
	margin-right: 7px;
	vertical-align: middle;
}

.boe-toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* Style the toggle */
.boe-toggle-state {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#f8f8f8;
	border: 1px solid #8a8886;
	border-radius: 10px;
	transition: all 0.333s ease-out 0s;
}

.boe-toggle-state:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	top: 3px;
	background-color: #8a8886;
	transition: all 0.333s ease-out 0s;
	border-radius: 50%;
}

input:checked + .boe-toggle-state {
	background-color: #f79838;
	border-color: #f79838;
}

input:checked + .boe-toggle-state:before {
	transform: translateX(22px);
	background-color: #fff;
}

.boe-checkbox {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.boe-checkbox .verticle {
	margin-bottom: 12px;
}

.boe-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

.boe-check {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 2px;
	border: 1px solid #8a8886;
	transition: all 0.333s ease-out 0s;
}

.boe-checkbox:hover input ~ .boe-check,
.boe-checkbox input:indeterminate ~ .boe-check {
	border-color: #000;
}

.boe-checkbox input:checked ~ .boe-check {
	background-color: #f79838;
	border-color: transparent;
}

.boe-check:after {
	content: "";
	position: absolute;
	display: none;
}
  
.boe-checkbox input:checked ~ .boe-check:after,
.boe-checkbox input:indeterminate ~ .boe-check:after {
	display: block;
}
  
/* Style the checkmark/indicator */
.boe-checkbox .boe-check:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.boe-checkbox input:indeterminate ~ .boe-check:after {
	left: 5px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: 4px solid #f79838;
	border-radius: 2px;
	transform: none;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	font-size: smaller;
}

table.dataTable thead th,
tr,
table.dataTable.no-footer,
table.dataTable > tbody > tr.child ul.dtr-details > li {
	border-bottom: 1px solid #d2d0ce !important;
}

.msw-box table.dataTable thead th {
	text-transform: none !important;
	font-size: inherit !important;
	text-align: center !important;
	border: none !important;
	letter-spacing: normal !important;
}

.msw-box table.dataTable thead th,
.msw-box table.dataTable > tbody > tr.child span.dtr-title {
	color: rgba(0, 0, 0, 0.87) !important;
}

.msw-box table.dataTable tbody .stock .stock-title .stock-name,
.msw-box table.dataTable > tbody > tr.child span.dtr-title {
	font-size: smaller !important;
}

.msw-box table.dataTable > tbody > tr.child > td.child {
	background: #fff !important;
}

.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	background-color: #e5e5e5 !important;
}

.msw-box table.dataTable tbody .stock .stock-title .stock-name,
.msw-box table.dataTable tbody .stock .stock-title .stock-symbol {
	line-height: inherit !important;
}

@media screen and (max-width: 553px) {
	.msw-box table.dataTable.dtr-column.collapsed > tbody > tr[role="row"] > td:first-child,
	.msw-box table.dataTable.dtr-column.collapsed > tbody > tr[role="row"] > th:first-child {
		position: relative;
		padding-right: 30px;
		cursor: pointer;
	}

	.msw-box table.dataTable.dtr-column.collapsed > tbody > tr[role="row"] > td:first-child::before,
	.msw-box table.dataTable.dtr-column.collapsed > tbody > tr[role="row"] > th:first-child::before {
		top: 9px;
		left: 0;
		display: block;
		position: absolute;
		border-radius: 14px;
		box-sizing: content-box;
		text-align: center;
		text-indent: 0 !important;
		content: '+';
		color: #f79838 !important;
		font-size: 20px;
		line-height: 20px;
	}
}

th,
td {
	text-align: left;
	padding: 8px 10px;
	vertical-align: middle;
}

td p {
	margin-bottom: 0 !important;
}

th {
	font-weight: bold;
	text-align: center;
}

#dataTable {
	width: 100% !important;
}

table.dataTable tbody tr {
	transition: background .25s linear;
}

table.dataTable tbody tr.odd,
.msw-box table.dataTable.display tbody tr.odd {
	background: linear-gradient(135deg, #fff 0%,#fafafa 100%);
}

table.dataTable tbody tr.odd {
	background-color: #fff;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
	list-style-type: none;
	margin-left: 0;
}

table.dataTable tbody tr.parent,
table.dataTable tbody tr.child {
	box-shadow: none;
}

table.dataTable tbody td.no-wrap {
	white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting,
.msw-box table.dataTable thead .sorting {
	/*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/images/sort_both.png");*/
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5RjlGOUY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsNC4yTDYsNy43TDUuNCw3LjFsNC00bDQsNGwtMC41LDAuNUw5LjQsNC4yeiBNOS40LDEzLjZsMy41LTMuNWwwLjUsMC41bC00LDRsLTQtNEw2LDEwLjFMOS40LDEzLjZ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==") !important;
}
  
table.dataTable thead .sorting_asc,
.msw-box table.dataTable thead .sorting_asc {
	/*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/images/sort_asc.png");*/
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGNzk4Mzg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsMi4yTDE1LjMsOGwtMC43LDAuN0w5LjQsMy42TDQuMyw4LjhMMy42LDhMOS40LDIuMnoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K") !important;
}

table.dataTable thead .sorting_desc,
.msw-box table.dataTable thead .sorting_desc {
	/*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/images/sort_desc.png");*/
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGNzk4Mzg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjYsMTAuOEw0LjMsMTBsNS4xLDUuMWw1LjEtNS4xbDAuNywwLjdsLTUuOSw1LjlMMy42LDEwLjh6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==") !important;
}

table.dataTable thead .sorting_asc_disabled {
	/*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/images/sort_asc_disabled.png");*/
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5RjlGOUY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsMi4yTDE1LjMsOGwtMC43LDAuN0w5LjQsMy42TDQuMyw4LjhMMy42LDhMOS40LDIuMnoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");
}

table.dataTable thead .sorting_desc_disabled {
	/*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/images/sort_desc_disabled.png");*/
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5RjlGOUY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjYsMTAuOEw0LjMsMTBsNS4xLDUuMWw1LjEtNS4xbDAuNywwLjdsLTUuOSw1LjlMMy42LDEwLjh6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td {
    border-top: 1px solid #d2d0ce;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable tbody tr.parent,
table.dataTable tbody tr.child,
table.dataTable tbody tr:hover {
	background: #fff;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

table.dataTable tr.child li[data-dt-column="13"] span.dtr-data a:not(:first-child):before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c1\00a0";
	font-weight: 900;
	color: initial;
}

table.dataTable tr.child li[data-dt-column="13"] span.dtr-data a:not(:first-child):before:hover {
	text-decoration: none;
}

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

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
	height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper:after {
	visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTables_search_panel {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color: transparent !important;
	color: #8b5520 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	font-family: inherit !important;
	color: #f79838 !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 20px;
	line-height: 20px !important;
}

.col-group1 {
	background-color: #faf9f8;
}

.col-group2 {
	background-color: #f3f2f1;
}

.col-group3 {
	background-color: #edebe9;
}

.spinner {
	border-radius: 50%;
	border-style: solid;
	border-width: 1.5px;
	border-color: rgb(247, 152, 56) rgb(239, 230, 219) rgb(239, 230, 219);
	border-image: none 100% / 1 / 0 stretch;
	animation-name: spinner-animation;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
	width: 28px;
	height: 28px;
	display: block;
}

@keyframes spinner-animation {
	0% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(360deg);
	}
  }

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
    	text-align: center;
	}
	
	.dataTables_wrapper .dataTables_paginate {
	  margin-top: 5px;
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
  	.dataTables_wrapper .dataTables_filter {
    	margin-top: 5px;
	}
}

/* Panels
--------------------------------------------- */

.info-panel-header {
	padding: 30px;
	font-size: 18px;
	color: #fff;
}

.info-panel-content {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
}

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

/* Site Containers
--------------------------------------------- */
.site-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 12px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 1170px;
	padding: 12px 0;
}

body.home .latestHeadlines .listing-item,
body.archive .latestHeadlines .listing-item {
	display: table;
}

body.archive .latestHeadlines .listing-item {
	width: 100%;
}

body.home .latestHeadlines .listing-item,
body.home .latestHeadlines .listing-item:hover {
	box-shadow: none !important;
	padding: 0 !important;
	background-color:  transparent !important;
	margin-bottom: 14px;
}

.page .entry-content {
    padding: 0 10px;
}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.hidden-lg {
	display: none !important;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

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

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

/* Content */
.content {
	float: right;
	width: 800px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 350px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 164px;
}

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


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

.footer-column {
	float: left;
	width: 16.66666667%;
	font-size: small;
	text-align: left;
}

.last-column {
	float: right;
}

.footer-column > ul {
	list-style-type: none;
}

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

/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

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

.search-form {
	overflow: hidden;
	width: 100%;
}

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

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

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

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

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

.widget a.alignleft img {	
	width: 75px;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 12px;
	width: 300px;
}

.xn-content img {
    float: right;
    max-width: 300px;
}

.entry-content img.alignleft.post-image.entry-image {
	width: 150px;
}

.wp-caption-text,
figcaption {
	background-color: #f8f8f8;
	padding: 10px 14px;
	font-size: smaller;
	margin-top: -7px;
}

.entry-title-link {
	color: rgba(0, 0, 0, 0.87);
}

.category-widget.widget-area {
	display: inline-block;
	max-height: 150px;
	width: 750px;
	text-align: center;
}

/* Genesis
--------------------------------------------- */
.author-box p,
.author-box ul {
	margin: 0;
	text-align: center;
}

.author-box ul {
	margin-bottom: 10px;
}

.author-box .avatar {
	margin-right: 24px;
}

.author-box li {
	list-style-type: none;
	display: inline-block;
}

.headlines-ad {
	flex-basis: 70%;
}

.headlines-ad img {
    max-width: 479px;
}

.taxonomy-description {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

/* Titles
--------------------------------------------- */
.entry-title {
	margin: 0;
	text-transform: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
}

.entry-title a:hover {
	color: #f79838;
}

.after-entry .widget-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
}

h1.archive-title,
h1.entry-title {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}

article.post h1.entry-title {
	text-transform: none;
	text-align: left;
}

/* Clients
--------------------------------------------- */
.client-containter-horizontal {
	min-height: 80px;
	text-align: center;
}

@media (min-width: 1124px) {
	.client-containter-vertical {
		width: 300px;
		height: 600px;
		margin: auto;
	}
}

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin: 0;
}

.featured-content .entry-title {
	margin-bottom: 0.8rem;
}

.home-bottom .featured-content .entry-title {
	margin: 0.8rem 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 2rem;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}

#abgas a {
	color: #262b3e;
	text-decoration: none;
	transition-duration: .06s;
}

#abgas a:hover {
	color: #2196f3;
	text-decoration: none;
}

#abgas .hover {
	transition-duration: .06s;
}
  
#abgas .hover:hover {
	background-color: #f0f3fa !important;
}

/* Call to action button */
.cta {
	width: 100%;
	background-color: #fff;
	padding: 35px;
	border: 1px solid rgba(115, 115, 115, 0.1);
	display: block;
	margin: 10px auto 0;
	font-size: x-large;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px, rgba(0, 0, 0, 0.05) 0px 0.5px 1px;
}

.cta:hover {
	text-decoration: none;
	border: 1px solid #f79838;
}

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

/* CAPTCHA
--------------------------------------------- */
.grecaptcha-badge {
	visibility: hidden;
}

/* Collapse-O-Matic
--------------------------------------------- */
.hide-wrapper {
	text-align: center;
	padding: 12px 0;
}

hide-text {
	cursor: pointer;
	padding: 15px 30px;
	border: 1px solid #f79838;
	color: #f79838;
	transition: all 0.333s ease-out 0s;
	border-radius: 2px;
}

hide-text:hover {
	background-color: #fff;
}

.collapseomatic_content {
	text-align: left;
}

/* ALM
--------------------------------------------- */
.alm-btn-wrap {
	padding: 0 !important;
	margin: 0 !important;
}

button.alm-load-more-btn {	
	border-radius: 2px !important;
	font-weight: normal !important;
	font-size: inherit !important;
	background-color: #f79838 !important;
	color: #fff !important;
}

button.alm-load-more-btn:hover {
	background: linear-gradient(135deg, #f79838 0%,#df8933 100%) !important;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.1) !important;
}

.alm-btn-wrap .alm-load-more-btn.done,
.alm-btn-wrap .alm-load-more-btn.done:hover {
	color: #b8b8b7 !important;
	background: #e8e8e8 !important;
	opacity: 1 !important;
}

.entry-title-link {
	text-transform: none;
}

.entry-title-link:hover {
	text-decoration: none;
}

.alm-listing li {
	margin-bottom: 16px !important;
}

ul.alm-paging-wrap {
	margin: 0;
}

ul.alm-listing {
	margin: 0 !important;
}

/* Market Quotes
--------------------------------------------- */
.cdt-table {
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132),0 .3px .9px 0 rgba(0, 0, 0, .108) !important;
	font-size: inherit !important;
	color: inherit !important;
	border-radius: 2px !important;
	border: none !important;
}

/* Sassy Social Share
--------------------------------------------- */
.heateor_sss_sharing_container {
	margin-bottom: 12px;
}

.heateorSssSharingRound:first-of-type > i {
	margin-left: 0;
}

.heateor_sss_s_twitter {
	background-color: #1da1f3 !important;
}

.heateor_sss_facebook > span {
	background: linear-gradient(-45deg, #2aa4f4 0%, #007ad9 100%) !important;
}

.heateor_sss_s_linkedin {
	background-color: #0a66c2 !important;
}

/* Caleandar
--------------------------------------------- */
.cld-main{
	width: 400px;
  }
.cld-main a{
	color: #f79838;
}
.cld-main svg{
	fill: #f79838;
}
.cld-datetime{
	position: relative;
	width: 80%;
	min-width: 150px;
	max-width: 500px;
	margin: auto;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.cld-datetime > div{
	display: inline-block;
	text-align: center;
}
.cld-datetime .today{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 130px;
}
.cld-nav{
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}
.cld-nav:hover{
	cursor: pointer;
}
.cld-nav:hover svg{
	fill: #df8933;
}
.cld-labels, .cld-days{
	padding-left: 0;
	margin-left: 0 !important;
  }
.cld-label, .cld-day {
	box-sizing: border-box;
	display: inline-block;
	width: 14.28%;
	text-align: center;
}
.cld-day{
	border: 1px solid #dcdcdc;
}
.cld-day:not(.clickable){
	text-decoration: inherit;
}
.cld-day.today .cld-number{
	background: #f79838;
	color: #fff;
}
.cld-number{
	position: relative;
	margin: 0 !important;
	padding: 10px;
}
.cld-number.eventday{
	font-weight: bold;
	color: #f79838;
}
.cld-number.eventday:hover{
	cursor: pointer;
	background: #f3f2f1;
}
.today .cld-number.eventday:hover{
	background: #df8933;
}
.cld-day.nextMonth,
.cld-day.prevMonth {
	cursor: default;
	color: #b8b8b7;
}
.cld-number.eventday:hover {
	background-color: #f3f2f1;
}

/* Voting
--------------------------------------------- */
.basic-vote-button:hover {
	background: linear-gradient(135deg, #f79838 0%,#df8933 100%) !important;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.1) !important;
}

/* Highcharts
--------------------------------------------- */
.highcharts-menu-item {
	list-style-type: none !important;
}
	
/*
Site Header
--------------------------------------------- */
.site-header {
	padding: 0;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 0;
	width: 220px;
	height: 90px;
	background: url(/images/logo.svg) no-repeat center;
	background-size: contain;
}

#title a {
	opacity: 0;
	width: 200px;
	height: 90px;
}

.site-title {
	opacity: 0;
	height: 90px;
	margin: 0;
}

h1.site-title {
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 90px;
	width: 100%;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: transparent;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	width: 728px;
	max-height: 90px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}

.site-header .textwidget {
	text-align: center;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	width: 100%;
}

.genesis-nav-menu .menu-item {
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	top: 10px;
}

.genesis-nav-menu a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	font-family: Oswald;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu > .right {
	display: inline-block;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f79838;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

/* Primary Navigation
--------------------------------------------- */
.mega-menu-link > i,
.mobile-nav li a i {
	margin-right: 4px;
	color: transparent;
	background: linear-gradient(135deg, #f79838 0%,#df8933 100%);
	background-clip: text;
	-webkit-background-clip: text;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1022px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
	padding: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-right: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 1022px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 -15px;
}
@media (max-width: 1021px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
}
@media (min-width: 1022px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1022px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1021px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1022px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #333;
  position: absolute;
  top: 100%;
}
.dropdown-menu > li {
  display: block !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: none;
  -webkit-filter: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
#sf_val ul li.sf_header {
	background-color: rgba(242, 242, 242, 2);
}
@media only screen and (max-width: 1024px) {
	.site-header {
		margin-top: 57px;
	}
	.nav-primary {
		width: 100%;
		box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132),0 .3px .9px 0 rgba(0,0,0,.108);
		position: absolute;
		top: 0;
		left: 0;
	}
	.admin-bar .nav-primary {
		top: 32px;		
	}
	.nav-secondary{
		display: none;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132),0 .6px 1.8px 0 rgba(0,0,0,.108);
	}
	.sf_search {
		height: 42px;
		margin-top: 1px;
	}
	.site-inner {
		padding: 0;
	}
	#custom_html-16 {
		margin-bottom: 0;
	}
}

/* Secondary Navigation
--------------------------------------------- */
#menu-upper {
	display: flex;
}

#menu-upper > li {
	list-style-type: none;
}

.nav-secondary a .fa-lg {
	vertical-align: bottom;
}

.dailydigest-menu a {
	font-size: 24px;
	color: inherit;
}

.dailydigest-menu a:hover {
	color: #f79838;
}

.nav-secondary {
	margin-bottom: 20px;
}

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

/* Home Page
--------------------------------------------- */
.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right,
.homepageFeature img {
	float: right;
}

.homepageFeature {
	margin-bottom: 24px;
}

.homepageFeature img {
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 300px;
	max-height: 200px;
	width: auto;
}

/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog-php .entry {
	margin-bottom: 24px;
	margin-top: 15px;
}

.single .entry {
	background: none;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0;
}

article.entry {
	margin-top: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

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

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

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

.entry-meta {
	display: block;
	margin: 10px 0 0;
}

span.entry-tags a {
	background-color: rgba(0, 0, 0, 0.1);
	color: inherit;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 2px;
}

span.entry-tags a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

div#globenewswire-article span {
	display: block;
	margin-bottom: 10px;
}

.entry-comments-link {
	margin-left: 10px;
}


time.entry-time {
	margin-right: 10px;
}

.homepageFeature .title,
.latestHeadlines .title {
	color: rgba(0, 0, 0, 0.87);
	font-size: 24px;
	font-family: Oswald;
	text-decoration: none;
	display: block;
}

.homepageFeature .title:hover,
.latestHeadlines .title:hover,
.entry-title-link:hover {
	color: #f79838;
}

.homepageFeature .excerpt {
	display: block;
}

.home-top .latestHeadlines > .listing-item > .title,
.latestHeadlines > .listing-item > .date {
	margin-left: 100px;
}

.homepageFeature .entry-comments-link,
.latestHeadlines .entry-comments-link {
	border: none;
	padding: 0;
	margin-left: 5px;
}

.latestHeadlines .display-posts-title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latestHeadlines img {
	width: 90px;
	margin-right: 10px;
	float: left;
	image-rendering: -webkit-optimize-contrast; /* Webkit blurry images fix */
}

.widget li.ms-image {
	margin-left: 0;
	margin-bottom: 0;
}

li.ms-image {
  margin-left: 0;
}

figure {
	margin: 0 0 12px 0;
}

figcaption a:hover {
	color: #f79838;
	text-decoration: underline;
}

.flex {
	display: flex;
	height: 100%;
}

.flex > .item > h4 {
	margin-top: 1em;
}

.flex > .item {
	flex: 0 1 50%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	top: 0;
	left: 0;

}

.tile,
.headline-tile,
.latestHeadlines .listing-item,
.homepageFeature .listing-item,
.cdt-table,
body.archive article,
body.search-results article {
	background-color: #fff !important;
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132),0 .3px .9px 0 rgba(0, 0, 0, .108);
	transition: all 0.333s ease-out 0s;
	padding: 14px !important;
	list-style-type: none;
	border-radius: 2px;
}

iframe.tile {
	padding: 7px !important;
}

.headline-tile {
	margin: 5px;
	align-items: flex-end;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: content-box;
}

.headline-tile > div {
	width: 100%;
	padding: 14px;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 2px 2px 0 0;
	backdrop-filter: blur(30px) saturate(125%);
	transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.headline-tile > div:hover {
	backdrop-filter: none;
	background-color: rgba(255, 255, 255, .85)
}

.tile:hover,
.headline-tile:hover,
.latestHeadlines .listing-item:hover,
.homepageFeature .listing-item:hover,
body.archive article:hover,
body.search-results article:hover,
.social-follow-list li:hover,
.tab a:hover {
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08)
}

.no-hover:hover,
.refine-list,
.tab a {
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132),0 .3px .9px 0 rgba(0, 0, 0, .108);
}

.tile {
	list-style-type: none !important;
}

.latestHeadlines .listing-item {
	margin-left: 0;
	margin-bottom: 24px;
}

.refine-list {
	margin-top: 20px;
}

.refine-list,
.collapsible,
.tab a {
	background-color: #fafafa;
}

.refine-list-item,
.tab a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 12px;
	border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
}

.tab a {
	display: block;
	border: none;
	color: inherit;
	border-radius: 2px;
}

.refine-list-item:hover,
.refine-list > .selected,
.tab a:hover,
.tab.active a {
	background-color: #e5e5e5;
}

.refine-list-item a {
	color: inherit;
}

.refine-list-item a:hover {
	text-decoration: none;
}

.refine-list-mobile {
	display: none;
}

.refine-list-mobile > .tab {
	margin: 0;
}

.collapsible {
	cursor: pointer;
	background-color: #fafafa;
	border-radius: 2px 2px 0 0;
	padding: 12px;
	margin: 22px 0 0;
}

.collapsible-content {
	display: none;
	background-color: #f7f7f7;
	border-radius: 0 0 2px 2px;
	padding: 12px;
}

/* After Entry
--------------------------------------------- */
.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.social-follow-list li {
	list-style-type: none;
	flex-grow: 1;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132),0 .3px .9px 0 rgba(0, 0, 0, .108);
}

.social-follow-list a {
	display: block;
}

.social-follow-list a {
	color: #fff;
	padding: 15px 12px;
	width: 100%;
}

.social-follow-list a:hover {
	text-decoration: none;
}

.social-follow-list li:first-of-type {
	margin-right: 4px;
}

.social-follow-list li:last-of-type {
	margin-left: 4px;
}

.social-follow-list .facebook {
	order: 1;
	background: linear-gradient(-45deg, #2aa4f4 0%, #007ad9 100%);
}

.social-follow-list .twitter {
	order: 2;
	background: #1da1f3;
}

.social-follow-list .linkedin {
	order: 3;
	background: #0a66c2;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.dataTables_wrapper .dataTables_paginate {
	font-size: smaller;
}

.dataTables_wrapper .dataTables_paginate {
	margin-top: 20px;
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
    min-width: 15px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border-color: #e8e8e8;
	background-color: #e8e8e8;
	color: #b8b8b7;
	cursor: default;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 10px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: rgba(0, 0, 0, 0.87);
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #868a88;
	line-height: 1;
	border-radius: 2px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
button[type="reset"]:hover {
	background-color: #e8e8e8;
}

.archive-pagination li.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff;
	background-color: #f79838;
	border: 1px solid #fac187;
}

/*
Maps
---------------------------------------------------------------------------------------------------- */
.box {
	flex: 1 1 auto;
}

#map-lpane,
#map-rpane {
	background-color: #fff;
	padding: 14px;
	transition: margin 0.333s ease-out 0s;
	overflow-y: auto;
}

#map-lpane h2 {
	margin-top: 0;
	text-align: center;
}

.map-overlay {
    position: absolute;
	padding: 10px;
	margin: 0 10px 0 0;
	width: 120px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .75);
	backdrop-filter: blur(30px) saturate(125%);
	font-family: Arial, sans-serif;
	font-size: small;
	box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132),0 .6px 1.8px 0 rgba(0, 0, 0, .108);
	display: none;
    right: inherit;
}

#info {
	width: 250px;
	margin: 10px 0 0 10px;
    padding: revert;
}

.pane-toggle {
    border-radius: 0;
	width: 40px;
	height: 40px;
	font-family: "Font Awesome 5 Free";
	padding: 8px;
	margin: 0 !important;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

#marker-count {
	top: 52px;
}

#legend {
	top: 98px;
}

#legend ul,
#info ul {
	margin: 0;
}

#legend li {
	list-style-type: none;
	margin: 0;
}

#legend li span {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #000;
}

#info h3,
#info li,
#infoLink,
#infoBoxes > div {
	background-color: #fafafa;
	padding: 14px;
	border-radius: 2px;
}

#info h3 {
	font-size: 18px;
	margin: 0 0 12px;
}

#infoLink {
	color: inherit;
	transition: all 0.333s ease-out 0s;
}

#infoLink:hover {
	text-decoration: none;
	color: #f79838;
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132),0 .3px .9px 0 rgba(0, 0, 0, .108)
}

#info img {
	max-width: 100%;
	max-height: 90px;
}

#info ul {
	text-align: center;
}

#info li {
	display: inline-block;
	margin: 0 0 0 14px;
}

#info li:first-child {
	margin: 0;
}

#infoClose,
.modal-close {
	float: right;
	cursor: pointer;
	padding: 12px;
	transition: all 0.333s ease-out 0s;	
}

.modal-close {
	position: relative;
	bottom: 14px;
	left: 14px;
}

#infoBoxes > div,
#infoLink {
	text-align: center;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

#infoBoxes {
	justify-content: space-around;
	align-items: center;
}

.filterList > li {
	margin-left: 0 !important;
	display: block;
	padding: 6px;
}

#address {
	width: 100%;
}

#addressClear {
	background-color: transparent !important;
	color: inherit !important;
	border: 1px solid #868a88;
}

#addressClear:hover {
	background: #e8e8e8 !important;
}

#mapLayer,
#radius,
#tablePageLength {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGNzk4Mzg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjYsMTAuOEw0LjMsMTBsNS4xLDUuMWw1LjEtNS4xbDAuNywwLjdsLTUuOSw1LjlMMy42LDEwLjh6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
	background-repeat: no-repeat;
	background-position: right top;
	background-origin: content-box;
}

.select,
.select-options > li {
	cursor: pointer;
}

.select-options {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0,.132),0 .6px 1.8px 0 rgba(0, 0, 0,.108);
	margin: 0 !important;
	z-index: 1;
	text-align: left;
}

.select-options > li {
	list-style-type: none !important;
	padding: 2px 8px;
	transition: all 0.333s ease-out 0s;
}

#infoClose:hover,
.modal-close:hover,
.select-options > li.selected,
.select-options > li:hover,
.mobile-nav li a:hover {
	background-color: #e5e5e5;
}

.gm-control-active {
	background-color: initial !important;
}

.map-dragbar {
	width: 12px;
    cursor: ew-resize;
    flex: 0 0 auto;
}

.map-dragbar::before {
	content: '';
    display: block;
    width: 12px;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    margin: 0 auto;
}

#mapInfo {
	cursor: pointer;
}

#maps-info-modal {
	width: 340px;
}

#maps-info-modal h3 {
	margin-top: 0;
}

#maps-info-modal ul {
	margin: 0 0 0 14px;
}

#map-footer {
	position: absolute;
	bottom: 4px;
	left: 14px;
	font-size: smaller;
}

@media only screen and (max-width: 768px) {
	.map-dragbar {
		display: none;
    }
}

.map-dragHandle {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
 /* Apply a "closed-hand" cursor during drag operation. */
.map-dragHandle:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

/* Mapbox overrides */
.mapboxgl-ctrl-group > button:hover {
	background: #e8e8e8 !important;
}

.mapboxgl-ctrl-scale {
	background-color: rgba(255, 255, 255, .75) !important;
	backdrop-filter: blur(30px) saturate(125%);
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	display: inline;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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

/* Modals
------------------------------------------------------------ */
.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1049;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22),0 4.8px 14.4px 0 rgba(0, 0, 0, .18);
	line-height: 1;
	min-width: 300px;
}

.modal-container:hover {
	box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22),0 4.8px 14.4px 0 rgba(0, 0, 0, .18);
}

.modal-container input:not([type="submit"]) {
	width: 100%;
	line-height: 1.6;
}

/* Social Icons
------------------------------------------------------------ */
.social-archive {
	order: 3;
}

.social-rss {
	order: 4;
}

.social-rss a {
	color: #f26522;
}

.social-facebook {
	order: 5;
}

.social-facebook a {
	color: #3b5998;
}

.social-twitter {
	order: 6;
}

.social-twitter a {
	color: #55acee;
}

.social-linkedin {
	order: 7;
}

.social-linkedin a {
	color: #0077b5;
}

.social-theme {
	order: 8;
}

.social-theme a,
.social-archive a {
	color: transparent;
	background: linear-gradient(135deg, #f79838 0%,#df8933 100%);
	background-clip: text;
	-webkit-background-clip: text;
}

.social-archive {
	position: relative !important;
	top: 14px !important;
}

/*
Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
	clear: both;
	margin: auto;
}

/*
Site Footer
------------------------------------------------------------ */
.site-footer {
	padding-bottom: 16px;
	text-align: center;
}

#map-footer a,
.site-footer a {
	text-decoration: none;	
	color: rgba(0, 0, 0, 0.87);
}

#map-footer a:hover,
.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin: 0;
}

.tab {
	display: inline-block;
	margin-right: 8px;
	margin-left: 0;
}

.tab a:hover,
.tab.active a {
	text-decoration: none;
}

.tab-content > .tab-pane {
	display:  none;
}

.tab-content > .active,
.home-top .latestHeadlines > .listing-item > .date {
	display: block;
}

span.post_thumbnail img {
  width: 100%;
}

#boe-network-jobs, #boe-data-partner {
	padding: 0;
	height: 76.5667px;
	background: url('/wp-content/uploads/2016/12/BOE-Jobs-Horizontal.svg') no-repeat center;
	background-size: contain;
}

#boe-data-partner {
	height: 33.2833px;
	width: 80%;
	background: url('/wp-content/uploads/2019/10/petro-ninja-logo.png') no-repeat center;
	background-size: contain;
}

footer span {
	display: table;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.home-middle-left,
	.home-middle-right {
		width: 200px;
	}

}

@media only screen and (max-width: 1123px) {
	.header-widget-area {
		display: block;
		float: none;
		margin: auto;
	}

	.site-header .widget-area {
		width: 100%;
	}
	
	.sidebar-primary {
		text-align: center;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.title-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-description,
	.site-footer p,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

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

	.site-footer {
		padding: 14px;
	}
	
	.title-area {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 768px) {
	.title-area {
		height: 70px;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.homepageFeature .title,
	.latestHeadlines .title {
		font-size: 24px;
	}

	.footer-widgets {
		padding: 2rem 1% 0;
	}

	.nav-primary a {
		padding: 10px;
	}

	.site-header {
		margin-bottom: 0px;
	}
	
	.category-widget.widget-area {
		width: 100%;
	}
	
	.headlines-ad {
		flex-basis: 100%;
        max-width: 100%;
	}
	
	.flex > .item {
		flex: 0 1 100% !important;
	}
	
	.hidden-xs {
    	display: none !important;
	  }
	  
	.hidden-lg {
		display: block !important;
	}
	
	.heateor_sss_svg {
		width: 53px !important;
	}
	
	.homepageFeature img {
		float: none;
	  	margin: auto;
		display: block;
		max-width: 100%;
  	}
	
	body.home .latestHeadlines .listing-item {
		display: grid;
		grid-template-columns: 90px auto;
		grid-column-gap: 10px;
	}
	
	.home-top .latestHeadlines > .listing-item > .title,
	.home-top .latestHeadlines > .listing-item > .date {
		margin-left: 0;
	}
	
	.home-top .latestHeadlines > .listing-item > .date {
		grid-column-start: 2;
	}
	
  	.footer-column {
		width: 50%;
  	}
	
	.footer-column img {
		max-height: 50px !important;
	}
	
	.last-column {
		text-align: center;
	}
	  
	.last-column img {
		max-height: 90px !important;
	}	
	
	.refine-list {
		margin-top: 0;
		margin-bottom: 12px;
	}
	  
	.refine-list-mobile {
		display: flex;
		flex-flow: wrap;
		gap: 8px;
	}

	#map-lpane,
	#map-rpane > *,
	.tab a {
		font-size: smaller;
	}

	#map-lpane,
	#map-rpane {
		padding: 8px;
	}

	#map-lpane h2 {
		font-size: 20px;
	}

	#map-footer {
		left: 8px;
		display: none;
	}

	#mapInfo {
		margin-left: 3px !important;
	}

}

@media print {
	.site-header,
	.after-entry,
	.footer-widgets,
	.heateorSssClear,
	.heateor_sss_sharing_container,
	#disqus_thread,
	nav,
	aside,
	hide-text,
	footer {
		display: none !important;
	}
	
	main {
		font-size: 16px;
		text-decoration: none !important;
		font-weight: lighter !important;
		color: #000;
		width: auto !important;
	}
	
	h1 {
		font-size: x-large !important;
	}
	
	.entry-meta {
		font-size: 16px !important
	}

	.wp-caption {
		width: 100% !important;
	}
	
	a {
		color: inherit !important;
	}

}