/* license suite style */


/* general styles */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #464646;
	background: #f1f1f1;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	border: none;
	outline: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
 font-size: 2.5em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

p {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}

form {}

input,select {
	padding: 10px;
}

input[type=text] {
}

input:focus {
	outline: none;
}

label {
	margin: 10px 0;
	display: inline-block;
}

/* other general styles */

.bg-1 {
	background: #c57d2f;
}

.bg-2 {
	background: #a75454;
}

.bg-3 {
	background: #205b85;
}

.bg-4 {
	background: #073655;
}

.clear {
	clear: both;
}

.shadow {
	box-shadow: 0 2px 2px #000000;
}

.button {
	border-radius: 5px;
	box-shadow: 0 2px 2px #515151;
	text-align: center;
	padding: 1% 2%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.page-wrap {
	position: relative;
}

.hidden {
	visibility: hidden;
}

.selected {}

.current {
	display: block !important;
}

/* loader styles */

.loader {
	width: 50%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 1000;
	top: 25%;
	left: 25%;
	text-align: center;
	border-radius: 10px;
	padding: 2% 4%;

}

.loading-bar {
	width: 75%;
	margin: 0 auto;
	display: block;
}

.progress {
  width: 100%;
  height: 50px;
  border-radius: 20px;
}

.progress-wrap {
  background: #2ed66d;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}

.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 0;
}

.loader p { 
	padding: 5% 0;
	font-size: 1.5em;
	color: #fff;
}

.loader p span {
	font-size: .75em;
	display: block;
	padding: 10px 0;
}

/* column styles */

.col-completely-full {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.col-full {
	width: 98%;
	margin: 0 auto;
	display: block;
}

.col-half-real {
	width: 49.9%;
	margin: 0;
	float: left;
}

.col-half {
	width: 45%;
	margin: 0 2.5%;
	float: left;
}

.col-third {
	width: 33%;
	float: left;
}

.col-quarter {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

/* nav styles */

.main-nav {
	padding: 1% 2%;
}

.logo {
	float: left;
}

.email {
	float: right;
	position:relative;
}

.email a {
	font-size: 1em;
	white-space:nowrap;
	padding: 10px 10px 10px 45px !important;
	display: inline-block;
}

/* banner-top styles */

.banner-top-area {
	background: url('../images/capital.png') no-repeat fixed;
	background-size: cover;
	background-position: center;
	width: 100%;
	margin: 0 auto;
	float: left;
	height: 470px;

}

.banner-top-contained {
	max-width: 1050px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;	
	position: relative;
}

.banner-top-text {
	color: #fff;
	padding: 4% 0;
	margin: 0;
	width: 54%;
}

.banner-top-text p {
	padding: 25px 0 0 0;
	font-size: 1.3em;
}

.banner-top-text ul {
	list-style: disc;
	font-size: 1em;
	padding: 20px 5px;
}

.banner-top-text li {
	margin: 20px 0;
}

.banner-top-text h1 {
	margin: 20px 0;
	font-size: 2.5em;
}

.banner-top-form {
	max-width: 300px;
	background: #337bae;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	padding: 0 4%;
}

.banner-top-form p {
	padding: 20px 0 10px 0;
}

.banner-top-form input {
	width: 100%;
	display: block;
	margin: 20px 0;
	box-shadow: 0 2px 2px #515151;
	outline: none;
	border: none;
	padding: 15px 10px;
}

.banner-top-form input:focus {
	color: #464646;
	font-style: normal;
}


.banner-top-form input#industry {
	margin-bottom:2px;
}

.banner-top-form input[type=submit] {
	background: #f8a73d;
	font-size: 1.1em;
	-webkit-appearance: none;
}

.banner-top-form a {
	background: #073655;
	display: block;
	margin-top: 25px;
    padding: 15px 2%;
}

#initial-form {
	position: relative;
}

.industry-options {
	position: absolute;
	width: 95%;
	background: #fff;
	box-shadow: 0 2px 2px #515151;
	color: #aaaaaa;
	top: 10%;
	right:100%;
	text-align: left;
	padding: 15px 2.5%;
}

/* container styles */

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.grid {
	margin: 0 auto ;
}

.grid img {
	min-height: 256px;
	min-width: 256px;
}

.grid-text {
	width: 260px;
	height: 220px;
	overflow: hidden;
	padding: 40px 20px;
	color: #fff;
}

.grid-text p {
	padding-top: 25px;
}

/* testimonials */

.slider h3 {
	color: #073655;
	padding: 40px 0;
}

.testimonial:first-of-type {
	border-right: 1px solid #dddddd;
}

.testimonial {
	display: block;
	margin: 0;
	padding: 0 1.9%;
	width: 45.9%;
}

.testimonial img {
	border-radius: 50%;
	width: 100%;
}

.testimonial-title {
	font-size: 1em;
	text-align: center;
	margin: 15px 0;
}

.testimonial-title span {
	display: block;
	font-size: 0.875em;
}

.testimonial blockquote {
	display: block;
	float: right;
	font-size: 1.125em;
	font-style: italic;
	position: relative;
	right: 10px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.testimonial blockquote:before {
	content: "\201C";
	font-family: 'Montserrat', sans-serif;
	font-size: 6.25em;
	position: absolute;
	top: 0;
	left: -25%;

}

.testimonial blockquote:after {
	content: "\201D";
	font-family: 'Montserrat', sans-serif;
	font-size: 6.25em;
	position: absolute;
	bottom: 0;
	right: -5px;
	top: 83%;
}

/* slider styles */

.banner { position: relative; overflow: auto; padding-bottom: 18%; width: 100%;}

.banner ul li { float: left;}

.banner .dots {
	position: absolute;
	left: 33%;
	width: 33%;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #aaa;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.dots li.active {
	border: 2px solid #205b85;
}

/* contact area */

.contact-area {
	background: #4b6383;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.contact-info {
	width: 95%;
	margin: 0 auto;
}

.contact-area p {
	margin: 20px 0;
	margin-bottom:40px;
}

.contact-area a {
	font-size: .9em;
	color: #fff;
	margin: 20px 0;
	position: relative;
	padding-left: 2.5%;
}

.button.contact{
	background-color: #073655;
    padding-left: 5%;
    color:#fff;
}

.contact:before {
    content: url("../images/email.svg");
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 11%;
}
.contact-info .button.contact:before {
    top: 12px;
}

/* payment page */

.payment-page {
	background: #fff;
	padding: 2% 0;
}

.results-area {
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	display: block;
}

.results-area h2 {
	margin: 10px 0;
}

.results-area h2:before {
	content: url('../images/check.png') no-repeat;
	margin: 1% 3%;
	display: inline-block;
}

.results-img {
	float: left;
	position: relative;
	margin-top: 20px;
}

.results-img span {
	position: absolute;
	top: 12%;
	left: 69%;
	color: #fff;
	font-size: 1.875em;
}

.results-breakdown {
	text-align: left;
	float: right;
	margin: 30px 0;
	line-height: 1.8;
}

.payment-information {
	float: left;
}

.tabs {
	float: left;
	margin: 2% 0;
}

.tab-menu {
	position: relative;
    width: 90%;
    padding: 0px 4%;
    border-bottom: 1px solid #aaa;
}

.tab-menu a {
	text-align: center;
	padding: 1% 2%;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	max-width: 223px;
	position: relative;
    margin-left: -11px;
    width: 40%;
}


.selected {
	z-index: 1000;
	padding-top: 1.5% !important;
	border-right: 4px solid #5c88a6;
}

.tab-1 {
	background: #073655;
}

.tab-2 {
	background: #456880;
}

.tab-content {
	width: 85%;
	background: #fff;
	padding: 1% 2%;
	display: none;
	margin: 0 auto;
	position: relative;

}

.tab-content form {
	width: 45%;
	float: left;
}

.tab-content label {
	float: left;
}

.tab-content input[type="text"], .tab-content input[type="number"], .tab-content input[type="email"],.tab-content p.message {
	width: 100%;
	float: left;
}

.tab-content input[type="radio"], .tab-content form img, .tab-content input[type=checkbox] {
	float: left;
	display: inline-block;
}

.tab-content p.message {
	padding-top:20px;
}

.amex {
	width: 7% !important;
}

.tab-content form img {
	width: 10%;
	height: auto;
}

/* styled inputs */

.tab-content input[type="radio"], .tab-content form img, label[for="billing[cctype]"]  {
	margin: 15px 5px;
}

label[for="billing[city]"], input[name="billing[city]"]{
 	width: 42% !important;
 }
 
label[for="billing[state]"], label[for="billing[zip]"], select[name="billing[state]"], input[name="billing[zip]"] {
 	width: 27% !important;
 }

 select[name="billing[state]"] {
 	padding: 9px;
 }

label[for="billing[state]"], select[name="billing[state]"] {
	margin-left:10px;
	float: left !important;
}

label[for="billing[zip]"], input[name="billing[zip]"] {
	float: right !important;
}
input[name="billing[zip]"] + label{
	clear: both;
}
input[name="payment[cvv_code]"].invalid + label{
	clear: both;
}

input[name="city"] {
	float: left !important;
	margin: 0;
 	width: 50% !important;
}
input[name="city"].invalid {
 	width: 100% !important;
}
input[name="city"].invalid + div[for="city"].invalid + select[name=state],input[name="city"].invalid + select[name=state]{
 	width: 100% !important;
}

select[name="state"] {
	float: right !important;
	margin: 0 0 20px;
 	width: 45% !important;
 	padding: 14px;
}

select[name="state"].placeholder{
	color: gray;
}

select[name="state"] option{
	color: #000;
}

label[for="payment[exp_month]"], label[for="payment[exp_year]"], select[name="payment[exp_month]"], select[name="payment[exp_year]"] {
	width: 30% !important;
	float: right !important;
	position: relative;
}

label[for="payment[exp_month]"], select[name="payment[exp_month]"]{
	left: -33%;
}

label[for="payment[exp_year]"], select[name="payment[exp_year]"] {
	left: 33%;
}


label[for="payment[card_number]"], input[name="payment[card_number]"] {
	width: 65% !important;
}

label[for="payment[cvv_code]"], input[name="payment[cvv_code]"] {
	width: 25% !important;
	float: right !important;

}

label[for="payment[exp_month]"], select[name="payment[exp_month]"] {
	margin-right: 20px;
}

label[for="exp-date"]{
    margin-top: 10%;
    clear:both;
}

label[for="billing[confirmation]"] {
    float: right;
    width: 90%;
}

input[name="billing[confirmation]"] {
    margin-top: 4%;
}

.zip {
}


.licenses-total-holder {
    float: right;
    height: 1000px;
    position: relative;
    width: 50%;
}


.licenses-total {
    background: #215c87 none repeat scroll 0 0;
    color: #fff;
    left: 20px;
    padding: 0 0 2%; 
    position: absolute;
    width: 300px;
    z-index: 200;
    border-radius: 10px;
}

.licenses-total > .results-img {
	width: 100%;
	text-align: center;]
	margin-top: 0;
}

.licenses-total > .results-img img { 
	position: relative;
}

.licenses-total > .results-img span {
	left: 69%;
}

.licenses-total p {
	text-align: center;
}

.licenses-total p span {
	color: #f8a73d;
}

.licenses-total p:first-of-type {
	padding: 20px 0;
}

.licenses-total .total {
	border-top: 1px solid #eeeeee;
	padding: 2% 0 0;
	margin: 3% auto 0;
	width: 75%;
}

.licenses-total.fixed {
    position: fixed;
    margin-bottom: 3%;
}

.licenses-total.fixed.fixed_hold {
    position: absolute;
    margin-bottom: 3%;
}

.verified {
	color: #fff;
    left: 0;
    padding: 2%;
    position: absolute;
    width: 300px;
    top: 400px;
    background: #aaaaaa;
    text-align: center;
    z-index: 100;
}

.verified p:first-child {
	font-size: 1.5em;
}

.total span {
	color: #67c775 !important;
	font-size: 1.875em;
}

.report, .interview {
	background: #f8a73d;
	padding: 2% 4%;
	text-align: center;
	margin: 30px auto 0;
	width: 35%;
	float: none !important;
	display: block;
	font-size: 1.5em;
}

.thank-you {
	text-align: center;
	font-size: 1.5em;    
	margin: 50px 60px;
	display: block;
	width: 1000px;
}


.thank-you span {
	color: #67c775;
}


/* footer styles */ 

footer {
	background: #464646;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

footer p {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer p a{
	padding: 10px
}

#privacy_policy {
	color: #fff;
}

.privacy a{
	color: white;
    text-decoration: underline;
}
/* media queries */

@media screen and (min-width: 1375px) {
	
}

@media screen and (max-width: 1220px) {
	
	.container {
		max-width: 1024px;
	}

	.grid-text {
		    width: 216;
    		height: 176;
	}
}

@media screen and (max-width: 1100px) {

	.banner-top-contained {
		max-width: 960px;
	}

		.tab-menu {
		width: auto;
	}
	
	.banner-top-text h1 {
	font-size: 2em;
	}
	
	.banner-top-text p:first-of-type {
 		padding: 0;
 	}
}

@media screen and (max-width: 1050px) {
	.tab-content {
		width: 90%;
	}

	.licenses-total {
		margin: 2% 5%;
	}
}

@media screen and (min-width: 1050px) {
	.licenses-total {
		width: 500px;
	}

	.licenses-total > .results-img span {
		left: 61%;
	}
}

@media screen and (max-width: 1040px) {

	
	.container {
		max-width: 960px;
	}

	.banner-top-text {
		margin: 0 40px;
		width: 45%;
	}

	.grid img {
    min-height: 70px;
    min-width: 70px;
}


	.grid-text {
		    width: 193px;
    		height: 160px;
	}

}

@media screen and (max-width: 990px) {

	
	.grid-text {
		height: 157px;
	}

	label[for="payment[cctype]"] {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	
	 .container {
	 	max-width: 850px;
	 }
	
	 .grid {
	 	position: relative;
	 }
	
	 .grid-text {
	 	float: left;
	 	width: 96%;
	 	height: auto;
	 	padding: 2%;
	 	text-align: center;
	 }
	
	 .grid-text p {
	 	padding-top: 10px;
	 }
	
	 .grid img {
	 	display: none;
	 }

	 .report {
	 	width: 45%;
	 }
}

 @media screen and (max-width: 958px) {

	.container {
		max-width: 850px;
	}

	label[for="payment[exp_month]"], label[for="payment[exp_year]"], select[name="payment[exp_month]"], select[name="payment[exp_year]"] {
		width: 25% !important;
	}

		.banner-top-area {
 		height: 480px;
 	}
 	
 	
}


 @media screen and (max-width: 850px) {
 	body {
 		font-size: .875em;
 	}

 	.banner-top-form {
 		width: 35%;
 	}

 	.banner {
 		padding-bottom: 25%;
 	}

 	label[for="payment[exp_month]"], label[for="payment[exp_year]"], select[name="payment[exp_month]"], select[name="payment[exp_year]"] {
 		width: 32% !important;
 		margin-right: 20px;
 	}

 	label[for="payment[exp_month]"], select[name="payment[exp_month]"] {
 		margin-left: 0;
 		
 	}
 }

  @media screen and (max-width: 850px) {
  	label[for="exp-date"] {
  		width: 90%;
  	}

  	label[for="payment[exp_month]"], label[for="payment[exp_year]"], select[name="payment[exp_month]"], select[name="payment[exp_year]"] {
  		float: left !important;
  	}
  }

  @media screen and (max-width: 750px) {

  	 .banner-top-area {
  	 	height: auto;
  	 }


  	.banner-top-contained {
  	}

  	.banner-top-text {
  		width: 85%;
  		margin: 0 auto;
  		float: none;

  	}

  	.banner-top-form {
  		width: 75%;
  		left: 8.5%;
  		max-width: 30000px;
  		bottom: 0;
  		margin: 0;
  		height: 370px;
  		position: relative;
  		display: inline-block;
  	}

  	.industry-options {
  		right: auto;
  		z-index: 2000;
  	}
  	
  	.button.contact {
  	font-size: 13px;
  	padding: 10px 10px 10px 11%}
  	
  	.contact-info .button.contact:before {
  		top: 8px;
  	}
  	
  	.overlay {
	width: 86%;
	left: 0;
	margin-left: 0;
	}

  }

  @media screen and (max-width: 670px) {
  	
  	h2 {
  		font-size: 1.5em;
  	}

  	.testimonial-container {
  		width: 90%;
  		margin: 0 auto;
  		float: none;
  	}

  	.testimonial img {
	    border-radius: 50%;
	    width: 50%;
	    margin: 0 auto;
	    display: inherit;

  }

  .testimonial blockquote {
	  	float: none;
	  	width: 75%;
	  	margin: 0 auto;
	  	padding: 20px 0;
  }

  .testimonial blockquote:before, .testimonial blockquote:after {
  	display: none;
  }

  .banner {
 		padding-bottom: 35%;
 	}

 	#more-info-form {
	width: 65%;
}

 	.tab-content input[type="radio"], .tab-content form img, label[for="billing[cctype]"] {
 		margin: 3px;
 	}

 	.tab-content form img {
 		width: 12%;
 	}

  }

 @media screen and (max-width: 650px) {
 	
 	.results-breakdown {
 		width: 90%;
 		margin: 20px auto;
 		float: none;
 		text-align: center;
 	}

 	.tab-menu a {
 		width: 40%;
 	}

 	.tab-content {
 		position: relative;
 	}

 	.tab-content form {
 		width: 85%;
 		margin: 0 auto;
 		float: none;
 	}

 	#payment-form {
 			padding-top: 240px;
 	}

 	#more-info-form {
 		width: 85%;
 	}

 	label[for="payment[exp_month]"], select[name="payment[exp_month]"] {
 		margin-right: 35px;
 	}

 	.licenses-total {
 		width: 95%;
 		max-width: 10000px;
 		margin: 0 auto;
 		position: absolute;
 		right: 2.5%;
 		left: 2.5%;
 		top: 20px;
 	}

 	.results-img, .results-number {
 		display: none;
 	}

 	.report {
 		width: 95%;
 		font-size: 1.25em;
 		padding: 3% 2%;
 	}

 	.contact-area a:before {
 		display: none;
 	}
 }

  @media screen and (max-width: 550px) {

  	.logo {
  		width: 65%;
  		margin: 0 auto;
  		float: none;
  		padding: 5px 0;
  	}

  	.logo img {
  		width: 100%;
  	}

  	.email {
  		float: none;
  		width: 100%;
  		display: none;
  	}

  	.email a {
  		text-align: center;
  		width: 100%;
  		display: inline-block;
  		font-size: 1em;
  	}
}

