:root {
  --primarycolor: #ceac53; 
}

.content-blur *{
    position: relative !important;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: blur(4px) !important;
}

.modal__cg-container{
    margin: 0;
    margin-bottom: 40px;
    list-style: none;
    padding: 16px 40px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 3px rgba(68, 80, 85, 0.15);
    box-shadow: 0 0 10px 3px rgba(68, 80, 85, 0.15);
    filter: none !important;
    position: relative;
    z-index: 99;
   
} 

.modal__cg-container input{
    border-color: rgb(225, 225, 225) !important;
    border: 1px solid;
}


.modal__cg-container .mktoButton{
    background: #425053;
    color: white;
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.cg-modal-container .modal__cg{
    display: none !important;
}

.cnt-cg-gate-active #signup-bar, .cnt-cg-enabled #signup-bar{
    display: none !important;
}

.cnt-cg-btn, .cnt-cg-btn_dummy, .cnt_cg_cancel{
    border: none;
    display: block;
    width: auto !important;
    height: auto !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    font-weight: normal !important;
    filter: none !important;
    color: white !important;
    text-shadow: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33333 !important;
    border-radius: 6px !important;
    border: 0 !important;
    display: inline-block;
    margin: 5px;
}
.cnt_cg_cancel {
  background-color: #eee;
  color: #000 !important;
  border: solid 1px #666 !important;
}
.cnt-cg-btn.cnt-cg-btn-loadmore{
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}

.no-supports.no-cssfilters .content-blur *,
.no-supports.cssfilters .content-blur *{
    background-color: #445055;
    color: #445055;
}
 #auth .mktoButtonRow{
display: none !important;
} 
/***************** sign in form **************************************/

#invalid_email {
    color: red;
    font-size: bol;
    font-weight: bold;
    padding: 0 10px;
  }
  .cnt_ajax_result {
      padding: 10px;
      text-align: center;
      clear:both;
  }
  .cnt_ajax_result p{
    font-size: 16px !important;
    padding: 10px;
  }
  p.cnt_error {
      color: red;
      border: solid 1px #eda19e;
  }
  p.cnt_success {
    color: green;
    border: solid 1px #7AD03A;
}
  .email_field{
    margin-bottom:10px;
  }
  #sign_in_btn{
      border: none;
      display: block;
      width: auto !important;
      height: auto !important;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-decoration: none;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      font-weight: normal !important;
      background: #000 !important;
      background-color: #000 !important;
      filter: none !important;
      color: white !important;
      text-shadow: none !important;
      -webkit-box-shadow: unset !important;
      box-shadow: unset !important;
      padding: 10px 16px !important;
      font-size: 18px !important;
      line-height: 1.33333 !important;
      border-radius: 6px !important;
      border: 0 !important;
  
      cursor: pointer;
      margin: 0;
  }
  #loader {
    display: none;
  };

  .nav__my_account > li{
      list-style:none;
      padding:5px 10px;
      text-align: left;
    }
    .nav__my_account li a{
      color:#262626;
    }
    .nav__my_account li a:hover{
        color:#cc0000;
    }
    #my_account_menu {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 16px;
      display: table-cell;
      vertical-align: middle;
      width: auto;
      height: auto;
      text-align: left;
  }
  
  #cnt_account {
      /* height: 100%; */
      padding: 0px;
      cursor: pointer;
  }
  
  .nav__my_account {
   display: none;
   background-color: #000;
   width: 210px;
   padding: 12px 0;
   margin: 0;
   margin-left: 0px;
   list-style: none;
  }
  /* .nav__my_account::after {
    content: "";
    background-image: url("../img/nav-pointer.png");
    width: 19px;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    margin: auto;
    
  } */
    #my_account_menu:hover .nav__my_account{
        
        position: absolute;
        background: #fff;
        padding: 10px;
        border: solid #eee 1px;
        display: block;
        /* right: 20px; */
        right:130px;
        top: 50px;
       
    }
    p.cnt_success {
        font-size: 16px;
    }
    .my_account_forms{
        border:solid 1px #ccc;
        padding: 45px 35px;
    }
    .my_account_forms h4{
        padding-bottom: 25px;
    }
    .my_account_forms h4::after {
        content: "";
        background-color:  #cc0000;
        display: block;
        width: 130px;
        margin: 10px auto 30px 0;
        height: 2px;
    }
    
    .inner_box {
        padding: 0 30px 0 15px;
    }
    .my_account_forms label{
        /* color:rgb(184, 184, 184) */
    }
    .my_account_forms .mktoForm div.mktoLogicalField {
        /* border: 1px solid #444; */
    }
    .mktoRadioList{
      position: relative;
    }
    #LblmktoRadio_216259_0::before, #LblmktoRadio_216259_1::before{
      margin-left: 60px !important;
      left: 0;
    }
    .mktoForm input[type=checkbox] + label:before{
      border: #666 1px solid;
    }
    .mktoForm input[type=radio] + label:before {
      margin-left: 10 !important;
  }
    .cng_form_btns {
      text-align: center;
      padding-top: 15px;
  }
  .modal__cg-container img{
    text-align: center;
    display: block;
    margin: 25px auto;
  }
  .modal__cg-container p, .modal__cg-container ul li , .modal__cg-container ul{
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 10px 0 !important;
}
 .modal__cg-container h3{
  text-align: center;
}
.cng_form_btns a, .cng_form_btns a:hover{
  text-decoration: none;;

}
#my_account_regn{
  display: none;
  padding-top: 30px;
}
.field_wrap {
  clear: both;
}
.update_form_wrap h4{
  padding-bottom: 30px;;
}
.modal__cg{
  padding-top: 30px;

}
.subscription_check_group li{
  list-style: none;
}
.subscription_check_group{
  display: none;;
}
#isSubscribedAA{
  display: block;;
}
.form-group.field_wrap_pref {
  clear: both;
  display: inline-block;
  width: 100%;
}
label.form-check-label {
  padding-left: 7px;
}
.newsletter_pref_wrap h4 {
  font-weight: 500;
  font-size: 17px;
}
#cg_feedback_form label {
  font-weight: 400;
  color: #666;
  display: block;
}
a.red_link{
  color:#000;
}
#cg_feedbackform .modal-header {
  padding: 30px;
}
.cnt-cg-btn_deactivate{
  width: auto !important;
  height: auto !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-weight: normal !important;
  filter: none !important;
  text-shadow: none !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33333 !important;
  border-radius: 6px !important;
  border: 0 !important;
  display: inline-block;
  margin: 5px;
}
.cg_feedback_comment_wrap{
  display: none;
}
.feedback_btn_wrap {
  padding-top: 30px;
}
#unsub_brands_wrap ul li{
list-style:disc;
}
#unsub_brands_wrap label{
  display:inline-block;
}
#cg_unsub_feedback_form label{
  font-weight: 400;
}
label.unsub_label{
  font-weight: 700 !important;

}
.cfo_sub_company_type .cg_select{
display:none;
}

