
html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
body {
	font-family: 'Noto Sans Regular' !important;
	color: #111;
}

/* Top fix also fixes scrollto bug */
/* .fixed_nav {
    position: relative !important;
}
.content_holder {
    padding-top: 0 !important;
} */
/* Top fix also fixes scrollto bug */

/* WordPress page */
/* .content_holder,
.content_holder > .row > .content,
#main > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row {
    --bs-gutter-x: 0 !important;
    display: contents !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
} */
/* WordPress page */








.o-overrides .row > * {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.o-overrides .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}
.o-overrides .row > * {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.o-overrides .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.o-overrides .container {
    max-width: 1200px;
	padding-top: 0;
	position: relative;
}
.o-overrides a {
    color: #f42a78;
    font-family: 'Noto Sans Semi-bold';
}
.o-overrides a:hover {
	color: #FF5A00;
	text-decoration: none;
}
.o-overrides .col,
.o-overrides .row {
	padding: 0;
    margin: 0;
}
.o-overrides h1 {
    font-size: 90px;
    font-family: 'Noto Sans Semi-bold';
	font-weight: 500;
    line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 27px;
	margin-bottom: 25px;
}
.o-overrides h1 span {
	display: block;
    font-size: 40px;
	letter-spacing: 11px;
	margin-bottom: 5px;
}
.o-overrides h2 {
    font-size: 35px;
    font-family: 'Noto Sans Bold';
    margin: 0 auto;
    margin-bottom: 50px;
    margin-bottom: 0;
    max-width: 70%;
    text-align: center;
    line-height: 45px;
	text-transform: uppercase;
}
/* .o-overrides .o-hero p.o-lead {
    font-size: 25px;
    font-family: 'Noto Sans Regular';
    margin-bottom: 40px;
	text-align: center;
} */
/* .o-overrides .o-hero {
    background: url(images/world-of-oil-derivatives-hero.jpg);
    left: 0;
    background-position: center;
    background-size: 130%;
	border: 0;
	margin: 0;
    padding: 0;
} */
.o-overrides .o-hero {
	background-image: url('images/chart.svg');
    background-repeat: repeat-x; 
    background-size: auto; 
	background-position: bottom;
    width: 100%; 
	padding-top: 95px;
}
.o-overrides .o-hero .container {
    /* background-color: rgba(29, 31, 40, 0.85); */
	padding: 0;
    margin: 0;
	width: 100%;
    max-width: 100%;
    padding: 65px 40px 60px 40px;
	min-height: 230px;
}
.o-overrides .o-hero .container .row {
    max-width: 1200px;
	margin: 0 auto;
}
.o-overrides .o-text-link {
	color: #f42a78;
	font-family: 'Noto Sans Semi-bold';
	font-size: 18px;
	border: 0;
	background: none;
	box-shadow: none;
	padding: 0;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: block; /* Ensures it's treated as a block element */
	width: fit-content; /* Allows the width to be the size of its content */
	margin-bottom: 30px;
    margin-top: 0;
}
.o-overrides .o-text-link:hover {
	color: #FF5A00;
    text-decoration: none;
}
.o-overrides .o-text-link::after {
    content: url(images/chevron-right.svg);
    position: relative;
    padding-left: 15px;
    top: 2px;
    opacity: 0.5;
    transition: all 0.2s ease 0s;
}
.o-overrides .o-text-link:hover::after {
    content: url(images/chevron-right-hover.svg);
    position: relative;
    padding-left: 20px;
    top: 2px;
    transform: translateX(8px);
}
.o-overrides .o-hero .container .row img {
    max-width: 1000px;
	max-width: 750px;
	margin: 0 auto;
    display: block;
	margin-bottom: 45px;
}
.o-overrides .o-audio .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.o-overrides .o-audio .o-recommendation {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Noto Sans semi-bold';
    color: #009900;
    background-color: rgba(0, 153, 0, 0.09);
}
.o-overrides .o-audio audio {
    width: calc(100% - 240px);
    float: right;
    margin-top: 14px;
}
.o-overrides .o-audio img {
    max-width: 200px;
}
.o-overrides .o-audio h5 {
    margin-top: 30px;
    font-size: 18px;
    color: #777;
    display: inline-block;
	font-family: 'Noto Sans Regular';
}
.o-overrides .o-audio .o-text-link {
    float: right;
    margin-top: 30px;
}
.o-overrides p.o-subtitle {
    text-align: center;
    padding: 20px 0 50px 0;
    font-size: 18px;
	color: #FFFFF2;
	font-family: 'Noto Sans Regular';
}
.o-overrides p.o-subtitle img {
    margin: -3px 10px 0 0;
    opacity: 0.8;
}
.o-overrides .o-explainer {
	/* background-image: url(images/world-of-oil-derivatives-table.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
	background: white;
}
.o-overrides .o-explainer-home {
	margin-bottom: 50px;
}
.o-overrides .o-info-overview-home {
    margin-bottom: 50px;
}
.o-overrides .o-explainer-home .video-container {
    padding-bottom: 56.25%;
	background: #FAD2BD;
}
.o-overrides .o-explainer-home .col.o-video-player {
	background: #FAD2BD;
}
.o-overrides .o-explainer p {
	color: #FFFFF2;
	color: #111;
}
.o-overrides .o-explainer > .row {
    /* background-color: rgba(29, 31, 40, 0.7); */
	padding: 100px 0 0 0;
}
.o-overrides .o-detail-page-videos.o-explainer > .row {
    /* background-color: rgba(29, 31, 40, 0.7); */
    padding: 50px 0 0 0;
}
.o-overrides .video-container {
    position: relative;
    width: 100%;
    /* padding-bottom: 56.25%; */
	padding-bottom: 53.5%;
    height: 0;
    overflow: hidden;
    border: 30px solid #222;
    border-radius: 20px;
}
.o-overrides .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.o-overrides .o-explainer h2 {
	width: 50%;;
}
.o-overrides .col.o-video-player {
	/* background: #222; */
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	/* background: #FAD2BD; */
}
.o-overrides .col.o-video-player .video-container {
	background: #222;
}
.o-overrides .o-explainer .o-video-playlist{
	background-color: rgba(51, 51, 51, 0.5);
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	max-height: 510px;
	max-height: 498.75px;
    overflow: auto;
	background: #FAD2BD;
	max-width: 420px;
}
.o-overrides .o-explainer .o-video-playlist ul li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    padding-bottom: 9px;
    padding-top: 9px;
	padding-left: 20px;
	cursor: pointer;
	padding-right: 40px;
	display: block;
}
.o-overrides .o-explainer .o-video-playlist ul li:first-child {
	margin-top: 17px;
}
.o-overrides .o-explainer .o-video-playlist ul li:last-child {
	margin-bottom: 17px;
}
.o-overrides .o-explainer .o-video-playlist ul li:hover {
	background: #F8BD9E;
}
.o-overrides .o-explainer .o-video-playlist ul {
	position: relative;
}
.o-overrides .o-explainer .o-video-playlist ul li p {
    margin: 0;
	cursor: pointer;
    font-size: 14px;
	height: 48px;
	font-family: 'Noto Sans semi-bold';
	line-height: 20px;
	text-align: left;
}
.o-overrides .o-explainer .o-video-playlist ul li a:hover {
	text-decoration: none;
}
.o-overrides .o-video-playlist .o-video-playlist-item img {
    max-width: 146px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
    border-radius: 10px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
}
.o-overrides .o-video-playlist .o-video-playlist-item span {
    font-family: 'Noto Sans Med';
    color: #777;
    display: inline-block;
	display: flex;
    font-size: 13px;
	margin-bottom: 2px;
}
.o-overrides .o-p-text-link {
    margin-top: 30px;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}
