/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&display=swap');


@font-face {
    font-family:"Montserrat";
    src:url("/fonts/Montserrat-VariableFont_wght.woff2") format("woff2"),url("/fonts/Montserrat-VariableFont_wght.woff") format("woff"),url("/fonts/Montserrat-VariableFont_wght.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Open Sans";
    src:url("/fonts/OpenSans-VariableFont_wdth_wght.woff2") format("woff2"),url("/fonts/OpenSans-VariableFont_wdth_wght.woff") format("woff"),url("/fonts/OpenSans-VariableFont_wdth_wght.otf") format("opentype");
    font-style:normal;font-weight:400;
}


@font-face {
    font-family:"Inter";
    src:url("/fonts/Inter-VariableFont_slnt_wght.woff2") format("woff2"),url("/fonts/Inter-VariableFont_slnt_wght.woff") format("woff"),url("/fonts/Inter-VariableFont_slnt_wght.otf") format("opentype");
    font-style:normal;font-weight:400;
}
   */
@font-face {
    font-family:"Montserrat";
    src:url("/fonts/Montserrat.woff2") format("woff2");
    font-style:normal}

@font-face {
    font-family:"Open Sans";
    src:url("/fonts/OpenSans.woff2") format("woff2");
    font-style:normal
}

@font-face {
    font-family:"Inter";
    src:url("/fonts/Inter.woff2") format("woff2");
    font-style:normal
}

/* global colours */
:root {
    --Cboe_Blue: #1d2952;
    --Cboe_Green: #2AD870;
    --Cboe_Gray: #f1f1f1;
    --Cboe_Fuscia: #ec2eeb;
    --Cboe_Aqua: #1feeff;
    --Cboe_Yellow: #fef102;
    --Cboe_Violet: #9881fb;
    --Cboe_Red: #f00;
}

body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    min-height: 100%;
    font-family:'Inter', sans-serif;;
}

blockquote {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 25px;
}

.sub_nav_level_2 span {
    display: block;
    margin-left: 20px;
    font-size: 14px;
    padding: 7.5px 0 7.5px 25px;
    font-weight: 400;
    color: #fff;
    font-family:'Inter', sans-serif;;
}

span.navLevel-nHoverOn {
    color: var(--Cboe_Green);
}

/* White Space */

h1 {
    margin: 0px 0px 0.37em 0px;
    font-family:'Montserrat', sans-serif;;
    font-family:'Inter', sans-serif;
}

h2 {
    margin: 0px 0px 0.5em 0px;
    font-family:'Inter', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

h3 {
    font-family:'Inter', sans-serif;;
    margin: 0px 0px 0.5em 0px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
}

h4,
h5,
h6 {
    font-family:'Inter', sans-serif;;
    margin-bottom: 25px;
}

p,
li,
td {
    font-family: "Mercury SSm A", "Mercury SSm B", Times, "Times New Roman", serif;
    font-family:'Inter', sans-serif;
    margin: 0px 0px 0px 0px;
}


/* Font Styles */

h1 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

h5 {
    font-style: normal;
    font-weight: normal;
}

h6 {
    font-weight: 400;
}

p,
ul {
    font-size: 14px;
    line-height: 26px;
}
p {

}

p.smallpara {
    font-size: 14px;
    line-height: 18px;
}

.post-date {
    display: inline-block;
    font-size: 12px;
    font-family: "Mercury SSm A", "Mercury SSm B", Times, "Times New Roman", serif;
    font-family:'Inter', sans-serif;
    margin-bottom: 10px;
}

.readmore {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.flex-container.bordered-callout h2 {
    margin-bottom: 10px;
}

.all-caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.light-weight {
    font-weight: 100;
}

.weight-500 {
    font-weight: 500;
}

.heavy-weight {
    font-weight: 900;
}

.no-margin {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }
    .search-results .container {width:60vw !important}
}


/* Colours */

body {
    color: #3C3C3D;
    color:#000;
}

a {
    color: var(--Cboe_Fuscia);
    font-family:'Inter', sans-serif;;
}

a:hover {
    text-decoration: underline;
}

.text-pink {
    color: var(--Cboe_Fuscia);
}

.lighter-grey-text {
    color: #808285;
}

.darker-grey-text {
    color: #3C3C3D;
}


/* Break Points */

.flex-container {
    /*max-width: 1000px;*/
}


/* Layout */

#two_column_left_sidebar_maincontent {
    max-width: 1600px;
}

.hidden {
    display: none;
}

ul li {
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    padding: 20px 20px;
    flex-direction: row;
}

.flex-container p {
    margin-bottom: 30px;
}

.flex-container ul {
    margin: 0px 0px 30px 30px;
}

.flex-container.extrapadding {
    padding: 40px 50px 0;
}

.flex-container.mattegreybg {
    padding: 50px;
}

@media screen and (max-width: 1024px) {
    .flex-container.extrapadding {
        padding: 40px 20px 0;
    }

    .flex-container.mattegreybg {
        padding: 20px;
    }
}

.flex-container .flex-container {
    padding: 0px;
}

.flex-container > div {
    padding: 20px 20px 20px 0;
}

.flex-container.mattegreybg > div {
    padding: 20px 20px 20px 0;
}

.flex-container.bordered-callout {
    padding: 0px;
    margin: 20px;
}

.flex-container.bordered-callout > div {
    padding: 20px 40px;
}

@media screen and (max-width: 1024px) {
    .flex-container > div {
        padding: 20px 0;
    }

    .flex-container.mattegreybg > div {
        padding: 20px 0;
    }

    .flex-container.bordered-callout {
        margin: 0;
    }

    .flex-container.bordered-callout > div {
        padding: 10px 10px;
        margin: 0 10px;
    }
}

.flex-container .flex-container > div {
    /* This is to prevent nested items from not lining up with other items */
    /*padding: 0px;*/
}

.flex-container img {
    max-width: 100%;
    height: auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

.content-container {
    max-width: 1000px;
}

.center-img {
    margin: 0 auto;
    display: block;
}

.center-text {
    text-align: center;
}

.right-align-text {
    text-align: right !important;
}

@media screen and (max-width: 1024px) {
    .mainContent {
        padding-top: 60px;
    }
}


/* Styled Segments */

input {
    border: 1px solid #ccc;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #979797;
}

.flex-container.horizontal-lines {
   /* background: url('../images/style-guide/horizontal-lines.png');*/
}

.zig-zag-lines {
    /*background: url('../images/style-guide/zigZag-light.svg');*/
    background-size: 600px;
}

.flex-container.zig-zag-light-lines {
   /* background: url('../images/style-guide/zigZag-light.svg');*/
    background-size: 600px;
}

.flex-container.random-lines {
    /*background: url('../images/style-guide/random-lines.png');*/
}

.flex-container.random-lines-svg {
   /* background: url('../images/style-guide/SquarePatternInvert.svg');*/
    position: relative;
}

.flex-container.inner-pattern.random-lines-svg,
.flex-container.inner-pattern.random-lines {
    background-position: 0 70px;
    background-repeat: repeat-x;
    padding: 20px 20px 0 20px;
    margin: -20px 0px;
}

.flex-container.wavy-x {
   /* background: url('../images/style-guide/wavy-x.svg') no-repeat center center;*/
}

.background-spacer {
    position: absolute;
    background: #FFF;
    bottom: 0px;
    flex: 1;
    left: 0;
    right: 0;
    height: 30px;
}

@media screen and (max-width: 1024px) {
    .flex-container.inner-pattern.random-lines {
        padding: 10px 5px;
    }

    .flex-container.wavy-x {
        background-position: center bottom;
        background-size: 100% auto;
    }
}

.flex-container.mattegreybg {
    background: #F2F2F2;
}

.flex-container.mattegreybg h1 {}

.flex-container .yellowBG {
    background: yellow;
    color: #333;
    padding: 40px;
    min-height: 100%;
}

.bordered-callout {
    box-shadow: 0px 1px 5px #888888;
    background: #fff;
}

.bordered-callout.noshadow {
    box-shadow: none;
}

.highlight_articles > div:first-child {
    border-right: 1px solid #979797;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .highlight_articles > div:first-child {
        border-right: none;
        border-bottom: 1px solid #979797;
    }
}

