/*   
Theme Name: Ai Squared
Theme URI: http:/aisquared.com
Description: This is a theme created for Ai Squared by VickeryHill.com.
Author: VickeryHill.com (JR)
Author URI: http://VickeryHill.com 
Version: 1
*/

/* Import Styles
================================================== */

@import url("webfonts/ss-social-regular.css"); /* ss-social-regular */
@import url("webfonts/ss-junior.css"); /* ss-junior.css */
@import url("webfonts/aisquared.css"); /* aisquared.css */
 @charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
/* Start CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #DFDFDF;
	line-height: 1.5em;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "proxima-nova", sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	line-height: 1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2.5em;
	margin: 10px 0 20px 0;
}
h2 {
	font-size: 1.7em;
}
h2 a {
	color: #404041;
}
#blog-left h2, #blog-left h3, #blog-left h4 {
	margin-bottom: 10px;
}
.home-h2 {
	font-size: 30px;
	line-height: 3em !important;
}
.home-h2 img {
	height: 30px;
	width: auto;
}
.home-h2 [class^="icon-"], .home-h2 [class*=" icon-"] {
	font-size: 48px;
	line-height: 1.8em !important;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
p {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
p a {
	font-size: 17px;
	text-decoration: underline;
}
a {
	color: #587A00;
	text-decoration: none;
	cursor: pointer;
}
aside a {
	color: #587a00;
}
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 9px 17px;
	-webkit-appearance: none;
}
#searchform, .searchform {
	position: relative;
	-webkit-appearance: none;
}
#searchsubmit, .searchsubmit {
	position: absolute;
	top: 9px;
	right: 0;
	text-indent: -9999px;
	background-image: url(/wp-content/themes/aisquared/images/search.png);
	background-size: 18px;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: right;
	border: medium none;
	height: 18px;
	width: 18px;
	cursor: pointer;
	color: #333333;
	-webkit-appearance: none;
}
.ai-mark {
	color: #92cb59;
	font-size: 48px
}
.ai-logo {
	color: #333333;
	font-size: 38px;
	vertical-align: bottom;
}
#home-banner p {
	max-width: 600px;
	margin: 0 auto;
}
#home-banner p a {
	max-width: 600px;
	margin: 0 auto;
	color: #92cb59;
}
#home-banner h1 {
	font-size: 3em;
	margin: 35px 0 20px 0;
}
#breadcrumbs a {
	color: #92CB59 !important;
}
#home-banner a.button {
	color: #FFFFFF !important;
}
.home-audience-expanded {
	text-align: left;
}
.home-audience-expanded-right {
	position: relative;
	display: inline-block;
	float: right;
	min-width: 20%;
	text-align: right;
	padding-top: 15px;
}
.home-audience-expanded-left {
	position: relative;
	display: inline-block;
	float: left;
	width: 75%;
	text-align: left;
}
.home-audience-expanded-left p:last-child {
	margin-bottom: 0;
}
#home-banner .button, .home-single-audience-wrap2 .button {
	color: #ffffff;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 12px 20px;
}
.home-single-audience-wrap .button {
	color: #ffffff;
	text-decoration: none;
	background-color: #383838;
	border: 1px solid #383838;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 12px 20px;
}
.blog-date {
	color: #587a00;
	font-weight: bold;
}
#home-feature .button {
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 12px 20px;
}
#home-feature p {
	font-size: 1.1em;
}
.home-banner-button, .home-feature-button {
	margin: 45px 0 40px 0;
	font-weight: 700;
}
.home-banner-button button i .ss-play {
	color: #FFFFFF;
	font-size: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 15px;
	font-style: italic;
	border-left: 3px solid #92CB59;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */


.white {
	background-color: #ffffff;
	color: #333333;
}
.white-grey {
	background-color: #ffffff;
	color: #333333;
}
.light-grey {
	background-color: #f5f5f5;
	color: #333333;
}
.green {
	background-color: #587a00
}
.grey {
	background-color: #404041
}
.purple {
	background-color: #333464
}
.dark-grey {
	background-color: #383838
}
.blue {
	background-color: #006699
}
#main {
	padding: 0px;
	line-height: 24px;
	position: relative;
}
#wrap {
	display: block;
	position: relative;
	margin: auto 0;
	width: 100%;
}
#main .two-column .one-column {
	z-index: 2;
	position: relative;
}
#home-news li {
	/*text-align: center;*/
	display: inline-block;
	padding: 2%;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 1.6em;/*font-weight:600;*/
}
#home-news a {
	color: #333333 !important;
}
#home-category li, #home-news li {
	/*text-align: center;*/
	display: inline-block;
	padding: 3%;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 1.7em;/*font-weight:600;*/
}
#home-category a, #home-news a {
	color: #333333;
}
.feature-list li {
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
	line-height: 50px;
	margin: 0 0 6px 0;
}
.feature-list li i {
	float: left;
	padding-left: 6%;
}
.feature-list li:first-child {
	margin: 20px 0 6px 0;
}
.feature-list li:last-child {
	border-bottom: none;
}
#client-headline {
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	text-align: left !important;
}
#featured-clients li {
	display: inline-block;
	width: 25%;
	/*max-width: 21%;*/
	position: relative;
	overflow: hidden;
}
#featured-clients li img {
	max-width: 80%;
	height: auto;
	text-align: center;
}
.container {
	display: table;
	margin: auto;
	width: 100%;
	max-width: 1400px;
	position: relative;
}
.sub-container {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 960px;
	position: relative;
}
.content {
	padding: 2%;
}
.content-left {
	padding: 2% 4% 2% 6.4285%;
}
.content-center {
	padding: 2%;
}
.content-right {
	padding: 2% 6.4285% 2% 4%;
}
.three-column .content-right {
	margin-right: 6.4285%;
	padding: 2% 0 2% 2%;
	padding-right: 0;
}
.one-column {
	display: block;
	width: 96%;
	float: none;
	padding: 30px 2% 30px 2%;
	text-align: center;
}
.one-column.toggle-column-container {
	padding: 15px 2% 10px 2%;
	display: block;
	margin: auto;
}
.one-column i {
	font-size: .6em;
	color: #587a00;
}
.one-column-wide {
	display: block;
	width: 96%;
	float: none;
	padding: 2%;
	text-align: center;
}
.two-column {
	display: block;
	width: 50%;
	float: left;
	text-align: center;/*margin-left: 7.4546%;*/
}
.two-column .social {
	margin-left: 0;
}
.two-column:first-child {
	margin: 0px;
}
.two-column .content-left, .content-right {
	max-width: 432px;
}
.two-column .content-left:first-child {
	margin-left: 4.4546%;
	padding-left: 0;
}
.two-column .content-right {
	margin-right: 7.4546%;
	padding-right: 0;
}
.three-column {
	display: block;
	width: 33.3333%;
	float: left;
	text-align: left;
	/*margin-left: 7.4546%;*/
	margin-bottom: 6%;
}
.three-column:first-child {
	margin: 0px;
}
.clear {
	clear: both;
	display: block;
}
#header {
	max-width: 960px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
}
#logo {
	/*min-width: 250px; */
	padding: 25px 0 25px 2%;
	float: left;
}
#logo img {
	width: 250px;
}
#top-nav {
	padding: 40px 0 33px 0;
	float: right;
	margin-right: 20px;
	font-size: .8em;
}
.mobile-topnav {
	display: none
}
#header #top-nav li {
	float: left;
	margin: 0;
	font-size: 1.2em;
	padding-right: 15px;
	text-align: center;
}
#header #top-nav li:last-child {
	padding-right: 0;
}
#header #top-nav li a {
	color: #333333;
}
#search {
	float: right;
	height: 30px;
	/*width: 160px;*/width: 180px;
	padding: 33px 0 24px 0;
	margin-right: 40px;
}
#search input[type="text"] {
	border: 1px solid #999999;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 100%;
	/*padding: 12px;*/
	color: #000000;
	-webkit-appearance: none;
	width: 160px;
}
#search label {
	display: none;
}
#search .searchbox {
	border: 1px solid #999999;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 100%;
	padding: 12px;
}
#sitecues {
	min-width: 90px;
	padding: 40px 2% 33px 0;
	float: right;
}
#sitecues img {
	width: 90px;
}
.wrapper {
	width: 960px;
	margin: auto;
	clear: both;
}
#breadcrumbs-container, #about-nav {
	display: block;
	width: 96%;
	float: none;
	text-align: left;
}
#breadcrumbs-container p#breadcrumbs {
	padding: 0 2%;
	margin-bottom: 15px;
	margin-top: 15px;
}
#about-nav p {
	padding: 2% 2% 2% 2%;
	margin-bottom: 0;
}
#breadcrumbs i {
	font-size: .7em
}
.single-left {
	display: block;
	width: 96%;
	float: none;
	padding: 2%;
	text-align: left;
}
.single-left h2 {
	margin-bottom: 15px;
}
.single-left p:last-child {
	margin-bottom: 0;
}
.product-archive ul {
	vertical-align: top
}
.product-archive li {
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	vertical-align: text-top;
}
.product-archive h2 {
	margin-bottom: 10px;
}
.product-archive ul:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin: 36px 0 20px 0;
	background: #CCC;
	clear: both;
}
.prod-category-headline {
	line-height: 2em;
	font-size: 2em;
}
.prod-category-headline:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background: #CCC;
}
.product-archive ul li div:nth-child(2), .product-archive ul li div:nth-child(3) {
	padding-top: 15px;
}
.product-archive ul li:nth-child(1) {
	width: 20%;
	padding-right: 2%
}
.product-archive ul li:nth-child(2) {
	width: 49%;
	padding: 0 4% 0 2%;
}
.product-archive ul li:nth-child(3) {
	min-width: 15%;
	width: auto;
	text-align: right;
	margin-top: 7px;
	float: right;
	padding-right: 2%;
}
.product-archive ul li:nth-child(3) a:first-child div.product-learn-more {
	background-color: #383838;
	border: 1px solid #383838;
}
 . audiences-archive-loop .product-archive ul li:nth-child(3) a:first-child {
 background-color: #383838;
 border: 1px solid #383838;
}
.product-archive li img {
	max-width: 100% !important;
	height: auto;
	border-color: #efefef;
	border-width: 10px;
}
.product-learn-more {
	color: #ffffff;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	padding: 5px 10px;/*font-size: 1.2em;*//*float: left;*/
}
.ai-jobs-list .product-learn-more {
	background-color: #383838;
	border: 1px solid #383838;
}
.product-learn-more:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.product-learn-more i {
	font-size: .7em;
}
.product-archive ul li a div.product-learn-more {
	text-align: center;
	margin-bottom: 10px;
}
/* Audiences */

#audiences-left {
	display: block;
	overflow: auto;
	width: 96%;
	float: none;
	padding: 2%;
	text-align: left;
}
#audiences-left .audience-button {
	color: #587a00;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 10px 15px;
	font-size: 1.1em;
	float: left;
	margin: 25px 2% 25px 0;
	min-width: 23%;
	text-align: center;
}
#audiences-left .audience-button i {
	position: relative;
	top: 3px;
}
p #audiences-left .audience-button:nth-child(2) {
	margin: 25px 0 25px 0;
}
#audience-top-content {
	float: left;
	width: 50%
}

