
/*=======================================
Template Design By MarkUps	
Author URI : http://www.markups.io/
========================================*/


.mu-service-icon-box,
.mu-team-social-info a:hover,
.mu-team-social-info a:focus,
.mu-testimonial-slide .slick-dots li button::before,
.mu-testimonial-slide .slick-dots li.slick-active button::before,
.mu-footer-area a:hover,
.mu-footer-area a:focus,
.mu-hero-left .mu-primary-btn,
.mu-hero-left .mu-primary-btn:hover,
.mu-hero-left .mu-primary-btn:focus,
.mu-single-counter i,
.counter-value {
	color: #2e7d32;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-book-overview-icon-box,
.mu-social-media a, 
.mu-social-media a:hover,
.mu-social-media a:focus,
.mu-order-btn:hover,
.mu-order-btn:focus {
	border: 1px solid #d6d6d6;
	color: #2e7d32;
}

.mu-send-msg-btn {
	border: 1px solid #2e7d32;
	background-color: #2e7d32;
}


.mu-contact-form .form-control:focus,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button{
	border: 1px solid #2e7d32;    
} 

/* Explicit button backgrounds in green + hover states */
.mu-hero-left .mu-primary-btn,
.mu-order-btn {
  background-color: #2e7d32;
  border-color: #2e7d32;
  color: #fff !important;
}
.mu-hero-left .mu-primary-btn:hover,
.mu-hero-left .mu-primary-btn:focus,
.mu-order-btn:hover,
.mu-order-btn:focus {
  background-color: #1b5e20;
  border-color: #1b5e20;
  color: #fff;
}

#mu-hero:before {
	opacity: 0.25;
	background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.05) 100%);
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.mu-book-overview-single {
	background: #ffffff;
	border: 1px solid rgba(46,125,50,0.12);
	border-radius: 18px;
	padding: 28px 22px;
	min-height: 200px;
	box-shadow: 0 10px 25px rgba(17,46,24,0.06);
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform .25s ease, box-shadow .25s ease;
}

.mu-book-overview-single:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 45px rgba(17,46,24,0.12);
}

.mu-book-overview-icon-box {
	font-size: 36px;
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: rgba(46,125,50,0.12);
	color: #1b5e20;
}

.mu-book-overview-single h4{ margin: 0; text-align: left; }
.mu-book-overview-single p{ margin: 0; text-align: left; color:#2f3f36; font-size:15px; line-height:1.6; }

#mu-footer {
	background: #101510;
	color: #dfe8df;
	padding: 20px 0 0;
	margin-top: auto;
}

.mu-footer-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-main {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-between;
	margin-top: 36px;
	padding-bottom: 54px;
}


.footer-brand {
	flex: 1 1 280px;
}

.footer-logo {
	display: inline-block;
}

.footer-logo img {
	height: 36px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}
.footer-logo-inline {
	height: 18px;
	width: auto;
	vertical-align: middle;
	margin-left: 6px;
}

.footer-brand p { margin: 14px 0 18px; color:#c7d3c8; }

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	margin-right: 10px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	color: #dff0df;
}

.footer-columns {
	flex: 2 1 420px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 28px;
}

.footer-column span {
	display: block;
	font-weight: 700;
	margin-bottom: 12px;
	color: #ffffff;
	position: relative;
	width: fit-content;
}

.footer-column span:after {
	background: #2e7d32;
	bottom: -6px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 28px;
}

.footer-column a {
	display: block;
	margin-bottom: 10px;
	color: #c7d3c8;
}

.footer-contact p {
	align-items: center;
	color: #dfe8df;
	display: flex;
	gap: 9px;
	margin: 0 0 12px;
}

.footer-contact i {
	color: #2e7d32;
	min-width: 15px;
	text-align: center;
}

.footer-contact a {
	display: inline;
	margin: 0;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.035);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 22px calc(50vw - 50%);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	font-size: 14px;
	color: #b9c5ba;
}

.footer-bottom a { color: #dfe8df; }

.footer-email { font-weight: 600; }

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	justify-content: flex-end;
}

.footer-legal a {
	color: #c7d3c8;
	font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.footer-main { flex-direction: column; }
	.footer-columns { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; align-items: flex-start; }
	.footer-legal { justify-content: flex-start; gap: 12px 18px; }
}

