/*
Theme Name: StoneX One
Theme URI: https://github.com
Author: Amor Kumar
Author URI: https://webdevstudios.com
Description: StoneX One WordPress FSE Theme.
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stonexone
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, wide-blocks

*/
/* Style overrides */
/* Tables */
.table {
	border-collapse: separate;
	border-left: 0;
	border-spacing: 0;
	border: 1px solid #cfd3d3;
	margin-bottom: 20px;
	width: 100%;
}
.table caption {
    background: var(--wp--preset--color--dark);
    color: #fff;
    padding: 10px 15px;
	text-align: center;
    text-transform: uppercase;
}
.table thead th {
	background-color: #fff;
	border-bottom: 0;
	border-left: 1px solid #cfd3d3;
	padding: 0.75em 1em;
	text-align: left;
}
.table thead th:first-child {
	border-left: 0;
}
.table td,
.table th {
	font-weight: 400;
	padding: 5px 15px;
}
.table tbody {
	background-color: #eff0f0;
}
.table tbody tr:hover > td,
.table tbody tr:hover > th {
	background-color: #E2E4E4;
}
.table tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}
.table tbody &:hover > td {
	background-color: #E2E4E4;
}
.table tbody th {
	text-align: left;
}
.table tbody th,
.table tbody td {
	border-bottom: 0;
    border-left: 1px solid #cfd3d3;
    border-top: 1px solid #cfd3d3;
    padding: 0.75em 1em;
}
.table tbody th:first-child ,
.table tbody td:first-child {
	border-left: 0;
}
.rate-table,
.list-contracts {
	margin-bottom: 30px;
	width: 100%;
}
.rate-table tr,
.list-contracts tr {
	overflow: hidden;
}
.rate-table th,
.list-contracts th,
.rate-table td,
.list-contracts td {
	border: 2px solid #fff;
	padding: 5px;
}
.rate-table th,
.list-contracts th {
	color: #fff;
	font-size: 14px;
	background-color: var(--wp--preset--color--dark);
}
.rate-table td,
.list-contracts td {
	color: #7A7A77;
	font-size: 13px;
	background-color: #fff;
}
.rate-table.futures-pricing thead {
	display: block;
	overflow: hidden;
}
.rate-table.futures-pricing thead {
	display: table-header-group;
}
.rate-table.futures-pricing thead th:first-child {
	display: none;
}
.rate-table.futures-pricing thead th {
	margin-right: -5px;
	width: 2%;
}
.rate-table.futures-pricing tbody tr th {
	display: block;
}
.rate-table.futures-pricing tbody tr th:nth-child(2) {
	background: #cfd3d3;
}
.rate-table.futures-pricing tbody tr td {
	display: block;
	float: left;
	width: 20%;
}
.rate-table.futures-pricing tbody tr:nth-child(2),
.rate-table.futures-pricing tbody tr:nth-child(4) {
	display: block;
	overflow: hidden;
}
.rate-table.futures-pricing tbody tr:nth-child(2) th,
.rate-table.futures-pricing tbody tr:nth-child(4) th {
	background: #cfd3d3;
}
.list-contracts td {
	background: #E2E4E4 ;
	text-align: center;
}
.list-contracts td a {
	color: #cfd3d3;
}
.full-width-table {
	margin-bottom: 40px;
}
.full-width-table tr {
	border-bottom: 1px solid #cfd3d3;
}
.full-width-table tr:first-child {
	border-top: 1px solid #cfd3d3;
}
.full-width-table tr td {
	display: block;
	padding: 20px 0;
	width: 100%;
}
.full-width-table tr td .alignnone {
	margin-bottom: 0;
}
.table-responsive thead {
	display: none;
}
.table-responsive tbody td,
.table-responsive tbody th {
	display: block;
	width: 100%;
}
.table-responsive tbody th {
	background-color: #E2E4E4;
}
.table-responsive tbody td::before {
	content: attr(data-label) ": ";
	font-size: 13px;
	font-weight: 700;
	padding-right: 5px;
	text-transform: uppercase;
}
.block.gray {
    background: #dbe5ec;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 60px 20px;
    position: relative;
    text-align: center;
}
/* Contracts */
.contracts {
	position: relative;
}
.contracts-by-link {
	margin-bottom: 20px;
}
.table-contracts .icon {
	height: 17px;
	float: right;
}
/* UI Tabs */
.ui-tabs {
	border: 1px solid #cfd3d3;
}
.ui-tabs-panel {
	padding: 15px;
}
.ui-tabs-nav {
	background: #f3f4f4;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ui-tabs-nav .ui-state-default {
	display: inline-block;
	width: 50%;
}
.ui-tabs-nav .ui-tabs-anchor {
    background: #f3f4f4;
    border-right: #cfd3d3;
    color: #555759;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.ui-tabs-nav .ui-tabs-anchor:hover,
.ui-tabs-nav .ui-tabs-anchor:focus {
	background: var(--wp--preset--color--dark);
	color: #fff;
}
.ui-tabs-nav .ui-state-active .ui-tabs-anchor {
	background: #fff;
	color: #555759;
}
.assettypes-navigation {
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 0;
}
.assettypes-navigation__item {
	border-bottom: 2px solid #fff;
	display: inline-block;
	width: 100%;
}
.assettypes-navigation__item a {
    background: var(--wp--preset--color--dark);
    border-right: 2px solid #fff;
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.assettypes-navigation__item a:hover,
.assettypes-navigation__item a:focus {
	background: #3D3D3D;
	color: #fff;
}
.assettypes-navigation__item--active a {
	background: #f3f4f4;
	color: var(--wp--preset--color--dark);
}
@media screen and (min-width: 30rem) {

	.ui-tabs-nav .ui-state-default {
		width: 33.33%;
	}

	.assettypes-navigation__item {
		width: 50%;
	}

}
@media screen and (min-width: 40rem) {

	.contracts-by-link {
		position: absolute;
		right: 0;
		margin: -70px 0 0;
	}

	.assettypes-navigation__item {
		border-bottom-width: 0;
		width: auto;
	}

	.list-contracts td:first-of-type {
		width: 50%;
	}

	// Tables which should break at a size of 760px should be added after the selector below.
	.table-monthlysymbols thead {
		display: table-header-group;
	}

	.table-monthlysymbols tbody td,
	.table-monthlysymbols tbody th {
		display: table-cell;
		width: auto;
	}

	.table-monthlysymbols tbody td::before {
		display: none;
	}

	.table-responsive thead {
		display: table-header-group;
	}

	.table-responsive tbody td,
	.table-responsive tbody th {
		display: table-cell;
		width: auto;
	}

	.table-responsive tbody th {
		background-color: transparent;
	}

	.table-responsive tbody td::before {
		display: none;
	}

	.table-contracts-tradinghours thead,
	.table-contracts-marginrequirements thead {
		display: table-header-group;
	}

	.table-contracts-tradinghours tbody td,
	.table-contracts-marginrequirements tbody td,
	.table-contracts-tradinghours tbody th,
	.table-contracts-marginrequirements tbody th {
		display: table-cell;
		width: auto;
	}

	.table-contracts-tradinghours tbody td::before,
	.table-contracts-marginrequirements tbody td::before {
		display: none;
	}

}
@media screen and (min-width: 50rem) {

	.ui-tabs-nav .ui-state-default {
		margin-right: 5px;
		width: auto;
	}

	.rate-table th,
	.list-contracts th,
	.rate-table td,
	.list-contracts td {
		padding: 10px 25px;
	}

	.rate-table th,
	.list-contracts th {
		font-size: 18px;
	}

	.rate-table td,
	.list-contracts td {
		font-size: 15px;
	}

	.rate-table.futures-pricing thead th:first-child {
		display: table-cell;
	}

	.rate-table.futures-pricing thead th {
		width: auto;
	}

	.rate-table.futures-pricing tbody tr th {
		display: table-cell;
	}

	.rate-table.futures-pricing tbody tr th:nth-child(2) {
		background: var(--wp--preset--color--dark);
	}

	.rate-table.futures-pricing tbody tr td {
		display: table-cell;
		float: none;
		width: auto;
	}

	.rate-table.futures-pricing tbody tr:nth-child(2),
	.rate-table.futures-pricing tbody tr:nth-child(4) {
		display: table-row;
	}

	.rate-table.futures-pricing tbody tr:nth-child(2) th,
	.rate-table.futures-pricing tbody tr:nth-child(4) th {
		background: var(--wp--preset--color--dark);
	}

	.full-width-table tr td {
		display: table-cell;
	}

	.full-width-table tr td:nth-child(1) {
		vertical-align: middle;
		width: 25%;
	}

	.full-width-table tr td:nth-child(2) {
		padding-left: 20px;
		padding-right: 20px;
		vertical-align: top;
		width: 60%;
	}

	.full-width-table tr td:nth-child(3) {
		vertical-align: top;
		width: 15%;
	}

}
/* Quotes & Charts */
body,html {
	font-size: 14px;
	font-size: .875rem;
}
.bcQQuotesSubmit {
    display: inline-block;
    padding: .8em;
    border: 0;
    border-radius: 2px;
    outline: 2px solid transparent;
    outline-offset: 2rem;
    color: #fff;
    background-color: var(--wp--preset--color--dark);
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s ease all;
    backface-visibility: hidden
}
table.bcDefaultHeaderTable,table.bcDefaultHeaderTable>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1) {
    margin: 0;
    padding: 0;
    border: 0!important;
    text-align: center!important
}
.entry-content .quotes-charts tbody td:last-child,.quotes-charts table,.quotes-charts td,.quotes-charts th,.quotes-charts tr {
    border: 0;
    color: #212121!important;
    background-color: transparent!important
}
.quotes-charts>table:nth-of-type(1) {
    margin: 30px 0;
    padding: 20px 0 0;
    border-top: 1px solid #182148;
    border-bottom: 1px solid #182148
}
.quotes-charts>table:nth-of-type(1) tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2),.quotes-charts>table:nth-of-type(1) tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1) {
    padding: 0
}
.quotes-charts>table:nth-of-type(3) {
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd
}
.quotes-charts>table:nth-of-type(3) td,.quotes-charts>table:nth-of-type(3) th {
    border-right: 1px solid #bdbdbd!important;
    border-bottom: 1px solid #bdbdbd!important
}
.quotes-charts>hr:nth-of-type(1) {
    display: none
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) {
    margin-top: 20px
}
.quotes-charts.qc-options-quotes .bcOptionsTable th.bcTH {
    color: inherit!important;
    background-color: #bbdaf4!important
}
td.bcQuotesCharts {
    padding: 0;
    font-size: 1.5em
}
td.bcTD {
    padding: 10px
}
.bcExtQuoteData,.bcExtQuoteHighLow,.bcExtQuotePeriods,.bcLookupExchange,.bcOptionsHeaders,.bcOptionsTable,.bcQuoteTable,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) {
    border-top: 1px solid #bdbdbd!important;
    border-left: 1px solid #bdbdbd!important
}
.bcExtQuoteData td,.bcExtQuoteHighLow td,.bcExtQuotePeriods td,.bcLookupExchange td,.bcLookupExchange th,.bcOptionsHeaders td,.bcOptionsHeaders th,.bcOptionsTable td,.bcOptionsTable th,.bcQuoteTable td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
    border-right: 1px solid #bdbdbd!important;
    border-bottom: 1px solid #bdbdbd!important
}
.qc-futures-quotes.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1),.qc-futures-quotes.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.qc-options-quotes.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1),.qc-options-quotes.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.qc-options-quotes.quotes-charts>table:nth-of-type(3),.qc-options-quotes.quotes-charts>table:nth-of-type(3) td,.qc-symbol-lookup.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1),.qc-symbol-lookup.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts.qc-futures-quotes>table:nth-of-type(3),.quotes-charts.qc-futures-quotes>table:nth-of-type(3) td {
    border: 0!important
}
table.bcHeaderTable {
    margin: 0
}
table.bcHeaderTable td {
    padding: 0 0 8px
}
.quotes-charts.qc-options-quotes>table:nth-of-type(2)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1),.quotes-charts.qc-options-quotes>table:nth-of-type(2)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1) {
    padding: 0
}
.bcQuoteTable thead td,.bcQuoteTable thead th {
    color: #fff!important;
    background-color: var(--wp--preset--color--dark)!important
}
.bcQuoteTable tbody td:first-child {
    background-color: #bbdaf4!important
}
#bc_ChartOptions,#bc_ChartSettings {
    border: 1px solid #e0e0e0
}
#bc_ChartOptions table {
    margin: 0;
    border: 0
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1) {
    color: #fff!important;
    background-color: #182148!important;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-size: 1rem
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(2)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    text-align: right!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(4)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    text-align: right!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(5)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    width: 40%!important;
    padding: 0;
    text-align: center!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(5)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1),#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(5)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    padding: 0!important;
    border-spacing: 0!important;
    text-align: right!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(5)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1),#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(5)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    margin: 0!important;
    padding: 0!important;
    text-align: right!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(1n+7)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1) {
    padding-right: 0;
    padding-left: 0
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(1n+7)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1)>table:nth-of-type(1) {
    background-color: #bdbdbd!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(1n+7)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(3) {
    text-align: right!important
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(6)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1) {
    padding: 0
}
#bc_ChartOptions>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>table:nth-of-type(6)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2) {
    padding: 0;
    text-align: right!important
}
#setName {
    width: 190px;
    margin: 0 0 10px 0!important;
    padding: 6px 5px
}
#settings {
    width: 190px;
    margin: 0 0 10px 20px!important
}
#bc_ChartSettings {
    padding: 5px;
    background-color: #bdbdbd!important
}
#bc_ChartSettings td {
    padding: 0 10px
}
#bc_ChartSettings>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(7) {
    text-align: right!important
}
#bcQuotesOverlay,#bcQuotesSym2 {
    margin: 0!important
}
td.bcChartOptions {
    padding: 5px
}
.quotes-charts-credits,.quotes-charts-disclaimer,td.bcDisclaimer {
    text-align: center!important
}
th.bcTH {
    color: #fff!important;
    background-color: #182148!important
}
.bcCustomQuotesEdit {
    border: 1px solid #e0e0e0
}
.quotes-charts.qc-custom-quotes>center:nth-of-type(1)>table,.quotes-charts.qc-custom-quotes>center:nth-of-type(1)>table td,td.bcDisclaimer {
    border: 0!important
}
.bcCustomQuotesTable th,.bcTechnicalsData th,.quotes-charts.qc-options-quotes .bcOptionsHeaders th,.quotes-charts.qc-options-quotes .bcOptionsTable th {
    color: #fff!important;
    background-color: var(--wp--preset--color--dark)!important
}
.qb_up {
    color: #0c0
}
.qb_down {
    color: #c30
}
.bcQQuotesSearch>.bcQQuotesInputSymbol {
    display: inline-block;
    width: auto
}
.bcQuickQuotes {
    text-align: left
}
.bcQQuotesSearch [type=button] {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0
}
.bcQuoteTable thead {
    display: none
}
.bcQuoteTable tbody tr {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column
}
.bcQuoteTable tbody td,.bcQuoteTable tbody th {
    border-left-width: 0;
    font-size: 11px;
    font-size: .6875rem;
    text-align: left;
    flex-grow: 1;
    -ms-flex-positive: 1
}
.bcQuoteTable tbody td:nth-of-type(1):before {
    content: "Contract: "
}
.bcQuoteTable tbody td:nth-of-type(2):before {
    content: "Month: "
}
.bcQuoteTable tbody td:nth-of-type(3):before {
    content: "Open: "
}
.bcQuoteTable tbody td:nth-of-type(4):before {
    content: "High: "
}
.bcQuoteTable tbody td:nth-of-type(5):before {
    content: "Low: "
}
.bcQuoteTable tbody td:nth-of-type(6):before {
    content: "Last: "
}
.bcQuoteTable tbody td:nth-of-type(7):before {
    content: "Change: "
}
.bcQuoteTable tbody td:nth-of-type(8):before {
    content: "Time: "
}
.bcQuoteTable tbody td:nth-of-type(9):before {
    content: "Links: "
}
.bcQuoteTable tbody td:before {
    padding-right: 5px;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}