.o-overrides a.o-btn-small {
    width: 100%;
    margin-top: 30px;
    padding: 7px 40px 8px 40px;
    height: 40px;
    border-radius: 10px;
    /* margin-left: 20px; */
    line-height: 27px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Noto Sans Semi-bold';
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: #f42a78;
    border: 3px solid #f42a78;
    transition: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px; */
}
.o-overrides a.o-btn-small:hover {
	background-color: #f42a78;
    /* color: #FFFFF2; */
	text-decoration: none;
	background-color: rgba(244, 42, 120, 0.1);
    border-radius: 10px;
	transform: scale(1.03);
    transition: transform .2s;
}
.o-overrides .flux-cta .row > a:hover {
	background-color: #f42a78;
    /* color: #FFFFF2; */
	text-decoration: none;
	background-color: rgba(244, 42, 120, 0.1);
	transform: scale(1.03);
    transition: transform .2s;
}
.o-overrides a.o-btn-med {
    padding: 12px 40px 12px 40px;
    border-radius: 10px;
	margin-left: 25px;
    line-height: 27px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Noto Sans Semi-bold';
    border-radius: 10px;
    background: #f42a78;
	text-decoration: none;
    color: #FFFFF2;
    border: 0;
    transition: none;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-overrides .o-text-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.o-overrides a.o-btn-med-cent {
    width: 100%;
    margin-bottom: 50px;
    padding: 12px 40px 12px 40px;
    border-radius: 10px;
	width: auto;
	display: inline-block;
    line-height: 27px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Noto Sans Semi-bold';
    border-radius: 10px;
    background: #f42a78;
	text-decoration: none;
    color: #FFFFF2;
    border: 0;
    transition: none;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-overrides .btn:hover {
    background-color: rgb(28, 115, 245);
    color: #FFFFF2;
}
.o-overrides .o-wizard-container {
    color: #111;
    padding: 0px 0 120px 0;
}
.o-overrides .o-wizard-container h2 {
    color: #111;
    text-align: left;
    max-width: 100%;
	margin-bottom: 29px;
    letter-spacing: 1.5px;
	font-size: 30px;
}
.o-overrides .o-wizard-container .trading-finder {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
	margin-bottom: 0;
    gap: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.o-overrides .initial-box {
    border-radius: 20px;
	background-repeat: no-repeat; 
    background-size: cover;
    background-position: center; 
    height: 100%; 
    color: white;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
	cursor: pointer;
	min-height: 400px;
	position: relative;
}
.o-overrides .initial-box.hedging-box {
	background-image: url('images/hedging.png'); 
}
.o-overrides .initial-box.speculating-box {
	background-image: url('images/speculating.png'); 
}
.o-overrides .initial-box h3 {
    display: block;
	position: absolute;
    top: 29px;
    left: 39px;
    font-size: 30px;
    font-family: 'Noto Sans Bold';
	color: #FFFFF2;
}
.o-overrides .initial-box img {
    display: block;
	position: absolute;
    top: 40px;
    right: 40px;
}
.o-overrides .initial-box p {
    display: block;
	position: absolute;
	bottom: 33px;
    left: 39px;
    color: #FFFFF2;
    padding-right: 80px;
    text-align: left;
    font-size: 18px;
	font-family: 'Noto Sans Semi-bold';
	margin-bottom: 0;
}
.o-overrides * {
    box-sizing: border-box;
	text-align: left;
}
.o-overrides .scroll-container {
    position: relative; 
    overflow: hidden; 
}
.o-overrides .scroll-content {
    width: 100%;
    height: 100%; 
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.o-overrides .scroll-content::-webkit-scrollbar {
    display: none; 
}
.o-overrides .custom-scrollbar {
	position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: calc(100% - 50px);
    border-radius: 10px;
    margin: 25px 20px 25px 20px;
	overflow: auto;
}
.o-overrides .custom-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    background-color: rgba(255,255,255,0.5); 
    border-radius: 10px;
    cursor: pointer; 
    transition: background-color 0.3s; 
}
.o-overrides .custom-thumb:hover {
    background-color: #555; 
}
.o-overrides .o-wizard-container .trading-finder {
    display: flex; 
    flex-direction: column; 
}
.o-overrides .o-wizard-container #options {
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px;
}
.o-overrides .o-wizard-container .col-lg-6 {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position: relative; 
    width: calc(50% - 10px); 
    padding: 0; 
    aspect-ratio: 1 / 1; 
    overflow: hidden; 
	max-height: 400px;
}
.o-overrides .o-wizard-container .cards {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    height: 100%; 
    background-color: #f42a78; 
    color: white; 
    text-align: center; 
    text-decoration: none; 
    border-radius: 10px; 
    transition: background-color 0.3s; 
	padding: 0;
    margin: 0;
    border: 0;
}
.o-overrides .o-wizard-container .cards:hover {
    background-color: #0056b3; 
}
@media (max-width: 768px) {
    .o-overrides .o-wizard-container .col-lg-6 {
        width: 100%; 
        aspect-ratio: 1 / 1; 
    }
}
.o-overrides .flux-cta {
	background-image: url(images/flux-cta.png);
    background-size: cover;
	background-position: center;
    border-bottom: 0;
    border-top: 0;
    margin: 0;
    padding: 48px 0 53px 0;
	background-blend-mode: overlay;
    background-color: rgba(29, 31, 40, .75);
}
.o-overrides .flux-cta h2,
.o-overrides .flux-cta p {
	width: 100%;
	max-width: 80%;
	text-align: left;
	margin: 0;
}
.o-overrides .flux-cta h2 {
	color: #FFFFF2;
	text-transform: none;
	font-size: 30px;
}
.o-overrides .flux-cta h2 span {
	color:#f42a78;
}
.o-overrides .flux-cta p {
	color: #FFFFF2;
	font-size: 18px;
	color: rgba(255, 255, 242, 0.7);
}
.o-overrides .flux-cta .row > a {
    font-family: 'Noto Sans Semi-bold';
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    background: transparent;
    color: #f42a78;
    border: 3px solid #f42a78;
    transition: none;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 22px;
	box-shadow: none;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px; */
}
.o-overrides .flux-cta a img {
    border-radius: 10px;
    width: 12px;
    padding: 11.5px 0 0 0px;
    margin-right: -2px;
}


/* Hedging */
.o-overrides .o-info-overview {
    padding-top: 100px;
}
.o-overrides .o-info-overview .container {
    border: 3px solid #EAEAEA;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -3px;
	text-align: left;
}
.o-overrides .o-info-overview .col-8 h2 {
    font-size: 30px;
    font-family: 'Noto Sans Bold';
	text-align: left;
	text-transform: none;
	max-width: 100%;
	margin-top: -10px;
    margin-bottom: 12px;
}
.o-overrides .o-info-overview .col-8 p {
    margin-right: 53px;
	font-size: 18px;
	text-align: left;
}
.o-overrides .o-info-overview .col-4 h2 {
    font-size: 30px;
    font-family: 'Noto Sans Bold';
	text-align: left;
	text-transform: none;
	max-width: 100%;
	margin-top: -10px;
	margin-bottom: 12px;
	opacity: 0.25;
}
.o-overrides .o-info-overview .col-4 p {
    max-width: 80%;
    font-size: 18px;
	text-align: left;
}
.o-overrides .o-info-overview .col-4 a {
	margin-left: 0;
	font-size: 18px;
}
.o-overrides .o-info-overview .col-4 a:first-of-type {
	float: left;
	width: 100%;
    margin-bottom: 29px;
	margin-top: 5px;
}
.o-overrides .o-info-overview .o-call-buttons .col {
	text-align: center;
    margin-bottom: 15px;
}
.o-overrides .o-info-overview img {
    height: 80px;
	margin: 20px 10px 0 10px;
	cursor: pointer;
}
.o-overrides .o-options {
    padding-top: 48px;
    padding-bottom: 120px;
	padding-bottom: 0;
}
.o-overrides .o-options .container {
    border: 3px solid #EAEAEA;
    border-radius: 20px;
    padding: 40px 0px 40px 0px;
}
.o-overrides .o-options > h2 {
	color: #111;
    text-align: left;
    max-width: 100%;
    margin-bottom: 29px;
    letter-spacing: 1.5px;
    font-size: 30px;
	max-width: 1200px;
}
.o-overrides .o-options .row:nth-child(3) {
	border-top: 1px solid #ECECEC;
	margin-top: 40px;
	padding-top: 40px;
}
.o-overrides .o-options .col {
    padding: 0 40px 0 40px;
	border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}
.o-overrides .o-options .col:first-child {
	border-left: 0;
}
.o-overrides .o-options .col:last-child {
	border-right: 0;
}
.o-overrides .o-options .container h2 {
    font-size: 30px;
    font-family: 'Noto Sans Bold';
    text-align: left;
    text-transform: none;
    max-width: 100%;
    margin-top: -11px;
    margin-bottom: 35px;
    padding-left: 40px;
}
.o-overrides .o-options .container .o-card-icons {
    height: 60px;
    width: 60px;
    text-align: center;
    background: #F2F7FF;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
	outline: 2px solid #f42a78;
}
.o-overrides .o-options .container .o-card-icons img {
    height: 30px;
    margin-top: 15px;
}
.o-overrides .o-options .container .o-card-icons.o-inventory img {
    height: 28px;
    margin-top: 17px;
	width: 30px;
}
.o-overrides .o-options .container .o-card-icons.o-storage img {
    height: 30px;
    margin-top: 14px;
}
.o-overrides .o-options .container h3 {
	font-size: 22px;
    font-family: 'Noto Sans Bold';
	text-align: center;
    margin: 22px 0 20px 0;
}
.o-overrides .o-options .container p {
    text-align: center;
    font-size: 18px;
    width: calc(100% + 10px);
    margin-left: -5px;
	margin-bottom: 28px;
}
.o-overrides .o-options .container a {
	text-align: center;
	display: inline-block;
	margin: 0;
    padding: 7px 40px 33.5px 40px;
}
.o-overrides .o-more-details {
	max-width: 900px;
	font-size: 18px;
	padding-bottom: 120px;
	text-align: left;
}
.o-overrides .o-more-details h2 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
    font-size: 30px;
	margin-top: 80px;
	max-width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Noto Sans Bold';
}
.o-overrides .o-more-details h3 {
	margin-bottom: 30px;
	/* letter-spacing: 1.5px; */
    font-size: 25px;
	text-align: left;
	font-family: 'Noto Sans Bold';
}
.o-overrides .o-more-details .col > h3 {
	margin-top: 40px;
}
.o-overrides .o-more-details h4 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
    font-size: 18px;
	margin-top: 30px;
	text-align: left;
	font-family: 'Noto Sans Bold';
}
.o-overrides .o-more-details ul {
	padding-left: 40px;
	margin-bottom: 20px;
}
.o-overrides .o-more-details ol {
    padding-left: 13px;
}
.o-overrides .o-more-details ul li {
	
}
.o-overrides .o-more-details ul li a {
	color: #f42a78;
}
.o-overrides .o-more-details-box {
	border: 3px solid #EAEAEA;
	border: 3px solid #f42a78;
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
}
.o-overrides .o-more-details-box a.o-btn-small {
	right: 33px;
    position: absolute;
    max-width: fit-content;
    top: 3px;
}
.o-overrides .o-more-details strong {
	font-family: 'Noto Sans Bold';
}
.o-overrides .o-info-overview-home .container {
	border-radius: 20px;
}

