.bordered-callout.no-border {
    width: 100%;
}

.bordered-callout.no-border > div:first-child {
    border: none;
}

.bordered-callout img {
    margin-top: 15px;
    margin-bottom: 25px;
}

.bordered-callout.noshadow img {
    margin-top: 0px;
    margin-bottom: 15px;
}

.tab-selector {
    cursor: pointer;
}

#listing-content strong {
    font-size: 12px;
    text-transform: uppercase;
    font-family:'Inter', sans-serif;;
    color: #4D4D4D;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.styled-list {}

.styled-list li {
    margin: 0px 0 25px 0;
}

.styled-list a {
    text-decoration: none;
    font-size: 12px;
}

.styled-list h2 {
    margin-bottom: 5px;
}

.styled-list span {
    color: #aaa;
    font-weight: 100;
}

.styled-list p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.styled-list .flex-container {
    border-bottom: 1px solid #ccc;
}

.styled-list a {}

a.styled_link {
    text-transform: uppercase;
    text-decoration: none;
}

a.styled_link:hover {
    color: #A01962;
}

button {
    cursor: pointer;
}

a.styled-button {
    text-decoration: none;
}

button.styled-button,
a.styled-button {
    color: #fff;
    background: var(--Cboe_Fuscia);
    border-radius: 30px;
    font-size: 20px;
    padding: 14px 43px;
    font-family:'Inter', sans-serif;;
    font-weight: bold;
}

button.styled-button:hover,
a.styled-button:hover {
    background: #A01962;
}


button.styled-button,
a.styled-button  {
    color: #000;
    background: transparent;
    border-radius: 30px;
    border-color:var(--Cboe_Green);
    font-size: 20px;
    padding: 14px 43px;
    font-family:'Inter', sans-serif;;
    font-weight: bold;
    border:2px solid var(--Cboe_Green);
    display:inline-block;
    margin-bottom:20px
}

button.styled-button:hover,
a.styled-button:hover {
    background: var(--Cboe_Green);
    color:#fff
}



button.filterButton {
    background-image: url(/images/go_arrow_icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button.resetButton {
    background-image: url(/images/reset_icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

label {
    font-family:'Inter', sans-serif;;
    font-size: 14px;
    color: #343434;
}

label.error {
    color: #D00202;
}

.error {
    color: #D00202;
}

textarea.styled-input,
input.styled-input {
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0 0 0px;
    height: 47px;
}

select.styled-select {
    font-size: 16px;
    padding: 8px 5px;
    width: 225px;
}

img.bordered {
    padding: 5px;
    background: #fff;
    border: 1px solid #F2F2F2;
}

.styled-tab-container .nav-tabs {
    float: left;
    width: 100%;
}

.styled-tab-container .nav-tabs a {
    float: left;
    margin: 0px 25px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.styled-tab-container .nav-tabs a:hover {
    text-decoration: none;
}

.styled-tab-container .nav-tabs a.current-tab {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    color: #666;
}

input.error,
textarea.error {
    border: 1px solid #D00202 !important;
}

input.error:focus,
textarea.error:focus {
    border: 1px solid #D00202 !important;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #666;
}

.video-callout {
    border-top: 2px solid #DFE0E0;
    border-right: 2px solid #DFE0E0;
    border-bottom: 2px solid #DFE0E0;
}

.video-callout h2 {
    text-align: left;
    display: inline;
}

.border-seperator {}

.border-seperator > div {
    margin: 0px;
    padding: 50px 30px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
}

.border-seperator > div h2 {
    margin-bottom: 0px;
}

.border-seperator > div:last-child {
    border-right: none;
}

#home-market-activity {
    font-size: 15px;
}

.timestamp {
    font-family:'Inter', sans-serif;;
    font-weight: 300;
    float: right;
    font-size: 18px;
}

#home-market-activity .symbol a {
    text-decoration: none;
}


/*#home-market-activity .bordered-callout.no-border > div{
   padding: 20px 0;
}
#home-market-activity .bordered-callout.no-border  > div:first-child{
   padding-left: 40px;
}
#home-market-activity .bordered-callout.no-border  > div:last-child{
   padding-right: 10px;
}*/

#home-market-activity .lighter-grey-text {
    display: inline-block;
    font-family:'Inter', sans-serif;;
}

#home-market-activity .border-segment {
    /* margin-top: 15px; */
}

#home-market-activity .border-segment.flex-container > div {
    padding: 0px;
    /* border-right: 1px solid #DCDCDC; */
    text-align: left;
    margin-right: 15px;
}

#home-market-activity .border-segment.flex-container > div:last-child {
    border: none;
}

#home-market-activity .border-segment .lighter-grey-text {
    margin-top: 0px;
    min-width: 69px;
    font-size: 10px;
}

#home-market-activity .movers .small-nums {
    margin-top: 0;
}

#home-market-activity .market-data {
    font-family:'Inter', sans-serif;;
    color: #5E5F60;
    font-size: 38px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

#home-market-activity #total-volumn-traded {
    /* font-size: 48px;
    line-height: 58px; */
}

#home-market-activity .small-nums {
    font-size: 25px;
    line-height: 48px;
}

#home-market-activity .border-left {
    padding-left: 15px;
    border-left: 1px solid #DCDCDC;
}

.remove-table-styles {
    width: 100%;
    border: none;
    font-size: 13px;
    border-spacing: 0px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    #home-market-activity .market-data {
        font-size: 28px;
    }

    #home-market-activity #total-volumn-traded {
        font-size: 32px;
        line-height: 36px;
    }
}

.remove-table-styles tr td {
    padding: 5px 0;
}

.remove-table-styles .line-break-below td {
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}

.remove-table-styles .new-section-start td {
    padding-top: 15px;
}

.styled-table {
    font-size: 10px;
    border-spacing: 0px;
    width: 100%;
}

.styled-table th {
    font-family:'Inter', sans-serif;;
    border-bottom: 2px solid #E8E8E8;
    text-align: left;
    font-size: 12px;
    color: #5E5F60;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 10px 15px;
}

.styled-table thead {
    background: #F7F7F7;
}

.styled-table .symbol {
    color: var(--Cboe_Fuscia);
    font-weight: bold;
    padding-left: 10px;
}

.bottom-selected-border,
#home-market-activity .bottom-selected-border {
    display: block;
    border-bottom: 1px solid #979797;
    padding-left: 25px;
    margin-bottom: 10px;
}

