/*
 Theme Name:   Act-On Theme
 Description:  Custom theme for act-on.com built on Bootstrap 3 framework. JS design.
 Author:       Josh Cherian
 Company:	   Act-On Software
 Author URI:   http://act-on.com
 Template:     strappress
 Version:      2.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  act-on
*/


/* Global Styles */

html {
	overflow-x: hidden;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  word-wrap: normal;
}

.page {
}

:focus {
    outline: 0 !important;
}

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

.white {
	color: #ffffff !important;
}

.caps {
	text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #231F20;
}

h1 {
	font-size: 62px;
	font-weight:bold;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

p {
	line-height: 1.72857143;
	color: #58595B;
	margin: 0 0 20.5px;
}

a:link, a:visited {
	color: #0082c8;
}

ol {
	line-height: 1.7;
}

li {
	color: #58595B;
}

#wrapper {
	margin-bottom: 0px;
}

.learnmore {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.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 {
	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;
}

.wpb_single_image .vc_figure-caption {
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

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

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

.shadow {
	-moz-box-shadow: 5px 5px 8px rgba(68,68,68,0.2);
	-webkit-box-shadow: 5px 5px 8px rgba(68,68,68,0.2);
	box-shadow: 5px 5px 8px rgba(68,68,68,0.2);
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.shadow:hover {
	-moz-box-shadow: 5px 5px 6px rgba(68,68,68,0.3);
	-webkit-box-shadow: 5px 5px 6px rgba(68,68,68,0.3);
	box-shadow: 5px 5px 6px rgba(68,68,68,0.3);
}

.shadowhover {
	border-radius: 10px;
    padding: 1em;
    border: 1px solid #f7f7f7;
}

.document {
	background: #323232;
	border-radius: 8px;
	padding: 0.5em;
	height: 140px;
}
	.document h3 {
	  font-size: 21px;
	  font-weight:700;
	}
	.document p {
		font-size: 12px;
		text-transform:uppercase;
		color: #DCDCD8;
	}
.green {
	color: #00DF00;
}
.red {
	color: #EF4136;
}
.blue {
	color: #00B1D0;
}
.yellow {
	color: #C1D806;
}

img {
	max-width: none;
}

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

.sand {
	background-color: rgb(240,240,236);
}

.gallery-images {
	display: block;
	margin-bottom: 1em;
}

.resource-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

.loader {
	text-align:center;
	z-index: 9999;
}

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


/* Composer Styles */

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px !important; 
	padding-right: 0px !important;
	box-sizing: border-box;
}

.home-slider-text {
	font-size: 22px;
	line-height:1.72;
}

/* Language Dropdown */

.lang-title {
	text-align: right;
	font-weight:bold;
	padding-top: 0.75em;
  	font-size: 0.8em;
}
.wrapper-lang {
    margin: 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-lang:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-lang {
    position: relative;
    width: 50px;
    padding: 5px 7px;
	text-align: right;
    background: #ffffff;
	border: 2px solid #dbdcd7;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-lang:hover {
	background: #f0f1ec;
}

.wrapper-dropdown-lang .dropdown-lang {
    position: absolute;
    top: 100%;
    right: -2px;
    background: #f0f1ec;
    border-radius: 5px 0px 5px 5px;
    border: 2px solid #dbdcd7;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
	-webkit-padding-start: 0px;
  	z-index: 99;
}

.wrapper-dropdown-lang .dropdown-lang li {
    padding: 0 10px 0 0px;
	width: 150px;
}

.wrapper-dropdown-lang .dropdown-lang li a {
      display: block;
	  text-decoration: none;
	  color: #333;
	  padding: 0px 0;
	  transition: all 0.3s ease-out;
	  text-align: left;
	  margin-right: 38px;
	  padding-left: 10px;
	  font-weight: bold;
	  font-size: 0.85em;
}

.wrapper-dropdown-lang .dropdown-lang li:first-of-type a {
    border-top: 2px solid #dbdcd7;
}
.wrapper-dropdown-lang .dropdown-lang li:last-of-type a {
    border: none;
}

.wrapper-dropdown-lang .dropdown-lang li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}


.wrapper-dropdown-lang .dropdown-lang li:hover a {
    color: #57a9d9;
}


.wrapper-dropdown-lang.active {
    border-radius: 5px 5px 0 0;
    background: #f0f1ec;
    box-shadow: none;
    border-bottom: none;
    color: #61c1e9;
}

.wrapper-dropdown-lang.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-lang.active .dropdown-lang {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/* Header */

.blackbar {
	background-color: #323232;
	height: 38px;
	color: rgb(147,149,152);
	z-index: 500;
}
#topright {
	float: right;
	color: #ffffff;
}
#topright ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	margin: 10px 20px 0 0;
	font-size: 15px;
}
#topright #mobiletel {
	float: left;
	margin: 13px 20px 0 0;
	line-height: 12px;
}
#topright #mobiletel a {
	text-decoration: none;
	font-size: 13px;
}
#topright #mobiletel a:hover {
	text-decoration: underline !important;
}
#topright #mobiletel a.tel {
	color: #7bc02c;
	cursor: text;
	text-decoration: none;
}
#topright #mobiletel a.tel:hover {
	text-decoration: underline !important;
}

