html {
	overflow-x: hidden;
}

html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  /* font-size: 1em; */
  font-weight: 400;
  word-wrap: break-word;
  line-height:24px;
}

body {
  padding-top: 120px;
}

.page {

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

h1,h2,h3,h4,h5,h6,nimbus-condensed {
	font-family: 'Open Sans', sans-serif;
}
:focus {
    outline: 0 !important;
}


.double-line {
	width:100%;
	text-align:center;
}

.double-line h2 {
	color: #4e4b49;
}

.double-line h2 span {
	padding: 0 1.0em;
}

.double-line h3 {
	color: #4e4b49;
}

.double-line h3 span {
	padding: 0 1.0em;
}

.double-linegrey {
	width:100%;
	text-align:center;
}

.double-linegrey h2 {
	color: #4e4b49;
}

.double-linegrey h2 span {
	padding: 0 1.0em;
}

.double-linegrey h3 {
	color: #4e4b49;
}

.double-linegrey h3 span {
	padding: 0 1.0em;
}

.double-linegreen {
	width:100%;
	text-align:center;
}

.double-linegreen h2 {
	color: #4e4b49;
}

.double-linegreen h2 span {
	padding: 0 1.0em;
}

.double-linegreen h3 {
	color: #4e4b49;
}

.double-linegreen h3 span {
	padding: 0 1.0em;
}

.double-lineblue {
	width:100%;
	text-align:center;
}

.double-lineblue h2 {
	color: #0082c8;
}

.double-lineblue h2 span {
	padding: 0 1.0em;
}

.double-lineblue h3 {
	color: #0082c8;
}

.double-lineblue h3 span {
	padding: 0 1.0em;
}

.contactblue p {
	color: #0082c8;
	font-weight: bold;
	line-height:1.26 em;
	padding: 1.5em;
} 

.white {
	color: #ffffff !important;
}
.colored-stip{
	background-color:#EDEDED;
	padding:10px;
}
.section-custom h1,.section-color-blue h1, .section-custom h2,.section-color-blue h2, .section-custom h3,.section-color-blue h3, .section-custom h4,.section-color-blue h4, .section-custom h5,.section-color-blue h5, .section-custom h6,.section-color-blue h6{
	font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.heading_normal{font-weight: 300 !important;}
h1 {
	font-size: 3.5em;
	font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 300 !important;
}

h2 {
	line-height: 1.2em;
	margin-bottom: .75em;
}


p {
	line-height: 1.65em;
	font-weight:400;
	color: #4e4b49;
	margin: 0 0 1.25em;
}

a:link, a:visited {
	color: #0082c8;
	font-weight: bold;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(78, 75, 73, .3);
}

blockquote {
	background: #ededed url(../images/blockquote-bg.png) 2em 0em no-repeat;
	border-left: none;
	/* text-align:center; */
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:220%;
}
blockquote:first-child {
	margin: 0 !important;
}

.awards {
	border-top: 1px solid #e5f2f9;
}

.section-container {
	padding-right: 15px !important;
  	padding-left: 15px !important;
  	margin-right: auto !important;
  	margin-left: auto !important;
}

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

.shadowhover {
	border:1px solid #ffffff;
	transition: all .25s ease-in;
}
.shadowhover:hover {
	border:1px solid #ededed;
	border-radius:10px;
	box-shadow: 5px 5px 0px 0px #dcdbdb;
	-moz-box-shadow: 5px 5px 0px 0px #dcdbdb;
	-ie-box-shadow: 5px 5px 0px 0px #dcdbdb;
}

.shadowhover2 {
	border:1px solid #f7f7f7;
	transition: all .25s ease-in;
}
.shadowhover2:hover {
	border:1px solid #ededed;
	border-radius:10px;
	box-shadow: 5px 5px 0px 0px #dcdbdb;
	-moz-box-shadow: 5px 5px 0px 0px #dcdbdb;
	-ie-box-shadow: 5px 5px 0px 0px #dcdbdb;
}

.goog-te-gadget .goog-te-combo {
	color: #4e4b49;
}

img {
	max-width: none;
}

.rline {
	display: block
}
@media screen and (min-width: 768px) {
	.rline {
		display: inline;
	}
}


/* Bullet Style */
ul.bullet {list-style-image: url(../images/arrow-bullet.png);}

/* Header */

.blackbar {
	background-color: #4e4b49;
	height: 38px;
	color: #ffffff;
	font-family: Arial;
	border-top:2px solid #FDC120;
	/* border-top:2px solid #7fc41c; */
	z-index: 500;
}
#topright {
	float: right;
	color: #ffffff;
}
#topright ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	margin: 13px 20px 0 0;
	font-size: 15px;
}
#topright #mobiletel {
	float: left;
	margin: 13px 20px 0 0;
	font-weight: 400;
	line-height: 12px;
}
#topright #mobiletel a {
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}
#topright #mobiletel a:hover {
	text-decoration: underline !important;
}
#topright #mobiletel a.tel {
	color: #7bc02c;
	cursor: text;
	text-decoration: none;
	font-weight: bold;
}
#topright #mobiletel a.tel:hover {
	text-decoration: underline !important;
}