/* Wizard */

.o-overrides .wizard {
	margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 3px solid #EAEAEA;
    border: 3px solid #f42a78;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px; */
}
.o-overrides .nav-pills .nav-link {
    background-color: #f1f1f1;
    color: #000;
    margin-right: 10px;
}
.o-overrides .nav-pills .nav-link.active {
    background-color: #6c757d; /* Darker grey */
    color: #fff;
}
.o-overrides .tab-content {
    margin-top: 20px;
}
/* Progress bar customization */
.o-overrides .progress {
    height: 25px;
    margin-bottom: 20px;
	border-radius: 10px;
    margin-top: 8px;
	margin-left: 95px;
}
.o-overrides .progress-bar {
    background-color: #f42a78;
    transition: width 0.5s;
}
/* Custom radio button styling */
.o-overrides .form-check-input {
    display: none; /* Hide the default radio button */
}
.o-overrides .form-check-label {
    display: block;
    border: 2px solid #EAEAEA;
	border: 3px solid #EAEAEA;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.3s;
}
.o-overrides .form-check-input:checked + .form-check-label {
    border-color: #f42a78; /* Highlight selected option */
    background-color: #e7f0fd;
}
.o-overrides .form-check-label:hover {
    border-color: #f42a78; /* Highlight on hover */
}
/* CTA button */
.cta {
    margin-top: 20px;
    text-align: center;
}
.o-overrides .cta button {
    background-color: #f42a78;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}
.o-overrides .cta button:hover {
    background-color: #0056b3;
}
/* Initial step styles */
.o-overrides .initial-box {
    cursor: pointer;
}
.o-overrides .initial-box:hover {
    transform: scale(1.03);
    transition: transform .2s;
}
.o-overrides .back-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f42a78;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1em;
}
.o-overrides .back-btn:hover {
    background-color: rgb(28, 115, 245);
}
.o-overrides #initial-step {
    display: block;
}
.o-overrides #hedging-wizard {
    display: none;
}
.o-overrides .nav-pills {
	display: none;
}
.o-overrides .o-wizard-container .row .col-6 {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.o-overrides .o-wizard-container .row .col-6:first-child {
	margin-right: 10px;
}
.o-overrides .o-wizard-container .row .col-6:last-child {
	margin-left: 10px;
}
.o-overrides .form-check {
    padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.o-overrides .disabled {
    pointer-events: none;
    opacity: 0.5;
}
.o-overrides .progress,
.o-overrides .back-btn,
.o-overrides #initial-step {
    display: none;
}
.o-overrides.o-overrides-home #initial-step {
    display: block;
}
.o-overrides .wizard h3 {
    margin-bottom: 10px;
    font-size: 25px;
	text-align: center;
    font-family: 'Noto Sans Bold';
}
.o-overrides .o-wizard-container .tab-content {
    margin-top: 0;
}
.o-overrides .o-wizard-container .cta {
    margin-top: 20px;
	text-align: center;
}
.form-check-group {
	text-align: center;
}
.o-overrides .o-wizard-container .cta button {
	width: 100%;
	padding: 7px 40px 8px 40px;
	height: 50px;
	border-radius: 10px;
	line-height: 27px;
	font-size: 18px;
	cursor: pointer;
	font-family: 'Noto Sans Semi-bold';
	border-radius: 10px;
	background: #f42a78;
	text-decoration: none;
	color: #FFFFF2;
	border: 0;
	transition: none;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-overrides .o-wizard-container-cat {
	/* max-width: 900px; */
	padding-bottom: 0;
}
.o-overrides .o-detail-page-videos.o-explainer.container-fluid {
	/* max-width: 900px; */
}
.o-overrides .o-more-details-box a.o-btn-small {
    height: 46px;
	padding: 6.7px 40px 8px 40px;
}









/* Global Oil */

.row {
    --bs-gutter-x: 0;
}
.row.o-global-oil {
    margin-left: 0 !important;
    margin-right: 0 !important;
	--bs-gutter-x: 0;
}
.o-global-oil .o-hero .container {
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
}
.o-global-oil .o-hero .row {
    margin-left: 0;
    margin-right: 0;
	--bs-gutter-x: 0;
	position: relative;
}
.o-global-oil a:hover {
    color: #f42a78;
	text-decoration: underline;
}

/* Hero Top */
.o-global-oil .o-hero-top {
	/* background-image: url(https://onyxcapitalgroup.com/videos/flux-pro-thumb.png); */
    background-image: none;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    /* padding-bottom: 80px; */
	background-blend-mode: overlay;
    background-color: rgba(29, 31, 40, .85);
	background-color: rgba(29, 31, 40, 1);
    text-align: left;
}
.o-global-oil .o-hero-top h1.o-normal-h1  {
	font-size: 55px;
    font-family: 'Noto Sans ExtBd';
    font-weight: 500;
    line-height: 1.2;
	text-align: left;
    color: #FFFFF2;
    text-transform: uppercase;
    letter-spacing: normal;
	margin-bottom: 35px;
	max-width: 80%;
}
.o-global-oil .o-hero-top h1 .o-pro-tag {
	background: #FF3300;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    margin-right: 30px;
	letter-spacing: normal;
    display: inline-block;
	font-family: 'Noto Sans ExtBd';
    margin-bottom: 0;
    transform: translateY(-8px);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-global-oil .o-hero-top p {
    color: #FFFFF2;
    font-size: 20px;
	text-align: left;
    margin: 0 auto;
    font-family: 'Noto Sans Semi-bold';
	margin-bottom: 20px;
    max-width: 900px;
	padding-right: 30px;
}
.o-global-oil .o-hero-top a.o-btn-large {
	width: 60%;
    margin-top: 0;
    padding: 7px 15px 8px 15px;
    display: inline-block;
    border-radius: 10px;
    line-height: 27px;
    font-size: 20px;
    cursor: pointer;
	font-family: 'Noto Sans ExtBd';
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: #f42a78;
    border: 5px solid #f42a78;
    transition: none;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: -4px;
	background: #111;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-global-oil .o-hero-top a.o-btn-large::after {
	content: url(https://onyxcapitalgroup.com/images/icons/chevron-right-pink.svg);
    position: relative;
    padding-left: 15px;
    top: 2px;
    float: right;
    opacity: 0.5;
}
.o-global-oil .o-hero-top a.o-btn-large:hover {
    background: transparent;
    background-color: rgba(244, 42, 120, 0.1);
	transform: scale(1.03);
    transition: transform .2s;
}
#header .btn-primary:hover {
	transform: scale(1.03);
    transition: transform .2s;
}
.o-global-oil .o-hero-top a.o-btn-small:hover {
	background: #f42a78;
}
.o-global-oil .o-hero-top .container .row img {
	max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
	margin-right: 0;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 100px rgba(255, 255, 242, 0.2));
}
.o-global-oil .o-hero-top .o-value-prop {
    margin-bottom: 45px;
}
.o-global-oil .o-hero-top .o-value-prop span {
	color: #FFFFF2;
	font-size: 18px;
	margin-right: 20px;
	white-space: nowrap;
	display: inline-block;
    margin-bottom: 5px;
}
.o-global-oil .o-hero-top .o-value-prop span:before {
	content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(https://onyxcapitalgroup.com/images/icons/value-prop.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: -4px;
}

/* Hero Bottom */
.o-global-oil .o-hero-bottom {
    position: relative; 
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
}
.o-global-oil .o-hero-bottom .container {
	min-height: 200px;
}
.o-global-oil .o-hero-bottom .container-fluid {
	background-image: url(images/chart.svg);
    background-repeat: repeat-x;
    padding-top: 0;
    background-position: center bottom;
	position: relative;
	padding-bottom: 0;
	z-index: 1;
}
.o-global-oil .o-hero-bottom h2 {
	text-align: left;
	margin-left: 0;
    margin-bottom: 5px;
	margin-top: 45px;
}
.o-global-oil .o-hero-bottom h2 strong {
	color: #0066FF;
}
.o-global-oil .o-hero-bottom p {
	color: #111;
    font-size: 20px;
    text-align: left;
    font-family: 'Noto Sans Semi-bold';
    margin-bottom: 15px;
}
.o-global-oil .o-hero-bottom a {
	color: #0066FF;
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Sans Semi-bold';
    margin-bottom: 15px;
}
.o-global-oil .o-hero-bottom a:hover {
	text-decoration: underline;
}
.o-global-oil .o-hero-bottom .container .row img {
    max-height: 200px;
	top: 0;
    z-index: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
	border-radius: 5px;
    right: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.09) 0px 6px 17px 0px;
}
.o-global-oil .o-hero-bottom .o-book-text {
	position: absolute;
    right: 165px;
    max-width: 90px;
    text-align: right;
    top: 52px;
	opacity: 0.75;
}
.o-global-oil .o-hero-bottom .o-book-text {
	font-size: 14px;
	font-family: 'Noto Sans Regular';
	color: #777;
}
.o-global-oil .o-hero-bottom .o-book-text a {
	font-size: 14px;
    font-family: 'Noto Sans Semi-bold';
}

/* Three Boxes */
.o-global-oil .o-options {
    padding-bottom: 100px;
	padding-bottom: 70px;
	padding-top: 0;
	background: #ecf0f1;
	background-color: rgba(29, 31, 40, 1);
	background-image: url(https://onyxcapitalgroup.com/images/flip-box-retail.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(3, 3, 3, .85);
	background-color: rgba(29, 31, 40, 1);
	border-bottom: 3px solid #f42a78;
}
.o-global-oil .o-options .container {
    border: 0;
	border-radius: 10px;
    padding: 40px 0px 40px 0px;
    margin-top: 80px;
    margin-bottom: 50px;
    background: white;
	background-color: rgba(255, 255, 255, .05);
	background-color: rgba(255, 255, 255, .075);
}
.o-global-oil .o-options .o-card-icons {
	display: none;
}
.o-global-oil .o-options .col > h3,
.o-global-oil .o-options .col > p {
	text-align: left;
	margin-left: 0;
}
.o-global-oil .o-options h2,
.o-global-oil .o-options h3,
.o-global-oil .o-options p {
	color: #FFFFF2;
}
.o-global-oil .o-options .col > h3 {
	margin-top: 0;
}
.o-global-oil .o-options .col {
    border-color: #f42a78;
}
.o-global-oil .o-options .col > p {
    margin-bottom: 0px;
}
/* Three Boxes: More Info */
.o-global-oil .o-options > h2 {
    max-width: 900px;
    margin: 0 auto;
	letter-spacing: normal;
	margin-bottom: 25px;
}
.o-global-oil .o-options > h2 strong {
    color: #f42a78;
}
.o-global-oil .o-options > h3 {
	font-size: 25px;
    max-width: 900px;
    margin: 0 auto;
	letter-spacing: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Noto Sans Bold';
}
.o-global-oil .o-options > p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
	margin-bottom: 20px;
	text-align: left;
}
.o-global-oil .o-options p a {
	cursor: pointer;
}

/* Pro Banner */
.o-global-oil .flux-cta h2 strong {
    color: #f42a78;
}
.o-global-oil .flux-cta p {
	max-width: 70%;
}

/* Global Oil Blue Line */

.o-global-oil .o-blue-line {
	height: 3px;
	background: #f42a78;
	width: 100%;
}

/* Global Oil Pro Red Line */

.o-global-oil .o-red-line {
	height: 3px;
	background: #0066FF;
	width: 100%;
}

/* Dictionary */

.o-header {
	cursor: pointer;
	color: #007bff;
	position: relative;
	background: #161e24;
	border-top: 1px solid #999;
	padding-bottom: 40px;
    padding-left: 40px !important;
    padding-right: 40px !important;
	border-bottom: 3px solid #f42a78;
}
.o-header h1 {
    font-size: 55px;
    color: #FFFFF2;
    padding-top: 80px;
    margin-bottom: 5px;
    text-align: center;
	letter-spacing: normal;
    text-transform: none;
}
.o-header p {
    color: #FFFFF2;
    font-size: 25px;
    font-family: 'Noto Sans Regular';
    text-align: center;
}
.o-dictionary ul.o-a-z-nav {
    display: flex; 
    list-style: none;
    padding: 10px 30px;
    margin: 0; 
    background-color: #f0f0f0;
}
.o-dictionary ul.o-a-z-nav li {
    padding: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.o-dictionary ul.o-a-z-nav li a {
    text-decoration: none; 
    color: #111; 
    padding: 5px 10px; 
	width: 100%;
    display: inline-block;
	text-align: center;
}
.o-dictionary ul.o-a-z-nav li a:hover {
    background-color: #e0e0e0;
    color: #f42a78; 
}
.o-dictionary .o-a-z-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    border-bottom: 3px solid #f42a78;
}
.o-dictionary .o-a-z-list:last-of-type {
    border-bottom: none;
}
.o-dictionary .o-a-z-list > h2 {
    margin-bottom: 25px;
    text-align: left;
    max-width: 100%;
    padding-top: 50px;
	scroll-margin-top: 70px;
}
.o-dictionary .o-a-z-list > div {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 0; 
}
.o-dictionary .o-term {
	cursor: pointer;
    color: #111;
    position: relative;
    font-size: 18px;
	line-height: normal;
	margin-bottom: 0;
	padding-right: 20px;
    padding-bottom: 20px;
}
.o-dictionary .o-term:hover {
    color: #f42a78; 
}
.o-dictionary .o-popover {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: calc(100% - 20px);
    transform: translateX(0%);
    background: #fff;
    border: 1px solid #f42a78;
    padding: 12px 15px 12px 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    color: #111;
    font-size: 17px;
    display: none;
    z-index: 1000;
    border-radius: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.o-dictionary .o-term .o-popover {
	display: block; /* Only displayed when added via JavaScript */
}

/* Info Cards */

.o-info-cards {
	background: #292A32;
	color: #FFFFF2;
	padding-top: 80px;
    padding-bottom: 80px;
	/* background-image: url(https://onyxcapitalgroup.com/images/cta-element-background.jpg); */
	background-image: url(https://onyxcapitalgroup.com/images/flip-box-retail.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(29, 31, 40, .85);
	border-bottom: 3px solid #f42a78;
}
.o-info-cards:last-of-type {
	border-bottom: none;
}
.o-info-cards .col-4,
.o-info-cards .col-6 {
	background: #1D1F28;
    border-radius: 10px;
	padding: 35px 40px 30px 40px;
    position: relative;
	background-color: rgba(29, 31, 40, 0.75);
}
.o-info-cards .col-8 {
	padding-left: 20px;
}
.o-info-cards .col-6:first-of-type {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 10px;
}
.o-info-cards .col-6 h3 {
	margin-bottom: 25px;
	font-size: 28px;
}
.o-info-cards .col-6 h4 {
	font-family: 'Noto Sans Bold';
	font-size: 22px;
	margin-bottom: 15px;
}
.o-info-cards .col-6 ul {
	margin-bottom: 24px;
}
.o-info-cards .col-6 ul strong {
    color: #f42a78;
}
.o-info-cards .col-6:last-of-type {
	display: inline-block; 
	width: calc(50% - 10px);
	margin-left: 10px;
}
.o-info-cards .col-8 > p {
	padding-left: 20px;
}
.o-info-cards h2 {
	text-align: left;
	max-width: 100%;
	font-size: 35px;
	margin-bottom: 40px;
}
.o-info-cards .row > img {
	max-height: 50px;
    width: auto;
    position: absolute;
    right: 0;
    top: -5px;
}
.o-info-cards h2 strong {
	color: #f42a78;
}
.o-info-cards h3 {
	font-family: 'Noto Sans Bold';
}
.o-info-cards p,
.o-info-cards ul li {
	color: #FFFFF2;
	font-size: 18px;
}
.o-info-cards ul li::marker {
    color: #f42a78;
}
.o-info-cards p {
	margin-bottom: 20px;
	text-align: left;
}
.o-info-cards ul li {
	margin-bottom: 10px;
}
.o-info-cards a.o-btn-small {
    background: #111;
    max-width: 180px;
	margin-top: 0;
	display: inline-block;
	max-width: fit-content;
    height: 47px;
	font-family: 'Noto Sans ExtBd';
	text-wrap: auto;
    height: auto;
}
.o-info-card {
	background-color: rgba(29, 31, 40, 0.75);
	border-radius: 10px;
	padding: 35px 40px 40px 40px;
	position: relative;
}
.o-info-card:first-child {
	margin-bottom: 20px;
}
.o-info-card img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.o-info-card h4 {
	font-size: 22px;
	margin-bottom: 30px;
}
.o-info-card h4 span {
    font-size: 18px;
    margin-left: 10px;
    opacity: 0.75;
}
.o-info-cards small {
    opacity: 0.75;
    margin-bottom: 10px;
    display: inline-block;
}
.o-hero-flex {
	display: flex;
    align-items: flex-end;
}
.o-hero-flex .col:first-child {
	margin-bottom: 100px;
}
.o-info-cards .o-info-table {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px 40px 20px 40px;
	margin-bottom: 20px;
    background-color: rgba(29, 31, 40, 0.75);
}
.o-info-cards .o-info-table table {
	border: 0;
	margin-bottom: 0;
}
.o-info-cards .o-info-table table tr {
	border-bottom: 1px solid #000;
}
.o-info-cards .o-info-table table tr:last-child {
	border-bottom: 0;
}
.o-info-cards .o-info-table table td {
	padding: 20px 20px 20px 0;
}

/* Simple Cards */

.o-global-oil .o-cards-simple {
	padding: 80px 0 80px 0;
}
.o-global-oil .o-cards-simple .container {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.o-global-oil .o-card-simple {
	width: calc(33.333% - 16px);
	box-sizing: border-box;
	background: #444;
    padding: 23px 30px 30px 30px;
	text-decoration: none;
	color: #333;
	border-left: 10px solid #f42a78;
	border-radius: 10px;
    min-height: 200px;
	position: relative;
	background-image: url('https://onyxmo5a6508deab.blob.core.windows.net/blobonyxmo5a6508deabstaging/wp-content/uploads/2024/11/iStock-1457436123-2-scaled.jpg'); /* Specify the background image */
    background-size: cover; /* Scale the image to cover the entire element */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: overlay;
    background-color: #161e24;
}
.o-global-oil .o-card-simple:hover {
	text-decoration: none;
	transform: scale(1.03);
    transition: transform .2s;
}
.o-global-oil .o-card-simple h3,
.o-global-oil .o-card-simple p {
	color: #FFFFF2;
	text-decoration: none;
	text-align: left;
}
.o-global-oil .o-card-simple h3 {
	font-family: 'Noto Sans Bold';
}

/* PDF */

.o-pdf-container {
    width: 100%;
    height: 90vh;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.o-pdf-embed {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/* Global Oil Pro Cards */

.o-global-oil-pro .o-hero-top a.o-btn-large {
	color: #0066FF;
	border: 5px solid #0066FF;
}
.o-global-oil-pro .o-hero-top a.o-btn-large::after {
    content: url(https://onyxcapitalgroup.com/images/icons/chevron-right-blue.svg);
}
/* .o-global-oil-pro .flux-cta h2 strong {
    color: #0066FF;
}
.o-global-oil-pro .flux-cta .row > a {
    color: #0066FF;
    border: 3px solid #0066FF;
} */
.o-global-oil-pro .o-hero-top a.o-btn-large:hover {
    background-color: rgba(0, 102, 255, 0.1);
}
/* .o-global-oil-pro h2 strong {
    color: #0066FF;
}
.o-global-oil-pro a {
    color: #0066FF;
}
.o-global-oil-pro .o-info-cards .col-6 ul strong {
    color: #0066FF;
}
.o-global-oil-pro .o-info-cards ul li::marker {
    color: #0066FF;
} */
.o-global-oil .o-options .o-pro-info-box {
	padding: 0;
    margin-top: 80px;
    margin-bottom: 0;
    background: transparent;
}
.o-global-oil .o-pro-info-box .col-3 h2 {
	margin-top: -5px;
}
.o-global-oil .o-pro-info-box .col-9 {
	padding-left: 30px;
	padding-right: 40px;
}
.o-global-oil .o-pro-info-box .col-9 p {
	text-align: left;
	margin-left: 0;
}
.o-global-oil .o-pro-info-box .col-9 h3 {
	text-align: left;
}
.o-global-oil .o-pro-info-box .col-9 a {
	padding: 0;
}








@media (max-width: 1280px) {
	.o-overrides .o-explainer,
	.o-overrides .o-wizard-container,
	.o-overrides .flux-cta,
	.o-global-oil .o-hero,
	.o-global-oil .o-info-cards {
		padding-left: 40px;
		padding-right: 40px;
	}
	.o-dictionary .o-a-z-list {
		padding: 0 40px 40px 40px;
		text-align: left;
	}
	.o-global-oil .o-hero-top p {
		font-size: 18px;
	}
	.o-global-oil .o-hero-top .container .row img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.o-global-oil .o-hero .col {
		position: relative;
	}
	.o-global-oil .o-hero-top a.o-btn-large {
		margin-bottom: 80px;
	}
}

@media (max-width: 1200px) {
	.o-overrides .o-info-overview,
	.o-overrides .o-options {
		padding-left: 40px;
		padding-right: 40px;
	}
	.o-overrides .o-info-overview-home .container {
		border-radius: 20px;
		text-align: left;
	}
	.o-global-oil .o-hero-bottom .o-book-text,
	.o-global-oil .o-hero-bottom .container .row img {
		display: none;
	}
	.o-global-oil .o-hero-bottom h2 {
		max-width: 100%;
	}
	.o-global-oil .o-hero {
		padding-top: 40px;
	}
	.o-hero-flex .col:first-child {
		margin-bottom: 0;
	}
}

@media (max-width: 1000px) {
	.o-overrides .o-options .col {
		padding: 40px 40px 0 40px;;
	}
	.o-overrides .o-more-details.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.o-global-oil .o-hero .row {
		display: block;
	}
	.o-global-oil .o-hero .col {
		width: 100%;
	}
	.o-global-oil .o-hero-top .container .row img {
        position: relative;
    }
	.o-global-oil .o-hero-bottom p {
		padding-bottom: 60px;
	}
	.o-global-oil .o-hero-bottom .container-fluid {
		background-image: none;
	}
	.o-global-oil .o-options .container {
		padding: 0px 0px 40px 0px;
	}
	.o-global-oil .o-options > p,
	.o-global-oil .o-options > h3 {
		text-align: left;
	}
}

@media (max-width: 900px) {
	.o-overrides .o-explainer .col.o-video-player {
		flex: none;
		display: block;
	}
	.o-overrides .o-explainer .container > .row {
		display: block;
	}
	.o-overrides .o-hero .container .row img {
		max-width: 100%;
	}
	.o-overrides .col.o-video-player {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
	.o-overrides .o-explainer .o-video-playlist {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		max-width: 100%;
	}
	.o-overrides .o-wizard-container .col-lg-6 {
		max-height:5600px;
		height: 500px;
	}
	.o-overrides .flux-cta a {
		top: 0;
	}
	.o-overrides .scroll-content {
        max-height: 350px;
	}
	.o-overrides .o-explainer .o-video-playlist ul li {
		padding-right: 100px;
	}
	.o-overrides .video-container{
        border: 20px solid rgb(51, 51, 51);
        border-radius: 25px;
    }
	.o-overrides .initial-box {
		min-height: 650px;
	}
	.o-overrides .initial-box p {
		padding-right: 40px;
		bottom: 30px;
    	left: 30px;
	}
	.o-overrides .initial-box h3 {
		font-size: 25px;
		top: 28px;
    	left: 30px;
	}
	.o-overrides .o-info-overview .row {
		display: block;
	}
	.o-overrides .o-info-overview .row .col-8,
	.o-overrides .o-info-overview .row .col-4 {
		width: 100%;
	}
	.o-overrides .o-info-overview .row .col-4 {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.o-overrides .o-info-overview .o-call-buttons .col {
		text-align: left;
		margin-top: 30px;
	}
	.o-dictionary ul.o-a-z-nav {
		position: fixed;
		right: 0;
		top: 0;
		flex-direction: column;
		padding: 0;
		height: 100%;
        z-index: 100;
		padding-top: 95px;
        padding-bottom: 10px;
	}
	.o-dictionary ul.o-a-z-nav li,
	.o-dictionary ul.o-a-z-nav li a {
        height: 100%;
        line-height: 1;
	}
	.o-dictionary .o-a-z-list > div {
		grid-template-columns: repeat(3, 1fr);
	}
	.o-info-cards .col-6 {
        width: 100% !important;
		margin-right: 10px;
		margin-left: 0 !important;
	}
}

@media (max-width: 600px) {
	.o-overrides .o-explainer > .row {
		padding: 40px 0 0 0;
	}
	.o-overrides .o-wizard-container-home {
        padding: 27px 0 100px 0;
		z-index: 1;
    }
	.o-overrides .o-explainer,
	.o-overrides .o-wizard-container,
	.o-overrides .flux-cta {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 0px;
	}
	.o-overrides .o-wizard-container h2 {
		font-size: 25px;
	}
	.o-overrides .o-wizard-container h2 {
		margin-bottom: 19px;
	}
	.o-overrides .trading-finder .cards span {
		top: 19px;
		left: 29px;
		font-size: 25px;
	}
	.o-overrides .flux-cta h2 {
        font-size: 20px;
        padding-right: 70px;
        line-height: 26px;
    }
	.o-overrides .flux-cta p{
        margin-top: 20px;
    }
	.o-overrides .flux-cta a {
        width: 48px;
        height: 48px;
    }
	.o-overrides .flux-cta a img {
		padding: 10px 0 0 1px;
	}
	.o-overrides .flux-cta h2 {
		max-width: 95%;
	}
	.o-overrides .flux-cta p {
		max-width: 95%;
	}
	.o-overrides .trading-finder .cards p {
		bottom: 23px;
		left: 29px;
		padding-right: 30px;
	}
	.o-overrides .initial-box img {
		top: 30px;
		right: 30px;
	}
	.o-overrides .o-explainer .o-video-playlist ul li {
        padding-right: 20px;
    }
	.o-overrides .o-hero .container {
		min-height: auto;
	}
	.o-overrides .o-hero .container .row img {
		margin-bottom: 25px;
	}
	.o-overrides .o-hero .container {
		padding: 50px 40px 60px 40px;
	}
	.o-overrides .video-container{
        border: 20px solid rgb(51, 51, 51);
        border-radius: 25px;
    }
	.o-overrides .o-explainer .o-video-playlist ul li p strong {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.o-overrides .row {
		display: block;
	}
	.o-overrides .o-wizard-container .col-6 {
		width: 100%;
		max-width: 100%;
	}
	.o-overrides .initial-box {
        min-height: 150px;
		display: block;
		max-height: 500px;
    }
	.o-overrides .o-wizard-container .row .col-6:last-child {
		margin-left: 0;
		margin-top: 20px;
	}
	.o-overrides .flux-cta a img {
        padding: 7px 0 0 1px;
    }
	.o-overrides .row.o-overrides.o-overrides-home {
		display: block;
	}
	.o-overrides .o-options .row:nth-child(3) {
		padding-top: 0;
		border-top: 0;
		margin-top: 0;
	}
	.o-overrides .o-options .container h2 {
		font-size: 25px;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
		line-height: normal;
	}
	.o-overrides .o-options .container {
		padding: 30px 0px 30px 0px;
	}
	.o-overrides .o-options > h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.o-overrides .o-info-overview, .o-overrides .o-options {
        padding-left: 20px;
        padding-right: 20px;
		padding-top: 40px;
    }
	.o-overrides .o-options .col {
        padding: 30px 20px 10px 20px;
    }
	.o-overrides .o-info-overview {
		padding-top: 50px;
	}
	.o-overrides .o-info-overview .container {
        padding: 30px 20px;
	}
	.o-overrides .o-info-overview .col-8 h2,
	.o-overrides .o-info-overview .col-4 h2 {
		font-size: 25px;
		line-height: normal;
	}
	.o-overrides .o-info-overview img {
		height: 60px;
		margin: 20px 5px 0 5px;
	}
	.o-overrides .o-more-details h2 {
		font-size: 25px;
		margin-top: 40px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.o-overrides .o-more-details.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
	.o-overrides .o-more-details-box {
		padding: 30px 20px 30px 20px;
		margin-top: 40px;
	}
	.o-overrides .o-more-details h4 {
		margin-bottom: 20px;
	}
	.o-overrides .o-more-details-box a.o-btn-small {
		right: 0;
		position: relative;
		max-width: 100%;
		width: 100%;
		display: block;
		margin: 0 0 0 0;
		top: 0;
		margin-bottom: 20px;
	}
	.o-overrides .o-info-overview .col-8 p {
		margin-right: 0;
	}
	.o-overrides .o-more-details {
		padding-bottom: 80px;
	}
	.o-overrides .wizard {
		padding: 30px;
	}
	.o-overrides .form-check-label {
		padding: 8px 15px 8px 15px;
	}
	.o-overrides .o-detail-page-videos.o-explainer > .row {
		/* background-color: rgba(29, 31, 40, 0.7); */
		padding: 40px 0 0 0;
	}
	.o-overrides .video-container {
        border: 10px solid rgb(51, 51, 51);
        border-radius: 20px;
    }
	.o-overrides .o-more-details ul {
		padding-left: 30px;
	}
	/* WordPress page */
	/* .fixed_nav {
		position: relative !important;
	} */
	.content_holder {
		padding-top: 0 !important;
	}
	.o-overrides .o-hero {
		padding-top: 0px;
	}
	/* WordPress page */
	.o-dictionary .o-a-z-list > div {
		grid-template-columns: repeat(2, 1fr);
	}
	.o-header {
		padding-bottom: 30px;
		padding-left: 20px !important;
		padding-right: 40px !important;
	}
	.o-header h1,
	.o-header p {
		text-align: left;
	}
	.o-header h1 {
		font-size: 35px;
		padding-top: 50px;
	}
	.o-header p {
		font-size: 18px;
	}
	.o-dictionary .o-a-z-list {
        padding: 0 20px 40px 20px;
    }
	.o-dictionary ul.o-a-z-nav li a {
        padding: 0px 15px;
        font-size: 12px;
        line-height: normal;
        height: 100%;
	}
	.o-global-oil .o-hero .container {
        padding: 0;
    }
	.o-global-oil .o-hero-top a.o-btn-large {
		width: 100%;
		margin-bottom: 50px;
	}
	.o-global-oil .o-hero {
        padding-left: 20px;
        padding-right: 20px;
    }
	.o-global-oil .o-options .container {
		padding: 10px 0px 40px 0px;
		margin-top: 20px;
	}
	.o-global-oil .o-hero .container .row img {
        margin-bottom: 0;
    }
	.o-global-oil h2 {
        line-height: normal;
        font-size: 30px;
		width: 90%;
		margin-left: 0;
    }
	.o-global-oil .flux-cta h2 {
        max-width: 100%;
        padding-right: 0;
        font-size: 25px;
        line-height: normal;
    }
	.o-global-oil .flux-cta .row > a {
		height: 50px;
		width: 100%;
		position: relative;
	}
	.o-global-oil .o-hero-top h1.o-normal-h1 {
		font-size: 35px;
		max-width: 90%;
	}
	.o-overrides .o-hero {
        padding-top: 20px;
    }
	.o-global-oil .o-hero-top .o-value-prop {
		margin-bottom: 30px;
	}
	.o-global-oil .o-hero-bottom h2 {
		margin-top: 45px;
	}
	.o-global-oil .o-hero-bottom h2 {
		margin-top: 20px;
        font-size: 25px;
	}
	.o-global-oil .o-options .col {
		border-color: transparent;
	}
	.o-global-oil .o-pro-info-box .col-9 {
		padding-left: 0px;
		padding-right: 20px;
	}
	.o-global-oil .o-pro-info-box .col-9,
	.o-global-oil .o-pro-info-box .col-3 {
		width: 100%;
	}
	.o-global-oil .o-pro-info-box .col-3 h2 {
		margin-top: 0;
		margin-bottom: 20px !important;
		padding-left: 0;
	}
    .o-info-cards {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.o-info-cards .col-4,
	.o-info-cards .col-6 {
		padding: 35px 20px 40px 20px;
		width: 100%;
		margin-bottom: 20px;
		background-color: rgba(255, 255, 255, .075);
	}
	.o-info-cards .col-8 {
		width: 100%;
		padding-left: 0;
	}
	.o-info-card {
		padding: 35px 20px 40px 20px;
		background-color: rgba(255, 255, 255, .075);
	}
	.o-global-oil .o-options {
		padding-bottom: 40px;
	}
	.o-info-cards .row > img {
		position: relative;
		top: -25px;
	}
	.o-info-cards .o-info-table {
        padding: 0px 20px 0px 20px;
		width: 100%; /* or a fixed width, e.g., 500px */
        overflow-x: auto; /* Enable horizontal scrolling */
        overflow-y: hidden;
		background-color: rgba(255, 255, 255, .075);
	}
	.o-info-cards .col-8 > p {
		padding-left: 0;
	}
	.o-global-oil .flux-cta {
        padding-bottom: 80px;
    }
	.o-global-oil .o-info-cards {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-info-cards ul {
		padding-left: 20px;
	}
	.o-info-cards a.o-btn-small {
		text-align: left;
		padding-left: 20px;
	}
	.o-info-cards .o-info-table table td:last-child {
		padding: 20px 20px 20px 20px;
		min-width: 400px;
	}
	.o-global-oil .o-hero-bottom p,
	.o-global-oil .o-hero-bottom a {
		font-size: 18px;
	}
	.container.o-pro-info-box {
		margin: 0 !important;
		padding: 0 !important;
	}
}

@media (max-width: 400px) {
	.o-dictionary .o-a-z-list > div {
		grid-template-columns: repeat(1, 1fr);
	}
}


















/* WoOD Pages fix .wood-pages-fix */

.wood-pages-fix .o-hero {
    padding-top: 15px;
}
main#main .wood-pages-fix .o-explainer .container.content_holder {
    padding-bottom: 0;
}
.wood-pages-fix .flux-cta h2 span {
    color: #f42a78;
    font-size: 30px;
    font-family: 'Noto Sans Bold';
}
.wood-pages-fix .o-options {
    padding-top: 25px;
}
.wood-pages-fix p#summary-text {
    text-align: center;
}




@media (max-width: 1201px) {
    main#main .wood-pages-fix .container.content_holder {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 600px) {
    .wood-pages-fix .o-wizard-container .row .col-6 {
		max-width: 100%;
		height: 450px;
	}
	.wood-pages-fix .flux-cta .row > a {
		top: 0;
	}
	.wood-pages-fix .flux-cta a img {
        padding: 12px 0 0 1px;
    }
	.wood-pages-fix .flux-cta h2 span {
		font-size: 20px;
	}
	.wood-pages-fix a.o-btn-small {
		white-space: break-spaces;
		width: 100%;
		display: inline-block;
		height: auto;
	}
	.wood-pages-fix .o-options .container a {
		padding: 7px 40px 7px 40px;
	}
}

/* Moove GDPR Cookie Compliance plugin */
body .gdpr_lightbox{
	z-index:12000!important;
	background:rgba(0,0,0,0.6)!important;
}
body .gdpr-icon.moovegdpr-arrow-close:before, body .gdpr-icon.moovegdpr-arrow-close:after{
	left:calc(50% - 1px)!important;
}

body #third_party_cookies{
	display:none;
}

body .gdpr_lightbox{
	z-index:12000!important;
	background:rgba(0,0,0,0.6)!important;
}
body .gdpr-icon.moovegdpr-arrow-close:before, body .gdpr-icon.moovegdpr-arrow-close:after{
	left:calc(50% - 1px)!important;
}

body #third_party_cookies{
	display:none;
}

#moove_gdpr_cookie_info_bar button.change-settings-button{
	margin-top:-2px;
	margin-left:-1px;
}

.moove-gdpr-tab-main-content p, .moove-gdpr-tab-main-content p * {
text-align:left!important;
font-size:15px!important;
}

.moove-gdpr-tab-main-content{
	padding-right:30px!important;
} 

@media (max-width: 767px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
        max-width: 110px!important;
    }
}

.moove-gdpr-branding-cnt a span{
	font-size:15px;
}