/***************** Profile Area **************************************/
.bgyellow {
    background: yellow;
    display: flex;
}
.bl-12 {
  background-color: #e8e8e8;
    width: 100%;
    height: 2px;
    margin: 20px;
}
.cntProfileArea .ui-state-active, .cntProfileArea .ui-widget-content .ui-state-active,
.cntProfileArea .ui-widget-header .ui-state-active,.cntProfileArea  a.ui-button:active,
.cntProfileArea .ui-button:active, .cntProfileArea .ui-button.ui-state-active:hover{
    background: #ffffff;
    color: #000;
   
    padding-bottom: 10px !important;
    font-weight: 700;;
}
.cntProfileArea .ui-state-active a, .cntProfileArea .ui-state-active a:link, .cntProfileArea .ui-state-active a:visited{
    color: #000;
}
.cntProfileArea .ui-state-default, .cntProfileArea .ui-widget-content .ui-state-default,
.cntProfileArea .ui-widget-header .ui-state-default,.cntProfileArea .ui-button,
  html .cntProfileArea .ui-button.ui-state-disabled:hover,
   html .cntProfileArea .ui-button.ui-state-disabled:active{
    background: none;
    border: none;
   }
   .cntProfileArea .ui-widget-header {
    border: none;
    background: none;
    padding-bottom: 1px;
}
.cntProfileArea .ui-widget-content{
    border: none;
}
.cntProfileArea a:focus{
    outline: none;
    outline-offset: unset;
}

li.ui-state-default.ui-state-hidden[role=tab]:not(.ui-tabs-active) {
    display: none;
}
.cntProfileArea .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 0px 15px;
}
.profile_gray_header {
    background: #f6f6f6;
}
.cntProfileArea {
    /* background: #f6f6f6; */
    padding: 45px;
}
.pdsection {
    background: #fff;
    border-top: 1px solid blue;
}
.pblock {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pblock h4{
  padding: 10px;
}
.secP {
    padding: 30px 0px;
}
.cntProfileArea .ui-tabs .ui-tabs-panel{
    padding: 0px;
}
.cntProfileArea .ui-widget-content{
    background: none;
}
.cntProfileArea .ui-tabs .ui-tabs-panel{
    padding: 0px;
}
.phead {
    /* background: #F5F5F5; */
    border-top: 1px solid #e8e8e8;
}
.phead  h3.text-center{
  padding-bottom: 15px;
}
.bb_2 {
    display: flex;
    margin: 5px 0px;
    border-bottom: 1px solid #e8e8e8;
}
.bb_2:last-child {
    border-bottom: none;
  }
  input[type="text"]:not(.form-control-plaintext).error, .form-control:not(.form-control-plaintext).error, .comment-form input:not(.form-control-plaintext).error[type="text"], .comment-form input:not(.form-control-plaintext).error[type="email"], .comment-form input:not(.form-control-plaintext).error[type="url"], .comment-form textarea:not(.form-control-plaintext).error, .search-form .search-field:not(.form-control-plaintext).error {
    border-color: #e02020;
}
#upRecord label.error {
    margin: 10px 0 0;
    color: #e02020;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgMEwyNCAwIDI0IDI0IDAgMjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzY3IC00MTgpIHRyYW5zbGF0ZSgzNjcgNDE4KSIvPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iI0UwMjAyMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtMmgydjJ6bTAtNGgtMlY3aDJ2NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjcgLTQxOCkgdHJhbnNsYXRlKDM2NyA0MTgpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat center left;
    text-indent: 28px;
    height: 20px;
    line-height: 20px;
}
#innertabs .ui-tabs-panel {
    padding-top: 26px;
}
.openupdatetab {
    cursor: pointer;
      color: #fff;
      display: inline;
      float: right;
      padding: 7px 10px;
      border-radius: 5px;
}
.cg_select{
  width: 100%;
  padding: 10px;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}
.brand_logo{
  max-width: 100%;
  margin: 18% auto;
  padding: 0 40px;
}
.subscription_check_group ul{
  padding: 0;;
}

/***************** Profile Area End **************************************/


.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}


.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}


@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 940px) {
  #my_account_menu {
    text-align: center;
    width: 100px;
    display: table-cell;
  }
  .nav__shrink .nav__logo {
    width: auto !important;
  }
  .nav__icons {
    width: 70px !important;
  }
}

@media (max-width: 929px) {
.brand_logo{
  margin: 35px auto;
}

}
@media (max-width: 768px) {
  .modal__cg-container{
    padding: 16px 10px;
  }
  
  }