.navbar-main {
    background: rgba(247,247,247,1);
}
.navbar-brand img {
    height:100%;
	width: auto;
}
.green-icon {
    color: green !important;
}
.sensheader {
	background: white !important;
	color: black !important;
}
.sensnav {
    
}
.sensnav li a {
    color:black !important;
}
a {
	color:#27ae60;
}
.main-footer {
	background:#373737;
}
.main-footer-links-list li a {
	color: #e2bb6b;
}
.sociallink {

}
.sociallink img {
	width:27%;
	height: auto
}
.align-center {
    justify-content: bottom;
    align-items: bottom;
    text-align: bottom;
}
.navbar-nav > li.open > a {
    background: #27ae60 !important;
}

.main-footer {
    border-top: 2px solid #27ae60;
}
.btn-primary {
    background: #27ae61 !important;
    border-color: #27ae61;
}
.btn-primary:focus {
    background: #27ae61 !important;
    border-color: #27ae61;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #27ae61;
    border-color: #27ae61;
}
.logotext {
	text-transform: uppercase;
    font-size: 19px;
    color: #e2bb6b;
    line-height: 17px;
    margin-top: 10px;
}
.senssearch {
	color: #e2bb6b;
}
.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.dropdown-submenu:hover .dropdown-menu {
	display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: -1px;
	display: none;
	position: absolute;
	min-width: 240px; /* Adjust the width as needed */
	white-space: nowrap; /* Prevent text from wrapping */
}
.nav-border{
	border: 1px solid;
}
@media (max-width: 520px){
	.dropdown-submenu .dropdown-menu {
		left: 100%;
		top: 0;
		margin-top: -1px;
		display: block;
		position: absolute;
		min-width: 240px; /* Adjust the width as needed */
		white-space: nowrap; /* Prevent text from wrapping */
	}
	.dropdown-submenu > a {
		background: #27ae60 !important;
	}
	.nav-border {
		border: none;
	}
}