a:hover,
a:focus { color: #1b5e20; }

.footer-social a:hover { background: #2e7d32; border-color: #2e7d32; color: #fff; }

.footer-column a:hover { color: #ffffff; text-decoration: underline; }

#mu-footer .mu-footer-area a:hover,
#mu-footer .mu-footer-area a:focus {
	color: #ffffff;
}

body,
html {
	overflow-x:hidden;
	min-height: 100%;
}

body {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
	display: block;
	width: 100%;
}

.azure-auth-error-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {
    font-size: 18px;
    padding-top: 6px;
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

strong {
	font-weight: 500;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}

/*Wordpress default class*/

.alignleft {
	float:left;
	margin-right:8px;
}

.aligncenter {
	display:block;
	margin:10px auto;
}

.alignright {
	float:right;
	margin-left:8px;
}		

.alignnone {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 100px;
	border: solid 1px #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
	color: #000;
}

.mu-send-msg-btn {
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 150px;
	color: #fff;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	display: inline;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 25px 0;
	z-index: 999;
	transition: all 0.5s;
}

.navbar-default .navbar-brand {
	color: #fff;
	margin-top: -11px;
	
    font-size: 3.75rem;
    letter-spacing: -0.5px;
    font-weight: 900 !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-brand img{
	margin-top: -7px;
}

.mu-header-logo {
	height: 50px;
	width: auto;
	filter: drop-shadow(0 6px 12px rgba(11,34,19,0.25));
}

#mu-header.mu-fixed-nav{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	position: fixed;
	padding: 15px 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
	position: relative;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
    color: #c5c5c5;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #fff;
}

.navbar-default .mu-menu li a:after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after, 
.navbar-default .mu-menu li a:focus:after {
    width: 100%;
}


/*--------------------*/
/* HERO SECTION */
/*--------------------*/

#mu-hero {
	position: relative;
	width: 100%;
	padding: 140px 0 120px;
}

#mu-hero .container {
	position: relative;
	z-index: 2;
}

#mu-hero .hero-left-column,
#mu-hero .hero-form-column {
	display: flex;
	align-items: center;
}

.mu-hero-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 15px;
}

.hero-intro h1,
.mu-hero-left h1 {
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	margin: 0;
}

.hero-intro p,
.mu-hero-left p {
	color: rgba(255,255,255,0.92);
	font-size: 18px;
	line-height: 1.6;
	max-width: 560px;
	margin: 0;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.35);
	background: rgba(255,255,255,0.12);
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-benefits {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px 24px;
	color: #f5fff5;
	font-size: 16px;
}

.hero-benefits li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.hero-benefits i {
	color: #8df1a3;
	font-size: 16px;
	line-height: 1.6;
}

.hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}

.hero-primary-btn {
	background: #fff;
	color: #1b5e20;
	border-color: #fff;
	font-weight: 700;
}

.hero-primary-btn:hover,
.hero-primary-btn:focus {
	background: #e8f5e9;
	color: #1b5e20;
}

.hero-secondary-link {
	color: #fff;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 4px;
}

.hero-secondary-link:hover,
.hero-secondary-link:focus {
	color: #e0ffe0;
	border-color: #e0ffe0;
	text-decoration: none;
}

.hero-meta {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	color: #fff;
}

.hero-meta-stat span {
	display: block;
	font-size: 28px;
	font-weight: 700;
}

.hero-meta-stat small {
	font-size: 13px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.78);
}

.mu-hero-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-panel {
	width: 100%;
	background-color: rgb(255 255 255 / 10%);
	border-radius: 20px;
	padding: 35px 28px;
	box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.hero-panel .panel {
	margin-bottom: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.hero-panel .panel-body {
	padding: 0;
}

.hero-form-column .panel-body .form-group {
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	#mu-hero {
		padding: 110px 0 80px;
	}
	.hero-benefits {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	#mu-hero .hero-left-column,
	#mu-hero .hero-form-column {
		padding-bottom: 25px;
	}
	#mu-hero .hero-left-column {
		display: none;
	}
	#mu-hero .hero-form-column {
		width: 100%;
		justify-content: center;
	}
	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.hero-secondary-link {
		justify-content: center;
		border: none;
	}
	.hero-meta {
		flex-direction: column;
	}
	.hero-panel {
		padding: 28px 22px;
	}
}


/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-counter-area {
	display: inline;
	float: left;
	padding: 70px 0 50px;
	width: 100%;
}

.mu-counter-area h2 {
	color: #fff;
	text-align: center;
}

.mu-counter-block {
	display: inline;
	float: left;
	width: 100%;
}

.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 80%;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 10%;
}

.mu-single-counter i {
	font-size: 40px;
	padding: 15px 40px;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0;
	margin-top: -60px;
	background: #fff;
}