.full-bottom-border {
    border-bottom: 1px solid #979797;
    margin-bottom: 30px;
}

.bigger-bottom-border {
    border-bottom: 2px solid #979797;
    margin-bottom: 30px;
}

#home-market-activity h3 {
    font-weight: 500;
    letter-spacing: 1.3px;
    border-bottom: 2px solid #272727;
    display: inline-block;
    margin: 0;
    padding: 10px 8px;
}

@media screen and (max-width: 1024px) {
    #home-market-activity .flex-container.bordered-callout > div {
        overflow: hidden;
        margin: 0;
    }
}

.styled-table a {
    text-decoration: none;
}

.styled-table tr {
    cursor: default;
}

.styled-table tr:nth-child(2n) {
    background: #F9F9F9;
}

.styled-table tbody tr:hover {
    background: #edecec;
}

.gain {
    color: var(--Cboe_Green) !important;
}

.unchanged-value {
    color: #333;
}

.loss {
    color: var(--Cboe_Red) !important;
}

.no-change {
    color: #5E5F60 !important;
}

.styled-table tr td.gain {
    color: var(--Cboe_Green);
}

.styled-table tr td.loss {
    color: var(--Cboe_Red);
}

.styled-table tr td.no-change {
    color: #5E5F60;
}

.styled-table tr td.gain:before,
.styled-table tr td.loss:before {
    padding: 0 4px 0 0;
    font-size: 8px;
}

.styled-table tr td.gain:before {
    content: "\25B2";
}

.styled-table tr td.loss:before {
    content: "\25BC";
}

.styled-table tr td.no-change:before {
    content: "-";
}

.styled-table tr td {
    font-family:'Inter', sans-serif;;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 14px;
}

@media screen and (max-width: 1024px) {
    .styled-table th {
        padding: 15px 3px 15px;
        font-size: 11px;
    }

    .styled-table tr td {
        padding: 15px 3px;
        font-size: 10px;
    }
}

.styled-text-input {
    border-radius: 10px;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 13px 10px;
}

.styled-button-small {
    border-radius: 3px;
    border: 1px solid var(--Cboe_Fuscia);
    color: var(--Cboe_Fuscia);
    padding: 2px 15px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

.styled-button-small:hover {
    color: #fff;
    border: 1px solid var(--Cboe_Fuscia);
    background: var(--Cboe_Fuscia);
}

.styled-checkmark {
    background: url('../images/style-guide/check-mark.png');
}

.styled-checkbox {
    color: #999;
    font-size: 13px;
    padding-top: 10px;
    display: block;
}

.styled-checkbox input {
    margin-right: 10px;
}

.graphlegend {
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.graphlegend > div {
    float: left;
    margin-bottom: 10px;
}

.graphlegend .graphbox {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
}

.graphlegend .graphlabel {
    margin-right: 15px;
    float: left;
    padding-top: 1px;
}

#footer2 {
    position: relative;
    flex-direction: column;
    padding: 20px 0 0;
}

#footer2inner {
    background-color: var(--Cboe_Blue);
    position: relative;
    padding: 30px 50px;
}

#footer2 .flex-container {
    position: relative;
}

#footer2 .footer_primary_tier {
    font-size: 23px;
    float: left;
    text-transform: uppercase;
    color: #fff;
    padding-right: 40px;
    padding-bottom: 15px;
    font-family:'Inter', sans-serif;;
}

#footer2 .footer_secondary_tier {
    font-family:'Inter', sans-serif;;
    float: left;
    clear: both;
    list-style: none;
    margin-left: 0px;
}

#footer2 .footer_secondary_tier li a,
#footer2 .footer_secondary_tier li {
    font-size: 15px;
    color: var(--Cboe_Gray);
    text-decoration: none;
    font-family:'Inter', sans-serif;;
}

li.inset-nav-item {
    margin-left: 15px;
}

#footer2 .footer_secondary_tier li a:hover {
    color: #FFF;
}

#footer2 .footer_secondary_tier li.inset-nav-item a {
    font-weight: lighter;
    font-size: 13px;
}

#footer2 #investorHelp {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family:'Inter', sans-serif;;
    padding-right: 30px;
}

#footer2 .small {
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 10px;
}

#footer2 #copywrite {
     background-color: var(--Cboe_Blue);
    justify-content: flex-end;
    text-align: right;
    padding: 50px 30px 0;
}

#footer2 #copywrite p {
    font-family:'Inter', sans-serif;;
}

#footer2 #copywrite a {
    text-decoration: none;
}

#footerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 225px 80px 1fr 2fr;
    grid-template-areas: "resources live regulatory""resources etf about""resources services about""resources services contact";
    max-width: 1000px;
}

#resourcesGridItem {
    grid-row: 1 / span 3;
    grid-column: 1 / span 1;
    grid-area: resources;
}

#etfMarketItem {
    grid-area: etf;
}

#liveGridItem {
    grid-area: live;
}

#servicesGridItem {
    grid-area: services;
}

#regulatoryGridItem {
    grid-area: regulatory;
}

#aboutGridItem {
    grid-area: about;
    grid-row: 2 / span 2;
    grid-column: 3 / span 1;
}

#contactGridItem {
    grid-area: contact;
    grid-column: 3;
    grid-row: 4;
}

#home-market-activity .flex-container {
    flex-direction: column;
}

.visible-xs {
    display: none;
}


/* Display */

@media screen and (max-width: 1024px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .flex-container {
        flex-direction: column;
    }

    _:-ms-fullscreen,
    :root .flex-container {
        flex-direction: row;
    }
}


/*=====SPINNER========*/

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 30px 0 30px 0;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #666;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*=====SPINNER========*/

.back-btn-contain {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

.back-btn {
    font-family:'Inter', sans-serif;;
    background: url(/images/style-guide/ButtonPattern.svg);
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10px 10px 10px 50px;
    position: absolute;
    margin-top: -50px;
    text-decoration: none;
}

.back-btn span {
    font-size: 50px;
    position: absolute;
    left: 10px;
    top: 6px;
}

@media screen and (max-width: 1024px) {
    .back-btn {
        position: relative;
        margin-top: 0px;
    }
    #copywrite p.small {text-align: center;}
    #copywrite p.small span {clear:both; margin-top:10px; display:block}
    #footerLogo {width: 100% !important;
        max-width: 250px !important;
        margin: auto !important;
        float:none !important
    }
    #investorHelp > div {
        width: 100%;
        height: auto;
        text-align: center;
    }
    #footer2 #copywrite {padding-top:0 !important}
}


/* POST STRUCTURE STYLES  */

@media screen and (max-width: 720px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 12px;
    }

    a {
        font-size: 12px;
    }

    .link-list a {
        font-size: 12px;
    }

    .services-page h3 {
        font-size: 14px;
    }

    .services-page .outlined-grid h3 {
        font-size: 14px;
    }

    .services-page .highlighted-header {
        font-size: 18px;
    }

    .services-page p {
        font-size: 12px;
        line-height: 20px;
    }
}

.highlighted-header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.half-highlight {
   /* background: linear-gradient(to bottom, transparent, transparent 35%, yellow 35%, yellow 65%, transparent 65%);
    padding-left: 10px;
    padding-right: 10px;*/
}
.half-highlight {
    padding-left: 0px;
    padding-right: 20px;
    position: relative;
    display: block;
}