@media screen and (max-width: 400px) {
	.banner {
		padding-bottom: 200px;
	}
}

@media screen and (max-width: 350px) {
	.banner-top-form {
		height: 420px;
	}

	div.selected_industry {
		width: 32%;
	}

	.grid-text {
		    padding: 3% 2%;
	}

	.testimonial blockquote {
		padding: 0;
	}
}
 	
/* ********************************* STYLES BY ES  ********************************* */

/* ********************************* INVALID ********************************* */
 	
input.invalid, select.invalid {
    border:4px solid #cec821;
    margin-bottom: 0px;
}

input.invalid.hold, select.invalid.hold {
    
}

div.invalid {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom:5px;
    text-align:left;
    margin-bottom:4px;
    float:left;
    color:#fff936;
}

label.invalid {
    color: red;
}

#conf_error.error_message {
    color: red;
    margin-left: 10px;
    padding:0;
}

.error_message{
    color: red;
    font-size: 15px;
    margin: 0 auto;
    padding: 1% 2%;
    text-align: left;
    width: 85%;
}

/*** clear  ***/
form input.clearable{
  background: #fff url(../../images/x.gif) no-repeat right -10px center;
  border: 1px solid #999;    
  padding-right: 20px !important;
  border-radius: 3px;
  transition: background 0.4s;
}
form input.clearable.x  { background-position: right 8px center; } /* (jQ) Show icon */
form input.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
form input.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */


/* ********************************* ACTIVITY/INDUSTRY BOX  ********************************* */


#select_activity_popup {
    text-align: center;
}

#select_activity_popup h3 {
    margin: 0px 0px 5px;
}

#select_activity_popup h5 {
    margin: 0px 0px 5px;
    font-weight: normal;
    font-style: italic;
}

.select_activity_popup_nav {
    text-align: center;
    white-space: nowrap;
}

.select_activity_popup_nav a {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #61A2B8;
}

.select_activity_popup_nav a.close_link {
    margin-right: 25px;
}

#business_activity_selection{
    font-size:16px;
    font-weight: 300;
}

#business_activity_selection p#keyword_search{
    margin-top:5px;
    margin-bottom:20px;
}

#business_activity_selection p input[type="text"],
#business_activity_selection p select{
    background-image:url('/images/bg_field_gradient2.png');
    border-color:#c3d5e6;
}

#business_activity_selection p input#keywords{
    float:left;
    height:40px;
    background-size: contain;
}

#business_activity_list,
#business_activity_go_back{
    background-color:#fbfbfb;
    border:1px solid #c3d5e6;
    /*width:100%;*/
    position: relative;
    margin-bottom:20px;
}

#business_activity_list{
    height:310px;
    overflow-x:hidden;
    overflow-y:scroll;
    padding:17px 22px;
}

