body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	font-size: 16px;
}

/***** fonts *******/

@font-face {
  font-family: 'icons2';
  src: url('fonts/icons.eot?v=114'); /* IE9 Compat Modes */
  src: url('fonts/icons.woff?v=114') format('woff'), /* Pretty Modern Browsers */
       url('fonts/icons.ttf?v=114')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/icons.svg?v=114#svgFontName') format('svg'); /* Legacy iOS */
}

.clear {
	clear: both;
}

.site-wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1700px;
}

.home-messages {
	width: 100%;
	margin: 0 auto;
	background: #3c3b40;
}
.home-message {
	margin: 0 auto;
	max-width: 1700px;
	color: #FFF;
	padding: 30px 40px;
	text-align: center;
}
.home-message a{
	color: #FFF;
	text-decoration: underline;
}
.site-top {}

/* license suite widget top */

.license_suite_widget {
		    display: inline-block;
		    text-align: center;
		    width:auto;
		    margin: 20px 20px 20px 25px !important;
		    padding: 13px !important;
		    background-color: #acd5e9	 ;
		    font-weight: 600;
		    border-radius: 5px;
		    float: right;
		}

		.license_suite_widget form {
		    padding: 8px 0 !important;
		}

		.license_suite_widget form div{
			display:inline;
			font-size: 14px;]
			vertical-align: middle;
		}

		.ui-autocomplete{
			z-index: 1000;
		}

		.submit_license_suite_widget {
		    background: #ff7900 none repeat scroll 0 0;
		    color: white;
		    padding: 10px !important;
		    font-size: 16px;
		    text-decoration:none !important;
		    display: inline-block;
		    margin-left: 10px;
		    border-radius: 5px;
			background: #f8a73d;
			font-weight: lighter;
		}

		.license_suite_widget form input {
		    border: medium none;
		    box-shadow: inset 0 1px 5px #464646;
		    display: inline-block;
		    font-size: 14px;
		    outline: medium none;
		    padding: 10px !important;
		    width: 23%;
		}

		.license_suite_widget form input.city_state_autocomplete {
		    width: 26%;
		}

		.ls-widget-large .license_suite_widget form input.city_state_autocomplete, .ls-widget-large .license_suite_widget form input {
			width: 36%;
			min-width: 145px;
		}

		.ls-widget-large .submit_license_suite_widget {
			display: inline-block;
			border-radius: 5px;
			background: #f8a73d;
			font-size: 16px;
		}

		/*** clear  ***/
		.license_suite_widget .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;
		}
		.license_suite_widget .clearable.x  { background-position: right 8px center; } /* (jQ) Show icon */
		.license_suite_widget .clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
		.license_suite_widget .clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */


		.license_suite_widget .IE .input_div {
		    float: left !important;
		    text-align: center;
		    width: 160px;
		}

		.license_suite_widget .IE .button_div {
		    padding-left: 3px !important;
		    padding-top: 20px !important;
		    float: right;
		}

		.license_suite_widget .IE .input_div label {
		    display: block;
		}

		.license_suite_widget .IE .input_div input {
		    width: 90%;
		}
		.square-box .license_suite_widget form div{
			display: block;
			margin-top:10px;
			margin-bottom:10px;
		}
		.square-box .license_suite_widget{
			padding:0 !important;
			text-align: center;
		}
		.square-box .license_suite_widget form input.city_state_autocomplete,.square-box .license_suite_widget form input{
			width:80%;
		}
		.square-box .license_suite_widget .button_div{
			margin-top: 40px;
		}

		/* end license suite widget */

.main-logo {
	margin: 30px 35px 0px;
	width: 15%;
	float: left;
}

.main-logo img {
	width: 100%;
}

nav {
	width: 100%;
	background: #ff6600;
	clear: both;
}

nav ul {
	margin-left: 20px;
}

nav ul li {
	float: left;
	margin: 16px 10px;
}

nav ul li a {
	color: #fff;
}

nav ul li a:hover {
	color: #48bef8;
	transition: color .25s ease-in-out;
}

/*
.nav-dropdown a:after {
	font-family: "icons2";
	content: "K";
	font-size: 18px;
	margin: 0 5px;
	line-height: 0;
}*/

.support {
	position: relative;
}

.main-nav .sub-nav {
	position: absolute;
	background: #fff;
	padding: 20px;
	display:none;
	box-shadow: 0 3px 5px #515151;
	z-index:999;
}

.main-nav ul {
	margin-left: 0;
}