.half-highlight:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background: #000;
    width: 100%;
    height: 5px;
    z-index: 1;
}
.copy-container {
    padding: 20px;
}

.light-heading {
    font-weight: bold;
    margin-bottom: 28px;
}

.link-list {
    margin-top: 12px;
}

.link-list a {
    font-size: 14px
}

#mastheadTextContainer p {
    font-size: 12px;
    font-family:'Inter', sans-serif;;
    font-weight: normal;
    max-width: 1000px;
}

#mastheadImageContainer {
    align-self: center;
}

@media screen and (min-width: 720px) {
    #mastheadTextContainer p {
        margin-top: 75px;
        font-size: 18px;
    }
}

#tsps #mastheadImageContainer img,
#commissioningProgram #mastheadImageContainer img {
    max-height: 200px;
}

.description-box {
   /*max-width: 600px;*/
    margin-bottom: 30px;
    font-weight: normal;
    font-family:'Inter', sans-serif;;
    line-height: 20px;
}

@media screen and (min-width: 720px) {
    .description-box {
        font-size: 16px;
        margin-bottom: 50px;
    }
}

.separator {

    margin-bottom: 30px;
    padding-top: 30px;
}
#threeTradingVenues .separator {
    border-bottom: 1px solid lightgray;
}

.separator-no-line {
    margin-bottom: 30px;
    padding-top: 30px;
}

.no-underline {
    text-decoration: none;
}

#welcomeToNeoBlurb h2 {
    max-width: 745px;
    text-align: justify;
}

@media screen and (min-width: 1024px) {
    .copy-container {
        padding: 50px;
    }

    .highlighted-header {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .half-highlight {
        padding-left: 0;
        padding-right: 20px;
    }
}


/*---------------------------------- H-CONTENT-BOX ----------------------------------*/

.h-content-box {
    display: grid;
    grid-template-areas: "graphic""content";
    margin-bottom: 40px;
}

.h-content-list > div:last-child {
    margin-bottom: 0;
}

.h-content-box-graphic {
    height: 120px;
    justify-self: center;
    margin-bottom: 20px;
}

#threeTradingVenues .h-content-box-graphic {
    max-width: 100%;
}

.h-content-box-graphic > img {
    height: 100%;
    max-width: 100%;
}

.h-content-box-header {
    font-weight: bold;
    margin-bottom: 12px;
}

.h-content-box-content {
    grid-area: content;
}

.h-content-box-graphic {
    grid-area: graphic;
    align-self: center;
}

.h-content-box li {
    list-style: disc inside none;
}

@media screen and (min-width: 440px) {
    .h-content-box {
        max-width: 900px;
        margin-top: 70px;
        margin-bottom: 0;
    }

    #threeTradingVenues .h-content-box {
        max-width: 1200px;
    }

    .h-content-list :first-child {
        margin-top: 0;
    }

    .h-content-box-content {
        align-self: center;
    }

    .h-content-box-graphic {
        margin-bottom: 0;
        height: 175px;
        max-width: 300px;
    }

    .h-content-box-graphic img {
        max-width: 100%;
        min-width: 200px;
    }

    #threeTradingVenues .h-content-box-graphic {
        max-width: 100%;
    }

    .h-content-box-header {
        margin-bottom: 20px;
    }

    .h-content-box-left {
        grid-template-areas: "graphic content";
    }

    .h-content-box-right {
        grid-template-areas: "content graphic";
    }

    .h-content-box-left > .h-content-box-graphic {
        padding-right: 40px;
    }

    .h-content-box-right > .h-content-box-graphic {
        padding-left: 40px;
    }
}


/*---------------------------------- /H-CONTENT-BOX ----------------------------------*/


/*---------------------------------- V-CONTENT-BOX & LIST ----------------------------------*/

.v-content-list {
    display: flex;
    flex-flow: column nowrap;
}

.v-content-box {
    margin-bottom: 30px;
}

.v-content-box > h3 {
    font-size: 18px;
    font-family:'Inter', sans-serif;;
    font-weight: bold;
    margin-bottom: 12px;
}

.v-content-box ul li {
    list-style: disc inside none;
}

@media screen and (min-width: 720px) {
    .v-content-list {
        flex-flow: row nowrap;
        justify-content: space-between;
        max-width: 1000px;
    }

    .v-content-box {
        width: 250px;
        margin-bottom: 0;
    }
}


/*---------------------------------- /V-CONTENT-BOX & LIST ----------------------------------*/

.video-box-container > h3 {
    margin-bottom: 20px;
}

.video-flex-box {
    display: flex;
}

.video-flex-box .video-text {
    display: none;
}

@media screen and (min-width: 720px) {
    .video-flex-box {
        display: flex;
        height: 300px;
        max-width: 900px;
    }

    .video-flex-box .video-text {
        display: block;
        flex: 1;
        background-color: lightgray;
        padding: 30px;
    }

    .video-flex-box .video-text > p {
        line-height: 1.5em;
    }

    .video-flex-box .video {
        flex-basis: 59.25%;
    }
}

.questions-box .bordered-callout {
    padding: 40px 20px 0;
    background: #fff url('/images/style-guide/questionMark.png') no-repeat 20px center;
    background-image:none;
    max-width: 1000px;
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .questions-box .flex-container .extrapadding {
        padding: 40px 20px 0;
    }

    .questions-box .bordered-callout {
        padding: 40px 20px 0;
        background-size: 90px auto;
        background-position: center 20px;
    }

    .questions-box h1 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .questions-box a {
        font-size: 12px;
    }
}


/*---------------------------------- BIG-TEXT-GRID ----------------------------------*/

.big-text-flex {
    display: flex;
    flex-flow: row wrap-reverse;
}

.big-text-flex-graphic {
    margin: 0 auto 20px auto;
}

.big-text-flex-graphic > img {
    width: 100%;
}

.big-text-flex-text {
    flex: 0 1 100%;
}

#about .big-text-flex {
    margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
    .big-text-flex {
        justify-content: space-between;
        flex-flow: row nowrap;
        max-width: 1000px;
    }

    .big-text-flex-text {
        flex: 1 0 65%;
    }

    .big-text-flex-graphic {
        align-self: center;
        flex: 0 1 auto;
        padding-left: 20px;
    }
}


/*---------------------------------- /BIG-TEXT-GRID ----------------------------------*/


/*---------------------------------- 1x2 GRID ----------------------------------*/

._1x2-grid {
    display: grid;
    grid-template-areas: "left_graphic""left_header""left_text""left_links""right_graphic""right_header""right_text""right_links";
}

._1x2-grid-graphic {
    margin-bottom: 20px;
    align-self: center;
    justify-self: center;
}

._1x2-grid-graphic > img {
    width: 100%;
}

._1x2-grid-graphic__0 {
    grid-area: left_graphic;
}

._1x2-grid-graphic__1 {
    grid-area: right_graphic;
    margin-top: 40px;
}

._1x2-grid-header {
    padding-bottom: 20px;
    font-weight: bold;
}

._1x2-grid-header__0 {
    grid-area: left_header;
}

._1x2-grid-header__1 {
    grid-area: right_header;
}

._1x2-grid-text {}

._1x2-grid-text__0 {
    grid-area: left_text;
}