.counter-value {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mu-counter-name {
	color: #333;
}


/*--------------------*/
/* BOOK OVERVIEW */
/*--------------------*/


#feature-overview {
	background: linear-gradient(170deg, #f4fff6 0%, #eef7f0 50%, #fdfdfd 100%);
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#feature-overview:before,
#feature-overview:after {
	content: '';
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.35;
	pointer-events: none;
}

#feature-overview:before {
	top: -180px;
	left: -90px;
	background: radial-gradient(circle at center, rgba(46,125,50,0.25), transparent 60%);
}

#feature-overview:after {
	bottom: -220px;
	right: -180px;
	background: radial-gradient(circle at center, rgba(10,45,22,0.35), transparent 60%);
}

.mu-book-overview-area {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.mu-heading-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 10%;
	width: 100%;
	margin-bottom: 20px;
}

#mu-contact .mu-heading-area {
	margin-bottom: 30px;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-book-overview-content{
	display: inline;
	float: left;
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.feature-grid-neo {
	position: relative;
	padding: 36px 26px;
	border-radius: 28px;
	background: rgba(255,255,255,0.78);
	box-shadow: inset 0 0 0 1px rgba(46,125,50,0.1);
	overflow: hidden;
}

.feature-grid-neo:before {
	content: '';
	position: absolute;
	top: -40px;
	left: -60px;
	right: -60px;
	height: 160px;
	background: radial-gradient(circle at 10% 40%, rgba(46,125,50,0.2), transparent 65%), radial-gradient(circle at 80% 0%, rgba(19,49,27,0.18), transparent 60%);
	filter: blur(40px);
	opacity: 0.6;
}

.feature-grid-neo:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
	opacity: 0.4;
}

.feature-grid-neo .neo-card {
	position: relative;
	border-radius: 20px;
	background: #ffffff;
	padding: 30px 24px;
	box-shadow: 0 15px 40px rgba(11,35,18,0.12);
	border: 1px solid rgba(46,125,50,0.1);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.feature-grid-neo .neo-card:before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 140px;
	height: 140px;
	background: radial-gradient(circle, rgba(46,125,50,0.25), transparent 70%);
	opacity: 0;
	transition: opacity .25s ease;
}

.feature-grid-neo .neo-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 60px rgba(11,35,18,0.16);
}

.feature-grid-neo .neo-card:hover:before {
	opacity: 1;
}

.feature-grid-neo .neo-card:nth-child(4n+1),
.feature-grid-neo .neo-card:nth-child(4n+3) {
	background: linear-gradient(155deg, rgba(233,248,237,0.9), #ffffff);
}

.feature-grid-neo .neo-card:nth-child(2) .mu-book-overview-icon-box,
.feature-grid-neo .neo-card:nth-child(7) .mu-book-overview-icon-box,
.feature-grid-neo .neo-card:nth-child(11) .mu-book-overview-icon-box {
	background: rgba(15,43,22,0.12);
	color: #143c24;
}

.feature-grid-neo .neo-card h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

.feature-grid-neo .neo-card p {
	color: #294232;
}

.feature-grid-neo .mu-book-overview-icon-box {
	border-radius: 50%;
	background: rgba(46,125,50,0.12);
	color: #1b5e20;
	box-shadow: 0 10px 20px rgba(9,24,14,0.15);
}

.article-heading-primary {
	margin-bottom: 35px;
}

.article-breadcrumbs {
	align-items: center;
	color: #566b5a;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 18px;
}

.article-breadcrumbs a {
	color: #176b2c;
	font-weight: 700;
}

.article-breadcrumbs a:hover,
.article-breadcrumbs a:focus {
	color: #0f4f20;
	text-decoration: underline;
}

.article-heading-primary__subtitle {
	margin-top: 15px;
}

.article-heading-primary__tags {
	margin-top: 15px;
}

.article-heading-primary__tags .label {
	margin: 3px;
}

.article-heading-section {
	margin-bottom: 15px;
	text-align: center;
}

.article-heading-section--spaced {
	margin: 25px 0 15px;
}

.article-heading-section__title {
	font-size: 24px;
}

.article-card-col {
	margin-bottom: 25px;
}

.article-panel {
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.04);
	height: 100%;
}

.article-panel__title {
	font-size: 20px;
	margin-top: 0;
}

.article-panel__body {
	color: #555;
}

.article-panel__meta {
	font-size: 12px;
	margin-bottom: 0;
}

.public-help-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	margin-top: 10px;
}

.public-help-category {
	border: 1px solid rgba(37, 106, 47, 0.18);
	box-shadow: 0 10px 28px rgba(12, 37, 20, 0.06);
}

.public-help-category .panel-body {
	padding: 26px;
}

.public-help-category__header {
	margin-bottom: 14px;
}