.bcQuoteTable tbody .bcSecTitle.bcSecTitle.bcSecTitle {
    max-width: 100%;
    padding-left: 5px;
    color: #fff!important;
    background-color: #182148!important;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%
}
.bcQuoteTable tbody .bcSecTitle.bcSecTitle.bcSecTitle:before {
    content: " "
}
.bcCustomQuotesTable tbody tr:first-of-type {
    display: none
}
.bcCustomQuotesTable tbody tr {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column
}
.bcCustomQuotesTable tbody td,.bcCustomQuotesTable tbody th {
    border-left-width: 0;
    font-size: 11px;
    font-size: .6875rem;
    text-align: left;
    flex-grow: 1;
    -ms-flex-positive: 1
}
.bcCustomQuotesTable tbody td:first-of-type {
    background-color: #d8ecff!important
}
.bcCustomQuotesTable tbody td:nth-of-type(1):before {
    content: "Symbol: "
}
.bcCustomQuotesTable tbody td:nth-of-type(2):before {
    content: "Last: "
}
.bcCustomQuotesTable tbody td:nth-of-type(3):before {
    content: "Change: "
}
.bcCustomQuotesTable tbody td:nth-of-type(4):before {
    content: "Open: "
}
.bcCustomQuotesTable tbody td:nth-of-type(5):before {
    content: "High: "
}
.bcCustomQuotesTable tbody td:nth-of-type(6):before {
    content: "Low: "
}
.bcCustomQuotesTable tbody td:nth-of-type(7):before {
    content: "Previous: "
}
.bcCustomQuotesTable tbody td:nth-of-type(8):before {
    content: "Time: "
}
.bcCustomQuotesTable tbody td:before {
    padding-right: 5px;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}