#topright #tel {
	float: left;
	margin: 13px 10px 0 0;
	line-height: 12px;
}
#topright #tel a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 15px;
	font-weight:500;
}
#topright #tel a:hover {
}
#topright #tel a.tel {
	/*color: #7bc02c !important;
	cursor: text;
	text-decoration: none;*/
}
#topright #tel a.tel:hover {
}
#topright #bloglink {
	float: left;
	margin: 13px 10px 0 0;
	line-height: 12px;
	font-weight:500;
}
#topright #bloglink a {
	padding: 0px 0 0 10px !important;
	background: url(images/blackbar-divider.png) left top no-repeat;
	margin: 10px 0 0 0 !important;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}
#topright #bloglink a:hover {
}
#topright #customerlogin {
	float: right;
}
#customerLoginSection {
	width: 150px;
}
.copy {
}

#site-logo {
	z-index: 9999 !important;
}
.nonmobile {}
.loginlink {
	padding: 0px 0 0 10px !important;
	background: url(images/blackbar-divider.png) left top no-repeat;
	margin: 10px 10px 10px 0 !important;
	color: rgb(0,130,198) !important;
	font-weight:500;
	line-height: 18px;
}
.loginlink a {
	color: rgb(0,130,198);
}
.loginlink a:hover {
	text-decoration: none;
}
.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 {
}

.search-input {
	border-radius: 8px;
	font-weight:400;
}

.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 */

@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: 'Raleway', sans-serif;
	text-transform:uppercase;
	float:right;
}

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

.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: rgb(30,30,30);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin: 1em;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent !important;
}

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

.mobile-navbar {
	border-radius: 0px;
}

/*  Off Canvas */

.mobile-menu {
  background-color: rgb(240,240,236);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
}

#menu-mobile-menu {
	list-style: none;
	padding-left: 1em;
}

#menu-mobile-menu li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-right: 1em;
}
#menu-mobile-menu li:last-child {
	padding-bottom: 0px;
}

#menu-mobile-menu li:first-child {
	padding-top: 1em;
}


#menu-mobile-menu a {
	font-weight: 400;
	font-size: 16px;
	color: #1e1e1e;
}

#menu-mobile-menu a:hover {
	color: #787878;
	text-decoration: none;
	background-color:transparent;
}

#menu-item-7946 a {
	color: #0082c6;
}

.dropdown-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	list-style: none;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none !important;
	overflow-y: visible !important;
}

.dropdown-menu>li {
	margin-right: 0px;
}

.dropdown-menu>li>a {
	font-size: 14px !important;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	padding-right: 0px;
}

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

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: none;
}

/* Language Selector */

.dropdown-language {
	background-color: #f0f0ec;
	padding: 0.15em;
  	padding-bottom: 0.75em;
}

.dropdown-language li a {
	background: none !important;
	color: #333333 !important;
	font-size: 0.8em !important;
	font-weight: 500;
}
.dropdown-language li a:hover {
	background: none !important;
	color: rgb(0,130,198) !important;
	font-size: 0.8em !important;
	font-weight: bold;
}


.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-colored {
  padding: 65px 0px 65px 0px;
}
	.section h2 {
		color: #4e4b49;
	}