.public-help-category__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 4px 11px;
	border-radius: 999px;
	background: rgba(46, 125, 50, 0.08);
	color: #176b2c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.public-help-list {
	border-top: 1px solid rgba(23, 49, 44, 0.12);
}

.public-help-item {
	border-bottom: 1px solid rgba(23, 49, 44, 0.12);
}

.public-help-item summary {
	position: relative;
	display: block;
	padding: 18px 42px 18px 0;
	color: #092d25;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

.public-help-item summary::-webkit-details-marker {
	display: none;
}

.public-help-item summary:after {
	content: "+";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: rgba(46, 125, 50, 0.09);
	color: #176b2c;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
}

.public-help-item[open] summary:after {
	content: "-";
	background: #176b2c;
	color: #ffffff;
}

.public-help-item__answer {
	max-width: 920px;
	padding: 0 42px 18px 0;
	color: #2f4942;
}

.public-help-item__answer p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.7;
}

.public-help-item__answer a {
	color: #0f6f45;
	font-weight: 700;
	text-decoration: underline;
}

.public-help-empty {
	max-width: 760px;
	margin: 0 auto 36px;
}

.public-help-page .article-heading-primary {
	margin-bottom: 34px;
}

.public-help-page .article-heading-primary__subtitle {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.public-help-page .public-help-grid {
	clear: both;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 34px !important;
}

.public-help-page .public-help-category {
	clear: both;
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 0 22px !important;
}

.public-help-page .public-help-category:last-child {
	margin-bottom: 0 !important;
}

.public-help-page .article-panel__title {
	font-size: 24px;
	line-height: 1.25;
}

.public-help-page .public-help-item summary {
	display: block;
	width: 100%;
}

.article-heading-primary__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
}

.article-heading-primary__tags .label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

@media (max-width: 991px) {

	.article-heading-primary {
		margin-bottom: 28px;
	}

	.article-heading-section {
		text-align: left;
	}
}

@media (max-width: 767px) {

	.article-heading-primary__subtitle {
		font-size: 18px;
	}

	.article-heading-section__title {
		font-size: 20px;
	}

	.article-card-col {
		margin-bottom: 20px;
	}

	.article-panel__title {
		font-size: 18px;
	}

	.article-panel__body {
		font-size: 15px;
		line-height: 1.6;
	}

	.article-cta {
		padding: 34px 14px;
	}

	.article-heading-primary__tags {
		gap: 0.6rem;
	}
}

@media (max-width: 575px) {
	.article-heading-primary__tags .label {
		padding: 4px 10px;
		font-size: 11px;
	}

	.article-panel {
		padding: 0;
	}
}

.features-hero {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 40px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(23,52,32,0.08);
	margin-bottom: 40px;
	align-items: center;
}

.features-hero-content {
	flex: 1 1 320px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.features-hero-content .eyebrow {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: #1b5e20;
	margin: 0;
	font-weight: 700;
}

.features-hero-content h2 {
	margin: 0;
	color: #0d3d1b;
}

.features-hero-content p {
	color: #2f3f36;
	margin: 0;
	line-height: 1.7;
}

.features-hero-content a {
	color: #2e7d32;
	text-decoration: underline;
}

.features-hero-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.features-hero-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #1c1b1b;
}

.features-hero-list i {
	color: #2e7d32;
	margin-top: 3px;
}

.feature-highlight-grid {
	flex: 1 1 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.feature-highlight-card {
	background: linear-gradient(145deg, #e8f5e9 0%, #ffffff 80%);
	border: 1px solid rgba(30,100,40,0.12);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 240px;
}

.feature-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 14px;
	border-radius: 999px;
	background: #1b5e20;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: fit-content;
}

.feature-tag-alt {
	background: #0d3d1b;
}

.feature-highlight-card h3 {
	margin: 0;
	color: #0d3d1b;
	font-size: 20px;
}

.feature-highlight-card p {
	margin: 0;
	color: #2f3f36;
	line-height: 1.5;
}

.feature-highlight-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	color: #1b5e20;
}

.feature-highlight-list li::before {
	content: "•";
	color: #2e7d32;
	margin-right: 8px;
}

.modern-features-grid {
	gap: 28px;
}

.modern-features-grid .mu-book-overview-single {
	min-height: 220px;
	box-shadow: 0 15px 40px rgba(12,25,15,0.08);
	border: 1px solid rgba(46,125,50,0.08);
	padding: 26px 22px;
}

.modern-features-grid .mu-book-overview-icon-box {
	background: rgba(46,125,50,0.12);
	color: #1b5e20;
}

@media (max-width: 991px) {
	.features-hero {
		padding: 32px;
	}
	.feature-grid-neo {
		padding: 28px 18px;
	}
}