#audience-top-content ul {
	list-style-type: disc; 
   list-style-position: inside; 
   margin-top: 15px;
    margin-bottom: 15px;
	margin: 10px 0 10px 0;
    padding-left: 40px;
    font-size: 16px;
    display: block;
    min-height: inherit;
    list-style: initial;
}
#audience-top-content ul li ,#audience-top-content ol li {
    padding: 5px 0;
}
#audience-top-content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-top: 15px;
    margin-bottom: 15px;
	margin: 0 0 10px 0;
    padding-left: 40px;
    font-size: 16px;
    display: block;
    min-height: inherit;
    list-style: initial;
}

#audience-top-content ul ul, #audience-top-content ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   margin-top: 0;
    margin-bottom: 0;
}
#audience-top-content ol ol, #audience-top-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

#audience-top-content p a {
	color: #ffffff;
}
#audience-top-media {
	position: relative;
	float: right;
	width: 45%;
	/*max-height: 255px;*/
	height: auto;
	background-color: #ffffff;
	border: 10px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#audience-top-media i {
	position: absolute;
	top: 34%;
	left: 40%;
	display: block;
	margin: auto 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #383838;
	border: 1px solid #383838;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	height: 50px;
	width: 50px;
	padding: 15px 15px;
	overflow: hidden;
	font-size: 2.7em;
	float: left;
	line-height: 1.3;
}
#audience-top-media img {
	width: 100%;
	height: auto;
}
#related-products-head h4 {
	position: relative;
	display: inline-block;
	vertical-align: super;
}
#related-products-head div {
	position: relative;
	display: inline-block;
	width: 49%;
}
#related-products-head div a {
	color: #ffffff;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	text-decoration: none;
	background-color: #404041;
	border: 1px solid #404041;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 5px 10px;
	font-size: 1.1em;
	float: right;
}
#related-products-head div a i {
	font-size: .7em;
}
.audience-bottom {
	display: inline-block;
	overflow: auto;
	width: 96%;
	float: none;
	padding: 2%;
	text-align: left;
}
.audience-bottom ul li {
	display: inline-block;
	/*overflow:hidden;*/
	vertical-align: top;
	width: 49%;
	height: auto;
	/*float: left;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.audience-bottom ul li .auidience-product-image {
	width: 25%;
	height: auto;
}
.audience-bottom .auidience-icon {
	width: 20%;
	min-width: 100px;
}
.audience-bottom .auidience-product-image .audience-featured-image {
	width: 90%;
	height: auto;
}
.audience-bottom .auidience-product-image .audience-featured-image img {
	width: 100%;
	height: auto;
}
.audience-bottom .auidience-icon img {
	max-width: 100%;
	height: auto;
}
.audience-bottom .auidience-item-content {
	width: 72%;
}
.audience-bottom .audience-featured-content {
	width: 70%;
}
.audience-item-title {
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.audience-featured-title a {
	color: #ffffff;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 5px 10px;
	/*vertical-align: middle;*/
	line-height: 2.4em;
	font-size: 1.1em;
}
.audience-featured-title a i {
	font-size: .7em;
}
.audience-bottom .only-features li i {
	display: block;
	margin: auto 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	height: 50px;
	width: 50px;
	padding: 15px 15px;
	overflow: hidden;
	font-size: 2.5em;
	float: left;
	line-height: 1.3;
}
/* end audiences */
/* Start about*/
.about-content-right ul {
	position: relative;
	display: block;
}
.about-content-right ul li {
	position: relative;
	padding-bottom: 20px;
}
/*.about-content-right .about-inline {
	position:relative;
	display:inline-block;	
	margin-right:40px;
}

.about-content-right .about-inline i {
	position:relative;
	margin-right:5px;
}*/
ul.about-inline {
	list-style: none;
	position: relative;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 0;
}
ul.about-inline li {
	position: relative;
	display: inline-block;
	/*margin-bottom: 15px;*/
	width: 100%;
	line-height: 30px;
}
ul.about-inline li i {
	display: inline-block;
	width: 10%;
	float: left;
	position: relative;
	top: 3px;
}
ul.about-inline li span {
	position: relative;
	display: inline-block;
	max-width: 85%;
	margin-left: 5%;
	float: left;
}
.about-content-right .product-learn-more {
	margin-bottom: 15px;
}
#blog-right .wp-post-image {
	width: 100%;
	height: auto
}
/* End About */
/* Start Blog */
#blog-container {
	display: block;
	width: 96%;
	float: none;
	padding: 2%;
	text-align: left;
}
#blog-left {
	display: inline-block;
	float: left;
	width: 62%;
	margin-right: 2%;
}
#blog-left.blog-left-thin {
	width: 70%;
}
#blog-left h2 {
	margin-bottom: 15px;
}
#blog-left ul, #blog-left ol {
	margin: 0 0 10px 0;
	padding-left: 40px;
	font-size: 16px;
	display: block;
	min-height: inherit;
	list-style: initial;
}
#blog-left ol {
	list-style-type: decimal;
}
#blog-left ul {
	list-style-type: inherit;
}
#blog-left ul > li, #blog-left ol > li {
	padding-bottom: 10px;
}
#blog-left ul > li:last-child, #blog-left ol > li:last-child {
	padding-bottom: 10px;
}
#blog-left .single-blog-feature-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#blog-right {
	display: inline-block;
	float: right;
	width: 32%;
	margin-top: 15px;
}
#blog-right.blog-right-wide {
	width: 25%;
}
#blog-right aside div {
	margin-top: 20px;
}
#blog-right aside div h2 {
	line-height: 1.5;
}
#blog-right aside div li {
	line-height: 1.5;
}
.archiveBlogArchiveWrap:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 40px 0;
	background: #CCC;
	clear: both;
}
.archiveBlogArchiveWrap:last-child:after {
	margin: 0;
	background: #ffffff;
	height: 0;
}
#archiveBlogLeft {
	float: left;
	width: 30%;
	margin-right: 4%;
	overflow: hidden;
}
#archiveBlogLeft img {
	width: 100%;
	height: auto
}
#archiveBlogRight {
	float: right;
	width: 66%;
	margin-bottom: 30px;
}
#archiveBlogRight h2 {
	margin-bottom: 15px;
}
/* End Blog */