.bcCustomQuotesTable tbody tr:last-of-type {
    display: table-row
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) tbody tr:first-of-type {
    display: none
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) tr {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
    border-left-width: 0;
    font-size: 11px;
    font-size: .6875rem;
    text-align: left;
    flex-grow: 1;
    -ms-flex-positive: 1
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:first-of-type {
    background-color: #d8ecff!important
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(1):before {
    content: "Date: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(2):before {
    content: "Open: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(3):before {
    content: "High: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(4):before {
    content: "Low: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(5):before {
    content: "Last: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(6):before {
    content: "Change: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(7):before {
    content: "Percent: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:nth-of-type(8):before {
    content: "Volume: "
}
.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:before {
    padding-right: 5px;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}
@media screen and (min-width: 37.5rem) {
    body,html {
        font-size: 16px;
        font-size: 1rem;
    }

    .bcQuoteTable tbody tr {
        flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bcQuoteTable tbody td,.bcQuoteTable tbody th {
        max-width: 16.66667%;
        flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%
    }

    .bcQuoteTable tbody td:nth-of-type(1),.bcQuoteTable tbody td:nth-of-type(2),.bcQuoteTable tbody td:nth-of-type(9),.bcQuoteTable tbody th:nth-of-type(1),.bcQuoteTable tbody th:nth-of-type(2),.bcQuoteTable tbody th:nth-of-type(9) {
        max-width: 33.33333%;
        flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%
    }

    .bcQuoteTable tbody td:nth-of-type(1),.bcQuoteTable tbody th:nth-of-type(1) {
        -ms-flex-order: 1;
        order: 1
    }

    .bcQuoteTable tbody td:nth-of-type(2),.bcQuoteTable tbody th:nth-of-type(2) {
        -ms-flex-order: 2;
        order: 2
    }

    .bcQuoteTable tbody td:nth-of-type(3),.bcQuoteTable tbody th:nth-of-type(3) {
        -ms-flex-order: 4;
        order: 4
    }

    .bcQuoteTable tbody td:nth-of-type(4),.bcQuoteTable tbody th:nth-of-type(4) {
        -ms-flex-order: 5;
        order: 5
    }

    .bcQuoteTable tbody td:nth-of-type(5),.bcQuoteTable tbody th:nth-of-type(5) {
        -ms-flex-order: 6;
        order: 6
    }

    .bcQuoteTable tbody td:nth-of-type(6),.bcQuoteTable tbody th:nth-of-type(6) {
        -ms-flex-order: 7;
        order: 7
    }

    .bcQuoteTable tbody td:nth-of-type(7),.bcQuoteTable tbody th:nth-of-type(7) {
        -ms-flex-order: 8;
        order: 8
    }

    .bcQuoteTable tbody td:nth-of-type(8),.bcQuoteTable tbody th:nth-of-type(8) {
        -ms-flex-order: 9;
        order: 9
    }

    .bcQuoteTable tbody td:nth-of-type(9),.bcQuoteTable tbody th:nth-of-type(9) {
        -ms-flex-order: 3;
        order: 3
    }

    .bcQuoteTable tbody th {
        background-color: transparent
    }

    .bcQuoteTable tbody td:before {
        display: block
    }

    .bcCustomQuotesTable tbody tr {
        flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bcCustomQuotesTable tbody td,.bcCustomQuotesTable tbody th {
        max-width: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%
    }

    .bcCustomQuotesTable tbody th {
        background-color: transparent
    }

    .bcCustomQuotesTable tbody td:before {
        display: block
    }

    .bcCustomQuotesTable tbody .bcCustomQuotesTRe .bcCustomQuotesTDLast {
        max-width: 50%
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) tr {
        flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
        max-width: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
        background-color: transparent
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:before {
        display: block
    }

}
@media screen and (min-width: 54.375rem) {
    .bcQuickQuotes {
        text-align:right
    }

    .bcQuoteTable thead {
        display: table-header-group
    }

    .bcQuoteTable tbody tr {
        display: table-row
    }

    .bcQuoteTable tbody td,.bcQuoteTable tbody th {
        display: table-cell;
        width: auto;
        border-left-width: 1px;
        font-size: 13px;
        font-size: .8125rem
    }

    .bcQuoteTable tbody td:before {
        display: none
    }

    .bcQuoteTable tbody .bcSecTitle.bcSecTitle.bcSecTitle {
        padding-left: 10px;
        color: #212121!important;
        background-color: transparent!important
    }

    .bcCustomQuotesTable tbody tr:first-of-type {
        display: table-row
    }

    .bcCustomQuotesTable tbody tr {
        display: table-row
    }

    .bcCustomQuotesTable tbody td,.bcCustomQuotesTable tbody th {
        display: table-cell;
        width: auto;
        border-left-width: 1px;
        font-size: 13px;
        font-size: .8125rem
    }

    .bcCustomQuotesTable tbody td:first-of-type {
        background-color: transparent!important
    }

    .bcCustomQuotesTable tbody td:before {
        display: none
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) tbody tr:first-of-type {
        display: table-row
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) tr {
        display: table-row
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
        display: table-cell;
        width: auto;
        border-left-width: 1px;
        font-size: 13px;
        font-size: .8125rem
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:first-of-type {
        background-color: transparent
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td:before {
        display: none
    }
}
@media screen and (min-width: 64rem) {
    .bcQQuotesSearch [type=button] {
        display: inline-block;
        width: 20%;
        margin: 0
    }

    .bcQuoteTable tbody td,.bcQuoteTable tbody th {
        font-size: 16px;
        font-size: 1rem
    }

    .bcCustomQuotesTable tbody td,.bcCustomQuotesTable tbody th {
        font-size: 16px;
        font-size: 1rem
    }

    .quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) td,.quotes-charts>center:nth-of-type(1)>table:nth-of-type(1) th {
        font-size: 16px;
        font-size: 1rem
    }
}
/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */
/* Global Styles
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
/* Global font rules for body and heading text */
body {
	font-size: var(--wp--preset--font-size--body-16);
	letter-spacing: 0.01em;
}
p {
	line-height: var(--wp--custom--line-height--130);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: initial;
}
/* Marks are set with Gutenberg's block toolbar "Highlight" options.
	 * We want marked text to have a medium font weight. The light
	 * mark specifically should also have a gradient text color effect.
	 */
h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
		font-weight: var(--wp--custom--font-weight--medium);
	}
h1 mark.has-light-green-color,
		h1 mark.has-light-color,
		h2 mark.has-light-green-color,
		h2 mark.has-light-color,
		h3 mark.has-light-green-color,
		h3 mark.has-light-color,
		h4 mark.has-light-green-color,
		h4 mark.has-light-color,
		h5 mark.has-light-green-color,
		h5 mark.has-light-color,
		h6 mark.has-light-green-color,
		h6 mark.has-light-color {
			/* Add gradient background and clip text so it has a gradient. */
			background: -webkit-linear-gradient(
				56deg,
				var(--wp--preset--color--light) 35%,
				var(--wp--preset--color--dark) 100%
			);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			text-fill-color: transparent;
		}
h1,
h2,
h4,
h5 {
	line-height: var(--wp--custom--line-height--120);
}
h2,
h3 {
	letter-spacing: 0.02em;
}
a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}
a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}
b,
strong {
	font-weight: var(--wp--custom--font-weight--bold);
}
/* Forms
--------------------------------------------- */
input,
select,
textarea,
.wp-block-search__input {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--mid-200);
	border-radius: 4px;
	color: var(--wp--preset--color--midnight-blue);
	font-family: var(--wp--preset--font-family--sans);
	font-size: var(--wp--preset--font-size--body);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--110);
	padding: 13.5px 24px;
}
/* Same as default button padding in theme.json */
input:focus, select:focus, textarea:focus, .wp-block-search__input:focus {
		background-color: var(--wp--preset--color--white);
	}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	box-shadow: 0px 4px 10px rgb(255 255 255 / 16%),
		0px 4px 10px rgb(0 0 0 / 6%);
	transition: box-shadow 0.3s ease-in-out;
}
input[type="button"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="submit"]:hover, input[type="text"]:hover, textarea:hover {
		/* Lighter shadow for some elevation. */
		box-shadow: 0px 8px 20px rgb(255 255 255 / 16%),
			0px 8px 20px rgb(0 0 0 / 6%);
	}