#business_activity_list.loading{
    background:url('/images/loading.gif') 50% 50% no-repeat #fff;
}

#business_activity_list.sublist{

}

#business_activity_list p{
    color:#595959;
    font-size:14px;
    font-weight:600;
    padding:0;
}

#business_activity_list p strong{
    font-weight:700;
    color:#104266;
}

#business_activity_list h3{
    background-color: #BABABA;
    border:1px solid #A6A6A6;
    font-size: 16px;
    font-weight: 700;
    color:#404040;
    display: block;
    padding:14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom:10px;
}

#business_activity_list.sublist h3{
    background-color: #daeff6;
}

#business_activity_list ul{
    margin-top:0;
}

#business_activity_list ul li{
    cursor:pointer;
    list-style: none;
    background-color: #F0F0F0;
    border:1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 600;
    color:#404040;
    padding:19px 14px 14px 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom:7px;
}

#business_activity_list.sublist ul li{
    background-color: transparent;
    border:none;
    padding:3px;
}
#business_activity_list.sublist ul li.nobump{
    margin-bottom:0;
    display:inline;
}

#business_activity_list.sublist ul li ul{
    margin-top:10px;
    margin-left:20px;
}

#business_activity_list ul li input,
#business_activity_list ul li label
{
    cursor:pointer;
    float: none;
}