.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 {
	padding-top: 3em;
	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;
}

.post-entry h3 {
}


.post-entry ul li {
	line-height: 1.65em;
	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;
}

.learn-section {
	padding-bottom: 2em !important;
	padding-top: 2em !important;
	border-top: 1px solid #939598;
}

.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;
	margin-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;
}
.case-logo {
	max-width: 300px;
	text-align: center;
}

/* 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 */

.gallery-text {
	font-size: 12px;
}

/* 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 */

#1419273162-1-21 {
	margin-bottom: 1em;
}

#tab-1419273162-1-217d21-d367,#tab-1421785316940-3-97d21-d367,#tab-1419274415829-2-57d21-d367,#tab-1421785316940-3-9,#tab-1421785316940-3-90dd1-5688,#tab-1419274415829-2-50dd1-5688,#tab-1419273162-1-210dd1-5688,#tab-1419274415829-2-5e888-1de3,#tab-1421785316940-3-9e888-1de3,#tab-1419273162-1-21e888-1de3,#tab-1430168468719-3-5 {
	background-color: #dfefed;
}

.currency {
	margin-bottom: 1em;
}

.currency-select {
	border-bottom: none;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em;
	color: #333;
	font-weight: 600;
}

.ui-tabs-nav {
	margin-bottom: 1em !important;
}

.ui-tabs-anchor {
	color: #333 !important;
	font-weight: 600;
	font-size: 30px;
	padding: 0.5em 0.5em !important;
}

.ui-state-default {
	background-color: #f0f0ec !important;
}

.ui-state-active {
	background-color: #dfefed !important;
}

.wpb_content_element .wpb_tabs_nav {
	margin: 0;
	padding-left: 0 !important;
	text-indent: inherit !important;
	margin-bottom: 1em !important;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background-color: #f7f7f7;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid black;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.moveup {
	margin-top: -12em;
}

.functable {
	font-size: 0.9em;
}
.functable td {
	border: none;
}
.funcrow {
	padding: 0.5em;
}

.pricerow {
	padding: 1em;
	text-align: left;
	font-size: 0.95em;
	font-weight: 400;
	border-bottom: 1px solid #c9e2e7;
}
@media (max-width: 991px) {
	.pricerow {
		font-size: 0.8em;
}
}
.pricerow:last-child {
	border-bottom: none;
}
.green {
	color: #7fc41c;
	font-weight:bold;
}

.pricingheader {
	font-size: 18px;
	font-weight: 500;
}

.pricingtable {
	background: none;
}

.apiheader {
	color: #08b3cf;
	font-size: 0.9em;
	font-weight: 500;
}

.apitable {
	background: #e8e8e6;
}

.apipricerow {
	padding: 1em;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #696967;
	border-bottom: 1px solid #babab8;
}
.apipricerow:last-child {
	border-bottom: none;
}

/* 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 > 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;
}

#logo {
	margin-top: 12px;
	margin-left: 0px;
}


/* CSS Buttons */

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