input[type="button"]:active, input[type="email"]:active, input[type="search"]:active, input[type="submit"]:active, input[type="text"]:active, textarea:active {
		/* Harder shadow to simulate a press. */
		box-shadow: 0px 2px 5px rgb(255 255 255 / 32%),
			0px 2px 5px rgb(0 0 0 / 12%);
	}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	border-radius: 4px;
}
::placeholder {
	color: var(--wp--preset--color--mid-500);
	font-size: var(--wp--preset--font-size--body);
}
.block-library-block__reusable-block-container {
	width: 100%;
	max-width: none;
	margin-right: calc(var(--wp--style--root--padding-right) * -1);
	margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
/* Buttons
--------------------------------------------- */
.wp-block-button .wp-block-button__link,
	.wp-block-button .wp-block-search__button,
	.wp-block-search__input .wp-block-button__link,
	.wp-block-search__input .wp-block-search__button {
		position: relative;
		color: var(--wp--preset--color--light);
		box-shadow: 0px 4px 10px rgb(255 255 255 / 16%),
		0px 4px 10px rgb(0 0 0 / 6%);
		transition: box-shadow 0.3s ease-in-out;
	}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-search__button:hover, .wp-block-search__input .wp-block-button__link:hover, .wp-block-search__input .wp-block-search__button:hover {
		/* Lighter shadow for some elevation. */
		box-shadow: 0px 8px 20px rgb(255 255 255 / 16%),
			0px 8px 20px rgb(0 0 0 / 6%);
	}
.wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-search__button:active, .wp-block-search__input .wp-block-button__link:active, .wp-block-search__input .wp-block-search__button:active {
		/* Harder shadow to simulate a press. */
		box-shadow: 0px 2px 5px rgb(255 255 255 / 32%),
			0px 2px 5px rgb(0 0 0 / 12%);
	}
.wp-block-button .wp-block-button__link:not(.has-text-color) span, .wp-block-button .wp-block-search__button:not(.has-text-color) span, .wp-block-search__input .wp-block-button__link:not(.has-text-color) span, .wp-block-search__input .wp-block-search__button:not(.has-text-color) span {
				/* Add gradient background and clip text so it has a gradient. */
				background: -webkit-linear-gradient(
					56deg,
					var(--wp--preset--color--light) 35%,
					var(--wp--preset--color--dark) 100%
				);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				background-clip: text;
				text-fill-color: transparent;
			}
.wp-block-button .wp-block-button__link.has-light-to-dark-green-gradient-background, .wp-block-button .wp-block-search__button.has-light-to-dark-green-gradient-background, .wp-block-search__input .wp-block-button__link.has-light-to-dark-green-gradient-background, .wp-block-search__input .wp-block-search__button.has-light-to-dark-green-gradient-background {
			background: -webkit-linear-gradient(
					56deg,
					var(--wp--preset--color--light) 35%,
					var(--wp--preset--color--dark) 100%
				);
		}
/* This overrides a default core block style that sets color to currentColor. */
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline
	> .wp-block-button__link:not(.has-text-color) {
	color: var(--wp--preset--color--light);
}
/* Code
--------------------------------------------- */
*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}
/* Comments
--------------------------------------------- */
.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: var(--wp--custom--spacing--gap);
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
	border-color: var(--wp--preset--color--contrast);
	padding: 10px 15px;
}
.wp-block-post-comments-form p:not(.form-submit) {
	margin-bottom: 20px;
}
.wp-block-post-comments-form .comment-form-cookies-consent label {
	font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-details {
	background: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--h-5);
	border: 1px solid var(--wp--preset--color--mid-200);
	border-radius: 4px;
	box-shadow: var(--wp--preset--shadow--standard);
}
.wp-block-details[open] summary::after {
				transform: rotate(180deg);
			}