#business_activity_go_back{
    background:url('/images/back_icon.png') 20px 50% no-repeat #fbfbfb;
    padding:15px 10px 15px 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:17px;
    cursor:pointer;
}

#business_activity_go_back:hover{
    background-color:#ebf6fa;
}

#business_activity_go_back strong{
    font-weight: 600;
}

#business_activity_list ul li input[type=checkbox],
#business_activity_list ul li input[type=radio]{
  width   : 23px;
  height: 23px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

#business_activity_list ul li input[type=checkbox],
#business_activity_list ul li input[type=radio]{
    position: absolute;
}

#business_activity_list ul li input[type=checkbox] + label,
#business_activity_list ul li input[type=radio   ] + label
{
  display      : inline-block;
  margin-left  : -22px;
  padding-left : 30px;
  background:url('/images/radio_check_fld.png') no-repeat;
  line-height  : 23px;
  font-weight: 300;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#business_activity_list ul li input[type=radio] + label{background-position:0 -93px;font-size: 14px;font-weight: 300;margin-left: -2px;height:23px;}
#business_activity_list ul li input[type=radio]:checked + label{background-position:0 -116px;}
#business_activity_list ul li input[type=checkbox] + label{background-position:0 -69px;font-size: 14px;font-weight: 300;margin-left: -2px;height:23px;}
#business_activity_list ul li input[type=checkbox]:checked + label{background-position:0 -46px;}

#business_activity_selection .floating_alert{
	top:350px;
	left:-190px;
}

