
/*------------------------------------------*/
/*    BEGIN A7T CUSTOM STYLES
/*------------------------------------------*/

.a7t_footer_links { 
	font-size: 1.17rem !important;
}
.a7t-white {
	color: #fff !important;
}
.a7t-orange {
	color: #E18E31 !important;
}
.a7t-090-rem {
	font-size: 0.90rem !important;
}
.a7t-1-rem {
	font-size: 1rem !important;
}
.a7t-105-rem {
	font-size: 1.05rem !important;
}
.a7t-115-rem {
	font-size: 1.15rem !important;
}
.a7t-125-rem {
	font-size: 1.25rem !important;
}
.a7t-147-rem {
	font-size: 1.47rem !important;
}
.a7t-back-in-black {
	background: #000000 !important;
}
.a7t-required {
  color: #A10035;
  font-weight: bold;
  font-size: 1.25rem !important;
}
.a7t-para-indent {
  padding-left: 4%;
}

.a7t-para-color {
	color: #333;
}
.a7t-list-1 {
      list-style-type: disc !important; /* This sets the bullet point style to a filled circle */
      list-style-position: inside !important; /* This places the bullet point inside the list item */
      padding-left: 0 !important; /* Reset the default padding for the list */
      font-size: 1rem!important; /* Adjust the font size to make the bullet points larger */
	  color: #333;
}

.a7t-list-1 li {
  padding-left: 25px !important; /* Add left padding of 25 pixels to indent the first line */
  text-indent: -25px !important; /* Use negative text-indent to compensate for the padding on the first line */
}



.a7t-list-2 {
      list-style-type: decimal;
      list-style-position: inside !important; /* This places the bullet point inside the list item */
      padding-left: 0 !important; /* Reset the default padding for the list */
      font-size: 1rem!important; /* Adjust the font size to make the bullet points larger */
	  color: #333;
}
.a7t-list-2 li {
  padding-left: 25px !important; /* Add left padding of 25 pixels to indent the first line */
  text-indent: -25px !important; /* Use negative text-indent to compensate for the padding on the first line */
}
.a7t-list-2 li::marker {
  font-weight: bold !important;  /* Make the numbers bold */
}

.a7t-list-abc {
      list-style-type: lower-alpha; /* Use lowercase letters for list items */
      list-style-position: inside; /* This places the bullet point inside the list item */
      padding-left: 0; /* Reset the default padding for the list */
      font-size: 1rem; /* Adjust the font size to make the bullet points larger */
	  color: #333;
}
.a7t-list-abc li {
  padding-left: 25px; /* Add left padding of 25 pixels to indent the first line */
  text-indent: -25px; /* Use negative text-indent to compensate for the padding on the first line */
}
.a7t-list-abc li::marker {
  font-weight: bold !important;  /* Make the numbers bold */
}
.a7t-drop-shadow-1 {
	filter: drop-shadow(0.60em 0.60em 0.2em);
}

/* Use a more specific class selector for your list */
.my-specific-list .a7t-list-1 {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
  font-size: 1rem;
  color: #333;
}

.my-specific-list .a7t-list-1 li {
  padding-left: 25px;
  text-indent: -25px;
}


.main-wrapper-boxed {
  max-width: 92%;
  margin: 0 auto;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.5);
	background-color: #000;
}
.main-wrapper-boxed .container-fluid {
  padding-right: 0;
	background-image: url(/assets/images/bg/graydiagstripe.jpg);	
}