@media (max-width: 767px) {
	.features-hero {
		padding: 24px;
	}
	.features-hero-content,
	.feature-highlight-grid {
		flex: 1 1 100%;
	}
	.feature-highlight-grid {
		grid-template-columns: 1fr;
	}
	.modern-features-grid .mu-book-overview-single {
		min-height: unset;
	}
	.feature-grid-neo {
		padding: 22px 14px;
	}
}


/*--------------------*/
/* VIDEO REVIEW */
/*--------------------*/


#cta-signup {
	background-image: none; /* remove photo background */
	background-color: #245127; /* solid brand backdrop */
	background-attachment: scroll;
	display: inline;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
}

#cta-signup:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.84;
}

.mu-video-review-area {
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}

.mu-video-review-area .mu-heading-title, 
.mu-video-review-area .mu-heading-area p{
	color: #fff;
}

.mu-video-review-area .mu-header-dot {
	background-color: #f8f8f8;
}

.mu-video-review-content {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
	padding: 0 10%;
}

.mu-video-iframe {
	height: 550px;
}

/*--------------------*/
/* AUTHOR */
/*--------------------*/


#mu-author {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-author-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-author-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-author-image {
	display: inline;
	float: left;
	width: 100%;
}

.mu-author-info {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-author-info h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mu-author-info p {
	margin-bottom: 20px;
}

.mu-author-social {
	display: inline;
	float: left;
	margin-top: 25px;
	width: 100%;
}

.mu-author-social a {
	display: inline-block;
	font-size: 16px;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	width: 35px;
	text-align: center;
}




/*--------------------*/
/* PRICING */
/*--------------------*/

#mu-help,
#mu-pricing {
	background-color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mu-help-area {
	display: inline;
	float: left;
	padding: 80px 0;
	width: 100%;
}

.mu-pricing-area {
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}


.mu-help-area ul li {
    list-style-type: none;
}

.mu-help-area .fa-times-circle-o{
	display: none;
}

.mu-help-area .simple-subtitle{
	margin-bottom: 60px;
	text-align: center;
}

.mu-help-area .cd-faq-content a,
.mu-help-area .simple-subtitle a{
	font-weight: bolder;
}

.mu-help-area .cd-faq-content ul li{
	font-size: 14px;
    line-height: 1.4;
    color: #6c7d8e;
}



.mu-help-area h3{
	text-align: center;
}

.mu-pricing-content{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

#mu-pricing .mu-pricing-content .row {
	display: flex;
	flex-wrap: wrap;
}

#mu-pricing .mu-pricing-content .row > [class*="col-"] {
	float: none;
	display: flex;
}

@media (max-width: 767px) {
	#mu-pricing .mu-pricing-content .row {
		display: block;
	}

	#mu-pricing .mu-pricing-content .row > [class*="col-"] {
		display: block;
	}
}

.mu-pricing-single {
background: linear-gradient(180deg, rgb(117 107 107 / 5%) 0%, rgb(245 243 243 / 85%) 100%);
color: #555;
display: block;
float: left;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
padding: 30px 24px;
height: auto;
min-height: 386px;
border-radius: 10px;
overflow: hidden;
}

.mu-pricing-single-head {
	/*
	border-bottom: 1px solid #eee;
	*/
	display: inline-block;
	/*
	margin-bottom: 10px;
	*/
	width: 100%;
}

.mu-pricing-single-head h3,
.mu-pricing-single-head h4 {
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.mu-pricing-single-head .mu-price-tag {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 5px 0 0px;
}

@media (max-width: 991px) {

	.mu-pricing-single-head h3,
	.mu-pricing-single-head h4 {
	    font-size: 15px;
	}

}

.mu-pricing-single-head .mu-price-tag span {
	font-size: 22px;
	margin-right: -10px;
}



.mu-price-feature {
	padding: 5px 0;
	display: inline-block;
	margin-bottom: 5px;
	color: #2f2f2f; /* neutral text for better readability in Pacotes */
	width: 100%;
}

.mu-price-feature li {
	list-style: none;
	line-height: 1.7;
	margin-bottom: 2px;
	font-size: 14px;
	word-break: normal;
}

.mu-pricing-single-footer {
	display: inline-block;
	width: 100%;
}

.mu-order-btn {
	background: linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, rgb(241 241 241 / 85%) 100%);
	border-radius: 100px;
	border: 1px solid #555;
	color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 12px 25px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}

.mu-popular-price-tag {
	color: #fff;
}

.mu-popular-price-tag .mu-order-btn {
	background-color: #fff;
	border: 1px solid #fff;
}