._1x2-grid-text__1 {
    grid-area: right_text;
}

._1x2-grid-links {
    font-size: 14px;
    margin-top: 10px;
}

._1x2-grid-links__0 {
    grid-area: left_links;
}

._1x2-grid-links__1 {
    grid-area: right_links;
}

#about ._1x2-grid-graphic {
    max-width: 200px;
}


/* To force dealsquare logo to display on firefox */

#about ._1x2-grid-graphic__1 img {
    width: 200px;
}

@media screen and (min-width: 720px) {
    ._1x2-grid {
        grid-template-areas: "left_graphic right_graphic""left_header right_header""left_text right_text""left_links right_links";
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 75px;
        max-width: 1000px;
    }

    ._1x2-grid-header {
        font-size: 26px;
    }

    #our-story ._1x2-grid {
        grid-column-gap: 50px;
    }

    ._1x2-grid-graphic__1 {
        margin-top: 0;
    }
}


/*---------------------------------- /1x2 GRID ----------------------------------*/


/*---------------------------------- RESOURCES GRID ----------------------------------*/


/* TODO: CHANGE to generating two lists or something instead */

#resourcesContainer {
    display: grid;
    grid-template-areas: "grid-area-0 grid-area-4 none none""grid-area-1 grid-area-5 none none""grid-area-2 grid-area-6 none none""grid-area-3 grid-area-7 none none";
    grid-column-gap: 2rem;
    grid-row-gap: 14px;
    font-size: 14px;
    margin-bottom: 60px;
}

#resourcesContainer .grid-area-0 {
    grid-area: grid-area-0;
}

#resourcesContainer .grid-area-1 {
    grid-area: grid-area-1;
}

#resourcesContainer .grid-area-2 {
    grid-area: grid-area-2;
}

#resourcesContainer .grid-area-3 {
    grid-area: grid-area-3;
}

#resourcesContainer .grid-area-4 {
    grid-area: grid-area-4;
}

#resourcesContainer .grid-area-5 {
    grid-area: grid-area-5;
}

#resourcesContainer .grid-area-6 {
    grid-area: grid-area-6;
}

#resourcesContainer .grid-area-7 {
    grid-area: grid-area-7
}


/*---------------------------------- /RESOURCE GRID ----------------------------------*/

#videoGridContainer {
    display: grid;
    grid-template-areas: "video-area-0 video-area-1""video-area-2 none";
    grid-gap: 1rem;
}

.video-area {
    height: 16rem;
}

#videoGridContainer .video-area-0 {
    grid-area: video-area-0;
}

#videoGridContainer .video-area-1 {
    grid-area: video-area-1;
}

#videoGridContainer .video-area-2 {
    grid-area: video-area-2;
}

._3xn-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-evenly;
    max-width: 1000px;
}

._3xn-grid-container > .headingContainer {
    width: 100%
}

._3xn-grid-container div.imageContainer {
    padding: 0.5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 25px;
}

._3xn-grid-container div > span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
}

._3xn-grid-container div > a.imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

._3xn-grid-container div.headingContainer > h2.extrapadding {
    padding: 80px 50px 0;
}

._3xn-grid-container div.headingContainer:first-child > h2.extrapadding {
    padding: 40px 50px 0;
}

@media screen and (min-width: 440px) {
    ._3xn-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

a.imageContainer img {
    width: 60%;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    cursor: pointer;
}

a.imageContainer img:hover {
    filter: none;
    opacity: 1;
}

.border-top {
    border-top: 1px solid lightgray;
}

.outlined-grid {
    margin-bottom: 30px;
}

.outlined-grid h3 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 720px) {
    .outlined-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
        margin-bottom: 0;
    }

    .outlined-grid-left {
        padding-right: 37.5px;
        border-right: 1px solid lightgray;
    }

    .outlined-grid-right {
        padding-left: 37.5px;
    }

    #about .outlined-grid-left,
    #about .outlined-grid-right {
        padding-bottom: 100px;
    }
}

.can-list-grid {
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
}

.can-list-grid > div {
    float: left;
    width: 31%;
    min-height: 200px;
    padding: 20px 10px 20px 0;
}

.can-list-grid > div img {
    max-width: 300px;
}

.can-list-grid h3 {
    max-width: 300px;
    min-height: 50px;
}

.youtube-modal-button {
    width: 300px;
    height: 170px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    transition: box-shadow 0.5s ease;
}

.youtube-modal-button:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1140px) {
    .can-list-grid > div {
        float: left;
        width: 46%;
        padding: 20px 10px 20px 0;
        min-height: 180px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .can-list-grid img {
        width: 240px;
        height: 136px;
    }

    #ourTeam .can-list-grid img {
        height: auto;
    }

    .youtube-modal-button {
        width: 240px;
        height: 136px;
    }

    h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .can-list-grid > div {
        float: left;
        width: 100%;
        padding: 10px 0px;
        min-height: 180px;
    }
}

#tradingVideos .can-list-grid > div {
    padding: 0;
}

#tradingVideos .flex-container {
    padding: 0;
}

#tradingVideos .flex-container > div {
    padding: 0;
}


/*---------------------------------
-----------------------------
----------------------
-------------- 21-06-2021 ----------
-----------------------------------
-----------------------------------
-------------------------------- */

.line-through-title {
    display: inline-block;
    position: relative;
    padding: 0 0;
    z-index: 1;
    margin-bottom: 40px;
    width:100%
}
#market-activity-header .line-through-title {width:auto}

.line-through-title::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background: #000;
    width: 100%;
    height: 5px;
    z-index: -1;
}

#welcomeToNeoBlurb {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 780px;
    text-align: center !important;
    margin: auto;

}

#welcomeToNeoBlurb h1 {
    margin-bottom: 26px;
    font-size: 42px;
}

#welcomeToNeoBlurb h1 .yellowBg {
   /* background: var(--Cboe_Green);
    letter-spacing: 7px;
    padding: 0px 1px 3px 10px;*/
}

.horizontalLinks {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.newsPress {
    padding-bottom: 25px;
}

.newsPress .bordered-callout img {
    border: 2px solid var(--Cboe_Green);
    margin-bottom: 15px;
    width: 100% !important;
    height: auto;
    max-height: initial !important;
    box-sizing: border-box;
}

.newsPress .date p,
.newsPress .date p a {
    font-size: 0px;
    margin: 0px;
    line-height: normal;
}

.newsPress .date p strong,
.newsPress .date strong {
    font-size: 14px;
    display: block;
    font-family:'Inter', sans-serif;;
}

.newsPress .date {
    margin-bottom: 15px;
}

.newsPress h4 {
    margin-bottom: 20px;
}

.newsPress h4 a {
    color: #3C3C3D;
    text-decoration: none;
}

.newsPress div.highlight-container {
    padding: 25px 15px 20px 40px;
}

.newsPress .highlight-article,
.newsPress .highlight-article:first-child {
    width: 33.33%;
    padding: 0 25px 20px 0;
}

@media screen and (min-width: 1025px) {
    .horizontal-lines.pl20 {
        padding-left: 20px;
    }
}


/* feedArea */

.feedArea {
    width: 100%;
    float: left;
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feedArea .item {
    width: 49%;
    float: left;
}

.feedArea .icon {
    text-decoration: none;
    display: block;
}

.feedArea .icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: var(--Cboe_Fuscia);
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.feedArea .icon:hover {
    color: var(--Cboe_Green);
    color: #000;
}

.feedArea .icon:hover i {
    background: var(--Cboe_Green);
    color: #000;
}

.feedArea .feed {
    width: 100%;
    float: left;
    margin: 25px 0;
    clear: both;
    overflow-y: auto;
    min-height: 685px;
    max-height: 685px;
    scroll-behavior: smooth;
    overflow: hidden
}

.feed::-webkit-scrollbar {
    width: 8px;
}

.feed::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(181 181 181 / 30%);
    border-radius: 10px;
}

.feed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(158 158 158 / 50%)
}

