.navbar-brand {
    color: #FFF!important;
	display: inline-block;
    font-size: 22px;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.Yerp_Delete-btn{
	margin-top:5px!important;
}

.navbar {
margin-bottom: 0px!important;
 }

.navbar-inverse {
	background-color: #343a40!important;
}

.navbar-default .navbar-nav > li > a > span {
  color: #333;
}

.navbar-collapse .dropdown-toggle {
	color: #fff !important;
	font-weight: bold;
	font-size: medium;
}

.dropdown-menu>li>a {
	background-color: #fff;
	color: #000 !important;
	text-transform: none !important;
	white-space: pre-wrap;
}

.dropdown-menu>li>a:hover {
	color: #fff !important;
}

.dropdown-menu {
	background-color: #fff;
	width: max-content;
	max-width: 500px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #000 !important;
}

.bg-dark {
    background-color: #2788e8!important;
}

.bg-light {
    background-color: #000000!important;
}


.dropdown-toggle {
    color: #FFF;
}

.dropdown-menu {
    padding: 10px;
}

input.otherEnergyPlaceHolderStyle::placeholder {
	font-size: 0.7rem;
}

/* FOOTER */

footer#footer-wrapper {
	background-color: #2788e8;
	bottom: 0;
	box-shadow: 0 0 5px grey;
}

footer {
	border-top: none;
	/* height: 100%; */
}

footer .cogFooter {
	margin: auto;
	padding: auto;
    /*padding-top: 30px;*/
}

#top-return-btn.show {
	opacity: 0.7;
	visibility: visible;
}

footer .footaddress {
	line-height: 1.5;
	padding-left: 15px;
	border-left: 2px solid white;
	font-size: 1em;
}

footer .cogFooter #footer-widgets {
	width: 100%;
	border-top: none;
	color: #fff;
	/* background-color: #2788e8; commented by obinna */
}

footer .cogFooter .footerDirectoryWrapper {
	min-height: 116px;
	display: flex;
	align-items: center;
}

footer .cogFooter .footerDirectoryWrapper .footerDirectory a {
	color: white;
	background-color: #2788e8;
	text-decoration: underline;
	font-weight: 600;
}

footer .cogFooter .footaddress a {
	font-weight: 400;
	text-decoration: underline;
	color: #206dbc;
	font-weight: 600 !important;
}

footer .cogFooter .footerDirectoryWrapper .footerDirectory {
	padding-left: 15px;
	width: 100%;
}

footer .cogFooter .footerDirectoryWrapper .footerDirectory li {
	padding: 0.8rem 0;
}

footer li {
	margin: 0;
}

footer a {
	color: #fff;
}
footer a:visited {
	color: #eee;
}

/* Sticky Footer */

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 205px;
	/* Margin bottom by footer height */
}

#footer-wrapper {
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0; */
	width: 100%;
	/* min-height: 40%; */
	height: 350px;
	/* Set the fixed height of the footer here */
	background-color: #f5f5f5;
}

/* Sticky Footer */

#top-return-btn {
	background-color: #00a5e1;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	z-index: 1000;
	text-decoration: none;
}

#top-return-btn {
	display: inline-block;
	background-color: #00a5e1;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	text-decoration: none
}

#top-return-btn {
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	line-height: 38px;
	color: white
}

#top-return-btn.show {
	opacity: 0.7;
	visibility: visible
}

#top-return-btn:hover, #top-return-btn:active {
	cursor: pointer;
	opacity: 1
}

.ulMarginTopZero {
	margin-top: 0;
	margin-bottom: 0 !important;
}

.ulMarginTopZero + label {
	margin-bottom: 0 !important;
}

.offset-xs-4 {
	margin-left: 33.3%;
}

div.error-size-12 strong span {
	font-size: 12px;
}

/* FOOTER - End */

footer.footer {
    background: #0058a4 url(../../img/bg-footer.svg) bottom/100% fixed no-repeat !important;
    float: left;
    color: #fff !important;
    overflow: hidden;
    position: relative;
    padding: 4em 0 2em;
    
}

.required-input-no-label-custom {
	position: absolute;
	right: 0rem;
	top: 0.6rem;
}

.required-input-label-custom {
	position: absolute;
	right: 0rem;
}

.required-input-no-label-custom-telephone {
	right: 0rem;
	top: 0.6rem;
}

.natureOfAdjustment li {
	list-style: circle;
}

@media (max-width: 580px) {
	#footer-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		padding-top: 0;
	}
	footer .cogFooter {
		padding-top: 0px;
	}
}

@media (min-width: 768px) {
	.error-span-width-550 strong span, ul.error-span-width-550 + strong > span {
		display: inline-block;
		width: 550px;
	}
}

@media (min-width: 768px) {
	.error-span-width-350 strong span, ul.error-span-width-550 + strong > span {
		display: inline-block;
		width: 350px;
	}
}

@media (max-width: 767px) {
	.adjustLengthForScreenSizeLess768 {
		width: 5rem;
		margin-top: 2px;
	}
}