.article-content h2{
	/* 1/2 em: */
	padding-top: .5em;
	padding-bottom: .6em;
	font-size: 2.0em;
	font-weight: 600;
}
.article-content h3{
	padding-bottom: .2em;
	font-size: 1.6em;
	font-weight: 400;
}
.article-content h4{
	padding-bottom: .2em;
	font-size: 1.10em;
	font-weight: 400;
}
.article-content h5{
	padding-bottom: .2em;
	font-size: 1.0em;
	font-weight: 400;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark .h2,
.theme-dark h3,
.theme-dark .h3,
.theme-dark h5,
.theme-dark h6 {
    color: #d19567 !important;
}
.theme-dark h4 {
	/* color: #ffdbbc !important; */
	color: #ffcb9e !important;
}
li strong {
	color: #c59d7a !important;
}
.tc-brown p strong  {
	color: #c59d7a !important;
}
.tc-red p {
	color: #ff5050 !important;
}
.theme-dark h1.color-white{
	color: #ffffff !important;
}
.theme-dark .color-white {
  color: #ffffff !important;
}

/* Added by MGR 2024 */
.tc-ol{
	padding: 0;
	padding-left: 1em;
}
.tc-ol li{
	padding: 0;
	padding-left: 1em;
}
.tc-ol ul {
	padding: .5em;
}
.tc-ol ul li{
	list-style-type: disc;
}
.half-em{
	padding-top: .5em;
}

/*********************************************************************************/
/* Added these final overrides to prevent india from overridding my changes!!
/*
/*
/********************************************************************************/

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background-color: #fff;
	border: 0;
	margin: 0;
	-webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
	box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
	padding: 5px 0;
	/* width: 250px;  enlarged by MGR 06032025 */
	width: 275px;
	border-radius: 0;
}

.header-video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

/* Added by mgr for mobile video 05/29/2025 */
@media (max-width: 767px) {
  .header-bg {
    padding-top: 150px;
    padding-bottom: 150px;
    height: auto; /* Let height grow based on video */
    flex-direction: column;
  }
  .header-video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain; /* Prevent cropping */
    object-position: center center;
  }
}

.section-to-header {
	margin-top: 20px;
}


.feature-card-override {
	padding: 0px 25px 10px;
}

.info-box-list-label {
	font-size: 16px;
	font-weight: 500;
	color: #de782c;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* Remmed out by MGR */
	/* -webkit-box-align: center;*/
	/* -ms-flex-align: center; */
	/* align-items: center;  */
}

/* .accordion-button {
	border: 0;
	background-color: #de782c;
	padding: 25px 30px;
	color: #fff;
	border-radius: 0 !important;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
} */


.accordion-button:not(.collapsed) {
	/* Not sure about this one. I changed it but they added something to it.  remmede for now */
	/* background-color: #de782c; */
	/* color: #fff; */
}

.solutions-items-content {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: -webkit-gradient(linear,
			top,
			bottom,
			from(#834c2a),
			color-stop(#151423));
	background-image: linear-gradient(to bottom,
			/* #834c2a, This color is too orange... */
			#685447,
			#151423);
	border-radius: 8px;
	border: 1px solid #de782c;
	margin-bottom: 35px;
}

.article-content h2.accordion-header {
    padding: 0;
}
.article-content .accordion-body p {
    font-size: 14px;
    font-weight: 300;
}

.article-content h2.accordion-header button {
    font-weight: 400;
    font-size: 16px;
}