#topright #tel {
	float: left;
	margin: 13px 20px 0 0;
	font-weight: bold;
	line-height: 12px;
}
#topright #tel a {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#topright #tel a:hover {
	text-decoration: underline !important;
}
#topright #tel a.tel {
	color: #FDC120 !important;
	cursor: text;
	text-decoration: none;
	font-weight: bold;
}
#topright #tel a.tel:hover {
	text-decoration: underline !important;
}
#topright #bloglink {
	float: left;
	margin: 13px 10px 0 0;
	font-weight: bold;
	line-height: 12px;
}
#topright #bloglink a {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#topright #bloglink a:hover {
	text-decoration: underline !important;
}
#topright #customerlogin {
	float: right;
}
#customerLoginSection {
	width: 150px;
}
.copy {
	font-weight: bold;
}

#site-logo {
	z-index: 9999 !important;
	height:50px;
}
.nonmobile {}
.loginlink {
	padding: 0px 0 0 10px !important;
	background: url(../images/blackbar-divider.png) left top no-repeat;
	margin: 13px 0 0 0 !important;
}
.login {
	font-size: 12px;
	text-transform: uppercase;
	height: 38px;
	width: 150px;
	text-align: center;
	color: #c2c1c1;
	font-weight: bold;
}
.login:hover {
	color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #524d4b), color-stop(1, #33302f) );
	background: -moz-linear-gradient( center top, #524d4b 5%, #33302f 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#524d4b', endColorstr='#33302f');
}
#customerLoginText {
	position: relative;
	top: 4px;
}
#headersearch form input {
	width: 180px;
	margin: 3px 10px 0 0;
	padding: 4px 5px 4px 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0;
	background: url('../images/search.jpg') left center no-repeat #fff;
	color: #888;
}

/* Search Styles */

#search {
	margin-top: 8px !important;	
}

.search-form {
}

.search-field {
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	border: none;
	cursor: pointer;
	height: 20px;
	margin: 0px 0;
	padding: 0 0 0 17px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	border: none;
	cursor: text;
	outline: 0;
	width: 230px;
	color: #4e4b49;
}
.search-form
.search-submit { 
	display:none;
}

/* Navbar */

#header #logo {
	padding: 0px !important;
}

.shadow { 
	background: url('../images/shadow.png') no-repeat center top; 
	clear: both; 
	opacity: 0; 
	position: absolute; 
	left: 0; 
	bottom: -13px; 
	width: 100%; 
	height: 13px;
}

@media not all and (-moz-device-pixel-ratio) {
	#ubermenu-nav-main-22-top-bar {
  		margin-top:-5px;
	}

@-moz-document url-prefix() { 
  
  }
}

.navbar-nav {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	float:right;
}

.navbar-fixed-top {
	top: 0;
	background: #ffffff;
	height: 120px;
}

.navbar-nav > li > a {
	color:#4e4b49;
	font-size: 1.2em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #428bca;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 32px;
}
}

.navbar-brand {
	padding: 15px 0px;
}

.navbar-default {
	background: #ffffff;
	border-radius: 0px;
	border-bottom: 1px solid #eeeeee;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #eee;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: none;
}

.dropdown-menu li ul li {
	font-size: 1.2em;
	font-family: Arial;
	text-transform: capitalize;
}