.wp-block-details summary {
		display: flex;
		justify-content: space-between;
		padding: var(--wp--preset--spacing--small)
			var(--wp--preset--spacing--medium);
		user-select: none;
		list-style: none;
		--webkit-list-style: none;
	}
.wp-block-details summary::after {
			display: inline-block;
			content: url("assets/images/symbols/chevron-open.svg");
			width: 24px;
			height: 24px;
			transition: 0.25s transform ease;
		}
.wp-block-details p {
		margin-top: 0;
		padding: 0 var(--wp--preset--spacing--medium)
			var(--wp--preset--spacing--medium);
		font-size: var(--wp--preset--font-size--body-16);
	}
/* Navigation
--------------------------------------------- */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: 30px var(--wp--custom--spacing--gap);
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	padding: 2px;
}
/* Navigation Submenu
  --------------------------------------------- */
.wp-block-navigation:not(.has-background)
	.wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--contrast);
	min-width: 180px !important;
	padding: 10px;
}
.wp-block-navigation
	:where(.wp-block-navigation__submenu-container)
	.wp-block-navigation-item__content {
	padding: 2px 10px;
}
.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation__submenu-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
}
@media only screen and (min-width: 800px) {
	/* Navigation Link
	  --------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		border-radius: 5px;
		padding: 5px 15px;
	}
}
/* Part of the default navigation styles */
.wp-block-navigation__responsive-container-open {
	display: flex;
}
@media (min-width: 600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(
			.is-menu-open
		) {
		display: none;
	}
}
/* Reset core style */
@media (min-width: 600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}
}
@media (max-width: 1279px) {
	.site-header .desktop-buttons {
		display: none;
	}
}
@media (min-width: 1279px) {
	.site-header .mobile-buttons {
		display: none;
	}
}
/* Apply the core style at 1280px again */
@media (min-width: 1280px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(
			.is-menu-open
		) {
		display: block;
	}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}