/*--------------------*/
/* READERS TESTIMONIALS */
/*--------------------*/

#mu-testimonials {
	background-image: none; /* remove photo background */
	background-color: #2e7d32; /* solid brand backdrop */
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-testimonials::before {
	background: rgba(46,125,50,0.65); /* green overlay instead of black */
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 1;
}

.mu-testimonials-area {
	display: inline;
	float: left;
	padding: 70px 0 90px;
	width: 100%;
}

.mu-testimonials-area h2 {
	color: #fff;
	text-align: center;
}

.mu-testimonials-block {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-testimonial-slide li{
	list-style: none;
	text-align: center;
}

.mu-testimonial-slide li p {
	color: #fff;
	padding: 0 10%;
}

.mu-testimonial-slide .mu-rt-img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: 25px;
	display: inline-block;
}

.mu-rt-name {
	margin-bottom: 5px;
	color: #fff;
	line-height: 1;
	margin-top: 25px;
	letter-spacing: 1px;
}

.mu-rt-title {
	color: #fff;
	font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
    bottom: -50px;
}

.mu-testimonial-slide .slick-dots li button {
	height: 15px;
	padding: 0;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #f8f8f8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
	opacity: 1;
}

.mu-testimonial-slide .slick-dots li button:before {
	display: none;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #2e7d3229;
	display: inline;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}


#mu-contact-other {
	background-color: #f5f5f5;
	display: inline;
	float: left;
	width: 100%;
}

#mu-contact-other .fa{
	font-size: 22px;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 0px 0;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-contact-content {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 10%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background-color: #fff;
	color: #333;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 6px 15px;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-checkbox a,
.mu-contact-form .form-checkbox span,
.mu-contact-form .form-checkbox input {
	color: #FFF;
	font-size: 15px;
	
}



.mu-contact-form .form-group textarea{
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 18px;
	padding: 15px;
	height: 190px;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 32px;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 32px;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/* GOOGLE MAP */

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/

.mu-social-media a:focus {
	background-color: #fff;
}

.mu-copyright {
	margin-top: 10px;
	display: inline-block;
}

.mu-hero-left h1 {
		font-size: 36px;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
	
	.mu-hero-left h1 {
		font-size: 36px;
	}

	.navbar-brand img {
		width: 180px;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}

	.mu-author-info {
		margin-top: 0px;
	}

	.mu-video-iframe {
		height: 450px;
	}

	
}

@media (max-width: 991px) {


	.mu-fixed-nav .navbar-brand img {
		margin-top: -7px;
	}
	
	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
	}	

	#mu-hero {
		padding: 130px 0 30px;
	}

	.mu-hero-right {
		margin-top: 0px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.mu-simplefilter li{
		margin-bottom: 10px;
	}

	.mu-clients-content-single img{
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}
	
	.mu-video-review-content {
		padding: 0 5%;
	}

	.mu-video-iframe {
		height: 400px;
	}
		
}

@media (max-width: 767px) {

	.navbar-default .navbar-brand {
		margin-top: -7px;
	}

	.mu-fixed-nav .navbar-brand img {
		margin-top: -8px;
	}

	.navbar-default .navbar-toggle {
		border-color: #fff;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(0,0,0,0.8);
		text-align: center;
	}

	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-hero-right {
		margin-top: 0;
	}

	#mu-hero {
		padding: 80px 0 30px;
	}

	.mu-author-info {
		margin-top: 30px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
	
		
}


@media (max-width: 640px){

	#mu-header.mu-fixed-nav {
		padding: 10px 0;
	}
	
	#mu-article .mu-heading-area,
	#mu-article-index .mu-heading-area {
		padding: 0;
		display: none;
	}

	.mu-video-iframe {
		height: 300px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}
			

}


@media (max-width: 480px) {

	.navbar-brand img {
		width: 150px;
	}

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: -3px;
	}

	.navbar-toggle {
		padding: 7px 8px;
		margin-top: 10px;
	}


	.navbar-toggle .icon-bar {
		width: 18px;
	}

	h2{
		font-size: 25px;
	}

	.mu-heading-title {
		margin-bottom: 10px;
	}

	.mu-video-iframe {
		height: 250px;
	}

	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}
	
}


@media (max-width: 360px){

	.mu-featured-slider-content {
		top: 49%;
	}

	.mu-featured-slider-content p,
	.mu-featured-slider-content .mu-primary-btn {
		display: none;
	}

	.mu-featured-slider-content h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}

	.mu-simplefilter li {
		padding: 1rem 1rem;
		font-size: 12px;
	}
	
}



