/* Minification failed. Returning unminified contents.
(331,9): run-time error CSS1038: Expected hex color, found '#grey'
(331,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */

/* this css file is for easykeys site outside of webform pages */
body{
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
}

.list-group-item.active{
	border-color: grey !important;
	background-color: grey !important;
}
@media (max-width: 993px){
	.navbar-expand-lg .navbar-collapse {
		background:black
	}
}
 .search-input {
	background: url(../Images/icn-search.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: white;
}

.navbar-fixed-top.scrolled {
	background: black !important;
	transition: background-color 200ms linear;
	opacity: .9;
  }

  .navbar-fixed-top.scrolled .nav-link {
	color:#555;
  }

footer {
	background: #4a4a4a;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer .links {
	margin: 0px;
}

footer .links li {
	padding: 3px 0;
}

footer .links a {
	color: #cacaca;
	margin: 0px;
}
.custom-page-link {
	color: #3a9acb !important;
	text-decoration: none !important;
	font-weight: normal !important;
	outline: none !important;
	cursor: pointer !important;
}
a {
	color: #cacaca;
	text-decoration: none;
}
a:hover{
	color: #f8a31f !important;
	text-decoration: underline;
}
nav {
	float: none !important
}

#ek-icon{
	color: #f8a31f !important;
	font-size:x-large;
}
.nav-link {
	color: white !important;
}

.nav-link:hover{
	color: #f8a31f !important;
}

.list-group-item:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.copyright {
	color: #cacaca;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}

.btn-default {
	background: #f8a31f !important;
	border: none !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
.btn-default:hover {
	border-color: #C57000 !important;
	background: #C57000 !important;
	color: #fff;
	text-decoration: none;
}

.btn-primary {
	border-radius: 5px;
	background: #f8a31f;
	color: #fff;
	line-height: 36px;
	display: inline-block;
	padding: 0 38px;
}

.box-shadow {
	-webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
	box-shadow: 0 1px 1px rgba(72,78,85,.6);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box-shadow:hover {
	-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}


.newsletter-control .form-control {
	line-height: normal;
	margin-left: 0;
	background: #898989;
	border: none;
	color: #000;
	border-radius: 5px 0px 0px 5px;
}

footer {
	background: #4a4a4a;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin-right: -22px;
	margin-left: -22px;
}

.ag-floating-top .ag-row-pinned.ag-row {
	background-color: #00e5ff;
}

.ag-floating-bottom .ag-row-pinned.ag-row {
	background-color: #00e5ff;
}

/*create new account styles*/

h1 {
	text-align: center;
}

h2 {
	margin: 0;
}

#multi-step-form-container {
	margin-top: 5rem;
}

.text-center {
	text-align: center;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.pl-0 {
	padding-left: 0;
}

.button {
	padding: 0.7rem 1.5rem;
	border: 1px solid #4361ee;
	background-color: #4361ee;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.submit-btn {
	border: 1px solid #0e9594;
	background-color: #0e9594;
}

.mt-3 {
	margin-top: 2rem;
}

.d-none {
	display: none;
}

.form-step {
	border-radius: 20px;
}

.font-normal {
	font-weight: normal;
}

ul.form-stepper {
	counter-reset: section;
	margin-bottom: 3rem;
}

	ul.form-stepper .form-stepper-circle {
		position: relative;
	}

		ul.form-stepper .form-stepper-circle span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
		}

.form-stepper-horizontal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type) {
	margin-bottom: 0.625rem;
	-webkit-transition: margin-bottom 0.4s;
	-o-transition: margin-bottom 0.4s;
	transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
	margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

	.form-stepper-horizontal li:not(:last-child):after {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 1px;
		content: "";
		top: 32%;
	}

	.form-stepper-horizontal li:after {
		background-color: #dee2e6;
	}

	.form-stepper-horizontal li.form-stepper-completed:after {
		background-color: #4da3ff;
	}

	.form-stepper-horizontal li:last-child {
		flex: unset;
	}

ul.form-stepper li a .form-stepper-circle {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 0;
	line-height: 1.7rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.38);
	border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
	background-color: #f8a31f !important;
	color: #fff;
}

.form-stepper .form-stepper-active .label {
	color: #f8a31f !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
	background-color: #f8a31f !important;
	color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
	background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
	background-color: #0e9594 !important;
	color: #fff;
}

.form-stepper .form-stepper-completed .label {
	color: #grey !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
	background-color: #0e9594 !important;
	color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
	color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
	color: #fff !important;
}

.form-stepper .label {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.form-stepper a {
	cursor: default;
}