.sub-nav .exit {
	font-family: "icons2";
	font-size: 20px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.sub-nav li {
	display: block;
	width: 100%;
	line-height: 1.4;
	margin: 8px 0;
}

.sub-nav-title {
	display: block;
	margin: 8px 0;
	font-size: 22px;
	color: #465e8d;
}

.sub-nav a {
	color: #465e8d;
	display: block;
}

.sub-nav a:hover {
	color: #465e8d;
	text-decoration: underline;
}

.sub-nav a:after {
	content: none;
}

.contact .sub-nav-title {
	margin-top: 30px;
}

.contact .sub-nav-title:first-of-type {
	margin-top: 10px;
}

.blms-login {
	float: right;
	margin-right: 100px;
	position: relative;
}

.blms-login a {
	display: inline-block;
	padding: 16px;
	color: #fff;
}

.user_greeting {
	float: right;
	padding: 16px;
	position: relative;
	color: white;
}
.mobile-menu-container{
	display:none;
}
/* login dropdown */

.login-form {
	right: 0;
	width: 325px;
	border: 5px solid #48bef8;
	top: 40px;
}

.login-form ul li label {
	margin-bottom: 10px;
}

.login-form ul li input {
	padding: 10px;
	outline: none;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #465e8d;
	background: #fff;
	display: block;
	margin-top: 5px;
}

.login-form ul li input[type="checkbox"] {
	display: inline-block;
}

.password a {
	color: #5e5d5d;
	font-style: italic;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;

}

.login_submit #login_dropdown_submit {
	background: #ffa553 !important;
	border: none !important;
	font-size: 18px;
	transition: background .25s ease-in-out;
}

.login_submit #login_dropdown_submit:hover {
	background: #337bae !important;
	transition: background .25s ease-in-out;
}

.login_help {
	font-size: 14px;
}

.login_help div {
	margin-top: 20px;
	float: right;
}

.site-banner {
	min-height: 400px;
    background: url(/images/banner-image.jpg), no-repeat;
    background-position: center;
    background-size: cover; 
    color: #fff;
    padding: 20px;
    background-color: #001b22;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 5px;
}

.banner-content {
	width: 65%;
	padding: 20px;
    margin: 0 auto;
}

h1 {
	font-size: 40px;
	color: #fff;
	margin: 20px 0 40px;
	display: inline-block;
	line-height: 1.3;
}

.banner-content p {
	font-size: 18px;
	width: 60%;
    margin: 0 auto;
    line-height: 2rem;
}

.banner-buttons {
	margin: 40px 0 0 0;
}

.banner-buttons a {
	color: #fff;
	padding: 15px 20px;
	background: #ffa553;
	font-size: 22px;
	border-radius: 5px;
	margin: 20px 20px 0 0;
	display: inline-block;
	transition: background .25s ease-in-out;

}

.banner-buttons a:hover {
	background: #337bae;
	transition: background .25s ease-in-out;
}

.products-title {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
	color: #fff;
	background: #337bae;
}

.lower-content {
	padding: 40px 20px;
	color: #215c87;
}

.lower-content.licensesuite {
	background: #d8f3ff;
}

.lower-content.licensesuite span {
	display: block;
	font-size: 22px;
	margin: 15px 0;
}

.lower-content-left {
	width: 45%;
	margin: 10px 5%;
	float: left;
}

.lower-content .logo {
	margin-bottom: 20px;
}

.lower-content .logo img {
	width: 45%;
}

.lower-content-right {
	float: right;
	width: 35%;
	margin-right: 5%;
}

/* licensesuite lower widget css */

.banner-top-form {
	max-width: 500px;
	background: #337bae;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	padding: 4% 8%;
	box-shadow: 0 3px 5px #90b0bf;
}

.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;
	color: #fff;
	border-radius: 5px;
	text
}

.banner-top-form a {
	color: #fff;
	text-decoration: underline;
}

#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%;
}

/********* widget bottom ***************/

.lower-content.solutions {
	background: #eefaff;
	min-height: 300px;
}

ul.more-info {
	margin-bottom: 40px !important;
	list-style: disc;
	margin-left: 20px;
	margin-top: 20px;
}

.more-info .title {
	font-size: 20px;
	list-style: none;
	margin-left: -20px;
}

.more-info li {
	line-height: 1.8;
	list-style: disc;
}

.ls-button-div {
	padding-bottom:20px;
}

.visit-solutions, .ls-button {
	background: #f8a73d;
    font-size: 1.1em;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    transition: color .25s ease-in-out;
}

.ls-widget-container{
	padding:50px;
}

#browse_search{
	padding-top:40px;
}

.visit-solutions:hover, .ls-widget-large .submit_license_suite_widget:hover, .login_dropdown:hover {
	color: #404040;
	transition: color .25s ease-in-out;
}
.client-logos-description{
	text-align: center;
	width: 60%;
	margin: 0 auto;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 2.3rem;
}
.client-logos-description a{
	color: #000;
	text-decoration: underline;
	font-weight: 300;
	font-size: 1.2rem;
}
.client-logos {
	text-align: center;
	padding: 30px 0;
	background: #fdfdfd;
    margin-bottom: 40px;
}

.client-logos img {
	opacity: 1;
	background: rgba(70, 94, 141, 0);
	transition: background .25s ease-in-out;
}

.client-logos img {
	margin: 20px 30px;
}

.client-logos img:hover {
	background:rgba(70, 94, 141, 0.5);
	transition: background .25s ease-in-out;
	border-radius: 5px;

}

footer {
	background: #465e8d;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.info-center-links, .social-media, .security-seals {
	width: 65%;
	margin: 30px auto;
	text-align:center;
	clear:both;
}