#finished_selecting{
	margin-bottom:2px;
	margin-top:2px;
}

div.selected_industry {
    font-size: 12px;
    position: relative;
    text-align: left;
    width: 29%;
    float: left;
    height: 30px;
    margin: 5px 5px 5px 0;
    background: #aaaaaa;
    border-radius: 10px;
    padding: 0px 4px;
}

.industries div:only-child{
    width: 100%;
    height:auto;
}

div.selected_industry > p {
    float: left;
    padding-bottom: 3px;
    width: 72%;
    margin-top: -12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industries div:only-child > p{
   overflow:unset;
   text-overflow:unset;
   white-space:unset;
}


div.selected_industry .cancel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float:right;
    width: 17px;
    padding: 5px 0px;
    margin: 0;
}

#business_activity_list div.industry_keyword {
    font-size: 14px;
    font-style: italic;
}

.tooltip{
	display:none;
	position: absolute;
	top: 20px;
	background: #ffdeb3;
	color: #464646;
	font-size: 0.825em;
	padding: 5px;
	z-index: 2001;
}

.has_tooltip:hover + .tooltip,.tooltip:hover{
	display:block;
}


/* terms and privacy styles */

.terms, .privacy{
	width: 70%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 1000;
	top: 5%;
	left: 15%;
	text-align: left;
	border-radius: 10px;
	padding: 2% 4%;    
	font-size: 14px;
	height: 80%;
}