/* Start About Category Page/Menu */

#about-nav {
	padding: 2%;
}
#about-nav p {
	padding-left: 0 !important;
}
#about-nav a {
	/*padding:2%;*/
	color: #FFFFFF;
}
#menu-about-us-menu li {
	position: relative;
	display: inline-block;
}
#menu-about-us-menu li:after {
	content: " | ";
	padding: 0 10px;
}
#menu-about-us-menu li:last-child:after {
	content: "";
}
#menu-about-us-menu .current-menu-item a, #menu-about-us-menu #menu-item-137.current-page-ancestor a {
	color: #92cb59;
}
/* End About Category Page/Menu */

/* Start COntact Form 7 CSS Override */

ul#menu-contact-toggle {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul#menu-contact-toggle li {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	display: inline-block;
}
ul#menu-contact-toggle a {
	color: rgb(51, 51, 51);
}
ul#menu-contact-toggle li a {
	text-decoration: none;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	padding: 5px 10px;
	background-color: #DFDFDF;
}
ul#menu-contact-toggle .current a {
	color: #FFF;
	background-color: #587A00;
}
ul#menu-contact-toggle li:hover {
}
#wpcf7-f133-p43-o1 input[type="text"], #wpcf7-f133-p43-o1 input[type="email"], #wpcf7-f133-p43-o1 textarea, #commentform textarea, #wpcf7-f324-p318-o1 input[type="text"], #wpcf7-f324-p318-o1 input[type="email"], #wpcf7-f324-p318-o1 textarea, #commentform textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap [type="email"], .wpcf7-form-control-wrap textarea {
	color: #333333;
	text-decoration: none;
	background-color: #DFDFDF;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	font-family: "proxima-nova", sans-serif;
	max-width: 92%;
	padding: 9px 4%;
	font-size: 1em;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
}
.wpcf7-submit {
	color: #FFFFFF;
	font-size: 1.1em;
}
#wpcf7-f324-p358-o1 input[type="submit"], #wpcf7-f405-p43-o2 input[type="submit"], #wpcf7-f133-p43-o1 input[type="submit"], #wpcf7-f324-p318-o1 input[type="submit"], #commentform input[type="submit"], #wpcf7-f324-p359-o1 input[type="submit"] {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 9px 17px;
	font-size: 1.1em;
	cursor: pointer !important;
	margin-bottom: 20px;
}
#wpcf7-f133-p43-o1 input[type="submit"]:hover, #commentform input[type="submit"]:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ok {
	border: none !important;
	font-weight: bold !important;
}
/* End COntact Form 7 CSS Override */
/* Footer */
.two-column.two-column-footer .content-left {
	font-size: .9em;
}
.two-column.two-column-footer .content-left a {
	color: #ffffff;
	text-decoration: underline;
}
.two-column.two-column-footer .content-right {
}
.footer-headline {
	width: 95%;
	display: block;
	color: #FFFFFF;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.4em;
	margin-top: 40px;
	margin-bottom: 20px;
}
.footer-btn {
	width: 76%;
	color: #FFFFFF;
	text-decoration: none !important;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}
.footer-btn a {
	text-decoration: none !important;
}
.first-footer-btn {
	margin-top: 40px;
}
.last-footer-btn {
	margin-bottom: 0;
}
.footer-btn-blog {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.3em;
}
#footer-left {
	text-align: left;
	float: left;
	padding: 20px 2%;
}
#footer-right {
	text-align: right;
	padding: 20px 2%;
	float: right;
}
.footer-copy {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 2%;
	font-size: 1.1em;
}
.footer-copy li {
	float: right;
}
.two-column.two-column-footer .content-left {
	font-size: .9em;
}
.two-column.two-column-footer .content-left a {
	color: #ffffff;
	text-decoration: underline;
}
.two-column.two-column-footer .content-right {
}
.social li {
	margin-right: 20px;
}
.social li a {
	color: #FFFFFF;
	vertical-align: middle;
}
.social li:first-child {
	margin-right: 0;
}
.social li:last-child {
	margin-right: 20px;
	margin-left: 0;
}
.home-banner-button a:hover, .home-feature-button a:hover, .footer-btn:hover, .footer-btn-blog a:hover, .footer-headline a:hover, #mc_signup_submit:hover, .social li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Start MailChimp */
#mc_signup_form {
	padding: 0 !important;
}
#mc_signup {
	padding: 0;
}
.mc_error_msg, .mc_error_msg a {
	color: #ffffff !important;
}
.widget_mailchimpsf_widget .widget-title {
	line-height: 1.4em;
	margin-bottom: 0.75em;
}
#mc_signup_submit {
	color: #ffffff;
	text-decoration: none;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 9px 15px;
	float: right;
	max-width: 35%;
	margin-top: 0 !important;
}
.mc_custom_border_hdr {
}
div.wpcf7-response-output {
	margin: 1em 0;
	padding: 0;
}
.wpcf7-file {
	padding: 0 !important;
}
#mc_signup_submit:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.mc_merge_var {
	display: inline-block;
	float: left !important;
	margin-top: 0;
	float: left;
	max-width: 60%;
}
.mc_merge_var label {
	display: none !important;
}
.mc_interest_label {
	display: block;
	margin-bottom: 0.5em;
}
.mc_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mc_merge_var input {
	padding: 9px 15px;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	min-height: 35px;
}
.mc_merge_var, .mc_signup_submit {
}
.mc_signup_submit input {
	padding: 9px 15px;
	font-size: 14px !important;
	line-height: 13px;
	width: 100%;
	min-height: 35px;
}
.mc_input.mc_phone {
	width: auto;
}
select.mc_select {
	margin-top: 0.5em;
	width: 100%;
}
.mc_address_label {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	display: block;
}
.mc_address_label ~ select {
	width: 100%;
}
.mc_list li {
	list-style: none;
	background: none !important;
}
.mc_interests_header {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_interest label, .mc_interest input {
	margin-bottom: 0.4em;
}
#mc_unsub_link a {
	font-size: 0.75em;
}
#mc_unsub_link {
	margin-top: 1.0em;
}
.mc_header_address, .mc_email_format {
	display: block;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_email_options {
	margin-top: 0.5em;
}
.mc_email_type {
	padding-left: 4px;
}
#mc_message {
	padding-bottom: 10px !important;
	clear: both;
}
.mc_success_msg {
	color: #ffffff !important;
}
/* End Mailchimp */