/*Megamenu Styles*/
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg > li.megaReg-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after{
  display:none;
  border:none !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {display:inline; float: left; position: relative; margin-left: 5px; margin-right: 5px;}

.col-1 {width: 45%;}
.col-2 {width:270px;}
.col-3 {width:410px;}
.col-4 {width:550px;}
.col-5 {width:690px;}
.col-demo{width:150px;} 

.col-5 img {float:left; margin-right:20px;}
	
.col-5 p {font-size:20px !important; padding-top:30px; color: #F30; text-shadow:1px 1px 2px #fff !important;}

/* Page Sections */

#content-full {
	margin-bottom: -20px;
}


.wpb_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.vc_responsive .wpb_row .vc_span12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.section,.section-custom,
.section-colored {
  padding: 65px 0px 65px 0px;
}
.section h2 {
	color: #4e4b49;
	font-size:36px;
	margin-bottom:1.6em;
}
.heading2{font-weight:300;margin-bottom:.6em !important; font-size:22px !important; margin-top:10px;}
.section-custom h1,h2{
	color:#FFF;
}
.section-colored-contact{
	padding:0;
	margin:0;
}
.section-promos {
	background: #f7f7f7;
  	padding: 20px 0px 20px 0px;
}
	.section-promos a {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.section-promos a:hover {
		color:#006
	}

.promo-buttons {
	border: 1px solid #cccccc;
	border-radius: 4px;
	height: 80px;
	/* fallback */
	background-color: #eeeeed;
	background: url(../images/linear_bg_2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededec), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #ededec);
	background: -moz-linear-gradient(top, #ffffff, #ededec);
	background: -ms-linear-gradient(top, #ffffff, #ededec);
	background: -o-linear-gradient(top, #ffffff, #ededec);
	transition: all 0.25s linear;
}

.promo-buttons:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#ededec));
	background: -webkit-linear-gradient(top, #ededec, #dcdcdc);
	background: -moz-linear-gradient(top, #ededec, #dcdcdc);
	background: -ms-linear-gradient(top, #ededec, #dcdcdc);
	background: -o-linear-gradient(top, #ededec, #dcdcdc);
}


.standard {
	color: #4e4b49;
}

.orange {
	color: #ff6600;
}

.green {
	color: #7fc41c;
}

.blue {
	color: #0082c8;
}

.promo-icon {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
}
	
.section-promos-gray {
	background-color: #e1e1e1;
  	padding: 40px 0px 40px 0px;
  	border-top:1px solid #ccc;
  	border-bottom:1px solid #ccc;
}

.vignettes {
	background: #ededec;
	padding-bottom:0px;
}
	.slide-copy h2 {
		text-transform: uppercase;
		font-size: 1.2em;
		margin-top:0px;
		margin-bottom:0px;
	}
	.slide-copy h3 {
		margin-top:15px;
		font-size:1.75em;
	}
	.slide-copy.btn-green {
		padding:15px;
	}
	
.section-colored {
  background-color: #ededed;
}
	.section-colored h2 {
		color: #4e4b49;
		font-size: 36px;
		margin-bottom:1.6em;
	}

.section-color-blue {
  background-color: #e5f2f9;
  padding: 105px 0px 105px 0px;
  border-top:1px solid #b2d9ee;
  border-bottom:1px solid #b2d9ee;
  overflow:auto;
}
	.section-color-blue h2 {
		color: #0082c8;
		font-size: 36px;
		margin-bottom:1.6em;
	}

.section-color-green {
  background-color: #e5f3d2;
  padding: 65px 0px 65px 0px;
  border-top:1px solid #c6e59b;
  border-bottom:1px solid #c6e59b;
  overflow:auto;
}
	.section-color-green h2 {
		color: #7fc41c;
		font-size: 36px;
		margin-bottom:1.6em;
	}
	
	.section-color-green h3 {
		color: #7fc41c;
		font-size: 28px;
		margin: 2.8em 0 0 0;
	}

.section-color-grey {
  background-color: #e1e1e1;
  padding: 65px 0px 65px 0px;
}
	.section-color-grey h2 {
		color:#4e4b49;
		font-size: 36px;
		margin-bottom:1.6em;
	}

.bg1 {
	background: url(../images/section-customers.jpg) no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}

.pageheader {
	background-color: #f7f7f7;
	color:#4e4b49;
	text-align:center;
	padding-top: 1em;
	padding-bottom: 2em; 
}

.needquote h3 {
	font-size: 30px;
}

.bluebar-text h1, h2 {
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.promo-buttons h3 {
	font-size: 26px;
	font-weight: 300;
	float: left;
	margin: 0 0 0 10px;
	margin-top: 0.35em;
}
.promo {
	height: 60px;
	width: 60px;
	float:left;
}
.blue-line {
	border-right:1px solid #b2d9ee;
}

.small-line {
	font-size: 0.65em;
	font-weight:300;
}

.slide-copy p {
	font-size: 16px;
	line-height: 26px;
}

.post-entry h2 {
	font-size: 36px;
	margin-top:0px;
	font-weight: 300;
}

.post-entry h3 {
	font-weight: 300;
}


.post-entry ul li {
	line-height: 1.65em;
	font-weight: lighter;
	color: #4e4b49;
}

.csbox {
	background:#ffffff;
	padding: 1em;
	box-shadow: 4px 4px 0px 0px rgba(78, 70, 75, .1);
	font-size: 0.8em;	
	text-align: justify;
}
.csbox-heading {
	color: #4e4b49;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4e4b49;
}


.recommended {
	width: 250px;
	height:350px;
	border-radius:6px;
}

.blue-cta {
	border: 3px solid #2288c9;
	border-radius:4px;
	background-color: #e5f2f9;
	padding:1em;
	min-height: 110px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}
.blue-cta:hover {
	background-color: #c5def0;
}

.blue-cta h3 {
	margin-top: 0px;
}

.eventbox {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bg-info {
	padding: 1em;
	background-color: #d6d6d6;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	transition:all 0.5s ease-in;
}
.bg-info:hover {
	padding: 1em;
	background-color: #d9edf7;
	border: 1px solid #015294;
	border-radius: 4px;
	color:#4e4b49;
}

.contactframe {
	width: 100%;
	padding: 1em;
	border: none;
	display: block;
	height: 600px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 4px;
	margin-top: 20px;
	border: 1px solid #b6dcee;
}

.map {
	border: 1px solid #cccccc;
	border-radius:4px;
}

.casestudy-row {
	border-bottom: 1px solid #cccccc;
	padding-bottom:1em;
}
.casestudy-row:last {
	border-bottom: none;
}

/* Homepage Styles */

.customer-quote {
	margin-top:20px;
}

.customer-box {
	width:100%; height:286px;
	background:url('../images/vignette-customers.png') no-repeat;
}
	.customer-box>p {
		padding: 2em; padding-bottom: 0.3em; font-style: italic;margin-right: 4em;
	}
	.customer-box>cite {
		padding: 2em; font-weight:400;
	}
@media screen and (max-width: 490px) {
  .customer-quote {
	text-align: center;
	}	
  .customer-box {
    height: 22em;
	background: rgba(255,255,255,0.8);
	text-align: center;
  }
  .customer-box>p {
		margin-right: 0em;
	}
  .customer-box>cite {
		padding: 0em; font-weight:400;
	}
}

@media (min-width: 491px) and (max-width: 992px) {
	.customer-quote {
		text-align: center !important;
	}
	.customer-box>p {
		margin-right: 0em;
	}
	.customer-box {
    	height: 15em !important;
		background: rgba(255,255,255,0.8) !important;
		text-align: center !important;
  	}
	
}

/* VIDEO OVERLAY */
.videos {
	opacity: 0.8;
	transition: all 0.25s ease-in;
}
.videos:hover {
	opacity: 1;
}
.videos img {
  width:100%;
  height:auto;
}
a.video {
  position: relative;
}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/btn-play.png) no-repeat top center;
  background-position: 50% 50%;
  background-size: 300%;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 300%;
  }
}

.webinar-tmb {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

/* Live Person */



/* TESTIMONIALS */

.testimonials {
	padding-bottom:1.5em;
}
.testimonial-quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:180%;
}
.testimonial-quote:before{content: open-quote;}
.testimonial-quote:after{content: close-quote;}

.headshot img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 0px #dcdbdb;
	-moz-box-shadow: 5px 5px 0px 0px #dcdbdb;
	-ie-box-shadow: 5px 5px 0px 0px #dcdbdb;
}

/* PRICING AND API TABLE */

.moveup {
	margin-top: -12em;
}

.functable {
	font-size: 0.9em;
}
.funcrow {
	padding: 0.5em;
	color: #4e4b49;
}

.pricerow {
	padding: 1em;
	color: #4e4b49;
	text-align: center;
	font-size: 1.1em;
}
.green {
	color: #7fc41c;
	font-weight:bold;
}

.priceheader {
	text-align: center;
	background: #7fc41c;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	font-size: 1.5em;
	font-family: Oswald;
	font-weight: 300;
	text-transform: uppercase;
}

.pricetable {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 5px 5px 0px rgba(205, 205, 203, 0.5);
}

.apiheader {
	text-align: center;
	background: #7fc41c;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	font-size: 1.5em;
	font-family: Oswald;
	font-weight: 300;
	text-transform: uppercase;
}

.apitable {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 5px 5px 0px rgba(205, 205, 203, 0.3);
}

.apipricerow {
	padding: 1em;
	color: #4e4b49;
	text-align:center;
}

/* CP Footer Styles */
#cp-links ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	}

#cp-links ul {
	font-size: 13px;
	}
	
#cp-links ul li {
	list-style: none;
	line-height: 22px;
	}
	
#cp-links ul li a {
	color: #cccccc;
	font-weight: 300;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}

#cp-links ul li a:hover {
	color: #ffffff;
}

/* APEX Styles */

ul.footer-social {margin-bottom: 0px;}
ul.footer-social li {list-style: none; display: inline-block; position: relative; height: 32px; width: 32px; margin-left: 3px;}
ul.footer-social li a {height: 32px; background: url("/../images/ftr-icn-social.png") no-repeat; display: block;}

ul.footer-social li a.facebook {width: 32px; background-position: 0 0;}
ul.footer-social li a.facebook:hover {background-position: 0 -32px;}

ul.footer-social li a.twitter {width: 32px; background-position: -32px 0;}
ul.footer-social li a.twitter:hover {background-position: -32px -32px;}

ul.footer-social li a.linkedin {width: 32px; background-position: -64px 0;}
ul.footer-social li a.linkedin:hover {background-position: -64px -32px;}

ul.footer-social li a.google {width: 32px; background-position: -96px 0;}
ul.footer-social li a.google:hover {background-position: -96px -32px;}

ul.footer-social li a.youtube {width: 32px; background-position: -128px 0;}
ul.footer-social li a.youtube:hover {background-position: -128px -32px;}

ul.footer-social li a.pinterest {width: 32px; background-position: -160px 0;}
ul.footer-social li a.pinterest:hover {background-position: -160px -32px;}

.apexpartners > .row > .container > .col-md-6 > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-prev {
	left: 0px !important;
	margin-top: 0px !important;
}
.apexpartners > .row > .container > .col-md-6 > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next {
	right: 0px !important;
	margin-top: 0px !important;
}

.apexpartners > .row > .container > .col-md-6 > .bx-wrapper > .bx-viewport > ul.bxslider > li > img {
	margin: 0 auto;
}

.apexpartners > .row > .container > .col-md-6 > .bx-wrapper > .bx-viewport > ul.bxslider {
	padding-left: 0px;
}
.apexpartners > .pageheader {
	height:300px;
}

.partner-logo {
	
}

.features-title {
	border-bottom: 1px solid rgba(78, 75, 73, .3);
	padding-bottom: 1em;
}

.mix .caption {  
    background-color: rgba(78,75,73,0.9);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;
    width: 226px; 
	border-radius: 4px; 
}

.mix .fade-caption{  
    opacity: 0;  
    width: 96.4%;
	height: 93.7%;
	text-align: left;
	padding: 15px;
	top: 1px;
	margin-top: 15px;
} 

.mix:hover .fade-caption {  
    opacity: 1;  
}   

.gap{
	display: inline-block;
	width: 200px;
}

.mix h3 {
	margin: 0 0 6px 0;
	padding: 0 0 8px 0;
	font-size: 24px;
	color: #ffffff !important;
}

.mix h3.sm {
	margin: 0 0 6px 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	border-bottom: 1px solid #7f7d7c;
}

.mix .caption-text {
	font-size: 13px;
	line-height: 18px;
	color:#ffffff !important;
}

.apex-img {
	margin: 0 !important;
	padding: 15px;
}

.apexbox {
	position: relative;
}

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

@media (min-width: 970px) and (max-width: 1170px) {
	.mix .fade-caption{  
		opacity: 0;  
		width: 100%;
		height: 93.7%;
		text-align: left;
		padding: 15px;
		top: 1px;
		margin-top: 15px;
	} 
}

@media (min-width: 750px) and (max-width: 970px) {
	.mix .fade-caption{  
		opacity: 0;  
		width: 100%;
		height: 93.7%;
		text-align: left;
		padding: 15px;
		top: 1px;
		margin-top: 15px;
	} 
	.mix .caption-text {
		display: none;
	}
	.mix h3 {
		text-align: center;
	}
	.apex-img {
		height:221px;
	}
}
@media (min-width: 920px) and (max-width: 1199px) {
	.apex-img {
		height:221px;
	}
}
@media (max-width: 750px) {
	.mix .fade-caption{  
		opacity: 0;  
		width: 100%;
		height: 85.7%;
		text-align: left;
		padding: 15px;
		top: 1px;
		margin-top: 15px;
	} 
	.mix .caption-text {
		display: none;
	}
	.mix h3 {
		font-size: 15px;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.partner-logo {
		margin-top: -100px;
	}
}

@media (min-width: 1200px) {
	.apex-img {
		width: 258px;
		height:258px;
	}
}

/* ACE Styles */

.roundbox {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius:4px;
	padding: 10px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	min-height: 320px;
	margin-bottom: 1.2em;
	color: #333333;
	text-align: center;
}
.roundbox > h2 {
	margin-bottom:20px;
	margin-right: 0px;
}
.roundbox a {
	color: #333333;
	text-decoration: none !important;
}
.roundbox a:hover {
	text-decoration: none !important;
}
.roundbox:hover {
	border: 1px solid #fff;
	background-color: #eee;
	cursor: pointer;
}
.roundbox:hover > .center {
	color: #0082c8 !important;
	text-decoration: none;
}
.roundbox:hover > i {
	color: #0082c8 !important;
	text-decoration: none;
}
.roundbox:hover > p {
	text-decoration: none !important;
}
.roundbox p {
	line-height: 150%;
	font-size: 1em;
	color: #4e4b49;
}
.roundbox img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#filter-nav {
	background: #f7f7f7;
	padding: 0.75em;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 1em;
	transition: none;
}

#filter-nav {
	background: #f7f7f7;
	padding: 0.75em;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 1em;
	transition:none;
}
#filter-nav a {
	cursor: pointer;
	transition:none;
}

