.elementor-kit-14{--e-global-color-primary:#0D3142;--e-global-color-secondary:#358DA6;--e-global-color-text:#808080;--e-global-color-ed80d9e:#358DA6;--e-global-color-f851a18:#218479;--e-global-color-6116c4e:#FFFFFF;--e-global-color-bd410a4:#E7E7E7;--e-global-color-6c19bd6:#F3F3F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 a{color:#358DA6;}.elementor-kit-14 a:hover{color:var( --e-global-color-primary );}.elementor-kit-14 h1{color:#5C5C5C;font-size:30px;font-weight:800;}.elementor-kit-14 h2{color:var( --e-global-color-primary );font-size:30px;font-weight:900;}.elementor-kit-14 h3{color:var( --e-global-color-secondary );font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-bd410a4 );--lightbox-ui-color:#0D3142;--lightbox-ui-color-hover:#358DA6;--lightbox-text-color:var( --e-global-color-primary );}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}@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;}}/* Start custom CSS */ul, ol {
	margin-bottom: 20px;
}
hr {
border: 1px solid #CBCBCB;
}
.group-name a {
    color:none;
}
#user_switching_switch_on a {
    padding: 5px 10px;
    background-color: #e9e9e9;
    color: blue;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #000000;
}
#user_switching_switch_on a:hover {
    background-color: #adadad;
    color: white;
}

.phone-format {
    margin-left: 20px;
    border-left: 20px;
    border-color: #ededed
}

/* CSS for elements with class 'click-copy' */
.click-copy {
    font-weight: bold; /* Make the text bold */
    cursor: pointer; /* Show a mouse pointer on hover */
}

/* Tooltip container styles */
.ab-tooltip {
    position: relative; /* Change to relative positioning */
    display: inline-block; /* Change to inline-block */
    background-color: #333;
    color: #fff;
    padding: 5px 10px; /* Adjust padding */
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none; /* Remove underline for links */
}

.ab-tooltip .fas {
    margin-right: 5px; /* Add space between icon and text */
}

/* Link hover styles */
.ab-tooltip:hover + .ab-tooltip {
    display: block;
    position: absolute;
    top: 30px; /* Adjust the position as needed */
    left: 0;
}
.group-label {
    display: inline-block;
    width: 140px;
    font-weight: bold;
}

/* the background colors for CTA Button are in snippets pro */
.cta-button {
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0;
  width: 100%;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.button-white a {
    color: #ffffff;
}

/* Toggle Switch CSS */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}


/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.ab-mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff; /* Adjust as needed */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1); /* Optional for better visibility */
}
/* Styles for benefit tables */
.dark-blue-bg {
    background-color: #244262 !important; 
    color: white;
}
.light-blue-bg {
    background-color: #43627E !important; 
    color: white;
}
.green-bg {
    background-color: #00AC92 !important; 
    color: white;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.table-text {
    font-size: 1em;
}
table {
    border: 2px solid #85CCBD;
}
table td {
    border: 2px solid #85CCBD;
}
table th {
    padding: 10px;
    line-height: 1.1;
    vertical-align: bottom;
}
table td {
    padding: 10px;
    line-height: 1.1;
    vertical-align: middle;
}
table td.head {
    vertical-align: bottom !important;
}
table td p, table th p {
    margin: 0;
}
.aml-green {
    color: #00AC92;
    font-weight: 700;
}
.aml-blue {
    color: #244262;
    font-weight: 700;
}
/* General styling for all custom tables */
.custom-callout-table {
  width: 75%;
  margin: 8px auto 12px auto; /* Center and add spacing */
  border-collapse: collapse;
  background-color: #f0f0f0; /* Light gray background for all tables */
  border: none; /* Remove borders */
}

/* Header row styling for custom tables */
.custom-callout-table .ias-callout-header-row th {
  background-color: #369d86; /* Green header background */
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  padding: 10px; /* Ensure padding for header */
  text-align: left;
}

/* Content row styling for custom tables */
.custom-callout-table .ias-callout-content-row td {
  color: #1a1a1a; /* 90% black text */
  font-size: 16px;
  line-height: 1.3em;
  padding: 10px; /* Cell padding */
}

/* Add spacing for elements within content row without forcing line breaks */
.custom-callout-table .ias-callout-content-row td > * {
  margin-bottom: 8px; /* Ensure consistent spacing after each element */
}

/* Additional spacing adjustments for lists */
.custom-callout-table .ias-callout-content-row ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Prevent line breaks around URLs */
.custom-callout-table .ias-callout-content-row a {
  display: inline;
  white-space: nowrap;
}

/* Nested table styling for custom tables */
.custom-callout-table .ias-nested-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent; /* Transparent to blend with parent */
  border: none;
}

.custom-callout-table .ias-nested-table td {
  width: 50%;
  padding: 0;
  vertical-align: top;
  border: none;
}

/* Remove hover effects for custom tables */
.custom-callout-table:hover, .custom-callout-table .ias-nested-table:hover {
  background-color: #f0f0f0;
  color: inherit;
  box-shadow: none;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .custom-callout-table {
    width: 95%;
  }
  .custom-callout-table .ias-nested-table td {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}/* End custom CSS */