/* Start Fancybox override with citecues position: fixed; conflict */
div.fancybox-overlay.fancybox-overlay-fixed div.fancybox-opened {
	top: 5% !important;
}
/* End Fancybox */
/*@media (max-width: 960px) {

.container {
width: 700px;
}

.two-column, .two-column:first-child {
width: 509px;
float: none;
margin: 0px;
margin: 0px auto;
}

}*/

/* Start Site map */
#sitemap h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#sitemap a {
	color: #587a00;
}
#sitemap ul li {
	padding-left: 4%;
}
/* End Site Map */

/* Start Google Custom Site Search */
.gsc-table-result b, .gsc-table-result .gs-title b {
	font-weight: 700;
	color: #587a00 !important;
}
/* End Google Custom Site Search */
/* Start Support Page */

#support-main .single-left {
	padding: 30px 2%;
	display: block;
	margin: auto;
}
#support-main .single-left h3 {
	margin-bottom: 15px;
	font-size: 2em;
}
#support-main p a {
	color: #ffffff;
	text-decoration: underline;
}
#support-main p a:hover {
	text-decoration: none;
}
#support-main-container {
	position: relative;
	margin: 20px 0 45px 0;
}
#support-main-container ul {
	position: relative;
	margin: auto 0;
	display: inline-block;
	width: 100%;
}
#support-main-container ul li {
	position: relative;
	margin: auto 0;
	width: 29.3%;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 0 2%;
}
.support-button {
	color: #ffffff;
	text-decoration: none;
	background-color: #587a00;
	border: 0px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 12px 10px;
	width: 80%;
	cursor: pointer;
	font-size: 1em;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
}
.support-button:nth-child(2) {
	background-color: #006699;
}
.support-button:nth-child(2) {
	background-color: #333464;
}
.support-button:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8
}
/* End Support Page */

/* Start Dealor Page */

#dealor-container .single-left {
	padding: 40px 2%;
}
#dealor-container .single-left h3 {
	margin-bottom: 15px;
	font-size: 2em;
}
.dealer-form ul {
	position: relative;
}
.dealer-form ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
form.dealer-form fieldset {
	border: none;
}
form.dealer-form fieldset select {
	width: 50%;
	padding: 10px 45px 10px 15px;
	font-size: 18px;
	background: #ffffff;
	margin-right: 20px;
	/*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
}
form.dealer-form fieldset label {
	text-transform: capitalize;
	font-size: 1.1em;
	line-height: 2em;
}
i.selectBox-arrow {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	color: #333333;
	display: none;
}
form.dealer-form fieldset input[type="submit"] {
	padding: 10px 20px;
	font-size: 22px;
	color: #587a00;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
form.dealer-form fieldset input[type="submit"]:hover, form.dealer-form fieldset input[type="submit"]:focus, form.dealer-form fieldset input[type="submit"]:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.dealer-archive:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin: 0;
	background: #CCC;
}
.dealer-archive .three-column {
	margin-bottom: 20px;
	margin-top: 40px;
}
.dealer-archive .content-left p {
	margin-top: 10px;
	font-style: italic
}
.dealer-archive .content-center ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	line-height: 23px;
}
.dealer-archive .content-center ul li i {
	display: inline-block;
	width: 8%;
	font-size: 15px;
	color: #494949;
}
.dealer-archive .content-center ul li span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 89%;
	margin-left: 2%;
}
.dealer-archive .content-right button.dealer-btn {
	width: 100%;
	color: #FFFFFF;
	text-decoration: none !important;
	background-color: #587a00;
	border: 1px solid #587a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px 20px;
	font-size: 22px;
	/*font-weight: 700;*/
	margin-bottom: 8px;
	text-align: left;
	cursor: pointer !important;
}
.dealer-archive .content-right button.dealer-btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.dealer-archive .content-right button.dealer-btn i {
	position: absolute;
	right: 4%;
	top: 58px;
}
h3.foundPosts span {
	color: #360;
	text-transform: uppercase;
}
.clear span.dealer-content p {
	margin-bottom: 40px;
	max-width: 960px;
	padding: 0 2%;
}
.clear span.dealer-content p strong {
	font-weight: 600;
}
/* End Dealor Page */