/* Pullquote
--------------------------------------------- */
@media only screen and (min-width: 800px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 300px;
	}

	.wp-block-pullquote.alignleft {
		margin-right: var(--wp--custom--spacing--gap) !important;
	}

	.wp-block-pullquote.alignright {
		margin-left: var(--wp--custom--spacing--gap) !important;
	}
}
.wp-block-search .wp-block-search__button {
		background-color: var(--wp--preset--color--white);
		border: 1px solid var(--wp--preset--color--mid-200);
		border-radius: 4px;
		color: var(--wp--preset--color--midnight-blue);
		font-family: var(--wp--preset--font-family--sans);
		font-size: var(--wp--preset--font-size--body);
		font-weight: var(--wp--custom--font-weight--regular);
		line-height: var(--wp--custom--line-height--110);
		padding: 13.5px 24px;
	}
/* Same as default button padding in theme.json */
.wp-block-search .wp-block-search__button:focus {
		background-color: var(--wp--preset--color--white);
	}
.wp-block-search .wp-block-search__button {
		box-shadow: 0px 4px 10px rgb(255 255 255 / 16%),
		0px 4px 10px rgb(0 0 0 / 6%);
		transition: box-shadow 0.3s ease-in-out;
}
.wp-block-search .wp-block-search__button:hover {
		/* Lighter shadow for some elevation. */
		box-shadow: 0px 8px 20px rgb(255 255 255 / 16%),
			0px 8px 20px rgb(0 0 0 / 6%);
	}
.wp-block-search .wp-block-search__button:active {
		/* Harder shadow to simulate a press. */
		box-shadow: 0px 2px 5px rgb(255 255 255 / 32%),
			0px 2px 5px rgb(0 0 0 / 12%);
	}
.wp-block-search .wp-block-search__button {

		color: var(--wp--preset--color--light);
		border-color: var(--wp--preset--color--light);
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
			box-shadow: 0px 4px 10px rgb(255 255 255 / 16%),
		0px 4px 10px rgb(0 0 0 / 6%);
			transition: box-shadow 0.3s ease-in-out;
		}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:hover {
		/* Lighter shadow for some elevation. */
		box-shadow: 0px 8px 20px rgb(255 255 255 / 16%),
			0px 8px 20px rgb(0 0 0 / 6%);
	}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:active {
		/* Harder shadow to simulate a press. */
		box-shadow: 0px 2px 5px rgb(255 255 255 / 32%),
			0px 2px 5px rgb(0 0 0 / 12%);
	}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
			border-right: 0;
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
			box-shadow: none;
		}
/* This means it's open (expanded) */
.wp-block-search.wp-block-search__button-only:not(.wp-block-search__searchfield-hidden) .wp-block-search__button {
				border-bottom-left-radius: 0;
				border-top-left-radius: 0;
				box-shadow: none;
			}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
			padding: var(--wp--preset--spacing--x-small);
			background-color: var(--wp--preset--color--mid-50);
			border: none;
			border-radius: 4px;
		}
.wp-block-search.wp-block-search__button-inside .wp-block-search__input:focus {
				outline: revert;
			}
/* Separator
--------------------------------------------- */
.wp-block-separator.is-style-dots:before {
	font-family: inherit;
	font-size: var(--wp--preset--font-size--large);
	letter-spacing: 10px;
	padding-left: 10px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}
