.elementor-kit-6{--e-global-color-primary:#F78629;--e-global-color-secondary:#3A5F70;--e-global-color-text:#2D2D2D;--e-global-color-accent:#FFFFFF;--e-global-color-5a9bac7:#EFEFEF;--e-global-color-8b9ad7a:#2097D4;--e-global-color-ac11e66:#659856;--e-global-color-a18f570:#EA3434;--e-global-typography-primary-font-family:"azo-sans-web";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"azo-sans-web";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"azo-sans-web";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.5px;--e-global-typography-accent-font-family:"azo-sans-web";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:-0.5px;font-family:"azo-sans-web", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-8b9ad7a );}.elementor-kit-6 h1{font-family:"azo-sans-web", Sans-serif;font-size:45px;font-weight:500;}.elementor-kit-6 h2{font-family:"azo-sans-web", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-6 h3{font-family:"azo-sans-web", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-6 h4{font-family:"azo-sans-web", Sans-serif;font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}/* Start custom CSS */.elementor-button-text{
    color:#fff;
}

.bg-ria-registration {
  background-color: #2097D4 !important;
  color: white !important;
  padding: 12px;
  border-radius: 8px;
}

.bg-compliance {
  background-color: #659856 !important;
  color: white !important;
  padding: 12px;
  border-radius: 8px;
}

.bg-ria-marketing {
  background-color: #EA3434 !important;
  color: white !important;
  padding: 12px;
  border-radius: 8px;
}

.bg-industry-news {
  background-color: #F78629 !important;
  color: white !important;
  padding: 12px;
  border-radius: 8px;
}

.e-n-tab-title .e-n-tab-icon {
  display: -flex;
  align-items: center;
  justify-content: center;
  width: 80px; 
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
}

.e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
  background-color: #f44336;
  color: white;
}

.e-n-tab-icon svg {
  width: 40px; /* Size of icon inside the circle */
  height: 40px;
  fill: currentColor;
}

.e-n-tab-title[aria-selected="true"] span.e-n-tab-icon svg {
    filter: invert(1) brightness(500);
}

.e-n-tabs-heading .e-n-tab-title{
      justify-content: start !important;
          font-weight:500;

}

.e-n-tab-title{
  flex: 1 1 0 !important;
  
}


/* RESET & BASE */
#crmWebToEntityForm {
  all: unset;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #000;
  width: 100%;
  max-width: 100%;
}

/* FORM TITLE */
#crmWebToEntityForm .zcwf_title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

/* FORM FIELD WRAPPER */
#crmWebToEntityForm .zcwf_row {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0px;
}

/* LABELS */
#crmWebToEntityForm .zcwf_col_lab {
  font-weight: 600;
  font-size: 14px !important;
  color: #111;
  text-align: left;
  float: none !important;
  width: 100% !important;
  margin-bottom: 4px;
}

/* INPUTS & TEXTAREAS */
#crmWebToEntityForm input[type="text"],
#crmWebToEntityForm input[type="email"],
#crmWebToEntityForm input[type="tel"],
#crmWebToEntityForm select,
#crmWebToEntityForm textarea {
width: 100%;
    padding: 0px;
    border: 0px !important;
    border-radius: 4px;
    /* background: #9e9e9e14; */
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* box-sizing: border-box; */
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05); */
    /* border-bottom: 2px solid #00000017 !important; */
    min-height: 40px;
        padding: 0px 10px;

}

#crmWebToEntityForm input:focus,
#crmWebToEntityForm select:focus,
#crmWebToEntityForm textarea:focus {
  border-color: #f26522;
  outline: none;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.2);
  background: #fff;
}

/* CHECKBOX DETECTION AND ALIGNMENT */
#crmWebToEntityForm .zcwf_row:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
      margin-top: 20px !important;
}

#crmWebToEntityForm .zcwf_row:has(input[type="checkbox"]) .zcwf_col_fld {
  order: 1;
  width: auto !important;
  margin: 0;
}

#crmWebToEntityForm .zcwf_row:has(input[type="checkbox"]) .zcwf_col_lab {
  order: 2;
  width: auto !important;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  flex: 1;
  text-align: left;
}

/* CUSTOM CHECKBOXES */
#crmWebToEntityForm input[type="checkbox"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #f26522;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease, border 0.2s ease;
  flex-shrink: 0;
}

#crmWebToEntityForm input[type="checkbox"]:checked {
  background-color: #f26522;
  border-color: #f26522;
}

#crmWebToEntityForm input[type="checkbox"]:checked::after {
  content: "\2713";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 5px;
}

/* BUTTONS */
#crmWebToEntityForm input[type="submit"],
#crmWebToEntityForm input[type="reset"] {
  display: inline-block;
  background: #f26522;
  color: #fff;
  padding: 5px 5px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-right: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#crmWebToEntityForm input[type="submit"]:hover,
#crmWebToEntityForm input[type="reset"]:hover {
  background: #d95415;
}


.zcwf_lblRight .zcwf_col_fld {
    float: left;
    width: 100% !important;
    padding: 0px 6px 0px;
    position: relative;
    margin-top: 0px;
}

#crmWebToEntityForm.zcwf_lblRight {
    background-color: #00000000 !important;
}

#crmWebToEntityForm .zcwf_title {
    display: none;
}

.zcwf_lblRight .zcwf_row {
    margin: 5px 0px !important;
}

.zcwf_row:nth-of-type(14) {
    display: none !important;
}

.zcwf_lblRight .wfrm_fld_dpNn {
    display: none !important;
}

.postcontent ul {
margin-block-end: 1em;
}
.postcontent ul {
  list-style: none;
  padding-left: 2.5em;
}

.postcontent li {
  position: relative;
  margin-bottom: 0.5em;
}

.postcontent li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.4em;
  width: 1em;
  height: 1em;
  background-image: url('/wp-content/uploads/2025/05/Orange%20Accent.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.checklist ul {
  list-style: none;
  padding-left: 0em;
}

.checklist  ul  li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}

.checklist ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: .8em;
  height: 1em;
  background: url('/wp-content/uploads/2025/05/Orange%20Accent.svg') no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
.mobilehidemark img{
    display:none;
}
}/* End custom CSS */