/* Start Comment Form */
ol.commentlist li.comment.depth-1 {
	padding-bottom: 35px;
}
ol.commentlist li.comment ul.children {
	margin: 4%;
	padding: 2%;
	background-color: #F8F8F8;
}
ol.commentlist li.comment div.comment-meta {
	margin-bottom: 10px;
	font-size: .8em;
	font-style: italic;
}
ol.commentlist li.comment div.comment-body {
}
ol.commentlist li.comment ul.children:nth-child(odd) {
	background-color: #F7F7F7;
}
#commentform input[type="text"] {
	color: #333333;
	text-decoration: none;
	background-color: #DFDFDF;
	border: 1px solid #DFDFDF;
	/*margin-bottom:2%;*/
	min-width: 50%;
	font-size: 1em;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
}
#commentform label {
	display: none;
	margin-bottom: 2%;
}
/* End Comment Form*/

/* Start ZoomText Version Status */
table#zoomtext-versions-output-table {
	font-size: 0.9em;
	background-color: #ffffff;
	display: block;
	width: 100%;
	margin: 0px;
}
table#zoomtext-versions-output-table tr:nth-child(even) {
	background: #f5f5f5
}
table#zoomtext-versions-output-table tr:nth-child(odd) {
	background: #FFFFFF
}
table#zoomtext-versions-output-table tr:nth-child(1) {
	background: #383838;
	color: #FFFFFF
}
table#zoomtext-versions-output-table th, #zoomtext-versions-output-table td {
	padding: 6px;
}
#zoomtext-versions-output-table td {
	border: 1px solid #DFDFDF;
}
table#zoomtext-versions-output-table th {
	font-weight: 600;
}
/* End ZoomText Version Status */

/* start Careers */
.ai-jobs-list {
	padding-left: 20px;
	padding-right: 20px;
}
ul#ai-jobs-list-container {
	margin: 0;
	padding-left: 0;
	font-size: 16px;
	display: block;
	min-height: inherit;
	list-style: none;
	list-style-type: none !important;
}
#ai-jobs-list-container li:before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	margin: 30px 0px;
	background: rgb(204, 204, 204);
}
#ai-jobs-list-container li:nth-last-child(1):after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	margin: 30px 0px;
	background: rgb(204, 204, 204);
}
/* end Careers */
/*start zoomtext versions */
#version-form-body {
	max-width: 100%;
	color: #383838;
	font-size: .8em;
}
#version-form-body strong {
	font-size: 1.2em;
	font-weight: 700;
}
#version-form-body ul {
	max-width: 400px;
	margin: 30px 0;
}
#version-form-body ul li {
	padding-bottom: 15px;
}
#version-form-body ul li input.product-learn-more, #version-form-body ul li a.product-learn-more {
	padding: 5px 10px;
	width: auto;
	cursor: pointer;/*font-size:1.4em;*/
}
#version-form-body input[type="text"] {
	border: 1px solid #DFDFDF;
}
#version-form-body ul li a.product-learn-more {
	margin-left: 20px;
	width: auto;
	font-family: arial;
	background-color: red;
	border: 1px solid red;
}
#version-form-body ul li a.product-learn-more.back {
	margin-left: 0;
	width: auto;
	font-family: arial;
	background-color: #006699;
	border: 1px solid #006699;
}
#version-form-body input[type="text"], #version-form-body input[type="password"] {
	border: 1px solid #DFDFDF;
}
#version-form-body .single-left {
	position: relative;
}
#version-form-body a.version-log-out {
	position: absolute;
	top: 30px;
	right: 2%;
	font-size: 15px;
	text-decoration: underline;
}
/*end zoomtext versions */	

/* Start 3 product home features */
#home-feature {
}
.home-feature-third {
	display: table-cell;
	text-align: center;
	width: 33%;/*float: left;*//*overflow: hidden;*/
}
.home-feature-third p {
	font-size: 1em;
	line-height: 1.5em;
}
.home-feature-third div {
	padding-left: 5%;
	padding-right: 5%;
}
.home-feature-third:nth-child(1) {
	padding: 2% 0 2% 0;
	/*margin-bottom: -450px;*/
	/*padding-bottom: 450px;*/
	background-color: #587a00;
}
.home-feature-third:nth-child(2) {
	padding: 2% 0 2% 0;
	/*margin-bottom: -450px;*/
	/*padding-bottom: 450px;*/
	background-color: #006699;
}
.home-feature-third:nth-child(3) {
	padding: 2% 0 2% 0;
	/*margin-bottom: -450px;*/
	/*padding-bottom: 450px;*/
	background-color: #333464;
}
/* End 3 Product home features */	

* {
	margin: 0;
	padding: 0;
}
.main-nav-container {
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
	z-index: 2;
}
/* common and top level styles */
#nav span {
	display: none;
}
#nav, #nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav {
	/*background-color: #F5F5F5;*/
    /*border-bottom: 5px solid #333333;*/
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	float: left;
	margin-left: 2%;
	margin-right: 0;
	position: relative;
	width: 100%;
}
#nav ul.subs {
	background-color: #FFFFFF;
	/*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);*/
	color: #333333;
	display: none;
	left: 0;
	padding: 5px 0;
	position: absolute;
	top: 54px;
	width: 96%;
}
#nav > li {
	border-bottom: 5px solid transparent;
	float: left;
	margin-bottom: -5px;
	text-align: left;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