@media (max-width: 320px){
	
	
	
	
}

.panel-login { 
	padding: 10px;
	background-color: #a7a7a74d;
 }

.panel-login .form-group { margin-bottom: 14px; }
.panel-login .form-control { border-radius: 8px; padding: 10px 14px; height: auto; }

.btn-register,
.btn-login {
	background-color: #2e7d32;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 20px;
}
.btn-register:hover,
.btn-register:focus,
.btn-login:hover,
.btn-login:focus {
	color: #2e7d32;
	background-color: #FFF;
	border: 2px solid #2e7d32 !important;
	font-weight: bolder;
}

.back-microsoft,
.forgot-password {
	color: #ffffff;
}
.back-microsoft:hover,
.back-microsoft:focus,
.forgot-password:hover,
.forgot-password:focus {
	color: #d4d4d4;
}

.mu-hero-left .mu-primary-btn {
    color: #0d3d1b !important;
	background-color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bolder !important;
}

.mu-hero-left .mu-primary-btn:hover{
	text-decoration: none;
	color: #FFFFFF !important;
}

.access-microsoft{
	text-decoration: underline;
	color: #ffffff;
}
.access-microsoft:hover,
.access-microsoft:focus {
	text-decoration: underline;
	color: #d4d4d4;
}

.no-padding{
	padding: 0px;
}

#register-success{
	text-align: center;
    color: #FFF;
    padding-top: 150px;
}

#register-success .title{
	font-size: 16px;
    font-weight: bolder;
}

.link-register{
	text-decoration: underline;
	font-weight: bolder;
}

.banner-test-environment {
    background-color: #2e7d32;
    color: #FFF;
    padding: 0px;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 0px;
}

.mu-testimonials-area .mu-header-dot{
	background-color: #FFF;
}

.mu-heading-area a{
    color: #2e7d32;
}

.mu-heading-area .subtitle-header{
    font-weight: 700;
}


.message-success{
	margin-top: 60px;
    background-color: #f1f1f1;
    padding: 20px;
}

.prices-footnote{
	font-size: 12px;
	margin-top: 10px;
}

@media (min-width: 768px){
	.navbar-right {
	    float: right!important;
	    margin-right: -42px!important;
	}
}


.navbar-toggle {
	margin-right: 0px;
}


.navbar-brand {
    padding: 15px 0px;
}

.mu-advertise,
.mu-register
{
	background-color: #2e7d32;
	margin-bottom: 10px;
}

.mu-advertise .mu-video-review-area,
.mu-register .mu-video-review-area
{
	padding: 10px 0;
}

.mu-advertise .mu-advertise-heading-area,
.mu-register  .mu-advertise-heading-area
{
	color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mu-advertise .mu-advertise-heading-area h2,
.mu-advertise .mu-advertise-heading-area button{
    margin-bottom: 10px;
}
.mu-advertise .mu-advertise-heading-area,
.mu-register .mu-advertise-heading-area{
	text-align: center;
}

#alt-register-form .bConfirms{
	font-size: 13px;
}

.mu-advertise .mu-send-msg-btn{
	background-color: #FFFFFF;
	color: #2e7d32;
	padding: 8px 2px;
    margin-top: 2px;
}

.gar-pdf{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.mu-price-feature li.not-available {
    text-decoration: line-through;
}

.mu-price-feature li.highlight {
    font-weight: bolder;
}

.mu-pricing-single mu-send-msg-btn{
	margin-top: 0px;
}

#mu-pricing .mu-pricing-single .mu-send-msg-btn {
	margin-top: 16px;
	display: inline-block;
}

.mu-send-msg-btn {
    border: 2px solid #ffffff !important;
}

.mu-send-msg-btn:hover {
    border: 2px solid #2e7d32 !important;
}

.contacts-header{
	font-weight: bolder;
}

#mu-contact a{
	text-decoration: underline;
}

