#top_banner {
	background: #fff;
	border-bottom: 5px solid #fff;
	margin: 0 0 -6px 0;
	padding: 0;
}
#top_banner img {
	width: 1074px;
}

.chart {
	margin: 1.5rem 0;
}

/* CANVASJS */
.canvaschart {
	margin-bottom: 1rem;
}

/* PHOTO INSERT */
#content img.insert_left {
	float: left;
	margin-top: 0;
	padding: 0 1rem 1rem 0;
}
#content img.insert_right {
	float: right;
	margin-top: 0;
	padding: 0 0 1rem 1rem;
}

/* ORANGE TABLE */
.table_color_orange table.dataTable thead tr th {
	background-color: #ffb724 !important;
}
.table_color_orange table.dataTable thead tr.tableizer-firstrow th {
	background-color: #b7b7b7 !important;
}

/* DEFAULT TABLE STYLES */
table tbody {
	font-family: "open-sans"; font-size: .8em; text-align: center;
}
table .table-first-row, .first-row {
	font-family: "futura-pt";
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
}
table tr.tableizer-firstrow {
	background-color: #fff;
	color: #000;
	font-family: "futura-pt";text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	padding: .75rem 0;
}
table tr.tableizer-firstrow th.sorting, table tr.tableizer-firstrow th.sorting_asc, table tr.tableizer-firstrow th.sorting_desc {
	font-size: 13px !important;
	padding: 1rem !important;
	vertical-align: middle;
}
table tr.tableizer-firstrow td {
	vertical-align: middle;
}
table .dataTables_filter {
	font-family: open-sans;
	font-size: .8em;
	margin-bottom: -20px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #FFFBEB;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {background-color: #fff;}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #cea305; color: #fff;
}
table.dataTable thead th, table.dataTable tfoot th {
	background-color: #cea305;
	color: #fff;
	font-weight: 500;
	font-size: 1.15rem;
}
table.dataTable tbody td {
	padding: .5rem 1rem;
	line-height: 1.25rem;
}
table.dataTable tbody td:first-of-type {
	text-align: left;
	padding-left: 1.5rem;
}

/* SUPPORT */
.sli-oneTimeAmountInput {
	background-color: grey !important;
	color: rgb(54, 84, 102) !important;
}
/* SIGN UP FORM */
.sidebar.no-padding {
	padding: 0;
}
.sidebar .sli-large-12.sli-medium-12.sli-small-12.sli-columns {
	background-color: rgb(226, 237, 237);
}
.sidebar .sli-element.sli-text h4 span {
	font-family: "futura-pt" !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    color: #005e5e !important;
}
.sidebar .sli-label {
	font-family: open-sans !important;
	font-size: 12px !important;
}
.sidebar .sli-button {
	background-color: #fff !important;
	box-shadow: 1px .15em 0px rgba(0, 0, 0, 0.2) !important;
	font-size: 12px !important;
	text-transform: uppercase;
}
.sidebar .sli-button a {
	/* border: 1px solid rgb(238,238,238) !important */;
}
#sidebarpress.sidebar {
	margin-top: 1rem;
}

/* CUSTOM WYGWAM STYLES */
#contentBody h1, #contentBody h2, #contentBody h3, #contentBody h4, #contentBody h5, #contentBody h6 {
	/*color: #005e5e;*/
	color: unset;
	font-family: "futura-pt", Arial, san-serif;
}

#contentBody h1 {
	font-size: 2rem;
	margin-bottom: 0.6rem;
}

#contentBody h2 {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

#contentBody h3 {
	font-size: 1.6rem;
	margin-bottom: 0.4rem;
}

#contentBody h4 {
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
}

#contentBody h5 {
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
}

#contentBody h6 {
	font-size: 1rem;
	margin-bottom: 0.3rem;
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
	#top_banner img {
		width: 100%;
	}
}