#nav li a {
	display: block;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	white-space: normal;
}
#nav > li > a {
	color: #333333;
	display: block;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 10px;
	text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#nav li.active > a {
	background-color: #669900;
	color: #FFFFFF !important;
	padding-left: 10px;
}
/* submenu */
#nav li:hover ul.subs {
	display: block;
}
#nav ul.subs > li {
	display: inline-block;
	float: none;
	padding: 10px 1%;
	vertical-align: top;
	width: 33%;
}
#nav ul.subs > li a {
	color: #777777;
	line-height: 1.5em;
}
#nav ul li a:hover {
	color: #669900;
}
#nav ul.subs > li > a {
	/*font-size: 1.3em;*/
	margin-bottom: 10px;
	text-transform: uppercase;
}
#nav ul.subs > li li {
	float: none;
	padding-left: 8px;
	-moz-transition: padding 150ms ease-out 0s;
	-ms-transition: padding 150ms ease-out 0s;
	-o-transition: padding 150ms ease-out 0s;
	-webkit-transition: padding 150ms ease-out 0s;
	transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
	padding-left: 15px;
}

form.post-password-form {
	
}

form.post-password-form input[type="submit"] {
	    color: #ffffff;
    text-decoration: none;
    background-color: #587a00;
    border: 1px solid #587a00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
}

form.post-password-form input[type="password"] {
    color: #333333;
    text-decoration: none;
    background-color: #DFDFDF;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    font-family: "proxima-nova", sans-serif;
    max-width: 92%;
    padding: 9px 4%;
    font-size: 1em;
    font-weight: 100;
    font-family: "proxima-nova", sans-serif;
	display: block;
}

 @media (max-width: 1420px) {
.home-feature-third div {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 90%
}
.home-feature-third:nth-child(1) {
	padding: 2% 0 2% 0;/*margin-bottom: -450px;*//*padding-bottom: 450px;*/
}
.home-feature-third:nth-child(3) {
	padding: 2% 0 2% 0;/*margin-bottom: -450px;*//*padding-bottom: 450px;*/
}
}
@media (max-width: 1000px) {
.mc_merge_var {
	/*float: none !important;
		display: block;*/
	width: 100%;
	text-align: center;
	margin-bottom: 10px !important;
}
#mc_signup_submit {
/*float: left !important;
		display:block;*/
}
#home-category li, #home-news li {
	/*text-align: center;*/
	display: inline-block;
	padding: 2%;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 1.5em;/*font-weight:600;*/
}
.mc_merge_var, #mc_signup_submit {
	max-width: 100%;
	width: 100% !important;
}
}
 @media (max-width: 960px) {
.home-feature-third {
	width: 32%;
	max-width: none;
}
.home-feature-third:nth-child(1) {
	padding: 2% 0 2% 2%;/*margin-bottom: -450px;*//*padding-bottom: 450px;*/
}
.home-feature-third:nth-child(3) {
	padding: 2% 2% 2% 0;/*margin-bottom: -450px;*//*padding-bottom: 450px;*/
}
}
 @media (max-width: 900px) {
#logo {
	padding-left: 4%;
}
#sitecues {
	padding-right: 4%;
}
.desktop-nav {
	display: none;
}
#ai-mobile-nav {
	padding-bottom: 5px;
}
#ai-mobile-nav ul {
}
#ai-mobile-nav li {
	width: 100%;
	float: left;
}
#ai-mobile-nav li a {
	display: block;
	width: 92%;
	background: #404041;
	padding: 4%;
	font-size: 1.1em;
	text-decoration: none;
	color: #ffffff;
}
#ai-mobile-menu {
	text-align: right;
	/* width: 1.4em; */
	display: block;
	background: #404041;
	font-size: 1.35em;
	text-align: center;
	text-align: left;
	padding: 2% 4%;
	color: #92cb59;
	cursor: pointer;
}
#ai-mobile-nav.js {
	display: none;
	z-index: 101;
}
/*ul {
	width:100%;
	}
	li {
	width:100%;
	border-right:none;
	}*/
	
#breadcrumbs p, #about-nav, .single-left, #blog-container, #audiences-left, .audience-bottom {
	padding-left: 4%;
	padding-right: 4%;
}
#breadcrumbs a, #home-banner a {
	color: #aed859 !important;
}
.single-left, #blog-container, #about-nav, #audiences-left, .audience-bottom {
	width: 92%;
}
#audiences-left {
	padding-bottom: 4%;
}
#audiences-left .audience-button {
	padding: 10px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