.privacy .underline{
	text-decoration:underline;
}

.terms > .inner_terms, .privacy > .inner_privacy{
	height:100%;
	overflow:auto;
}

.terms p, .terms h4, .terms h5, .privacy p, .privacy h4, .privacy h5 { 
	padding: 1%;
	color: #fff;
}

.terms h5, .privacy h5 {
    font-size: 15px;
}

.terms .cancel, .privacy .cancel {
    position: absolute;
    right: 15px;
    top: 15px;
}

#terms_and_conditions {
	color: #215c87;
}

#terms_and_conditions:hover, #privacy_policy:hover {
	text-decoration: underline;
}
 	
 	
/* business license solution styles */

.business_license_solutions {
	float: right;
    padding-top: 5px;
    padding-left: 20px;
    width: auto;
}

.business_license_solutions a{
    background-color: #337bae;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    text-transform: none;
    white-space: nowrap;
}

/* ie */

.contact-area.ie a::before {
	top: -40px !important;
	left: 10px !important;
}
.email.ie a::before {
	top: -60px !important;
	left: 10px !important;
}


/* alert */

.floating_alert {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	text-align: center;
	border-radius: 10px;
	padding: 2% 4%;    
	font-size: 14px;
	color: #fff;
	transform: translate(-50%, -50%);
	width:30%;
}

.floating_alert a.cancel{
    position: absolute;
	border-radius: 10px;
	padding: 3px 8px;
    right: 15px;
    bottom: 15px;
	border: 1px solid #fff;
	color: #fff;
	line-height:1.3em;
	cursor: pointer;
}

.floating_alert a.cancel:hover{
	border: 1px solid gray;
	color: gray;
}


.overlay {
    background-color:white;
    text-align:center;
    width:900px;
    border: 3px black solid;
    z-index: 9999999; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    margin-top: -16px; 
    padding: 20px;
    margin-left: -450px;
}
.overlay .cancel {
    position: absolute;
    right: 3px;
    top: 3px;
}

.overlay_background {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    left: 0;
	opacity: .75; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: �alpha(opacity=75)�; /* ie 8 */
	filter: alpha(opacity=75); /* ie lt 7 */
	-khtml-opacity: .75; /* safari 1.x */
	-moz-opacity: .75; /* ff lt 1.5, netscape */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}


#loading_order.overlay {
	padding: 20px;
}

#loading_order.overlay strong {
	color: #284363;
	padding: 20px 0;
	font-size: 20px;
	display: block;
	text-align: center;
}

#loading_order.overlay strong img {
	height: 25px;
	margin: 10px 0;
}

.overlay .overlay_bottom {
	font-size: 22px;
	width: 75%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	color: #000;
}

/** fix for autocomplete hover */

.ui-state-active{
	border: none !important;
	background: none !important;
	color: #000000 !important;
}
@media only screen and (max-device-width: 768px) {
	
	.overlay {
		width: 86%;
		left: 0;
		margin-left: 0;
		top: 10%;
	}
	
}

/* autocomplete padding override */
.ui-menu .ui-menu-item{
	padding:10px;
}