.btn {
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143 !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-learn {
	background: #323232 url(images/arrow.png) no-repeat 75px 0px;
	color: #c1d806 !important;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	line-height: 110%;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0.5em;
	padding-right: 50px;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-learn:hover {
	background: #323232 url(images/arrow.png) no-repeat 80px 0px;
	color: #ffffff;
}

.btn-getstarted {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 95% 50%;
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	font-size: 27px;
	padding: 0.5em;
	padding-right: 1.5em;
	width:240px;
	height:65px;
	display: table-cell;
	vertical-align: middle;
	line-height: 90%;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-getstarted:hover {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 98% 50%;
	color: #ffffff;
	text-decoration:none;
}

.btn-tour {
	background: #323232 url(images/icon-button-arrow-tourblue.png) no-repeat 88% 0.5em;
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	line-height: 110%;
	font-size: 37px !important;
	padding: 0.5em !important;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	width: 297px;
	text-align: left;
	height: 92px;
	vertical-align: middle;
	padding-top: 27px;
}
.btn-tour:hover {
	color: #ffffff;
	background: #323232 url(images/icon-button-arrow-tourblue.png) no-repeat 92% 0.5em;
}

a.btn-feature {
	width: 190px;
	height: 56px;
	background: #fafafa;
	color: #474745;
	border-radius: 4px;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	padding: 0.5em;
	display: table-cell;
	vertical-align: middle;
	line-height: 120%;
	border: 2px solid #dbdcd9;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.btn-feature:hover {
	text-decoration:none;
	background: #ffffff;
	border: 2px solid #60c2e8;
	color: #60c2e8;
}

.btn-arrowblue {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 95% 50%;
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	font-size: 22px;
	padding: 0.75em;
	padding-right: 2.5em;
	display: table-cell;
	vertical-align: middle;
	line-height: 90%;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-arrowblue:hover {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 98% 50%;
	color: #ffffff;
	text-decoration:none;
}

.btn-arrowgreen {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 95% 50%;
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	font-size: 22px;
	padding: 0.75em;
	padding-right: 2.5em;
	display: table-cell;
	vertical-align: middle;
	line-height: 90%;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-arrowgreen:hover {
	background: #323232 url(images/icon-button-arrow-green.png) no-repeat 98% 50%;
	color: #ffffff;
	text-decoration:none;
}

a.btn-homefeature {
	width: 320px;
	color: #474745;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	font-size: 25px;
	padding: 0.8em;
	display: table-cell;
	vertical-align: middle;
	line-height: 80%;
	text-transform: uppercase;
	border: 2px solid #dbdcd9;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.btn-homefeature:hover {
	text-decoration:none;
	border: 2px solid #60c2e8;
	color: #60c2e8;
}
@media (max-width: 1199px) {
	a.btn-homefeature {
		font-size: 18px;
		padding: 0.8em;
	}
	a.btn-homefeature:hover {
		text-decoration:none;
		border: 2px solid #60c2e8;
		color: #60c2e8;
	}
	.button1:before {
		content: "\f16a";
		font-family: FontAwesome;
		position: absolute;
		z-index: 1;
		left: 72%;
		bottom: -10px;
		font-size: 320%;
		color: #dbdcd9;
	}
	.button2:before {
		content: "\f085";
		font-family: FontAwesome;
		position: absolute;
		z-index: 0;
		left: 75%;
		top: -3px;
		font-size: 270%;
		color: #dbdcd9;
	}
	.button3:before {
		content: "\f046";
		font-family: FontAwesome;
		position: absolute;
		z-index: 0;
		left: 78%;
		top: 0;
		font-size: 280%;
		color: #dbdcd9;
	}
}
@media (max-width: 991px) {
	a.btn-homefeature {
		font-size: 17px;
		padding: 1em;
	}
	a.btn-homefeature:hover {
		text-decoration:none;
		border: 2px solid #60c2e8;
		color: #60c2e8;
	}

}
@media (max-width: 768px) {
	a.btn-homefeature {
		font-size: 17px;
		padding: 1em;
	}
	a.btn-homefeature:hover {
		text-decoration:none;
		border: 2px solid #60c2e8;
		color: #60c2e8;
	}
	.mobilespace-top {
		margin-top: 1em;
	}
}

a.navfirst {
	padding-left: 0px;
}

a.contactus {
    background: #58c3e5 !important;
    font-size: 13px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 5px !important;
    outline: none !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    margin-bottom: 7px !important;
    margin-left: 10px !important;
    border: 1px solid #58c3e5 !important;
    transition: all 100ms ease-out;
}
a.contactus:hover {
    background: #0A0B0C !important;
    border: 1px solid #ffffff !important;
}

.btn-green {
	background-color: #7fc41c;
	display: inline !important;
	padding: 8px !important;
	color: #ffffff !important;
	font-weight: 400;
	border-radius: 4px;
}

.btn-green:hover {
	text-decoration: none;
}

.btn-default {
	color: #333;
	background-color: #e6e6e4;
	border-color: #ccc;
}

/* 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;
}

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

.learn-img {
	width: 225px !important;
	margin: 0 auto;
}
#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: 1em;
}

@media (max-width: 991px) {
	.mixcontainer .square {
		width: 32.5%;
}
}
@media (max-width: 768px) {
	.mixcontainer .square {
		width: 48.5%;
}
}
@media (max-width: 485px) {
	.mixcontainer .square {
		width: 65%;
}
}


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

.learn-img {
	width: 225px !important;
	margin: 0 auto;
}

/* Footer Styles */

#footer {
	background-color: #252525;
	padding: 2.0em 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.10em;
	color: #fff;
}

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

footer.content-info {
	background: #323232;
	color: #ffffff;
	padding: 0px;
}

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

.bigfooter p {
	font-size: 14px;
	color: rgb(140,140,140);
	margin-bottom: 0px;
}

.bigfooter p strong{
	color: rgb(255,255,255);
}

.littlefooter {
	padding-top: 1.5em;
}

.footer-list {
	font-size: 20px;
	font-weight: 400;
}

.footer-text p {
	font-size: 12px;
}

.terms-text {
	padding-top: 0;
}
.terms-text p {
	font-size: 12px;
}

.terms-text p a:link {
	font-size: 12px;
	color: #BCBEC0;
}

.terms-text p a:visited {
	font-size: 12px;
	color: #BCBEC0;
}


ul#socialmedia {
	clear: both;
	list-style-type: none;
	-webkit-padding-start: 0px;
}
ul#socialmedia li {
	list-style: none;
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	margin-left: 0px;
	margin-right: 3px;
}
ul#socialmedia li a {
	height: 32px;
	/*background: url(images/icn-footer-social.png) no-repeat;*/
	display: block;
	transition: initial;
}
ul#socialmedia li a i {
    color: #7d7d7d;
    width: 40px;
    height: 40px;
    font-size: 35px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 200ms ease-in-out;
}