.galleryInsta {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 7px;
    box-sizing: border-box;
    height: 685px;
}

.galleryInsta * {
    box-sizing: border-box;
}

.galleryInsta .image {
    width: 33.33%;
    float: left;
    padding: 7px;
}

.galleryInsta .image img {
    margin: 0px;
    width: 100%;
    height: 209px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.15);
}

.socialCntr {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0 !important;
    border-bottom: 2px solid #d3d3d3;
}

.socialCntr a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: var(--Cboe_Fuscia);
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 24px;
    text-decoration: none;
}



/* subscribeArea */

.subscribeArea {
    text-align: center;
    margin: 10px 0;
}

.subscribeArea h2 {
    margin-bottom: 20px;
}


/* .bannerSlider */
.bannerSlider {
    position: relative;
    display: none;
}

.bannerSlider.owl-loaded {
    display: block !important;
}

.bannerSlider .owl-item a {
    display: block;
}

.bannerSlider .owl-item .item {
    display: block;
    border: 5px solid var(--Cboe_Green);
    width: 100%;
    float: left;
}

.bannerSlider .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, 0);
}

.bannerSlider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    float: left;
    background: #e4e4e4;
    margin: 0 4px;
}

.bannerSlider .owl-dots .owl-dot.active {
    background: var(--Cboe_Fuscia);
}

.bannerSlider .owl-nav {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0);
}

#header-image-container .bannerSlider.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: var(--Cboe_Fuscia);
    font-size: 33px;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0 60px;
    overflow: hidden;
}

#header-image-container .bannerSlider.owl-carousel .owl-nav button span {
    display: block;
    line-height: 34px;
    margin-top: -4px;
}

ticker #neoTicker.ticker-container {
    height: 40px !important;
}

#neoTicker.ticker-container .ticker-symbolContainer {
    margin-top: 0.042em;
}

#neoTicker.ticker-container .ticker-symbolValue,
#securitiesTicker.ticker-container .ticker-symbolValue {
    font-size: .18em;
    vertical-align: text-top;
    line-height: 2.1em;
    margin-bottom: 0;
}

#neoTicker.ticker-container .ticker-symbolChange,
#securitiesTicker.ticker-container .ticker-symbolChange {
    line-height: 2.8em;
    margin-left: 10px;
}

ticker #securitiesTicker.ticker-container {
    height: 51px !important;
    padding-left: 20px
}

#securitiesTicker.ticker-container .ticker-symbolContainer {
    margin-top: 0.07em;

}

.ticker-symbolDataContainer  div {
    /*font-family:times !important*/
}

#footer2 {
    margin-top: 25px !important;
}


/* market-activity */

#market-activity {
    background: none !important;
    max-width: 780px;
    text-align: left;
    margin: auto;
}

#market-activity #market-activity-inner-container {
    padding: 0px;
    box-shadow: none;
}

#market-activity #market-activity-header {
    text-align: center;
}

#market-activity .timestamp {
    width: 100%;
    text-align: center;
}

#market-activity .line-through-title {
    margin-bottom: 25px;
}

#market-activity .cntrThree {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 45px 0 0 0;
}

#market-activity .imageCntr {
    width: 336px;
}

#market-activity #market-activity-totals {
    width: calc(50% - 40px);
}

#market-activity #market-activity-movers {
    width: calc(50% - 40px);
    border: none;
}

#market-activity .market-activty-data-left-col,
#market-activity .market-activty-data-right-col {
    width: 100%;
    text-align: right;
}

#market-activity .market-activty-data-left-col {
    margin-bottom: 35px;
}

#market-activity .market-activty-data-mid-col {
    width: 100%;
    margin-bottom: 35px;
}

#market-activity .lighter-grey-text {
    font-size: 14px !important;
    font-weight: bold;
}

.market-activity-movers-column {min-width:107px; margin-bottom:5px}


.market-activity-movers-column .lighter-grey-text > span:first-child{white-space: nowrap;}


.market-activity-movers-column .lighter-grey-text > span:first-child .market-data-icon {float:unset; margin-left:0 !important}

@media (max-width: 1225px) and (min-width: 1024px){


.market-activity-movers-column {
 transform: scale(0.9);
    }
    .market-activity-movers-column .lighter-grey-text > span:first-child{width:100px;}
}

#market-activity .market-data {
    color: #3C3C3D !important;
}

.stayConnect {
    flex-direction: row;
}

.ticker-loss:after {
    font-size: 1.1em !important;
}

.ticker-gain:after {
    font-size: 1.1em !important;
}

.gainGreen {
    color: var(--Cboe_Green)!important;
}

.lossRed {
    color: var(--Cboe_Red) !important;
}

#securitiesTicker.ticker-container .topBottomValue {
    display: inline-block;
    float: left;
    margin: 3px 0 0 27px;
}

#securitiesTicker.ticker-container .ticker-symbolValue.top {
    line-height: 1.1;
    margin: 0;
    font-size: 13.88px;
    display: block;
    clear: both;
}

#securitiesTicker.ticker-container .ticker-symbolValue.top:after {
    display: none;
}

#securitiesTicker.ticker-container .ticker-symbolChange.bottom {
    display: block;
    line-height: 1.1;
    font-size: 13.88px;
    margin: 0;
    clear: both;
}

#securitiesTicker.ticker-container .ticker-symbolChange.bottom:before {
    display: none;
}

#securitiesTicker.ticker-container .ticker-symbolChange.bottom::after {
    float: left;
    margin: -7px 0 0 -1.2em;
}

#socialContainer a,
#simpleNavPanelSocial a {
    float: left;
    position: relative;
    z-index: 1;
}

#socialContainer a:after,
#simpleNavPanelSocial a::after {
    width: 18px;
    height: 18px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 100%;
}

#socialContainer img,
#simpleNavPanelSocial img {
    width: 22px;
    margin: 0 6px;
    padding: 0px;
}


#primaryNavContainer {
    scroll-behavior: smooth;
}

#primaryNavContainer::-webkit-scrollbar {
    width: 8px;
    background: #ccc;
}

#primaryNavContainer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(181 181 181 / 30%);
    border-radius: 10px;
    background: #ccc
}

#primaryNavContainer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(158 158 158 / 50%);
    background: #b3adad
}


#socialContainer.socialContainerHidden {
    bottom: 5px !important;
}


#btnShowSocialContainer {
    width: 100%;
}

#btnShowSocialContainer img {
    margin: 0 auto;
    float: none !important;
    display: block;
}

#socialContainer.socialContainerOpen {
    position: static;
    margin-bottom: 10px;
}