#filter-nav li {
	font-size: 0.75em;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	font-weight: 400;
	transition:none;
}
#filter-nav>li>a:hover {
	color: #333;
}
.current {
	color: #fff;
	background-color: #0082c8;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}
.hideme {
	display: none !important;
}
.factoid-source {
	font-size: 11px;
	color: rgb(153, 153, 153);
}

.smalltext {
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}

.curriculum-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.curriculum {
}

.ebook-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.ebook {
}

.whitepaper-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.whitepaper {
}

.datasheet-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.datasheet {
}

.infographic-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.infographic {
}

.video-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.video {
	height: 250px;
}
.video > img {
	border: 1px solid rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}
.videoPlayButton {
	display: block !important;
	position: absolute;
	top: 20px;
	left: 73px;
	width: 72px;
	height: 72px;
	background: url(https://ace.act-on.com/../images/btn-video-play.png) 0px 0px no-repeat scroll transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.25s ease-out 0ms;
	transition: opacity 0.25s ease-out 0ms;
}
.videoPlayButton:hover {
	background-position: 0px -72px;
	opacity: 1;
}


.webinar-wrapper {
	padding: 0.75em;
	transition: all ease 0.3s;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
}
.webinar {
	min-height: 120px;
}
.webinar h4 {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
}
.casestudy-wrapper {
	border-bottom: 1px solid #e7e7e7;
	padding: 0.75em;
	transition: all ease 0.3s;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
}
.casestudy {
	margin-bottom:1em;
}

.casestudy h3 {
	margin-top:0px;
}


/* CSS Buttons */

.btn-lg {
	font-size: 14px;
}

.btn-green {
	font-weight: bold;
	background-color: #7fc41c;
	background-image: -ms-linear-gradient(top, #8cca1f 0%, #7ec41c 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cca1f), color-stop(1, #7ec41c) );
	background:-moz-linear-gradient( center top, #8cca1f 5%, #7ec41c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cca1f', endColorstr='#7ec41c');
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ie-border-radius: 4px;
	padding: 18px 30px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(152, 208, 34, 1.0);
	text-shadow: 2px 2px 2px rgba(110, 181, 18, 1.0);
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}
.btn-green:hover {
	background-color: #8cca1f;
	background-image: -ms-linear-gradient(top, #98cf22 0%, #8cca1f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #98cf22), color-stop(1, #8cca1f) );
	background:-moz-linear-gradient( center top, #98cf22 5%, #8cca1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98cf22', endColorstr='#8cca1f');
	text-shadow: 2px 2px 2px rgba(110, 181, 18, 0.8);

}
/*.btn-green:active {
	position:relative;
	top:0px;
}*/

.btn-orange {
	font-weight: bold;
	background-color: #ff6600;
	background-image: -ms-linear-gradient(top, #ff7000 0%, #ff6600 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7000), color-stop(1, #ff6600) );
	background:-moz-linear-gradient( center top, #ff7000 5%, #ff6600 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7000', endColorstr='#ff6600');
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ie-border-radius: 4px;
	padding: 18px 30px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 134, 0, 1.0);
	text-shadow: 2px 2px 2px rgba(255, 84, 0, 1.0);
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}
.btn-orange:hover {
	background-color: #ff7a00;
	background-image: -ms-linear-gradient(top, #ff7b00 0%, #ff7000 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7b00), color-stop(1, #ff7000) );
	background:-moz-linear-gradient( center top, #ff7b00 5%, #ff7000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b00', endColorstr='#ff7000');
	text-shadow: 2px 2px 2px rgba(255, 102, 0, 0.8);
}

.btn-getstarted {
	padding: 12px 30px;
	font-weight: bold;
	background-color: #ff6600;
	background-image: -ms-linear-gradient(top, #ff7000 0%, #ff6600 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7000), color-stop(1, #ff6600) );
	background:-moz-linear-gradient( center top, #ff7000 5%, #ff6600 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7000', endColorstr='#ff6600');
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ie-border-radius: 4px;
	padding: 18px 30px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 134, 0, 1.0);
	text-shadow: 2px 2px 2px rgba(255, 84, 0, 1.0);
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}
.btn-getstarted:hover {
	background-color: #ff7a00;
	background-image: -ms-linear-gradient(top, #ff7b00 0%, #ff7000 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7b00), color-stop(1, #ff7000) );
	background:-moz-linear-gradient( center top, #ff7b00 5%, #ff7000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b00', endColorstr='#ff7000');
	text-shadow: 2px 2px 2px rgba(255, 102, 0, 0.8);
}

a.btntext{color: #fff; text-decoration: none;}
a.btntext:hover{color: #fff; text-decoration: none;}
a.btntext:visited {color: #fff; text-decoration: none;}
a.btntext:visited:hover {color: #fff; text-decoration: none;}

/* Home Top Slider Customization */

.homeslider {
	 position: relative; 
	 overflow: hidden;
}
	.homeslider li { list-style: none; }
    .homeslider ul li { float: left; }

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Learn Pages */ 

.learnfilter ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.learnfilter ul li {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.learnfilter ul li:hover {
  background: #555;
  color: #fff;
}
.learnfilter ul li ul {
  padding: 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.learnfilter ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#filters {
	padding-left: 0px;
}
#filters li {
  transition: all 0.25s ease-in;
  padding: 0.75em;
  font-size: 12px;
  color: #4e4b49; 
  background: #ffffff;
}

#filters li:hover {
	cursor:pointer;
	background-color: #0082c8;
	color:#ffffff;
}

#filters li.active {
	background: #e5f2f9;
	color: #333333;
}

#mixcontainer .mix {
	display: none; 
}

.mixcontainer .square {
	width: 23.5%;
	vertical-align: top;
	padding-top:1em;
}

.casestudy-row > .mix h3 {
	border-bottom: none;
	text-shadow: 0;
}

/* Footer Styles */

div.special > div[class*="col-"] {
   padding: 0; 
}

.footer {
	background-color: #4e4b49;
	/* border-top:3px solid #7fc41c; */
	border-top:3px solid #FDC120;
}
	.footer p {
		font-size: 0.8em;
		color: #cccccc;
	}

footer.content-info {
	color: #cccccc;
	background: #4e4b49;
	padding: 18px 10px 18px;
}
footer > a {
	color: #cccccc;
	text-decoration:none;
}
footer > a:hover {
	color: #ffffff;
	text-decoration: none;
}
footer p {
	font-size: 0.8em;
	color: #cccccc;
}
footer h3 {
	color: #cccccc;
}

footer h5 {
	color: #cccccc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

footer h5:hover {
	color: #ffffff;
}

.bigfooter a {
	color: #cccccc;
	font-weight: 300;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bigfooter a:hover {
	color: #ffffff;
}

.footer-list > li {
	font-size: 0.8em;
	line-height: 22px;
}

.subsites {
	color: #cccccc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subsites:hover {
	color: #ffffff;
	text-decoration:none;
}

ul#socialmedia {
	clear: both;
	float: right;
	list-style-type: none;
	-webkit-padding-start: 0px;
}
ul#socialmedia li {
	list-style: none;
	display: inline-block;
	position: relative;
	height: 32px;
	width: 32px;
	margin-left: 3px;
}
ul#socialmedia li a {
	height: 32px;
	background: url(../images/icn-footer-social.png) no-repeat;
	display: block;
	transition: initial;
}
ul#socialmedia li a.facebook {
	width: 32px;
	background-position: 0 0;
}
ul#socialmedia li a.facebook:hover {
	background-position: 0 -32px;
}
ul#socialmedia li a.twitter {
	width: 32px;
	background-position: -32px 0;
}
ul#socialmedia li a.twitter:hover {
	background-position: -32px -32px;
}
ul#socialmedia li a.linkedin {
	width: 32px;
	background-position: -64px 0;
}
ul#socialmedia li a.linkedin:hover {
	background-position: -64px -32px;
}
ul#socialmedia li a.google {
	width: 32px;
	background-position: -96px 0;
}
ul#socialmedia li a.google:hover {
	background-position: -96px -32px;
}
ul#socialmedia li a.youtube {
	width: 32px;
	background-position: -128px 0;
}
ul#socialmedia li a.youtube:hover {
	background-position: -128px -32px;
}
ul#socialmedia li a.pinterest {
	width: 32px;
	background-position: -160px 0;
}
ul#socialmedia li a.pinterest:hover {
	background-position: -160px -32px;
}
.footer-border {
	margin-top: 25px;
	border-top: 1px solid #b7b6b5;
	padding: 15px 0 0 0;
	margin-left: 15px;
margin-right: 15px;
}
.footer-text {
	font-size: 11px;
	color: #cccccc;
	padding-left: 0px !important;
}
.terms-text {
	font-size: 11px;
	padding-left: 0px !important;
	margin-top: 15px;
}
.terms-text a {
	font-weight: bold;
	color: #cccccc;
}
.contactbox > h2 {
	color: #cccccc;
	font-size: 1.3em;
}