.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: 1px solid currentColor;
	border-top: none;
	height: 1px;
}
.wp-block-social-links.is-style-outline .wp-block-social-link {
	padding: 6px;
	border-radius: 2px;
}
/* Table
--------------------------------------------- */
@media screen and (max-width: 48rem) {
	.wp-block-table tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.wp-block-table > table th:first-of-type {
		display: none;
	}

	.wp-block-table > table td {
		flex-basis: 50%;
		position: relative;
	}

	.wp-block-table td:first-of-type {
		font-weight: 900;
	}

	.wp-block-table > table td:first-of-type {
		background-color: var(--wp--preset--color--dark);
		color: var(--wp--preset--color--white);
		font-size: 0.875rem;
		padding: 0.25rem 0;
		text-align: center;
		flex-basis: 100%;
		position: relative;
	}

	.wp-block-table td:nth-child(odd)::before {
		content: "";
		position: absolute;
		top: 1.75rem;
		bottom: 1rem;
		left: 0;
		right: 0;
		height: auto;
		background: -webkit-linear-gradient(
					90deg,
					var(--wp--preset--color--light) 100%,
					var(--wp--preset--color--dark) 100%
				);
		width: 0.0625rem;
	}

	.wp-block-table > table td:first-of-type::after {
		content: "";
		background: var(--wp--preset--color--dark);
		-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		width: 1.5rem;
		height: 0.75rem;
		transform: rotate(180deg);
		transform: rotate(180deg) translateX(50%);
		position: absolute;
		left: 50%;
		bottom: -0.6875rem;
	}
}
.wp-block-table {
	box-shadow: var(--wp--preset--shadow--standard);
	border-color: var(--wp--preset--color--mid-200);
	border-width: 1px;
	border-style: solid;
	border-radius: 0.25rem;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table table {
	border-collapse: collapse;
}
.wp-block-table > table {
	background: linear-gradient(
			118deg,
			rgba(255, 255, 255, 0.5) 0,
			rgba(243, 248, 254, 0.5) 100%
		),
		#fff;
}
.wp-block-table thead {
	border-bottom: 3px solid var(--wp--preset--color--contrast);
}
.wp-block-table tfoot {
	border-top: 3px solid var(--wp--preset--color--contrast);
}
.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
	border: 1px solid var(--wp--preset--color--contrast);
}
.wp-block-table tr {
	position: relative;
}
.wp-block-table td,
.wp-block-table th {
	padding: 24px 12px;
	vertical-align: top;
}
.wp-block-table th {
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
	font-weight: var(--wp--custom--font-weight--bold);
	font-size: 1.25rem;
	text-align: left;
}
.wp-block-table > table th {
	flex: 1;
}
.wp-block-table td:first-of-type {
	padding-left: 24px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--wp--preset--color--neutral);
}
.wp-block-table td ul {
	margin-top: 0;
}
.wp-block-table td ul li {
	margin-bottom: 1rem;
}
@media screen and (min-width: 48.0625rem) {
	.wp-block-table th:first-of-type {
		padding-left: 24px;
	}

	.wp-block-table td::before {
		content: "";
		position: absolute;
		left: 1.5rem;
		right: 1.5rem;
		bottom: 0;
		height: 0.0625rem;
		background: #d0d1d3;
	}

	.wp-block-table tr:last-of-type td::before {
		display: none;
	}
}
.wp-block-jetpack-contact-form .grunion-field-label span {
			margin-left: var(--wp--preset--spacing--xx-small);
			font-size: var(--wp--preset--font-size--body-14);
			color: var(--wp--preset--color--mid-400);
		}
/*
	 * The CTA bar class is applied in cta-bar-app.php.
	 * Any specific CSS to the cta-bar-app should go here. */
@media (max-width: 781px) {
		.sx-pattern-cta-bar.sx-pattern-cta-bar--app .wp-block-heading {
			text-align: center;
		}

		.sx-pattern-cta-bar.sx-pattern-cta-bar--app .wp-container-20 {
			justify-content: center;
		}
	}
.sx-pattern-cta-bar.sx-pattern-cta-bar--lp {
	/*
	 * The CTA bar class is applied in cta-bar-lp.php.
	 * Any specific CSS to the cta-bar-lp should go here. */
	border-color: var(--wp--preset--color--mid-600);
	background-color: var(--wp--preset--color--black);
}
.sx-pattern-cta-bar.sx-pattern-cta-bar--lp.is-light .wp-block-cover__inner-container {
			color: var(--wp--preset--color--white);
		}
@media (max-width: 781px) {
		.sx-pattern-cta-bar.sx-pattern-cta-bar--lp .wp-container-20 {
			justify-content: center;
		}
	}
.sx-pattern-cta-bar {
	min-height: 0;
	border: 1px solid var(--wp--preset--color--midnight-blue);
	border-radius: 4px;
	box-shadow: var(--wp--preset--shadow--standard);
}
.sx-pattern-cta-bar .wp-block-cover__inner-container {
		color: var(--wp--preset--color--white);
	}
.sx-pattern-cta-bar .wp-block-columns {
		margin-bottom: 0;
		justify-content: space-between;
	}
.sx-pattern-cta-bar .wp-block-heading strong {
		font-weight: 500;
	}
.sx-pattern-cta-bar p {
		margin-block-start: 4px;
	}
@media (max-width: 781px) {
		.sx-pattern-cta-bar .wp-block-buttons {
			justify-content: center;
			width: 100%;
		}

			.sx-pattern-cta-bar .wp-block-buttons .wp-block-button {
				width: 100%;
			}

				.sx-pattern-cta-bar .wp-block-buttons .wp-block-button .wp-element-button {
					width: 100%;
				}
	}
.sx-pattern-cta-markets-promo {
	position: relative;
	height: 720px;
	align-items: flex-start;
}
@media (max-width: 1919px) {
.sx-pattern-cta-markets-promo {
		/* Tablet */
		height: 545px
}
	}
@media (max-width: 995px) {
.sx-pattern-cta-markets-promo {
		/* Mobile */
		padding-top: 30px !important;
		height: 430px
}
	}
.sx-pattern-cta-markets-promo::before {
		z-index: 1; /* Needed because of the cover block's opacity overlay */
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-image: url("assets/images/patterns/cta-markets-promo-x.svg");
		width: 535px;
		height: 720px;
	}
.sx-pattern-cta-markets-promo::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		/* Fade out the image a little at the top and bottom */
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.4) 0%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 0.4) 100%
		);
	}
.sx-pattern-detail-cards .wp-block-column {
		border: 1px solid var(--wp--preset--color--mid-200);
		box-shadow: var(--wp--preset--shadow--standard);
		border-radius: 4px;
	}
.sx-pattern-fifty-fifty-l .wp-block-column:first-child {
		position: relative;
	}
/* 781px is where wordpress stacks columns on mobile */
@media (max-width: 781px) {
.sx-pattern-fifty-fifty-l {
		flex-direction: column-reverse
}
	}
/* 781px is where WordPress stacks columns on mobile */
@media (max-width: 781px) {
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__text {
			padding-left: 0 !important;
			padding-right: 0 !important
	}
		}
/* Paragraph and buttons have a smaller width than heading */
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__body {
		max-width: 384px;
	}
/* Second column (right side with image) */
.sx-pattern-fifty-fifty .wp-block-column:nth-child(2) {
		position: relative;
	}
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__image-overlay {
		position: absolute;
		bottom: var(--wp--style--block-gap);
		left: calc(var(--wp--style--block-gap) * -1);
		width: calc(100% + var(--wp--style--block-gap) * 2);
	}