/*17 Nov 2021*/
.bannerActive #leftColumnContainer {
    top: 70px !important;
}

#wrapper {
    /* padding-top: 70px;*/
}

.topbar {
    background: #ed2025;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;

}

.topbar p {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-family:'Inter', sans-serif;;
    font-weight: 500;
    font-size: 18px;
    text-align: left
        /* height: 50px;*/
}

.topbar p img {
    margin-right: 10px;
    width: 40px;
}

.topbar p small {
    font-weight: 100;
    margin-left: 15px;
    color: rgba(255, 255, 255, 1);
    font-size: 70%;
}

.topbar p small a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.topbar p small a:hover {
    color: #ffffff;
}

.main_span_wrap {
    display: flex;
    align-items: center;
}

.etf_links p + a{
    display: inline-flex;
}

/* responsive 21-06-2021 */


@media (max-width: 1000px) and (min-width: 700px){
    .zig-zag-lines .col-md-6.mb-5{
        width: 100% !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }
    .zig-zag-lines .col-md-6.mb-5 + .col-md-6.mb-5{
        padding-bottom: 40px !important;
    }
    .zig-zag-lines .etf_links {
        margin: 0px 0 20px !important;
    }
}

@media (max-width: 768px) {
    .topbar p {
        font-size: 16px;
        flex-wrap: wrap;
        line-height: 1;
    }

    .topbar p img {
        width: 29px;
    }

    .topbar p small {
        display: block;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .topbar p {
        font-size: 14px;
    }

    .topbar p small {
        font-size: 80%
    }
}

@media (max-width: 1024px) {
    #market-activity .imageCntr {
        width: 170px;
    }

    #market-activity .imageCntr img {
        max-width: 100%;
    }

    #market-activity #market-activity-totals {
        width: calc(50% - 100px);
    }

    #market-activity #market-activity-movers {
        width: calc(50% - 100px);
        border: none;
    }

    #market-activity .timestamp {
        display: block;
    }

    #market-activity .timestamp.mobile {
        display: none;
    }

    .line-through-title::before {
        height: 5px;

    }

    .newsPress div.highlight-container {
        padding: 20px;
    }

    .newsPress .highlight-article,
    .newsPress .highlight-article:first-child {
        float: left;
    }

    #welcomeToNeoBlurb {
        flex-direction: row;
    }

    .galleryInsta .image img {
        height: 146px;
    }

    .feedArea .feed {
        min-height: 503px;
        max-height: 503px;
    }

    .galleryInsta {
        height: auto;
    }
}

@media (max-width: 991px) {
    .feedArea .item {
        width: 100%;
        margin-bottom: 40px;
    }

    .feedArea .item:last-child {
        margin-bottom: 0px;
    }

    #top10-lists-container #top10-container-right {
        padding-left: 20px;
    }

    .galleryInsta .image img {
        height: 175px;
    }

    .feedArea .feed {
        min-height: 591px;
        max-height: 591px;
    }
}

@media (max-width: 767px) {
    .bannerSlider .owl-dots {
        position: static;
        transform: none;
        text-align: center;
    }

    .bannerSlider .owl-dots .owl-dot {
        float: none;
        display: inline-block;
    }

    .bannerSlider .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
    }

    .bannerSlider .owl-nav {
        position: absolute;
        bottom: 24px;
        left: 0;
        transform: none;
        width: 100%;
    }

    #header-image-container .bannerSlider.owl-carousel .owl-nav button {
        border-radius: 0;
        margin: 0;
    }

    #header-image-container .bannerSlider.owl-carousel .owl-nav button.owl-next {
        float: right;
    }

    #welcomeToNeoBlurb h1 {
        margin-bottom: 18px;
        font-size: 26px;
    }

    .horizontalLinks {
        padding-top: 5px;
        display: block;
    }

    .horizontalLinks a {
        display: inline-block;
        margin: 6px;
    }

    .line-through-title {
        font-size: 22px;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .line-through-title::before {
        top: 13px;
        height: 5px;
        top: 100%;
    left: 0;
    height: 5px;
    }

    #market-activity .line-through-title {
        margin-bottom: 15px;
    }

    #market-activity .timestamp {
        font-size: 15px;
        display: block;
    }

    #market-activity .timestamp.mobile {
        display: none;
    }

    #market-activity .cntrThree {
        flex-wrap: wrap;
        padding: 20px 15px 0;
        text-align: center;
    }

    #market-activity .imageCntr {
        width: 100%;
        order: 1;
    }

    #market-activity .imageCntr img {
        width: 200px;
    }

    #market-activity #market-activity-totals {
        width: 100%;
        order: 2;
        margin-bottom: 7px;
    }

    #market-activity #market-activity-movers {
        width: 100%;
        border: none;
        order: 3;
    }

    #market-activity .market-activty-data-left-col,
    #market-activity .market-activty-data-right-col {
        width: 100%;
        text-align: center;
    }

    #market-activity .market-activty-data-left-col {
        margin: 16px 0;
        text-align: center;
    }

    #market-activity .market-activty-data-mid-col {
        margin-bottom: 10px;
        text-align: center;
    }

    .newsPress div.highlight-container {
        padding: 20px 20px;
    }

    .newsPress .highlight-article,
    .newsPress .highlight-article:first-child {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .feedArea .item {
        width: 100%;
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .socialCntr {
        padding: 30px 0 !important;
    }

    .socialCntr a {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
        margin: 0 5px;
    }

    .feedArea .icon i {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
    }

    .feedArea .feed {
        width: 100%;
        float: left;
        margin: 25px 0;
        clear: both;
        overflow-y: auto;
        max-height: initial !important;
        scroll-behavior: smooth;
        min-height: auto !important;
    }

    .galleryInsta {
        width: 100%;
        float: left;
        background: #f9f9f9;
        padding: 7px;
        box-sizing: border-box;
        height: auto !important;

    }

    .galleryInsta .image {
        width: 50%;
    }

    .galleryInsta .image img {
        height: 146px;
    }
}








/*Videos Page Start Here*/

@media (min-width: 768px) {
    .container.extrapadding.videoPad {
        padding: 50px
    }
}


.mainVideoSec {
    padding: 20px 0px 0px 0px;
}

.mainVideoSec:first-child {
    padding: 0px;
}

.VideosH2 h2 {
    color: #3C3C3D;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.VideosH2 small {
    font-size: 16px;
}

.VideoList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 15px;
}

.VideoListing a {
    width: 100%;
    height: 100%;
    color: #3C3C3D;
    text-decoration: none;
}

.VideoListing img {
    max-width: 100%;
    margin: 20px 0px 10px 0px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    transition: box-shadow 0.5s ease;
    border-radius: 5px;
}


@media (max-width: 767px) {
    .vidoPad {
        padding: 20px;
    }

    .VideoList {
        display: initial;
    }

}

/*Online Discount Brokrage Page Start Here...*/
.OnlineBrokeHead {
    padding-bottom: 10px !important;
}

.OnlineBrokeHead h1 {
    margin-bottom: 20px;
}

.extrapadding {
    padding: 40px 50px 0;
}

.extrapadding .onlineBrokerageBox .onlineBrokerageFeatured img {
    max-width: 290px;
    padding: 0px;
}

.extrapadding .onlineBrokerageBox .onlineBrokerageFeatured {
    border-bottom: 1px solid #7f7f7f;
    padding: 0px 0px 10px 0px;
}