.littlefooter h1 {
	color: #cccccc;
}

#container-chat-footer {position:fixed; width:270px; height:32px; bottom:0px; right: 15px; display: block;}
.chatBox{width: 270px; height:150px; position:relative; background-color: #4e4b49; top: 0px; bottom: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px;} 
.lpPoweredBy { display:none;}
.lpEmtStarRating { display:none;}

.beacon-cover {background-color: #4e4b49;}


/* 5 column styles */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* TAB STYLES */

.nav-tabs {
	border-bottom: none;
}
.nav-tabs>li.active>a  {
	color: #ffffff !important;
	background-color: #7fc41c !important;
	border: 3px solid #7fc41c !important;
	cursor: default !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.nav-tabs>li>a {
	margin-right: 10px;
	border-radius: 4px !important;
}
.nav-tabs>li>a {
	margin-right: 2px;
	border: 3px solid #4e4b49;
	border-radius: 4px;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	color:#4e4b49;
}
.nav-tabs>li>a:hover {
	border-color: #7fc41c;
	color: #7fc41c;
}

/* CONTACT FORM */

.formField {
	padding-top: 3px;
	padding-bottom: 3px;
}
.formFieldLabel {
	padding-bottom: 2px;
}
.formFieldLabelGood {
	padding-bottom: 2px;
	background: url(http://cdn-mktg.actonsoftware.com/acton/image/12x12yes.gif) center right no-repeat;
}
.formFieldLabelBad {
	padding-bottom: 2px;
	background: url(http://cdn-mktg.actonsoftware.com/acton/image/12x12no.gif) center right no-repeat;
}
.formFieldText {
	height: 19px;
	border-style: none;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
}
.formFieldTextError {
	height: 19px;
	border-style: none;
	border-left: #CC0000 solid 1px;
	border-top: #CC0000 solid 1px;
	border-right: #CC0000 solid 1px;
	border-bottom: #CC0000 solid 1px;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFCC;
}
.formFieldFile {
	height: 19px;
	border-style: none;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
}
.formFieldFileError {
	height: 19px;
	border-style: none;
	border-left: #CC0000 solid 1px;
	border-top: #CC0000 solid 1px;
	border-right: #CC0000 solid 1px;
	border-bottom: #CC0000 solid 1px;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFCC;
}
/* 	Form Field Sizes */
		
.formFieldSmall {
	width: 100px;
	height: 23px;
}
.formFieldMedium {
	width: 200px;
	height: 23px;
}
.formFieldMediumLeft {
	width: 200px;
	height: 23px;
}
.formFieldMediumRight {
	width: 205px;
	height: 23px;
}
.formFieldLarge {
	width: 410px;
	height: 23px;
}
/*	Form Field Sizes For Multi-Column Layouts */

.formField1Column {
	width: 410px;
	height: 23px;
}
.formField2Column {
	width: 200px;
	height: 23px;
}
.formField3Column {
	width: 133px;
	height: 23px;
}
.formField4Column {
	width: 100px;
	height: 23px;
}
/* 	Width of input field blocks */

.formInputBlock {
	width: 410px;
	overflow: hidden;
}
/*	Section Field */
		
.formSectionHeading {
	font-weight: bold;
	color: #FF3300;
	padding-top: 10px;
	padding-bottom: 10px;
}
.formSectionDescription {
	/*
		width:			400px;
		*/
	padding-bottom: 10px;
	text-align: left;
}
/*	Paragraph Field */
		
.formTextArea {
	border-style: none;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
}
.formTextAreaSmall {
	width: 400px;
	height: 57px;
}
.formTextAreaMedium {
	width: 400px;
	height: 92px;
}
.formTextAreaLarge {
	width: 410px;
	height: 190px;
}
.formTextAreaWidthSmall {
	width: 133px;
}
.formTextAreaWidthMedium {
	width: 205px;
}
.formTextAreaWidthLarge {
	width: 410px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.contact-header {
	padding: 1em;
	background-color: #ededed;
	padding-top: 0px;
}

.contact-title {
	margin-bottom: 20px;
}

.contact-row {
	padding-bottom: 1em;
}

#form_096a_fld_6 {
	height: 34px;
}

#form_096a_fld_5 {
	height: 34px;
}
.contact-submit {
	margin-top:20px;
	padding: 0.5em 2.5em;
}

.zero-marginbottom {
	margin-bottom: 0px;
}
.zero-margintop {
	margin-top: 0px;
}

.twofive-marginbottom {
	margin-bottom: 0.25em;
}
.five-marginbottom {
	margin-bottom: 0.5em;
}


/** SmartForms Styles **/

/* example css for company select list display frame class */
.divDisplayFrame {
	visibility: hidden;
	border-color: #C9FFFF;
	border-width: 1px !important;
	border-style: outset !important;
	width: 400px;
	position: absolute !important;
	z-index: 100;
	background-color: #ffffff !important;
	text-align: left;
	font-size: 16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 7px 3px #888888;
	-webkit-box-shadow: 5px 5px 7px 3px #888888;
	box-shadow: 5px 5px 7px 3px #888888;
}
/* example css for company select list table class within displayFrame */
.tabCompList {
	border: 0;
	margin-bottom: 10px;
	width: 398px !important;
}
.tabCompList caption {
	line-height: 95%;
	padding: 0;
}
.tabCompList h3 {
	padding: 5px 0 3px 0;
	font-weight: bold;
	color: #15317E;
	border-width: 0;
}
.tabCompList td {
	line-height: 115%;
	font-size: 14px;
	border-width: 0;
}
/* company rows/columns */
.tabCompTR {
}
.tabCompTD {
	padding-left: 2px;
}
/* None of the Above row/column */
.tabCompNATR {
}
.tabCompNATD {
	padding-left: 2px;
}
/* example css for company select list div row class within displayFrame */
/* company name/details */
.divCompList {
	padding: 10px;
}
.divCompName {
	color: #15317E;
}
.divCompDetails {
	color: #606060;
}
/* None of the Above name/details */
.divCompNAList {
}
.divCompNAName {
	color: #15317E;
	font-weight: bold;
	font-size: 12px;
}
.divCompNADetails {
}
/* example css for loading animation div */
.divLoadingFrame {
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
	.leadin {
		font-size: 1.625em;
		line-height: 1.6em;
		max-width: 31em;
		margin: 2em auto 1em;
		font-weight: 300;
		color: #4f4f4f;
		text-align: center;
	}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Responsive Styles */
@media (max-width: 420px) {
	.section-promos {
		display:none;
	}
}
@media (max-width: 767px) {
	.carousel {
		height: 70%;
	 /* increases the carousel height so it looks good on phones */
	}
	.bigfooter {
	display: none !important;
	}
	.littlefooter h1 {
		font-size: 1em;
	}
	.littlefooter p {
		font-size: 0.7em;
	}
	.littlefooter a {
		color: #cccccc;
		font-weight: bold;
		text-decoration: underline;
	}
	.littlefooter a:hover {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	ul#socialmedia {
		list-style-type: none;
		-webkit-padding-start: 0px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.loginlink {
		display:none;
	}
	.nonmobile {
		display:none;
	}
	.page-head {
		font-size:2.35em;
	}
	.leadin {
		font-size: 1.2em;
		line-height: 1.6em;
		max-width: 31em;
		margin: 2em auto 1em;
		font-weight: 300;
		color: #4f4f4f;
		text-align: center;
	}
	.pricerow {
		padding: 0.5em;
		color: #4e4b49;
		text-align: center;
		font-size: 1.0em;
	}
	.apitable {
		background: #ffffff;
		border-radius: 4px;
		box-shadow: none;
	}
	.apiheader {
		text-align: center;
		background: #7fc41c;
		color: #fff;
		font-size: 0.95em;
	}
}

@media screen and (min-width: 768px) {
.littlefooter {
	display: none !important;
}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	.nav-tabs {
	border-bottom: none;
	}
	.nav-tabs>li.active>a  {
		color: #0082c8 !important;
		background-color: #ededed !important;
		border: 3px solid #ededed !important;
		cursor: default !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
	}
	.nav-tabs>li>a {
		margin-right: 10px;
		border-radius: 4px !important;
	}
	.nav-tabs>li>a {
		margin-right: 2px;
		border: 3px solid #ededed;
		border-radius: 4px;
		background-color: transparent;
		font-weight: bold;
		text-transform: uppercase;
		color:#b4b4b4;
	}
}

@media (max-width: 992px) {
	.blue-line {
		border-right: none;
		padding-bottom:1em;
	}
	.promo {
		display:none;
	}
	.section-promos h3 {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.bx-wrapper .bx-pager {
		display:none;
	}
}
.social-media i {
	z-index: 2200;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center !important;
	font-size: 18px;
	background: #ddd;
	color: #333;
	border-radius: 2px;
}
.social-media .facebook {
background: #43609c;
color: #fff;
}
.social-media .google {
background: #dd4b39;
color: #fff;
}
.social-media .twitter {
background: #62addb;
color: #fff;
}
.social-media .linkedin {
background: #217DBB;
color: #fff;
}
.li-orange { background:url(../images/check_orange.gif) no-repeat left; padding-left:20px; }
.li-circle {
list-style-type: circle;
margin-left: 15px;
}
.fa_padding{padding-top:5px;}