.security-seals a.soc2 img {
	width: 70px;
}

.info-center-links .title {
	display: block;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.info-center-links li, .info-center-links span, .footer-links li, .footer-links span {
	color: #fff;
	display: inline;
}

.info-center-links li a, .footer-links a {
	color: #fff;
}

.info-center-links span, .footer-links span  {
	margin: 0 10px;
}

.social-media li, .security-seals li {
	display: inline;
}

p.notice {
	font-size: 14px;
	text-align: left;
	width: 95%;
	margin: 0 auto;
}

.copyright {
	margin: 15px 0;
}

/*********************** other page fixes **********************/

div.content_left {
	display: inline-block;
}

form[name="forgotPasswordForm"] h1 {
	color: #5e5d5d;
	margin: 0;
}

.testimonials-content {
	display: inline-block;
}

/** fix for autocomplete hover */

.ui-state-active{
	border: none !important;
	background: none !important;
	color: #000000 !important;
	display:block;
}

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



/*************** responsive styles *********************/

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

	.ls-widget-large .license_suite_widget {
		text-align: left;
		float: none;
		width: 90%;
		margin: 20px auto !important;
	}

	.ls-widget-large .submit_license_suite_widget {
		display: block;
		margin-left: 0;
		text-align: center;
	}

	.ls-widget-large .license_suite_widget form input.city_state_autocomplete, .ls-widget-large .license_suite_widget form input {
		margin: 10px auto;
		display: block;
		width: 90%;
	}
}

@media only screen and (max-width: 1200px) {
	.ls-widget-large .license_suite_widget form input.city_state_autocomplete, .ls-widget-large .license_suite_widget form input {
	width: 80%;
	}

	.ls-widget-large .submit_license_suite_widget {
		display: block;
		width: 80%;
		margin: auto;
	}
}
@media only screen and (max-width: 1092px) {
	.banner-buttons a {
	    margin: 10px 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.banner-buttons a {
	    margin: 10px 0;
	}
}

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

	.main-logo {
		display: block;
		clear: both;
		width: 100%;
	}

	.license_suite_widget {
		display: block;
	}
}

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

	.lower-content-right {
		width: 40%;
	}

	.visit-solutions {
		display: inline-block;
	}
}
@media only screen and (max-width: 700px) {
	.mobile-menu-container{
		display:block;
		margin: 0;
	}
	.mobile-nav .mobile-menu{
	    float: unset;
	    margin: 0;
	}
	.mobile-nav .mobile-menu .mobile-menu-icon{
		float: right;
    	padding: 10px;
    	margin: 30px 35px 0px;
	}
	.mobile-nav .mobile-menu-icon img{
		width: 32px;
		float: right;
	}
	ul.main-nav.full-size{
		display:none;
	}
	.mobile-nav .mobile-sub-nav{
		background: transparent;
		position: unset;
		background: transparent;
	    position: unset;
	    border: none;
	    box-shadow: none;
	    padding-left: 0;
	}
	.mobile-nav .mobile-sub-nav li{
		border-bottom: 1px solid #337bae;
	    padding: 10px;
	    margin: 0;
	}
	.mobile-nav .mobile-sub-nav ul li:first-child{
		border-top: 1px solid #337bae;
	}
	.mobile-sub-nav > ul{
		margin-top: 70px;
	}
	.main-nav .secondary-sub-nav {
		display:none;
	}
	.mobile-nav .secondary-sub-nav ul li,
	.mobile-nav .secondary-sub-nav ul li:first-child{
		border: none;
	}
	.main-logo {
		width: 45%;
		position:relative;
	}
	.main-logo img{
		position: absolute;
	}


	nav ul {
		margin-left: 10px;
	}

	nav ul li {
		margin: 5px 8px;
	}

	nav ul li a {
		font-size: 14px;
	}

	.blms-login {
		padding: 8px;
		margin: 0;
	}

	h1 {
    	width: 90%;
    	text-align: center;
	}

	.banner-content {
		width: 95%;
		padding: 0;
	}

	.banner-content p {
		width: 95%;
    	text-align: center;
	}

	.banner-buttons {
		margin: 20px 0;
	}

	.visit-solutions {
		white-space: nowrap;
		display: inline-block;
		margin: 10px 0;
	}

	.products-title {
		font-size: 16px;
	}

	.lower-content .logo img {
		width: 85%;
	}

	.lower-content-left {
		width: 85%;
	}

	.lower-content-right {
		width: 100%;
		display: inline-block;
		margin: 0 auto;
		float: none;
		max-width: 1000;
	}

	.visit-solutions {
		width: auto;
	}

	.client-logos {
		clear: both;
	}

	.client-logos img {
		display: inline-block;
		width: 65%;
	}
}

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

	.main-logo {
		margin-bottom: 20px;
	}

	.site-top .license_suite_widget {
		display: none;
	}

	.support .sub-nav {
		left: -120px;
	}

	.login-form {
		width: auto;
	}

	.visit-solutions {
		margin: 0;
	}

	.banner-buttons a{
    	font-size: 18px;
	}
}