.register-now {
    border-radius: 0px;
    background: rgb(46 125 50 / 86%);
    text-align: center;
    padding: 20px;
    margin-top: 55px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.register-now:hover{
	background: rgb(46 125 50 / 76%);
}

.footer-card a {
    font-weight: 600;
    color: #1b5e20;
}

.footer-meta {
    border-top: 1px solid rgba(46,125,50,0.1);
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

.footer-meta a { color: #1b5e20; }

.footer-meta .footer-email {
    font-weight: 600;
}

/* Sticky header: revert to green background with white text */
#mu-header.mu-fixed-nav{
    background-color: #1b5e20; /* slightly darker green */
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
#mu-header.mu-fixed-nav .navbar-default .navbar-brand,
#mu-header.mu-fixed-nav .navbar-default .navbar-brand:hover,
#mu-header.mu-fixed-nav .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
#mu-header.mu-fixed-nav .navbar-default .mu-menu li a { color: #ffffff; }
#mu-header.mu-fixed-nav .navbar-default .mu-menu li a:hover,
#mu-header.mu-fixed-nav .navbar-default .mu-menu li a:focus {
    color: #c5c5c5;
}

@media (max-width: 991px){

.other-contacts{
	text-align: center;
	margin-top: 50px;
}

}

.authentication-error-title{
	font-size: large;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.authentication-error-btn
{
    margin-top: 10px;
}

.access-microsoft-div{
	margin-top: 10px;
}

/* Hero background with green overlay and optional image */
#mu-hero {
  /* Fallback: green gradient with brand photo */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgb(13 29 14 / 82%) 0%, rgb(21 72 24 / 66%) 100%), url(../images/bg01.png);
  	background-size: cover;
  	background-position: center;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

/* Ensure good readability on photos */
#mu-hero .mu-hero-left h1,
#mu-hero .mu-hero-left p { color: #fff; }
/* Article pages layout overrides to integrate with public theme */

body.article-page #mu-header {
  position: fixed;
  background: #1b5e20; /* darker green for header */
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* Light text on black header */
body.article-page .navbar-default .navbar-brand,
body.article-page .navbar-default .navbar-brand:hover,
body.article-page .navbar-default .navbar-brand:focus {
  color: #ffffff;
}
body.article-page .navbar-default .mu-menu li a { color: #ffffff; }
body.article-page .navbar-default .mu-menu li a:hover,
body.article-page .navbar-default .mu-menu li a:focus { color: #ffffff; }

/* Ensure content is not under the fixed header */
body.article-page #mu-article,
body.article-page #mu-article-index{
  padding-top: 0px;

}

body.article-page main {
  padding-top: 110px;
}

/* Article typography refinements compatible with theme */
/* Inherit public heading sizes; keep spacing */
body.article-page .article .content h2 { margin-top: 28px; }
body.article-page .article .content p,
body.article-page .article .content li {
  font-size: 16px;
  line-height: 1.7;
}
body.article-page .article .lead { font-size: 20px; line-height: 1.6; }

/* Lists on index page */
body.article-page .article-index h1 { font-size: 30px; }
body.article-page .article-index h2 { font-size: 22px; }

/* Centered call-to-action on articles index */
body.article-page .article-cta {
  text-align: center;
  padding: 32px 20px;
  width: 100%;
  margin: 42px 0px 96px 0px;
  color: #ffffff;
  /* Green tones inspired by brand */
  background: linear-gradient(135deg, #226c27 0%, #2a872e 100%);
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

/* Full-bleed banner variant */
body.article-page .article-cta.full-banner {
  margin: 42px auto 96px;
  width: 100%;
  border-radius: 10px;
  padding: 32px 20px;
}
body.article-page .article-cta .lead {
  color: #ffffff;
  margin-bottom: 18px;
}
body.article-page .article-cta .btn { 
  margin: 0 8px; 
  padding: 10px 22px; 
  border-radius: 30px; 
  font-weight: 600;
}
body.article-page .article-cta .btn.btn-default {
  background: #ffffff; 
  color: #2e7d32; 
  border: 2px solid #ffffff;
}
body.article-page .article-cta .btn.btn-default:hover,
body.article-page .article-cta .btn.btn-default:focus {
  background: #e8f5e9;
  color: #1b5e20;
}
body.article-page .article-cta .btn-ghost-white {
  background: transparent; 
  color: #ffffff; 
  border: 2px solid rgba(255,255,255,0.9);
}
body.article-page .article-cta .btn-ghost-white:hover,
body.article-page .article-cta .btn-ghost-white:focus {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}
body.article-page .article-cta .sep { 
	color: rgba(255,255,255,0.9); 
	margin: 0 6px; 
}

#mu-pricing .mu-header-dot {
    background-color: #000000;
}
#mu-contact .mu-header-dot {
    background-color: #000000;
}
.mu-book-overview-area .mu-header-dot {
    background-color: #000000;
}

#mu-article .content h1 {
	font-size: 32px;
	margin-top: 10px;
}

#mu-article .content h2 {
	font-size: 22px;
	margin-top: 28px;
}

#mu-article .content p,
#mu-article .content li {
	line-height: 1.7;
}

#mu-article .lead {
	margin-top: 8px;
	color: #ffffff;
}

#mu-article img {
	border-radius: 4px;
}

#two-factor-div {
  color: #ffffff;
}

#two-factor-div a {
  color: #ffffff;
}


