/************************************************************************
*
* ED specific styles here 
*
*************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
}

.height {
	min-height: 55px;
	background-color: #F7F7F7;
	border-bottom: 3px solid #B4B4B4;
}

.mr-quote {
	margin-bottom: 10px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	padding-left: 15%;
	padding-right: 15%;
}

.title {
	font-size: 26px;
	font-weight: 500;
	color: #00519E;
}

.slogan {
	color: #555455;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 32px;
	padding-left: 15%;
	padding-right: 15%;
}

/* .top-nav-link-small {
	color: #002e6d !important;
	font-size: 13px !important;
	display: inline-block;
	margin-right: 16px !important;
	transition: #3f78be .15s ease !important;
}

.top-nav-link-small:hover {
	cursor: pointer !important;
	color: inherit !important;
} */

.small-biz-search-button {
	color: #FFFFFF !important;
	display: inline-block !important;
	font-size: 18px !important;
	height: 48px;
	padding: 15px !important;
	position: relative;
	top: -2px;
	background: linear-gradient(90deg, rgba(25, 107, 185, 1) 0%,
		rgba(0, 81, 158, 1) 100%) !important;
	margin-top: 15px;
	width: 180px !important;
	border-radius: 50px !important;
}

/*  Minimal License Area   */
.minimal-div {
	display: inline-block;
	box-shadow: -1px 5px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -1px 5px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 5px 15px 0px rgba(0, 0, 0, 0.15);
	border-top: 4px solid #00519E;
	padding: 20px;
	text-align: center;
	margin: 10px;
	width: 200px;
	border-radius: 3px;
}

.minimal-div:hover {
	box-shadow: -1px 5px 15px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.minimal-div-inner {
	color: #3D6C97;
}

.minimal-div-sep {
	border-bottom: 2px solid #459E51;
	max-height: 2px;
	margin: 0 auto;
	padding: 3px;
	width: 15%;
}

.welcome-title {
	color: #4D4D4D;
	font-size: 20px;
	line-height: 1.5;
	padding: 20px;
}

.minimal-wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Sign-In Properties */

.sign-in-button {
	width: 100px !important;
	background: #459E51 !important;
	color: #ffffff !important;
	padding: 8px !important;
	top: 20px;
}

.sign-in-button:hover {
	background: #548e52 !important;
}

/*
  Page specific styles here, adding temporarily for maintenance app
*/
.header-img {
	max-width: 100%;
	height: auto;
	text-align: center;
	
}

.text-center {
	text-align: center;
}


.column-1 {
	position: relative;
	width: 8.33333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-2 {
	position: relative;
	width: 16.66667%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-3 {
	position: relative;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-4 {
	position: relative;
	width: 33.33333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-5 {
	position: relative;
	width: 41.66667%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-6 {
	position: relative;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-7 {
	position: relative;
	width: 58.33333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-8 {
	position: relative;
	width: 66.66667%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-9 {
	position: relative;
	width: 75%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-10 {
	position: relative;
	width: 83.33333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-11 {
	position: relative;
	width: 91.66667%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column-12 {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}