.onlineBrokerageBoxList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0px 20px 0px;

}
.onlineBrokerageMain .onlineBrokerageBoxList:first-child {
    border-bottom: 1px solid #7f7f7f;
}
@media (max-width: 650px) {

    .onlineBrokerageBoxList {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border:0
    }

}
.onlineBrokerageBoxList img {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;

    max-height: 100%;
}
.onlineBrokerageBoxList.grid img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.onlineBrokerageBoxListing {
    text-align: center;
    padding-right: 20px;
    padding: 0.5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 25px;
}

.onlineBrokerageBoxListing p {
    font-weight: bold;
    font-family:'Inter', sans-serif;;
}
.onlineBrokerageHead p {
    font-family:'Inter', sans-serif;;
    font-weight: normal;
    margin-top: 75px;
    font-size: 18px;
    max-width:1000px !important
}
.onlineBrokeageBoxListing a {
    color: #3C3C3D;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.onlineBrokerageBoxListing .BrokeImg {
    height: 100px;
    margin-bottom: 10px;
}

.onlineBrokerageBoxList:last-child {
    border-bottom: none;
}

.onlineBrokerageBoxList.grid .onlineBrokerageImg a:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/*Online Discount Brokrage Page End Here...*/
#subscriptionButtonAnchor {margin-left:-20px}

#logoContainer {padding:10px}
#logoContainer a {width:100%}
#logoContainer img {text-align: center;    margin: auto;; width:auto; max-width: 100%; max-height:75px}

#mobileHeader {
    background-color: var(--Cboe_Blue) !important;
}
#mobileHeader img {padding: 5px 20px;}

/*#searchOpenNav {display:block !important}*/

/*numeric fonts*/
#security-summary-table tr td:nth-child(even) {font-family: 'Open Sans',  sans-serif;}
#security-summary-table tr td:nth-child(odd) {font-family: 'Inter',  sans-serif;}
.brokerQuotesTable.styled-table td, #last-ten-trades.styled-table td, #symbol-table tr td, .styled-table.CDRMarketData tr td {font-family: 'Open Sans',  sans-serif;}

.simple-secuirty-list-container .styled-table tr td , #top-ten-neo-volume.styled-table tr td{font-family: 'Open Sans',  sans-serif;}
.simple-secuirty-list-container .styled-table tr td:nth-child(1),.simple-secuirty-list-container .styled-table tr td:nth-child(2) {font-family: 'Inter',  sans-serif;}
.simple-secuirty-list-container .styled-table tr td:nth-child(1),.simple-secuirty-list-container .styled-table tr td:nth-child(2) {font-family: 'Inter',  sans-serif;}
#symbol-table tr td:nth-child(1) , #symbol-table tr td:nth-child(2) {font-family: 'Inter',  sans-serif;}
.styled-table.CDRMarketData tr td:nth-child(1) , .styled-table.CDRMarketData tr td:nth-child(2) {font-family: 'Inter',  sans-serif;}

#fund-table .styled-table tr td:last-child{font-family: 'Open Sans',  sans-serif;}


.ticker-loss{
	font-weight:bold !important
}

.sub_nav_level_4 a {line-height:normal; margin-left:30px !important}
.tabs li a { color:#000}
.flex-container .tabs li.active a {color:var(--Cboe_Fuscia) !important}
.flex-container .tabs li.active {border-color:var(--Cboe_Fuscia) !important}
.flex-container .tabs li.active:hover {
    border-color:var(--Cboe_Fuscia) !important
}

.CboeCase { text-transform:capitalize}
#welcomeToNeoBlurb h1, .flex-container.mattegreybg h1 {font-size:52px; font-weight:900; font-style: italic;text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
@media (max-width: 767px) {
    #welcomeToNeoBlurb h1, .flex-container.mattegreybg h1 {font-size:8vw}
}
@media (min-width: 768px) {
    nowrap {white-space: nowrap;}
}

.sub_nav_level_3 a, .sub_nav_level_3 a {padding:0 !important; line-height:normal !important}
.sub_nav_level_3 , .sub_nav_level_4 {    padding: 7.5px 7.5px 7.5px 25px;}

h1 sup {
    top: -40px !important;
    left: 5px;
    font-size: 30px;
    padding: 0 0 0 5px;
}
@media (max-width: 650px) {
    h1 sup {
        top: -20px !important;
    }
}
.VideoListing.hide {display:none  !important}




.corporate-actions-page{
    color: #000000;
}
.new-company-listing{
    padding: 30px 0;
}
.form-wrapper input[type="text"] {
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    flex: 1;
    font-size: 12px;
    outline: none;
    padding: 8px 30px 8px 8px;
    width: auto;
    margin: 0;
    min-width: 170px;
}
.filter-row{
    display: flex;
    justify-content: space-between;
}
.custom-dropdown .form-dropdown {
    padding: 0 1.875em 0 0.625em;
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    flex: 1;
    font-size: 12px;
    outline: none;
    padding: 8px;
}
.search-form-wrapper{
    position: relative;
    padding-bottom: 20px;
}
.search-form-wrapper .btn{
    position: absolute;
    right: 8px;
    top: 6px;
    background: var(--Cboe_Fuscia);
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.search-form-wrapper .btn svg{
    width: 12px;
    color: #fff;
}
.view-more-btn{
    text-decoration: underline !important;
}
.para-text a{
    color: var(--Cboe_Green);
}
.corporate-actions-page .styled-table th:last-child, .corporate-actions-page .styled-table td:last-child{
    text-align: center;
}
.para-text .separator-no-line{
    margin-bottom: 0;
}
/* .corporate-actions-page .styled-table th {
    color: var(--Cboe_Blue);
} */
.corporate-actions-page #mastheadTextContainer h1{
    margin-bottom: 0;
}
.corporate-actions-page .flex-container.mattegreybg > div{
    padding-bottom: 0;
}
.corporate-actions-page>.copy-container{
    padding-top: 30px;
}
.pb-20{
    padding-top: 20px;
}
.new-company-listing table.dataTable thead th, .new-company-listing table.dataTable thead td, .new-company-listing table.dataTable tbody th, .new-company-listing table.dataTable tbody td {
    font-family: 'Inter', sans-serif;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 14px;
    border: 0;
    color: var(--Cboe_Blue);
}
.new-company-listing table.dataTable.no-footer{
    border: 0;
}
.new-company-listing table.dataTable thead tr th:last-child, .new-company-listing table.dataTable thead tr th:nth-child(3), .new-company-listing table.dataTable thead tr th:nth-child(4){
    /*width: 40px !important;
    max-width: 40px !important;*/
    text-align: right;
}
.new-company-listing table.dataTable tr td:last-child, .new-company-listing table.dataTable tr td:nth-child(3), .new-company-listing table.dataTable tr td:nth-child(4){
    text-align: right;
}
.corporate-actions-page .dataTables_wrapper {
    overflow: auto;
}
.corporate-actions-page .dataTables_wrapper .dataTables_filter input[type="search"] {
    min-width: 320px;
}
@media (max-width: 575px){
    .filter-row{
        display: block;
        margin-bottom: 20px;
    }
    .form-wrapper input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }
    .custom-dropdown .form-dropdown {
        width: 100%;
    }
}