@charset "UTF-8";

.tiles {
	display: block;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.tiles .button {
	color: #fff;
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 20px 10px;
	text-align: center;
}

.tiles .button.blue {
	background: #1f497d;
	border: 2px solid #10253f;
}

.tiles .button.orange {
	background: #f79646;
	border: 2px solid #e46c0a;
}

.tiles .button.green {
	background: #9bbb59;
	border: 2px solid #4f6228;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-default {
	border: none;
}

.panel-heading {
	padding: 20px 15px;
	border: none;
	border-radius: 0;
}

.panel-default>.panel-heading {
	color: #333;
	background: none;
	border-top: 1px solid #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}

.panel-heading .accordion-toggle:after {
	font-family: 'FontAwesome'; /* Font Awesome font family */
	content: "\f078"; /* Unicode for the chevron-down icon */
	float: right;
	color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\f077";
}

.glyphicon.glyphicon-minus {
	font-size: 11px;
	color: #333333;
}

.glyphicon.glyphicon-plus {
	font-size: 11px;
	color: #333333;
}

.hed-color {
	color: #5285ce;
}
.menu_links{color: #1D213C; font-weight: 500;}
.table-bordered{border: 1px solid #ddd !important;}
.panel-title{font-weight: 500;}
.panelh6{margin-left: 20px; text-align: right;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #BAE2EE !important;
    background-color: #1D213C;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: #1D213C !important;
}

  .step-list1 li::before {
    counter-increment: item;
    content: "1." counter(item) ". ";
    font-weight: bold;
  }
   .step-list1 {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5em;
  }
   /*      */
   .step-list2 {
    counter-reset: item;
    list-style: none;
    padding-left: 3.5em;
  }

  .step-list2 > li {
    counter-increment: item;
    position: relative;
    list-style: none;
  }

  .step-list2 > li::before {
    content: "2." counter(item) ". ";
    font-weight: bold;
    position: absolute;
    left: -3.5em;
    width: 2.5em;
  }

  .step-list2 > li > ol {
    counter-reset: subitem;
    list-style: none;
    padding-left: 2.5em;
    margin-top: 0.5em;
  }

  .step-list2 > li > ol > li {
    counter-increment: subitem;
    position: relative;
  }

  .step-list2 > li > ol > li::before {
    content: "2." counter(item) "." counter(subitem) ". ";
    font-weight: bold;
    position: absolute;
    left: -4.5em;
    width: 3.5em;
  }
  
 .iafol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0.1em;
}

.iafol li {
  display: block;
  position: relative;
  padding-left: 2em; /* Makes room for the number */
}

.iafol li::before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-weight: bold; /* Optional */
}

.iafol ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0.5em;
}