#breadcrumbs-container p#breadcrumbs {
	padding: 0 4%;
	margin-bottom: 15px;
	margin-top: 15px;
}
}
@media (min-width: 900px) {
#ai-mobile-menu {
	display: none;
}
}
 @media (max-width: 767px) {
#main {
}
.container {
	width: 100%;
}
#sitecues {
	display: none;
}
.one-column, .two-column, .three-column {
	text-align: left;
}
.one-column {
	width: 92%;
	padding: 15px 4% 15px 4%;
}
.home-audience-expanded-left {
	width: 100%
}
.home-audience-expanded-left p:last-child {
	margin-bottom: 15px;
}
.home-audience-expanded-right {
	display: block;
	float: left;
	text-align: left;
	width: auto;
	padding-bottom: 15px;
}
#audiences-left .audience-button {
	margin: 5px 10px 5px 0;
}
#audience-top-media {
	margin-bottom: 0;
}
.feature-list li:first-child {
	margin: 20px 0 0 0;
}
.feature-list li i, .feature-list li i {
	padding-left: 6%;
	padding-right: 6%;
	margin: 0;
}
#featured-clients li {
	width: 48%;
	max-width: none;
	text-align: center;
}
.one-column-wide {
	width: 92%;
	padding: 4%;
	text-align: left;
}
.three-column {
	width: 100%;
	float: none;
}
.two-column {
	width: 100%;
}
.three-column:first-child {
	width: 96%;
}
.two-column .content-left, .two-column .content-right {
	max-width: none;
}
.two-column .content-right {
	margin-right: 0;
}
.content-right {
	max-width: 92%;
}
.content-left {
	padding: 4%;
}
.content-center {
	padding: 4%;
}
.two-column .content-left:first-child {
	margin-left: 0;
	padding-left: 4%;
}
.two-column .content-right:last-child {
	padding: 4%;
}
.three-column .content-right {
	margin-right: 0;
	padding: 4%;
}
.footer-headline {
	font-size: 1.8em;
	margin-top: 15px;
}
.footer-btn-blog {
	font-size: 1em;
	margin-bottom: 2%;
}
.footer-btn {
	width: 95.5%;
	padding: 4% 4%;
}
.footer-btn:first-child {
	margin-top: 5px;
}
.footer-btn:last-child {
	margin-bottom: 5px;
}
.content-right {
	padding: 4%;
}
#home-news li {
	display: block;
}
.footer-copy {
	text-align: left;
	width: 100%;
	clear: both;
}
div.footer-copy ul {
	float: left;
}
.footer-copy li {
	float: right;
}
.social li:first-child {
	margin-right: 20px;
}
#audience-top-content {
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
}
#audience-top-media {
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
	/*min-height: 235px;*/
	background-color: #cccccc;
	border: none;
	margin-top: 20px;
}
.audience-bottom ul li {
	width: 100%;
	display: inline-block;
}
.audience-bottom .auidience-item-content {
	width: 72%;
}
.product-archive ul li:nth-child(3) {
	text-align: left;
	margin-top: 15px;
}
#blog-left {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0;
}
#blog-right {
	display: block;
	float: left;
	width: 100%;
}
#blog-right .wp-post-image {
	width: 200px;
	height: auto
}
.product-archive li {
	display: block;
}
.product-archive ul li:nth-child(1) {
	width: 100%;
	padding-right: none;
}
.product-archive ul li:nth-child(2) {
	width: 100%;
	padding: 0;
}
.product-archive ul li:nth-child(3) {
	width: 100%;
	padding-bottom: 30px;
	padding-right: 0;
}
.product-archive ul li a div.product-learn-more {
	width: 92%;
	padding: 5px 4%;
}
#archiveBlogLeft {
	width: 100%;
}
#archiveBlogRight {
	width: 100%;
}
#mc_signup_submit {
	/*float: left !important;
	display:block;*/
	margin-bottom: 20px !important;
}
#support-main-container {
	margin: 20px 0 45px 0;
}
#support-main-container ul {
	display: block;
}
#support-main-container ul li {
	width: 96%;
	display: block;
	padding: 0 2% 45px;
}
#support-main-container ul li:last-child {
	padding: 0 2% 45px;
}
/* Start Dealors */
.dealer-archive .three-column {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dealer-archive .content-center {
	padding: 0px 4%;
}
form.dealer-form fieldset ul li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
form.dealer-form fieldset ul li:last-child {
	margin-bottom: 0;
}
/* End Dealors */

.home-feature-third {
	width: 92%;
	display: block;
}
.home-feature-third div {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
	text-align: left;
}
.home-feature-third:nth-child(1), .home-feature-third:nth-child(2), .home-feature-third:nth-child(3) {
	padding: 15px 4% 15px 4%;/*margin-bottom: -450px;*//*padding-bottom: 450px;*/
}
.clear span.dealer-content p {
	padding: 0 4%;
}
#blog-right.blog-right-wide {
	width: 100%;
}
#blog-left.blog-left-thin {
	width: 100%;
}
/*#support-main .single-left {
    padding: 30px 4%;
}*/


}
 @media all and (max-width : 967px) {
#nav {
	margin-left: 0;
}
#nav > li {
	float: none;
	border-bottom: 0;
	margin-bottom: 0;
}
#nav > li > a {
	padding: 0 2%;
}
#nav li.active > a {
	padding-left: 2%;
}
#nav ul.subs {
	position: relative;
	top: 0;
}
#nav li:hover ul.subs {
	display: none;
}
#nav li #s1:target + ul.subs,  #nav li #s2:target + ul.subs {
	display: block;
}
#nav ul.subs > li {
	display: block;
	width: auto;
	padding: 5px 2%;
}
#nav ul.subs > li:last-child {
	padding: 0 2%;
}
}
 @media (max-width: 600px) {
#logo {
	padding: 6% 4%;
}
.ai-mark {
	color: #92cb59;
}
.ai-logo {
	color: #333333;
}
#logo {
	width: 92%;
}
#top-nav, #search {
	padding-top: 0;
	float: left;
}
#search {
	padding-left: 4%;
	margin-right: 0;
}
#sitecues {
	float: right;
	padding: 0 4%;
	text-align: right;
	margin-top: 8px;
}
#ai-mobile-menu {
	padding: 3% 4% 2% 4%;
}
#audiences-left .audience-button {
	width: 95%;
	text-align: center;
	font-size: 1.2em;
	margin-right: 0;
	padding: 2%;
}
}
@media (max-width: 500px) {
#wpcf7-f133-p43-o1 input[type="text"], #wpcf7-f133-p43-o1 input[type="email"], #wpcf7-f133-p43-o1 textarea, #commentform textarea, #wpcf7-f324-p318-o1 input[type="text"], #wpcf7-f324-p318-o1 input[type="email"], #wpcf7-f324-p318-o1 textarea, #commentform textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap [type="email"], .wpcf7-form-control-wrap textarea {
	max-width: 240px;
}
ul#menu-contact-toggle li {
	font-size: 15px;
}
}
 @media (max-width: 400px) {
.audience-bottom .auidience-item-content {
	width: 60%;
}
}