ul#socialmedia li a.facebook i:hover {
	color: #3B5998;
}

ul#socialmedia li a.twitter i:hover {
	color: #55ACEE;
}
ul#socialmedia li a.linkedin i:hover {
	color: #007BB6;
}

ul#socialmedia li a.google i:hover {
	color: #DD4B39;
}

ul#socialmedia li a.youtube i:hover {
	color: #ffffff;
}

ul#socialmedia li a.pinterest i:hover {
	color: #CB2027;
}
ul#socialmedia li a.instagram i:hover {
	color: #ffffff;
}


.footer-cta {
	border-bottom: 1px solid #666;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.footer-cta h3 {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-cta p {
	color: #ffffff;
	margin-top: 0px;
}

.btn-footercta {
	background: #505050 url(images/icon-button-arrow-green.png) no-repeat 95% 50%;
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	font-size: 22px;
	padding: 0.75em;
	padding-right: 2.5em;
	display: table-cell;
	vertical-align: middle;
	line-height: 90%;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	width:245px;
}

.btn-footercta:hover {
	background: #505050 url(images/icon-button-arrow-green.png) no-repeat 98% 50%;
	color: #ffffff;
	text-decoration:none;
}

/* 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 */

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #f7f7f5;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border: 1px solid #e8e8e8 !important;
	background-color: #f7f7f5;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.formField {
	padding-top: 3px;
	padding-bottom: 3px;
}
.formFieldLabel {
	padding-bottom: 3px !important;
}
.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: 50px;
}

#form_096a_fld_5 {
	height: 50px;
}
#form_096a_fld_7 {
	height: 128px;
}
.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;
}

.zero-padleft {
	padding-left:0px;
}
.zero-padright {
	padding-right: 0px;
}

.three-padleft {
	padding-left:3px;
}
.three-padright {
	padding-right: 3px;
}


@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@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 */
	}
	
	
}

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

@media (max-width: 991px) {
    .ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    	margin-top: 0px !important;
	}
	.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;
	}
	.bigfooter {
	display: none !important;
	}
	.bigfooterblack {
	display: none !important;
	}
	.littlefooter h1 {
		font-size: 1em;
	}
	.littlefooter p {
		font-size: 0.7em;
		color: rgb(140,140,140);
	}
	.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;
	}
	.primary-nav { display:none; }
	h1 { font-size: 2.5em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.5em; }
	.copytext { text-align: center; }
	.content { padding-top: 70px; }
}
@media (min-width: 992px) {
	.mobile-nav { display:none; }
	.content { padding-top: 85px; }
	.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
        margin-top: 15px !important;
    }
}
@media (max-width: 1199px) {
	.bx-wrapper .bx-pager {
		display:none;
	}
	.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    	margin-top: 0px !important;
	}
}