/* 781px is where WordPress stacks columns on mobile */
@media (max-width: 781px) {
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__image-overlay {
			bottom: calc(var(--wp--style--block-gap) * -1);
			left: var(--wp--style--block-gap);
			width: calc(100% - var(--wp--style--block-gap) * 2)
	}
		}
@media (max-width: 1274px) {
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__image-overlay {
			align-items: flex-start
	}
		}
.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__image-overlay .sx-pattern-quote-bubble {
			max-width: 340px;
		}
@media (max-width: 332px) {
				.sx-pattern-fifty-fifty .sx-pattern-fifty-fifty__image-overlay .sx-pattern-quote-bubble .wp-block-image {
					display: none;
				}
			}
.sx-pattern-header-lp {
	background-color: var(--wp--preset--color--black);
}
.sx-pattern-heading-detail-cards-cta-bar .sx-pattern-cta-bar {
		margin-bottom: -56px !important;
	}
.sx-pattern-hero.sx-pattern-hero-features::before {
		display: none;
	}
.sx-pattern-hero.sx-pattern-hero-features .wp-block-heading,
	.sx-pattern-hero.sx-pattern-hero-features .wp-block-heading + p {
		max-width: 486px; /* Revert width set in hero.css */
	}
/* RIGHT SIDE */
/* Featured image on the right side */
.sx-pattern-hero.sx-pattern-hero-features .wp-block-cover__inner-container .wp-block-group + .wp-block-image img {
			width: 100%;
			max-width: 100%;
		}
@media (max-width: 996px) {
.sx-pattern-hero.sx-pattern-hero-features .wp-block-cover__inner-container .wp-block-group + .wp-block-image img {
				width: 100%
		}
			}
.sx-pattern-hero.sx-pattern-hero-features .sx-pattern-detail-cards .wp-block-column {
		box-shadow: none;
	}
.sx-pattern-hero.sx-pattern-hero--lp {
	position: relative;
	padding-top: 32px;
}
.sx-pattern-hero.sx-pattern-hero--lp::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 32%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	}
/* Apply a gradient effect to avoid a sudden transition between the background image and the next block. */
.sx-pattern-hero.sx-pattern-hero--lp::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 32%;
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.8)
		);
	}
@media (max-width: 781px) {
			.sx-pattern-hero.sx-pattern-hero--lp .wp-block-columns .wp-block-column {
				text-align: center;
				justify-content: center;
			}

				.sx-pattern-hero.sx-pattern-hero--lp .wp-block-columns .wp-block-column > * {
					margin: 0 auto !important;
				}
	}
.sx-pattern-hero.sx-pattern-hero--lp .wp-block-cover__inner-container .wp-block-group + .wp-block-image {
		position: relative;
		margin-top: -65px;
	}
@media (max-width: 996px) {
			.sx-pattern-hero.sx-pattern-hero--lp .wp-block-cover__inner-container .wp-block-group + .wp-block-image img {
				width: 100%;
			}
		}
.sx-pattern-hero-simple-lp {
	position: relative;
}
.sx-pattern-hero-simple-lp .wp-block-cover__inner-container {
		max-width: 728px;
	}
.sx-pattern-hero-simple-lp .wp-block-heading {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 582px;
	}
.sx-pattern-hero-simple-lp::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		/* Fade out the image a little at the top and bottom */
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 0) 25%,
			rgba(0, 0, 0, 0) 75%,
			rgba(0, 0, 0, 1) 100%
		);
	}
.sx-pattern-hero-simple {
	padding-top: 100px;
	padding-bottom: 128px;
}
.sx-pattern-hero-simple .wp-block-group {
		max-width: 840px;
		margin: 0 auto;
	}
.sx-pattern-hero {
	position: relative;
	padding-top: 152px;
	padding-bottom: 152px;
	overflow: hidden;
	background-color: var(--wp--preset--color--midnight-blue);
}
.sx-pattern-hero::before {
		z-index: 1; /* Needed because of the cover block's opacity overlay */
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-image: url("assets/images/patterns/hero-x.svg");
		width: 629px;
		height: 845px;
	}
.sx-pattern-hero .wp-block-cover__inner-container > * {
		position: relative;
		max-width: var(--wp--style--global--content-size);
		margin: 0 auto;
	}
@media (max-width: 767px) {
.sx-pattern-hero .wp-block-cover__inner-container > * {
			flex-wrap: wrap
	}
		}
/* LEFT SIDE */
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group {
		flex-shrink: 0;
		max-width: 486px;
	}
@media (max-width: 767px) {
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group {
			flex-shrink: unset
	}
		}
@media (max-width: 767px) {
		.sx-pattern-hero .wp-block-buttons {
			width: 100%;
		}

			.sx-pattern-hero .wp-block-buttons .wp-block-button {
				width: 100%;
			}

				.sx-pattern-hero .wp-block-buttons .wp-block-button .wp-element-button {
					width: 100%;
				}
	}
.sx-pattern-hero .wp-block-heading,
	.sx-pattern-hero .wp-block-heading + p {
		max-width: 400px; /* Main heading and paragraph have max-width */
	}
.sx-pattern-hero .wp-block-heading mark {
			display: block; /* So that the highlighted text is on it's own line. */
		}
/* RIGHT SIDE */
/* Featured image on the right side */
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group + .wp-block-image {
		width: 100%;
	}
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group + .wp-block-image img {
			width: 145%;
			max-width: none;
		}
@media (max-width: 996px) {
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group + .wp-block-image img {
				width: 200%
		}
			}
@media (max-width: 767px) {
.sx-pattern-hero .wp-block-cover__inner-container .wp-block-group + .wp-block-image {
			margin-top: 32px
	}
		}
@media (max-width: 767px) {
.sx-pattern-hero {
		padding-top: 96px;
		padding-bottom: 32px
}
	}
.sx-pattern-quote-bubble {
	background-color: var(--wp--preset--color--white);
	box-shadow: var(--wp--preset--shadow--hard);
}
.sx-pattern-quote-bubble .wp-block-image {
		/* Prevent image from shrinking */
		flex-shrink: 0;
	}
.sx-pattern-quote-bubble .wp-block-image img {
			border-radius: 50%;
		}
