/*  ======================================================
    00. DEBUG
	====================================================== */

/*
.col-1-1 { background-color: #999; }
.col-1-3 { background-color: #ccc; }
.col-2-3 { background-color: #666; }
.col-1-4 { background-color: #f1f1f1; }
*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

/* ==========================================================================
   01. INITILIZR
   Original author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.fade-in { 
    opacity: 0; 
    bottom: -1rem;
    transition: opacity 1s ease-out, bottom 1.25s cubic-bezier(0.39, 0.58, 0.58, 1); 
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	/*font-family: 'open_sanslight';		*/
    
}
html, button, input, select, textarea {	
/*    font: "proxima-nova";*/
}
body {
/*    font: 18px/24px "proxima-nova", Helvetica, Helvetica Neue, Arial;	  */  
	color: #777777;
	background: #fff;
	margin: 0;
	padding: 0;	
    background-image: url(../images/bg-grey-slant.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
p, ul, ul li, ol, ol li {
		
/*	font-size: 18px; */
	line-height: 1.5em;
}
iframe {
    max-width: 100%;
}
ul {
    margin: 1rem 0 2rem 1.2em;
    padding: 0;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 1rem 0 2rem 1.2em;
    padding: 0;
}
ol li {}
ol li ol {
	margin-left: 8px;
}

/*ul li {
	height: 15px;
    margin: 0 0 1em 0;
    background: url(../img/blue-dot.png) no-repeat left center;
    list-style: none;
    padding-left: 25px;
    line-height: 1em;
}*/



p.large {
    font-size: 2rem;
    line-height: 2.25rem;
    font-style: italic;
}
html,
button,
input,
select,
textarea {
    color: #373334;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  color: #373334;
  padding: 10px 5px;
  width: 100%;
  border: 1px solid #ccc;
  /*box-shadow: inset 0 0 5px 2px rgba(0,0,0,.15);*/
}
select {
/*    border-color: #4e6cff;*/
}

input[type="radio"] { margin-right: 1em; }
label { cursor: pointer; font-weight: bold;}
input[type="submit"] {
text-transform: none;
    font-size: 14px;
    padding: .75em 3em;
	background: #4e6cff;
  color: #fff;
  border: none;    
  cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	  
}
input[type="submit"]:hover {
	background: #919819;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;		
}

html {
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

.uppercase { text-transform: uppercase !important; }
.inline-block { display: inline-block !important; }
.overflow-hidden { overflow: hidden; }
.careers-container {
background: #efefef;
    padding: 1em 3em;
	margin: 0 0 3em 0;	
}
.grey-text { color: #ada8a8 !important; }
.post-meta { margin-bottom: .5em; /*border-bottom: 1px solid #ccc; */padding-bottom: 1em;}

article.news-post {
	padding: 2em 0;
    border-bottom: 1px solid #ccc;
}
article.news-post h2 a {
	color: #373334;
    text-decoration: none; 
    font-size: 24px;    
	margin: 0;
}
article.news-post p { margin-top: 0; }

.social-share--label { margin: 0 0 .5rem 0;}

/* ==========================================================================
   02.	FULL SCREEN SEARCH CODE
   ========================================================================== */

/**
* Reset
* - Prevents Themes and other Plugins from applying their own styles to our full screen search
*/
.search-label {
    color: #fff;
    margin-bottom: .25rem;
    display: block;
}
.search-icon a {
    background-image: url(../images/icon-search.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    text-indent: -999999px;
    width: 30px;
    height: 27px;
    margin: 4px 0 0 0 !important;
}
#mobile-nav .search-icon a {
    width: 30px !important;
    background-position: 30px !important;
}
#full-screen-search #searchsubmit { display: none;}
#full-screen-search,
#full-screen-search .bg-overlay,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form div,
#full-screen-search form div input,
#full-screen-search form div input.search,
.bg-overlay--body {    
    background:none;
    border: none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    float:none;
    font-size:100%;
    height:auto;
    letter-spacing:normal;
    list-style:none;
    outline:none;
    position:static;
    text-decoration:none;
    text-indent:0;
    text-shadow:none;
    text-transform:none;
    width:auto;
    visibility:visible;
    overflow:visible;
    margin:0;
    padding:0;
    line-height:1;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: opacity 0.2s linear;
}
 
/**
* Background
*/
#full-screen-search {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;    
    overflow: hidden;
    /**
    * Add some CSS3 transitions for showing the Full Screen Search
    */
    transition: opacity 0.2s linear;
}
#full-screen-search.open .bg-overlay {
    background: rgba(0,0,0,.8);
    z-index: 11111111;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.bg-overlay--body {
    transition: opacity 0.2s linear;
    background: rgba(0,0,0,.6);
    z-index: -1;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.bg-overlay--body.active {
    visibility: visible;
    opacity: 1;
    z-index: 111111;
    transition: opacity 0.2s linear;
}

#full-screen-search.open .bg-overlay,
.bg-overlay--body.active {
    visibility: visible;
    opacity: 1;    
}
/**
* Display Full Screen Search when Open
*/
#full-screen-search.open {
    /**
    * Because we're using visibility and opacity for CSS transition support,
    * we define position: fixed; here so that the Full Screen Search doesn't block
    * the underlying HTML elements when not open
    */
    position: fixed;
    visibility: visible;
    opacity: 1;
    z-index: 11111112;
    height: 100%;    
    overflow: hidden;
}
#full-screen-search.open .bg-overlay {
    
}
/**
* Search Form
*/
/*#full-screen-search form {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999999;
}*/
 
/**
* Close Button
*/
#full-screen-search.open button.close {
    position: absolute;
    z-index: 11111113;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
}
 
/**
* Search Form Div
*/
#full-screen-search.open form {
    position: absolute;
    width: 50%;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -25%;
    z-index: 11111114;
    
}
 
/**
* Search Form Input Placeholder Color
*/
#full-screen-search form div input::-webkit-input-placeholder {     
    color: #ccc;
}
#full-screen-search form div input:-moz-placeholder { 
    color: #ccc;
}
#full-screen-search form div input::-moz-placeholder {     
    color: #ccc;
}
#full-screen-search form div input:-ms-input-placeholder {     
    color: #ccc;
}
 
/**
* Search Form Input
*/
#full-screen-search.open form div input {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 1rem 2rem;
    font-size: 3rem;
    line-height: 3rem;
    /* We have added our own font color here */
    color:#666; 
}

input#s {
    width: 60%;
    padding: 1rem 2rem;
    border: none;
    display: inline;
    color:#666; 
}
#searchsubmit {    
    display: inline;
    height: 47px;
    border: none;
    padding: 12px 3rem;
    margin-left: 1rem;
    font-size: 18px;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-family: "proxima-nova-extra-condensed";
    font-weight: bold;
    text-transform: uppercase;
}
/* ==========================================================================
   02.	WORDPRESS THINGS
   ========================================================================== */
ul.page-numbers li {
    display: inline-block;
}
ul.page-numbers li a {  
    padding: .125em 2px;
/*    border: 1px solid #ccc;*/
	background: #fff;
/*    border-radius: 4px;*/
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
	transition: .2s all;
    color: #8d8d8d;
}

.pagination .prev:before {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 20px;
    color: #8d8d8d !important;
    position: absolute;
    background-color: white;
    transform: rotate(90deg);
    font-weight: 100;
}

.pagination .next:before {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 20px;
    /* width: 15px; */
    color: #8d8d8d !important;
    position: absolute;
    background-color: white;
    transform: rotate(-90deg);
    font-weight: 100;
}

ul.page-numbers li a:hover {  
/*	border: 1px solid #ccc;
    background: #ccc;
	transition: .2s all;*/
    font-weight: 700;

}
ul.page-numbers li .current {      
    color: #8d8d8d;
    font-weight: 700;
    padding: 0 2px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid #0f85bd;
}
.screen-reader-text { display: none; }

.logged-in header,
.logged-in body {
	/*margin-top: 30px !important;*/
}

.title { 
    color: #000;
}

.wp-caption,
img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
    margin: 6px 20px 10px 0;
}
.alignright {
	float: right;
	margin: 6px 0 10px 20px;
}
.aligncenter {
	margin: 1em auto;
	display: block;	
}
.wp-caption {
	/*border: 1px solid #efefef;
	padding: 10px;*/
}
.wp-caption-text,
.wp-caption p {
	margin: .5em 0 0 0;
	color: #999;
	font-size: .825em;
	font-style: italic;	
}
blockquote {
    border-left: 5px solid #5c8a0a;
    padding-left: 2em;
    margin-left: 0;
}

.font-white p {
	color: #fff !important;
}

.tb-close-icon {	display:none; }

#inner-content .col-content-wrapper {
  padding: 3%;
  position: relative;
}
/* blog posts */
.blog  #inner-content {
	padding: 5%;
	color: #666;
}

.nav-previous,
.nav-next {
	color: #666666;
	padding: 5px 25px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	font-size: 16px;
}
.nav-previous {
  float: left;
	margin-bottom: 2em;
}
.nav-next {
	float: right;
	margin-bottom: 2em;
}
/* sidebar */
.sidebar h2 {
    font-size: 24px;
    margin-top: 3em;
}
.sidebar {   	    
    /* overflow: hidden; */
    /* background-image: url(../img/dot-pattern.png); */
    /* background-repeat: repeat; */
    background: #ecf2f6;
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 2rem;    
    margin-right: 6px;
}
.sidebar input[type="submit"] {
    display: block;
    margin: 2rem 0 0 0 !important;
    width: 100%;
    background: transparent;
    border: 1px solid #4e6cff;
    color: #333;
    font-style: italic;
}
.sidebar-content {
	background: transparent;
	padding: 1em;
}
.sidebar h5 {
	margin: 0 0 0 0;
    display: block;
}
.sidebar h5:after {
	/*content: '';
	width: 100%;
	display: block;
	height: 2px;
	background: #deae30;	
    margin-top: .5em;*/
}
.service-icon {
    width:25px;
    float: left;
    margin-right: 1rem;
}
.service-link {
    display: block;
    margin-bottom: .5rem;
    border: 1px solid #fff;
    padding: .5rem;
    transition: all .2s linear;
    text-decoration: none; 
    color: rgba(0,0,0,.7);
}
.service-link:hover {
    border: 1px solid #4e6cff;
    color: rgba(0,0,0,1);
    transition: all .2s linear;
}
.service-link.current {
    border: 1px solid #4e6cff;
    color: rgba(0,0,0,1);
}
.sidebar--icon {
    width: 25px;
    height: auto;
    margin-right: 1rem;
    vertical-align: middle;    
}
.sidebar .margin-bottom { margin-bottom: 1.5em; }
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	margin: 0;
	padding: 0;
}
.sidebar ul li a {
	display: block;
/*	padding: .5em 0;*/
	text-decoration: none;
	font-size: 16px;
/*	font-family: 'open_sanslight';*/
}

.sidebar-hayes-brand {
    background: rgba(0,0,0,.1);
    padding: 2rem; 
    bottom: 0; 
    position: absolute;
}
.sidebar-hayes-brand img {
    max-width: 200px;
    height: auto;
}
.sidebar-hayes-brand h5 a {
    color: #fff;
    text-decoration: none;
    margin-bottom: .5rem !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
    -moz-text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
    text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

.sidebar select {
    border-color: #ecf2f6;
    background: #ecf2f6;
}

.sidebar select:first-child {
/*  display: none; */
}

.sidebar select {
   border:0;
   outline:0;
}

option {
   font-weight: normal;
   display: block;
   white-space: pre;
   min-height: 1.2em;
   padding: 0 2px 1px;
}

/*.blog #main { padding: 0 5% 0 0; }*/
.blog .post { }

/* comments */
#comments
{
font-size:1em;
font-weight:bold;
color:#0084a9;	
}

.commentlist
{
	list-style:none;
}
.comment
{
	list-style:none;
}
.respond-form {
	margin-top: 3em;
	font-size: 14px;
	font-family: open_sanslight;
}
#comment-form-title { font-size: 22px; color: #0084a9; margin: 0 0 .5em 0; }
#authorarea{
background: #eeeeee;
padding: 1em;
overflow:hidden;
color: #333;
margin:0 0 1em 0;
}

.avatar
{
width:100%;
}
.avatar img{
margin:0 auto;
width: 70px;
height: 70px;
display:block;
}
#authorarea p{
color:#333;
font-size:14px;
margin:0;
padding:0;
}
#authorarea p a{
color:#333;
}
.authorinfo{
padding:1em 0 0 0;
display:inline-block;
width:100%;
}


/* ==========================================================================
    TIMELINE	
   ========================================================================== */

.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
    /* font-family: "Georgia",Times New Roman,Times,serif; */
    font-family: "proxima-nova-extra-condensed" !important;
    font-weight: bold  !important;
    text-transform: uppercase  !important;    
}
.vco-storyjs h3 {
    font-size: 28px;
    line-height: 30px;
}
.vco-storyjs p, .vco-storyjs blockquote, .vco-storyjs blockquote p, .vco-storyjs .twitter blockquote p {    
    font: 16px/24px "proxima-nova", Helvetica, Helvetica Neue, Arial !important;    
}
.vco-storyjs .twitter, .vco-storyjs .vcard, .vco-storyjs .messege, .vco-storyjs .credit, .vco-storyjs .caption, .vco-storyjs .zoom-in, .vco-storyjs .zoom-out, .vco-storyjs .back-home, .vco-storyjs .time-interval div, .vco-storyjs .time-interval-major div, .vco-storyjs .nav-container {
    font-family: "proxima-nova-extra-condensed" !important;
    font-weight: bold  !important;
    text-transform: uppercase  !important;    
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content, .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content {
    overflow: visible !important;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag {
    border-bottom-right-radius: 8px;
    background-image: none !important;
    background: #fff;
    width: 153px;
    /*height: 43px !important;*/
    box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3, .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {    
    font-size: 12px !important;    
    margin-top: 9px !important;
    color: #999;    
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3, .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
    color: #666 !important;
}
.vco-storyjs h1, .vco-storyjs h2, .vco-storyjs h3, .vco-storyjs h4, .vco-storyjs h5, .vco-storyjs h6 {
    color: #ccc !important;
}
.vco-timeline .vco-navigation .timenav-background {
    height: 150px;
    background-color: #ededed !important;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
    display: none !important;    
}
.vco-timeline .vco-navigation .timenav .content .marker .dot {    
    background: #ededed !important;
}

/* ==========================================================================
   03.	AUTO ICONS FOR FILETYPES
	small = 32x42
   ========================================================================== */

a[href^="mailto:"]:not(.btn) {
        /* email link */
}

a[href$=".pdf"]:not(.btn) {
	/* PDF file */
	padding-left: 1.5em;
	background-image: url(../images/icons-file-pdf.png);
	background-position: left center;
	background-repeat:no-repeat;
	position: relative;
    display: block;	
}

a[href$=".doc"]:not(.btn) {
	padding-left: 1.5em;
	background-image: url(../images/icons-file-doc.png);
	background-position: left center;
	background-repeat:no-repeat;		
	position: relative;
    display: block;	
}

a[href$=".xls"]:not(.btn) {
	padding-left: 1.5em;
	background-image: url(../images/icons-file-xls.png);
	background-position: left center;
	background-repeat:no-repeat;		
	position: relative;
    display: block;	
}

a[href$=".ppt"]:not(.btn) {
	padding-left: 1.5em;
	background-image: url(../images/icons-file-ppt.png);
	background-position: left center;
	background-repeat:no-repeat;		
	position: relative;
    display: block;	

}

a[href$=".zip"]:not(.btn) {
	padding-left: 1.5em;
	background-image: url(../images/icons-file-zip.png);
	background-position: left center;
	background-repeat:no-repeat;		
	position: relative;
    display: block;	

}

/* ==========================================================================
   03.	TEXT
   ========================================================================== */

/*.light-font {font-family: "proxima-nova"; font-weight: 400; color: #353535; }*/

h1, h2, h3, h4, h5 {
	color: #262525;
    line-height: 1.25em;
	font-weight: 300 !important;
/*	text-transform: uppercase;*/
}

h1 { 
    font-size: 38px; margin: 40px 0 0 0; 
/*    text-transform: uppercase;*/
    position: relative;
    z-index: 0;
/*    display: inline-block;*/
    white-space: nowrap;
color: #99c210;
}
.underline:after {
    content: "";
    height: 20px;
    width: 115%;
    background: #4e6cff;
    display: block;
    position: absolute;
    bottom: 2px;
    left: -6.5%;
    z-index: -1;
}
h1.product-title { margin: 0;}
h2 { font-size: 36px; }
.callout-box h2,
.news-post h2 { line-height: .75em; margin: 0 0 .25em; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; text-transform: none;  display: inline-block;}

a { 
	color: black; 
	text-decoration: underline;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;    
}
/*.home a { 
	color: #373334; 
	text-decoration: none;
}*/
a:hover { 
/*	color: #811722; */
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#logo-title {
    position: absolute;
    max-width: 250px;
}
#logo-title a {
	text-decoration: none;	
}
#logo-title a h1 {
	font-size: 36px;
	line-height: 1em;
	color: #fff;
}




/* ==========================================================================
   04.	PRODUCT CATEGORY
   ========================================================================== */
#product-sidebar {
	margin-bottom: 3em;
	padding-right: 3em;
}
#product-sidebar ul {
	margin: 0;
	list-style: none;
}
#product-sidebar ul li {
	margin: 0 0 1em 0;
}
#product-sidebar ul li a {
/*	font-weight: bold;*/
	font-size: 14px;
    line-height: 1em;
	text-decoration: none;
	color: #666;
	display: block;
}
#product-sidebar li.current  a {
	color: #5c8a0a;    
    font-weight: bold !important;
}
#product-sidebar ul li ul.sub-categories {
	margin-left: .75em;
}
#product-sidebar ul li ul.sub-categories li {
	margin: 0;
}
#product-sidebar ul li ul.sub-categories li:first-child {
	margin-top: .5em;
}
#product-sidebar ul li ul.sub-categories li a {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	padding: .5em 0;
}
.product-options {
	font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    text-decoration: none;
    color: #666;
    display: block;
	margin-bottom: 2em;
}
.options--title {
	background: #5c8a0a;
	color: #fff;
	padding: 1em 2em;
}
.options--section { 
	padding: 1em 2em;
	background: #f2f2f2;
}
.options--section span {
	font-weight: bold;
	margin: 0 0 .5em 0;
	display: block;
}
/* ==========================================================================
   04.	PRODUCT PAGE
   ========================================================================== */
.spec-container {
    margin-bottom: .5rem;
}
.product-spec--label {
    font-weight: bold;
}
sup {
	font-size: .5em;
    font-weight: 400;
}
.single-products a.btn { margin: 1em 0 0 0;}
.hero-sub.sub--technology .page-hero,
.hero-sub.sub--technology .page-hero #slides .slides li .content-container,
.single-product .hero-sub .page-hero,
.single-product .hero-sub .page-hero #slides .slides li .content-container {     min-height: 150px !important; }

.hero-sub.sub--technology .page-hero #slides .flexslider,
.hero-sub.sub--about .page-hero #slides .flexslider,
.hero-sub.sub--product .page-hero #slides .flexslider { background: #616161 !important; }

.single-product  #varGallery #slides .slides li {
    height: 550px;
    opacity: 1;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
#varSpecs .row {
    margin-bottom: 1rem;
}

.download-notes {
    /*font-style: italic;*/
    font-size: 14px;
    margin: 2em 0 0;
    border-bottom: 1px solid #ccc;
}
.download-notes ol li,
.download-notes ul li,
.download-notes p {
	font-size: 14px;
}
.download-notes ul li,
.download-notes ol li{
	padding: .5em 0;
}
/* gallery */
.flexslider.product-gallery {}
.flexslider.product-gallery .slides li {
	box-shadow: none;
}
.flexslider.product-gallery .slides img {
	width: auto;
}
.flexslider.product-gallery .flex-control-thumbs li {
	padding: .5em;
}

.product-summery { margin-top: 2em; }
.teaser {}
.complete { 
	display: none; 	
    max-height: 300px;
    margin-top: -16px;
    overflow-y: scroll;
    position: relative;
	padding: 0 1em 0 0;
}
* .more p { cursor: pointer; font-size: 14px; margin: .5em 0 1em; }

.key-features { margin: 1em 0 2em; }
.key-features h5 { margin-bottom: 0; }

.featured-image { margin-top: 2em; }
 
/* tabs */
#tab-container { margin-top: 3em; }
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: transparent;	
	display: inline-block;
	padding: 1rem 1.5rem;	
	cursor: pointer;
    color: #262525;
    line-height: 1.25em;
	font-family: "proxima-nova-extra-condensed";	
	font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 24px;
}

ul.tabs li.current{
	background: #efefef;
    color: #333;
    border: none;
    margin-bottom: -2px;
    border-bottom: none;	
}

.tab-content{
	display: none;
    background: #fff;
    padding: 2rem 0;
    border: none;
}
.tab-content .tab-content--container {	
    margin-top: -16px;    
    position: relative;
    padding: 1em 2em 1em 0;
}
.tab-content .tab-content--container p:first-child { margin-top: 0; }

.tab-content.current{
	display: inherit;
}

/* related products */
.related-container {
	border: 5px solid #558105;
    padding: 2em;
    box-shadow: 0px 5px 15px rgba(0,0,0,.2);
}
.flexslider.related-slider .slides li { box-shadow: none; }

.related-container h1.product-title {
	color: #373334;
    text-decoration: none;
    font-size: 24px;
    margin: .5em 0 0 0;
}
.related-container .flex-viewport {
    padding-bottom: 2em;
}
.related-container .flex-control-nav {
	position: relative;
}


/* downloads reveal code */
#product-downloads { /*margin-bottom: 5em;*/ }
.documentation--image {
    height: 100px;
    position: relative;
}
.documentation--image img {
	position: absolute;
	bottom: 0;
    max-height: 100px;
}
.reveal-container {}
.reveal-container > h4 {
	display: block;
	margin: 1em 0;	
	padding: .5em 1em;
	background: #558105;
	color: #fff;
	cursor: pointer;
}
.reveal-container--sub {}
.reveal--sub {
	border-bottom: 1px solid #ccc;
}
.reveal--sub > h4 { 
	font-size: 18px; 
	background: transparent;
	color: #262525;	
	margin: 0;
}

.reveal--sub .reveal-content.reveal {}

.reveal-content {
	display: none;
	padding: 0 1em;
	margin-bottom: 1em;
}
/*.result {	
	width: 33.33%;
    margin: 1em 0 2em;
    padding: 0 .5em;
	font-size: 14px;
	float: left;
	min-height: 130px;
}
.result.result--small {
    width: 19.75%;
}*/
/*.reveal-content.reveal { display: block; }*/

/* DOWNLOADS VARIATION */
/*.page-template-page-downloads {}
.page-template-page-downloads .reveal-container {
	border-bottom: 1px solid #ccc;	
}
.page-template-page-downloads .reveal-container > h4 {
	display: block;
	margin: 0;	
	padding: .5em 1em;
	background: transparent;
	color: #262525;
	cursor: pointer;
	border-bottom: none;
	font-size: 16px;
}

.page-template-page-downloads .reveal--sub,
.page-template-page-downloads .reveal--sub > h4 {
	border: none;
}

.page-template-page-downloads .reveal--sub ,
.page-template-page-downloads .perma--reveal {
	display: block !important;
}

.page-template-page-downloads .reveal--sub .result {
	width: 100%;
}*/

.page-template-page-downloads .reveal-container > h4 {		
    margin: .5em 0;    
    background: rgba(0,0,0,.1);
    color: #333;  
	font-size: 16px;
}
.page-template-page-downloads .reveal--sub > h4 {
	font-size: 16px; 
	background: transparent;
	color: #262525;	
	margin: 0;	
}





/* ==========================================================================
   04.	EVENTS & SIDEBAR
   ========================================================================== */
.filter-container {
    background: #ddd;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}
.separator-line {
    width: 100%;    
    height: 2px;
    background-color: #ccc;    
}
.event--callout {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;    
    padding: 2rem 3rem;
}
.event-listing {
	border-bottom: 1px solid #ccc;
    margin: 1rem 0;
    padding: 2rem 0;    
}
.event-listing .col-1-5 {
    margin: 0 auto;
    width: auto;    
}
.event-listing .col-1-5 img {
    max-width: 170px;
}
.event-listing .col-1-6 {
    margin: 0 auto;
    width: auto;    
}
.event-listing .col-1-6 img {
    max-width: 170px;
}
.events a {
    color: #666;
    text-decoration: none;
}
.event--image {
	height: 200px;
}
.event--date {
    float: left;
    width: auto;
	min-width: 85px;
    padding: .5em 1em;
    text-align: center;
}
.event--details {
    float: left;
    padding: 1.25em .5em 0 0;
}
.month,
.year { font-size: 12px; }
.day {
    font-weight: bold;
    font-size: 24px;
}


.upcoming--item {}
.upcoming--item .upcoming---date {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #4e6cff;
    margin-bottom: .25rem;
    padding-bottom: .25rem;
}
.upcoming--item .upcoming---details {
    margin-bottom: 2rem;
}
.upcoming--item .upcoming---details .logo {
    width: 20%; 
    display: inline-block;
}
.upcoming--item .upcoming---details .date {
    width: 25%;
    text-align: center;
    display: inline-block;
}
.upcoming--item .upcoming---details .description {
    width: 50%;
    display: inline-block;
}
/* ==========================================================================
   04.	CAREERS
   ========================================================================== */

#careers-cta {
    margin-bottom: 16rem;
}
#careers-cta h1 { font-size: 3rem; }

/* ==========================================================================
   04.	PRODUCT ARCHIVES
   ========================================================================== */
#intro {
	padding-bottom: 2em;
}
#intro h1 { font-size: 32px; }
.archive-image img {    
    max-height: 250px;
    width: auto; 
    /*padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);*/
}
.product-container {
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.product-container:after {
  content: "";
  flex: auto;
}

.product-container.search{
    width:100%;
}
.product { 
	/*box-sizing: border-box;	
	flex-wrap: wrap;
	position: relative; 
	height: auto;	
-webkit-transition: box-shadow .2s ease;
    -moz-transition:  box-shadow .2s ease;
    -o-transition:  box-shadow .2s ease;
    transition: box-shadow .2s ease;
    -webkit-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.075);*/
    	
}
#order--options {
	display: inline-block;
    width: auto;
    margin-left: 1em;
    padding: .5em 2em;
}
.list--select { margin-left: 1em; }
.list--select,
.grid--select {
	padding: .25em 1em;
    border-radius: 4px;
	background: #fff;
	color: #262525;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;	
	
}
.list--select.selected,
.grid--select.selected {
	background: #262525;
	color: #fff;
	-webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;	
}
.grid--select .icon,
.list--select .icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icons-grid.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: .5em;
}
.grid--select .icon {
	background-position: 0 -20px;
}
.grid--select.selected .icon {
	background-position: 0 0;
}

.list--select .icon {
	background-position: 0 -60px;
}
.list--select.selected .icon {
	background-position: 0 -40px;
}

/*.product--list .product {
    display: block;
    width: 100%;		
    margin: 0 1em 2em;
	padding: 1em;
	border-bottom: 1px solid #eee;	
}*/
.product:hover .product--image {
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);		
-webkit-transition: box-shadow .2s ease;
    -moz-transition:  box-shadow .2s ease;
    -o-transition:  box-shadow .2s ease;
    transition: box-shadow .2s ease;
}
.product--list .product--image {
    float: left;
    position: relative;
    width: 20%;	
	padding: 0 2.5%;
    -webkit-transition: box-shadow .2s ease;
    -moz-transition:  box-shadow .2s ease;
    -o-transition:  box-shadow .2s ease;
    transition: box-shadow .2s ease;
}
/*.product--grid .product {
	display:inline-block;
	float: left;
	width: 22.5%;	
	margin: 0 1.25% 2em;
	padding: 1em;
	border: 1px solid #fff;	
}
.product--grid .product--image {
    float: none;
    position: relative;
    width: 100%;	
	margin-bottom: 1em;
	padding: 0 2.5%;
}
.product--grid .product--description { 
	display: block; 
    float: none;
    position: relative;
    width: 100%;	
	padding: 0 2.5%;	
}*/
.product--grid .product---desc { display: none; }

.vertical-center.product--btn {
    position: absolute !important;
    width: 90% !important;    
    display: none;
    opacity: 1;
}

.product--grid .product:hover .product--btn {
    display: flex;
    opacity: 1;
}
.product--btn .btn {
    display: inline-block;
    left: 5%;
    position: relative;
    width: 90%;
    text-align: center;
    -webkit-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 27px -3px rgba(0,0,0,0.25);	
}

.product--archive .category--item .product--image {
    overflow: hidden;
    max-height: 300px;
}
.product--archive .category--item .product--btn .btn {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom-right-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
	box-shadow: none !important;
}
.product--archive .category--item .product--btn { 
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: -1rem;
    right: -1rem;
    transition: bottom .2s linear;    	
}
.product--archive .category--item .product--btn:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    background: inherit;
    z-index: 0;
    bottom: 30px;    
    transform-origin: left bottom;
    transform: skewY(-3deg);
    
}
.product--archive .category--item:hover .product--btn {
    bottom: -18px;
    transition: bottom .2s linear;
}
.product---title { font-size: 20px; }
.product---title a { 
    text-decoration: none; color: #262525; 
    font-family: "proxima-nova-extra-condensed";
    font-weight: bold;
    text-transform: uppercase;
}
.product---title.search {   }
.product---code { font-size: 16px;}
.product--desc--container{ margin-top: 1em; }
.product---actions {
	margin-top: 1em;
}
/*.product--list .product--description { 
	display: block; 
    float: left;
    position: relative;
    width: 60%;	
	padding: 0 2.5%;	
}*/


.product--list .btn.quick-view { display: none !important; }
.product--grid .btn.quick-view { display: block; }
.product--grid .btn { display: inline-block; }

.product--list .product--desc--container .col-1-3,
.product--list .product--desc--container .col-2-3 {
	
}
.product--grid .product--desc--container .col-1-3,
.product--grid .product--desc--container .col-2-3 {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}

.product--grid .product--image {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ededed;    
    -webkit-transition: all .2s ease;
    -moz-transition:  all .2s ease;
    -o-transition:  all .2s ease;
    transition: all .2s ease;
    transform: scale(1.0);
}

.product--grid .product:hover .product--image {
    border: 0px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition:  all .2s ease;
    -o-transition:  all .2s ease;
    transition: all .2s ease;	
    transform: scale(1.05);
}
.product--overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    background: rgba(255,255,255,.0);
    -webkit-transition: all .2s ease;
    -moz-transition:  all .2s ease;
    -o-transition:  all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.product--grid .product:hover .product--overlay {
    -webkit-transition: all .2s ease;
    -moz-transition:  all .2s ease;
    -o-transition:  all .2s ease;
    transition: all .2s ease;
    opacity: 1;
    background: rgba(255,255,255,.95);
}

.modal {
	position: absolute;
    z-index: -1;
    background: rgba(0,0,0,.0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	

}
.modal.fade {
	background: rgba(0,0,0,.7);
	z-index: 5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	
}
.modal-container {
	width: 70%;	
	/*max-width: 760px;*/
    margin: 0;    
    position: fixed;
    top: 40%;
    left: -35%;
    margin-left: 50%;
	display: none;
}
.modal.fade .modal-container { display: block; }
.modal .product {
	display: block;
    width: 100%;
    margin: 0;
    padding: 2em;
    border-bottom: none;
    background: #fff;
}
.modal .loading {
    position: absolute;
    background: #fff url(../images/loading.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    /* padding: 2em 2em 0 2em; */
}

.product--mapGoogle{
    width: 100%;
    padding-top:60%;
}

/* ==========================================================================
   HOME
   ========================================================================== */
#home-links .panel {
    height: 300px;
}
#home-upcoming .offset--headline {
    background: #fff;
    padding: .5rem 1rem .5rem 3rem;
    margin-bottom: -40px;
    margin-left: -15px;
    position: relative;
    z-index: 5;
    max-width: 50%; 
}
#home-upcoming .panel { 
    padding: 5rem 0 3rem;
    height: auto;
}
#home-upcoming .panel a { text-decoration: none; color: #333;}
.card { background: #fff; margin-bottom: 2rem;}
.card--hero { 
    height: 150px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.card--content { padding: 1rem 2rem; font-size: 14px; }
.card--content img { 
     height: auto;
    width: 80%;
}

.footer-square-left {
    background: url(../images/footer-squares-left.png);
    height: 550px;
    width: 320px;    
    max-width: 1080px;
    position: absolute;
    z-index: -1;
    top: -200px;
    left: 0;
    background-size: inherit;
    background-repeat: no-repeat;
}
.footer-square-right {
    background: url(../images/footer-squares-right.png);
    height: 550px;
    width: 320px;    
    max-width: 1080px;
    position: absolute;
    z-index: -1;
    top: -270px;
    right: 0;
    background-size: inherit;
    background-repeat: no-repeat;
}
#home-about {
    padding: 5rem 0 0;    
}
.greyLine {
    background: #a6a6a6;
    height: .5px;
    width: 100%;
    margin-top: 5rem;
}
#home-about h1 { margin-bottom: 1rem; }

#categories { margin-top: 3em; }
#categories.section-content { margin: 2em 0; }
/* category lists */
.cat-container {
  display: flex;
	  flex-wrap: wrap;
}
.cat--result {
  	flex-grow: 1;
	margin: 0 auto 1em;
	text-align: center;
	display: inline-block;
	width: 20%;	
	max-width: 150px;
	padding: 2em;
}
.cat--result:hover a {
    color: #4e6cff;
}

.cat--result .cat---image,
.cat--result .cat---title { 
    display: block; 
    position: relative; 
    font-family: "proxima-nova-extra-condensed";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.cat---title { margin: 1em 0 0 0; }
.cat---title a { 
    color: #373334;
    text-decoration: none; }
.cat---image {
    height: 120px;
    overflow: hidden;
}
.cat---image a { display: block; height: 100%;     position: relative;}
.cat---image img {
    height: auto;
    /*width: 100%;*/
    max-height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;    
}
.cat---image.light-dark img {
    height: auto;    
    max-height: 150px;
    position: absolute;
    max-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
.cat---image.light-dark img.image--light { z-index: 1; }
.cat---image.light-dark img.image--dark { z-index: 2; }

.cat---image.light-dark:hover img.image--light { 
    z-index: 2; 
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.cat---image.light-dark:hover img.image--dark { 
    z-index: 1; 
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.cat---image.light-dark a {
    border-bottom-right-radius: 20px;
}
.cat---image.light-dark a:hover {
    background: #4e6cff;    
}
.market-icon.content-container {
    max-width: 1700px;
}

#news-buy { margin-top: 3em; }
#news-buy h3 { margin-left: 1em; }
.callout-box { 
    background: #eee;
    padding: 1.5em 2em 2em;       
	margin: 3em 0;
}
.callout-box .box--image {
	height: 250px;
	width: 100%;
	overflow: hidden;
    margin: -50px 0 0 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}
.callout-box .box--image img {
	width: 100%;
	height: auto;
}
.callout-box .box--caption {
	background: #fff;
	padding: 1em;
	height: 200px;
	position: relative;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}
a.view-all {
	font-size: 16px;
    font-weight: 800;
    color: #373333;
    text-decoration: none;    
    display: block;
    margin: .5em 0;
}
.callout-box a.view-all {
    margin: 3em 0 0 0;
	position: absolute;
	bottom: 1em;
}
a.view-all:after {
    content: "";
    background: url('../images/icon-btn-arrow.jpg') no-repeat center center;
    height: 22px;
    width: 22px;
    display: inline-block;
    margin: 0 0 -5px .75em;
    -webkit-transition: margin .2s ease;
    -moz-transition: margin .2s ease;
    -o-transition: margin .2s ease;
    transition: margin .2s ease;	
}
a.view-all:hover {
    color: #d45e35;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;	
}
a.view-all:hover:after {
    margin: 0 0 -5px 1em;
    -webkit-transition: margin .2s ease;
    -moz-transition: margin .2s ease;
    -o-transition: margin .2s ease;
    transition: margin .2s ease;	
}
.callout-box h2 a {
	color: #373334;
    text-decoration: none;
    font-size: 24px;    
	margin: 0;
}
a.category { 
	padding-left: .25em; 
	color: #373334;
    text-decoration: none;
}
a.category:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-left: .5em;
	margin-right: .125em;
}

/* ==========================================================================
   04.	SUPPORT
   ========================================================================== */
.support-doc--sidebar {}
.support-doc--sidebar a {
	display: block;
	margin-bottom: 1.25em;
	text-decoration: none;
}
.support-doc--sidebar a span {
    display: block;
    font-size: .75em;
}
.conformity { background: #ebebeb; padding: 1em; margin: 2em 0; }
.conformity h4 {
	font-size: 18px;
	margin: 0 0 .5em 0;
}

/* ==========================================================================
   04.	CONTACT / SUPPOR CONTACT
   ========================================================================== */
.nf-before-form-content {
    margin-bottom: 1rem;
}
.cta-support {    
    background: #5c8a0a;
    color: #fff;
    padding: 1em;
	margin-bottom: 3em;
}
.cta-support h5 { 
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.cta-support p {
	margin: 0;
}
/* ==========================================================================
   04.	BUTTONS
   ========================================================================== */

/*a.btn { display: inline-block; }
input[type="submit"],
.btn {
    word-break: initial;
    font-family: "proxima-nova-extra-condensed";	
	font-weight: bold;    
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 1em .5em 0 0;
    background-color: #4e6cff;
    border-radius: 0;    
    color: #fff;
    text-decoration: none;
    padding: .5em 2.5em;
    font-size: 18px;
    cursor: pointer;        
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}*/
input[type="submit"] {
    margin: 0 0 2em 0;
}
input[type="submit"]:hover,
.btn:hover {
	border: none;
	background:#903313;
	color: #fff;	
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	
}
.btn-slanted, .slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn-slanted--content, .slanted--content {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
}
.btn.btn-large { padding: 1rem 4.5rem; font-size: 1rem;}

.document .btn {
    padding: .25rem 2rem;
    font-size: 16px;
    margin-top: 1rem;
}
.btn.outline {
	border: 1px solid #4e6cff;
    background: transparent;
	color: #333; 	
}
.btn.outline:hover {
	border: 1px solid #4e6cff;
	background: #4e6cff;
	color: #fff;
}
.btn.outline.white { border-color: #fff;}
.btn.outline.white:hover { border-color: #d45e35; background: transparent; }

.btn.black-bg {
    background-color: #333;
    color: #fff;
}
.btn.white-bg {
	background: #fff;
	color: #d45e35; 	
}
.btn.white-bg:hover {
	background: #d45e35;
	color: #fff;
}
.btn.white-bg { border-color: #fff;}
.btn.white-bg:hover { border-color: #fff; color: #fff; background: transparent; }
.btn.btn--block { display :block; }

.btn.btn--text {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    margin: 1em 0;
}
a.btn.btn--text:after {
	content: '>';
    color: #fff;
    display: inline-block;
    padding: 0 .5em;
    font-weight: bold;
    background: #d45e35;
    margin-left: 1em;
}
.link a {
	text-decoration: none;		
}
a.circle:hover .right{
  border: 3px solid #c82e3e;
  background: #c82e3e;
  margin-left: 1em;
     -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a.circle:hover .right:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
     -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
a.circle .right {
  text-align: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0,0,0,.075);
  background: transparent;
  border-radius: 50%;
  margin-left: .75em;
   box-sizing: initial;
      -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	vertical-align: middle;
}

a.circle .right:after {
  content: '';
	display: inline-block;
  margin-top: 11px;
  margin-left: 11px;
  width: 4px;
  height: 4px;
  border-top: 3px solid #c82e3e;
  border-right: 3px solid #c82e3e;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
     -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


/* ==========================================================================
   04.	GLOBAL SETTINGS / INTERACTION CLASSES
   ========================================================================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInLeft, .fadeInRight {
	opacity: 0;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;

    transform: none;
  }
}

.fadeInLeft.start {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight.start {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


fb-like > span { width: 100% !important; }
 
.text-left { text-align: left !important; }  
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }  

.text-white { color: #fff !important; }
.float-right { float: right !important; }

.margin-center { margin: 0 auto !important; }
.col-2-3.margin-center { float: none; }
.margin-left { margin-left: 1em; }
.margin-top { margin-top: 1em !important; }
.margin-top-2x { margin-top: 2em !important; }
.margin-top-2x-lg { margin-top: 3em !important; }
.margin-top-3x { margin-top: 5em !important; }
.margin-bottom-extra-small { margin-bottom: .5em !important; }
.margin-bottom-sm { margin-bottom: 1em !important; }
.margin-bottom { margin-bottom: 2em !important; }
.margin-bottom-2x { margin-bottom: 3em !important; }
.margin-bottom-3x { margin-bottom: 4em !important; }
.margin-bottom-xl { margin-bottom: 5em !important; }
.margin-bottom-xxl { margin-bottom: 7em !important; }
.margin-bottom-xxxl { margin-bottom: 10em !important; }
.margin-right { margin-right: 1em; }
.margin-right-2x { margin-right: 2em; }
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding { padding: 0 !important;}
.no-padding-bottom { padding-bottom: 0 !important; }
.no-radius { border-radius: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.border-top {
    border-top: 1px solid #0f85bd; 
    margin-top: 2rem;
}

.col-1-1 .no-padding,
.col-1-2 .no-padding,
.col-1-3 .no-padding,
.col-1-4 .no-padding,
.col-1-5 .no-padding,
.col-2-3 .no-padding,
.col-2-4 .no-padding,
.col-2-5 .no-padding,
.col-3-4 .no-padding,
.col-3-5 .no-padding {
    padding: 0 !important;
}

.half-margin-v { margin: .5em 0; }
.no-min { min-height: 0 !important; }

.inline { display: inline; }

.sep {
	background: #5c8a0a;	
	height: 1px;
	width: 100%;
	max-width: 570px;
	display: block;
	margin:1em auto;
}

.bg-overlay {
    width: 100%;
    height: 100%;	
    position: absolute;
    z-index: 0;	
	background-color: rgba(0,0,0,.7);
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;	

}
.grid:hover > .bg-overlay { 
	background-color: rgba(239,96,0,0.87);    
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;		
}
.grid.sticky .bg-overlay {
	background-color: rgba(0,0,0,.8);	
}

/* core colors */
.white { color: #fff !important; }
.green { color: #afb81d !important; }
.dark-blue,
.blue { color: #29b3ff !important; }
.light-blue { color: #78bed1 !important; }
.grey { color: #8c8c8c !important; }
.black { color: #000 !important; }

.white-bg { background-color: #fff; }
.green-bg { background-color: #afb81d; color: #fff; }
.dark-blue-bg { background-color: #0084a9 !important;  color: #fff;  }
.light-blue-bg { background-color: #78bed1 !important; }

.clickable { cursor: pointer; }
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.bx-wrapper { max-width: none !important; }
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.sponsor-container { position: relative; width: 100%; }
.sponsor-container .shadow {
	position: absolute;
	z-index: 111;
	width: 100%;
	top: 0;
	left: 0;
	height: 80px;
 -webkit-box-shadow: inset 65px 0px 45px -25px rgba(255,255,255, 0.85), inset -65px 0px 45px -25px rgba(255,255,255, 0.85);
    -moz-box-shadow: inset 65px 0px 45px -25px rgba(255,255,255, 0.85), inset -65px 0px 45px -25px rgba(255,255,255, 0.85);
    box-shadow: inset 65px 0px 45px -25px rgba(255,255,255, 0.85), inset -65px 0px 45px -25px rgba(255,255,255, 0.85);	
}

.page-template-page-sponsors .sponsors { margin-top: 3em; }
.page-template-page-sponsors .sponsor-container .col-1-4 { margin-bottom: 2em; padding: 0 1em; }

.bg-grey {
	background-color: #ddd;
}
table {
	width: 100% !important;
	height: auto;	
	margin-bottom: 2em;
	text-align: left;
	background: #fff;
	/*border: 1px solid #ededed;*/
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;		
	color: #2e2e2e !important;
}
table tbody {}
table thead {
    background: #5c8a0a;
    color: #fff;
}
.ui-widget-header {
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    /*border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;*/
    color: #fff;
}
h2.tribe-events-page-title { text-align: left; }
table thead tr {}
table thead tr td {
	padding: 1em 1.5em;
	font-size: 16px;
	

}
/*table thead tr td:nth-child(1) { width: 25%; }
table thead tr td:nth-child(2) { width: 50%; }
table thead tr td:nth-child(3) { width: 25%; }*/				

table tbody tr {}
table tbody tr td {

	font-size: 14px;
	line-height: 20px;
	padding: 1em 1.5em;
}
table:not(.no-alt) tbody tr:nth-child(even),
.document:nth-child(even) {
	background-color: #ededed;
}
table h5 { margin: 0; }

table p { font-size: 14px;}

.section-content  {
    margin: 5rem 0px;
}
.home #hero.section-content  {
    margin-top: 0;
    min-height: 700px;
}
/*.branded-site.home */
#hero.section-content {
    margin-bottom: 0;    
}
/*.page-template .section-content { margin-bottom: 5em; }*/
.page-template-page-downloads.page-template .section-content { margin-bottom: 1em; }

#breadcrumbs {
    margin: 1.5em 0;
    font-size: 12px;
    color: #333;
}
#breadcrumbs a {
	color: #333;
    font-weight: bold;
    font-size: 12px;    
    padding-bottom: .25em;            
    margin-right: .5em;
}
#breadcrumbs span { /*margin-left: .5em;*/ }
#breadcrumbs span span span, #breadcrumbs .breadcrumb_last { margin-left: .5em; }

/* ==========================================================================
   05.	ABOUT
   ========================================================================== */

.about-image {
	background: #eee;
	padding: 1.5em 2em 1em;
	margin-top: 3em;
	font-size: 12px;
}
.about-image img {
	margin: -50px 0 .5em 0;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}
.about-phrase {
	color: #5c8a0a;
    font-weight: bold;
    margin: 1.5em 0;
    position: relative;
    
    padding: 1.5em 2em 1em;
    display: block;
    font-size: 1.0125em;
}
.testimonial--logo img {
    max-width: 400px;
    margin: 2rem 0;
}
.testimonial--container.panel {
  padding-bottom: 10rem;   
}
/* ==========================================================================
   05.	ABOUT - STYLES
   ========================================================================== */

#dual-callout {
    background: #ededed;
    padding: 5rem 0;
}
#dual-callout h2 {
    margin-top: 0;
}
#dual-callout .col-1-2:first-child {
    border-right: 3px solid #4e6cff;
}

/* ==========================================================================
   05.	CAREERS
   ========================================================================== */
.open-position--header {
    margin-top: -5rem;
    background: #fff;
    padding: 1rem 3rem;
}
.open-position--header h5 {
    font-size: 36px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: -10px !important;
}
.open-position--header h4 {
    font-weight: 100;
    font-family: "proxima-nova", Helvetica, Helvetica Neue, Arial;
    font-size: 40px;
}
.border-blue {
    border: 1px solid #4e6cff;
    padding: 2rem 3rem;
    max-width: 360px;
    margin: 2rem auto 0;
}
.callout--blue { 
    background-color: #4e6cff;
    color: #fff;    
    padding: 1.5rem 2rem;
    font-size: 24px;
    text-transform: uppercase;    
}

/* ==========================================================================
    DOCUMENTATION
   ========================================================================== */
.document {
    padding: 2rem !important;    
}

/* ==========================================================================
   05.	SPONSORSHIP
   ========================================================================== */
.orange-dash {
    display:block;
    width: 100px;
    height: 8px;
    background: #ef4a23;
    margin: 5rem 0;
}
#sponsored-rider h3 {
    margin: 0 0 1rem;
    text-transform: uppercase;
}
#sponsored-rider h4 {
    margin: 0 0 .5rem;
    text-transform: uppercase;
}
#sponsored-rider h5 {
    margin: 0 0 3rem;
    text-transform: uppercase;
}
#rider-callout {
    background: #ededed;
    padding: 5rem 0;
    margin-bottom: 2rem;
}
#rider-callout .content-container {
    position: relative;
    z-index: 2;
}
#rider-callout .light-text {
    color: #fff;
}
#rider-callout .bg {
    background-image: url(../images/rider-dirt-bg.jpg);
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
}
/* ==========================================================================
   05.	LEADERSHIP
   ========================================================================== */
.leader {}
.leader h2 {
    margin: 0;
    color: #d45e35;
    font-size: 2rem;
}
.leader h3 {
    margin: 0;
    color: #ccc;
    font-size: 1.5rem;
}
.leader a {
    color: #ccc;
    text-decoration: none;
}


/* ==========================================================================
   05.	NEWSLETTER SIGNUP FOOTER
   ========================================================================== */
#newsletter-signup {
	background: #fff url('../images/bg-newsletter.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#newsletter-signup h3 {
	color: #fff;
	margin: 0;
}
#newsletter-signup button {
	border: 1px solid #d45e35;
    outline: none;
    margin: 1em .5em 0 0;
    background-color: #d45e35;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    padding: .5em 1.5em;
    font-size: 16px;
    cursor: pointer;
    
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#newsletter-signup .newsletter--bg {
    background: #0a0a0a url(../images/bg-newsletter-container.jpg);
    background-position: bottom right;
    background-repeat: repeat-x;
    color: #fff;
    margin: 2em 2.5% 3em;
    padding: 2em 1em;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}
#newsletter-signup #fieldName,
#newsletter-signup #fieldEmail {
	border-radius: 4px;
	border: none;
}

/* ==========================================================================
   05.	GRID
   ========================================================================== */

.grid {
    width: 100%;
    height: 320px;
    margin-bottom: 2rem;
    background: #ccc;
	overflow: hidden;
	position: relative;	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);	*/
}
.grid a { 
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;	
}
.grid .meta {
    width: 100%;
    padding: 17%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    left: 0;
    z-index: 100;
    text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.90);
    text-decoration: none;
	font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    
}
.grid .meta .meta-action {
	
	font-size: 16px;
	margin-top: 1em;
}
.grid .meta .meta-action img { margin-left: .5em; width: 18px;    height: auto;}

.grid:hover .meta,
.grid .meta.show-text {
	opacity: 1;	    
}
.grid .meta.show-text h1 {
    font-size: 32px;
    display: block;
    margin-top: 1.5rem;
}
.grid .meta.show-text img {
    width: 100px;
}
.term-bicycle .grid .meta.show-text img {
    width: 150px;
}
.grid a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 0px solid transparent;
		transition: all .3s ease;
}
.grid:hover a:before {
    /*border: 7px solid #0054a3;*/
	transition: all .3s ease;
}
.grid-shadow {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.6);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: -2;
}
.grid.blue-gradient {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1e5799 0%, #001e82 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#001e82 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #1e5799 0%,#001e82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#001e82',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.grid.grey-gradient {
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6d6d6d 0%, #505050 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6d6d6d 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6d6d6d 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#505050',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.grid .show-text {
	color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.30);
    
}
.show-text span {
    font-size: 24px;
    
    text-transform: lowercase;
    display: block;
    margin-top: .35em;
}
.grid.image {
	background-size: cover;
	background-position: center center;	
	transition: all .3s ease;
	transform: scale(1.0);
}
.grid.image:hover {
	transition: all .3s ease;
	transform: scale(1.1);	
	cursor: pointer;
	z-index: 10000;
	box-shadow: 0 45px 100px rgba(0,0,0,0.4), 0 16px 40px rgba(0,0,0,0.4);
}
.grid.b-and-w {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
   filter: grayscale(100%);
}
.grid.b-and-w:hover {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
   filter: grayscale(0%);  
}
.grid .case-study {
	background: #0054a3;
	color: #fff;
	padding: .75em 1.25em;
	position: absolute;
	top: 5%;
	font-size: 14px;
	right: 5%;
	opacity: 1;
	transition: all .3s ease;
	
}
.case-study img {
	margin-left: .5em;
    width: 20px;
    height: auto;
    vertical-align: bottom;	
}
.grid:hover .case-study {
	opacity: 0;
	transition: all .3s ease;

}

.regular .grid,
.case .grid,
.vert-rect .grid,
.hor-rect .grid { width: 100%; height: 100%; }

/************************************
 *
 * HERO / FLEXSLIDER
 *
 ************************************/

.no-hero {
	margin-top: 120px;
}
.page-hero {
    position: relative;
    overflow: hidden;
}

/* slanted mask */

.page-hero,
.page-hero #slides .slides li .content-container {
    height: auto;
    min-height: 300px;
    z-index: 2;
}
.page-hero #slides .slides li .content-container {
    z-index: 3;
}
.page:not(.home) #hero {
    height: 300px;
    background: #666;
}
.page:not(.home) #hero li , 
.page-hero #slides li {
    position: relative;
}


.hero-sub {
    background: #ededed;
    text-align: center;        
}
.hero-sub p { 
    font-size: 1.125rem;
}
/*.hero-sub.sub--technology .slide--content { text-align: left; }*/

.hero-sub .flexslider h1 { display: none; }
.hero-sub .page-hero #slides .slides li .content-container,
.page:not(.home) .hero-sub  #hero,
.hero-sub .flexslider .slides {
    height: 150px !important;
    min-height: 150px !important;
}
.hero-sub .margin-bottom {
    margin-bottom: 3rem !important;
}

#slides .flexslider { background: #616161; }
#slides .slides li { 
    box-shadow: none;     
    position: relative;
}

.slide-squares {
    background: url(../images/home-hero-squares.png);
    height: 100%;
    width: 100%;
    max-width: 1080px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    opacity: 0;
    background-size: inherit;
    background-repeat: no-repeat;
}
.home--slide-overlay {    
    background-image: url(../images/bg-gradient-ltr.png);
    background-repeat: repeat-y;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-position: -35% 0;
    right: -105%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.flex-active-slide .slide-squares {
    opacity: 1;    
    transition: opacity 1s;    
}

.home #slides .slides li .content-container {
    height: 500px;    
}
#slides .promo-slides .slides li .content-container {
    height: 250px;    
}

.slide--content {   
    margin-top: 70px; 
    width: 100%;
    position: relative;
/*    bottom: 3rem; */
    z-index: 5555555;
    color: #FFFFFF;
	top: 40%;
}

.slide--content h1 {
    line-height: 1.1;
}

#slides h1 {
    color: #fff;

}
#slides p { 
    font-size: 18px; 
    color: #fff !important;

}
#slides .btn {
	margin-top: 1em;
}

.flexslider-controls,
.wrapper {
    width: 90%;
    margin: 0 5%; 
} 



.tech--icon img {
    max-width: 80px;
    margin-top: 1rem;
}
/************************************
 *
 * SECTION PANELS
 *
 ************************************/
section { position: relative; }
.panel .content-container {z-index: 2;}
.panel {
    height: 350px;
    background: #616161;
    padding: 5rem 0;
    margin-bottom: 1.5rem !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    position: relative;
    overflow: hidden;
    /*background-size: 100%;
    transition: background-size 10s linear;*/
}
.panel.text-overlay {
    height: auto;
    color: #fff !important;
}
.panel.slanted--right:after {
    content: "";
    border-bottom: 49.58vw solid #fff;
    border-left: 110px solid transparent;
    border-top: 43px solid transparent;
    bottom: -43px;
    position: absolute;
    right: -38px;
}
.panel.slanted--right---bottom:after {
    content: "";
    border-top: 49.58vw solid #fff;
    border-left: 110px solid transparent;
    border-bottom: 43px solid transparent;
    bottom: -43px;
    position: absolute;
    right: 0px;
}
.panel.slanted--left:after {
    content: "";
    border-bottom: 49.58vw solid #fff;
    border-right: 110px solid transparent;
    border-top: 43px solid transparent;
    bottom: -43px;
    position: absolute;
    left: -38px;
}
.panel.slanted--left---bottom:after {
    content: "";
    border-top: 49.58vw solid #fff;
    border-right: 110px solid transparent;
    border-bottom: 43px solid transparent;
    bottom: -43px;
    position: absolute;
    left: 0px;
}
/*.panel:after {
    content: "";
    background-image: url(../images/bg-gradient-ltr.png);
    background-repeat: repeat-y;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -25%;
    right: 0;
    bottom: 0;
    z-index: 1;
}*/
.panel:hover {
    /*background-size: 105%;
    transition: background-size 10s linear;*/
}
.branded-site.home .panel {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 8rem 3rem;
}
#callout-panels .panel:last-child { margin-bottom: 0; }
.panel h1, .panel p {    
    color: #fff;
    font-size: 48px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.90);    
}
.panel p { font-size: 1.25rem; }
.panel .btn,
.home .flexslider .btn {
    background-color: #fff !important;
    color: #000;
}
.panel .btn:hover,
.home .flexslider .btn:hover {
    background-color: #4e6cff !important;
    color: #fff;
}

.flex-container {
    display: flex;
}
.flex-container .flex-panel {
    margin: 0 auto 1.5rem;
    width: 47.5%;
    height: 350px;
    position: relative;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.flex-panel .panel--logo {
    text-align: center;        
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.flex-panel .panel--logo img {
    max-width: 75%;    
}
.flex-panel .panel--description {
    display: none;
}



/************************************
 *
 * GRID
 *
 ************************************/

.image-grid.content-container {
    margin-top: .75% !important;
}

.full-width { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-content-wrapper {
	position: relative;
    padding: 0 2em;
	width: 100%;
}

.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-2-3 {
	text-align: left;
	/*overflow: hidden;*/
    word-break: break-word;
}

/* pushes images up to edge of site container to match designs */
.offset-right { right: -6%; }
.offset-left { left: -6%; }

/* pushes container up to utilize the white space of the hero mask/angle */
.offset-angle.breadcrumb {
    z-index: 5;
    margin-top: -5rem !important;
}

/************************************
 *
 * BOX SLIDER
 *
 ************************************/
.bx-viewport {
	height: 320px;
}
.bx-wrapper .bx-controls-direction a {
	transition: none;	
}

/************************************
 *
 * CALL OUT AREA
 *
 ************************************/
.wrapper.callout { 
	height: 100%;
	width: 100%;
	overflow:  hidden;
	margin: 0 auto 3em;
    background: url(../img/bg-callout.png) center -115% no-repeat;
}

.angle {  
    width: 110px;
    top: 0;
    left: 0px;
    position: absolute;
    height: 0;
    border-top: 600px solid #d0dadf;
    border-right: 300px solid transparent;
}
.wrapper.callout h2 { margin-top: 0; }
.home .wrapper.callout { margin: 3em auto 3em; }







.content-padding {
    /*padding: 0 4rem;*/
}

.col-margins { padding-right: 2.5%;	}


.vertical-top {
	top: 0;
	bottom: auto;
}
.vertical-center  {
	position: relative;
	/*-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	top: auto !important;
	bottom: auto !important;*/
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    
}
.vertical-bottom  {
	top: auto;
	bottom: 0;
}

/* SOCIAL MEDIA ICON THINGS */
.social--link,
.social-links{ 
    text-decoration: none;
}
.social-links a {    
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: inline-block;
    cursor: pointer;
}
svg { pointer-events: none; }
a.social--item .social--icon--svg { 
    fill: #bbb;     
    -moz-transition: fill .5s;
    -webkit-transition: fill .5s;
    transition: fill .5s;        
}
a.social--item:hover .social--icon--svg {
    -moz-transition: fill .5s;
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

/* ==========================================================================
   05.	GRID INTERACTIONS
   ========================================================================== */


/* FULL BACKGROUND IMAGE BOX */
.bg-image {
	background-size: cover;
	background-position: 50% 50%;
	/*-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);*/
}
.bg-image:hover {
	/*-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1.25,1.25);
    -webkit-transform: scale(1.25,1.25);
    transform: scale(1.25,1.25);*/
}




footer .col-1-2 { min-height: 0; height: auto;}




/* HOVER IMAGE */
.hover-image .top,
.hover-image .bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;  
}
.hover-image .top {
	z-index: 2;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;		
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1.0;
	/* Safari 1.x */
	-khtml-opacity: 1.0;
	/* Good browsers */
	opacity: 1.0;
}
.hover-image .bottom {
	z-index: 1;
}
.hover-image:hover .top {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0.0;
	/* Safari 1.x */
	-khtml-opacity: 0.0;
	/* Good browsers */
	opacity: 0.0;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;		
}



.overlay-blue {
	position: absolute;
	background-color: #0084a9;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.overlay-green {
	position: absolute;
	background-color: #a3d900;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.overlay-image {}


.radio-image input[type="radio"] {
    display: none;
}
.radio-image-option {
    border: 3px solid #ddd;
}
.radio-image-option:hover {
    border: 3px solid #bbb;
}
.radio-image-option.selected,
.radio-image-option.selected:hover {
    border: 3px solid #069;
}
.radio-image-caption {
    text-align: center; 
}

/* ==========================================================================
   06.	HEADER
   ========================================================================== */
#global-nav {
    background: #000;
    padding: 0;
    z-index: 11111111;
    font-size: 14px;
    font-family: "proxima-nova-extra-condensed";
    color: #888;
    box-shadow: 0 0px 15px rgba(0,0,0,.5);
}
.global-nav--icon {
    padding: 4px 1rem 0 0;
    width: 100%;
    text-align: left;
}
.global-nav--icon img {
    max-height: 30px;
    height: auto;
}
#global-nav h2 {
    font-size: 16px;
    color: #fff;    
}

#global-nav h3 {
    font-size: 10px;
    color: rgba(255,255,255,.5);
    font-family: "proxima-nova";
    font-weight: 400;
    margin-top: -2px !important;
}
#global-nav ul.menu li ul {
    width: 270px;
}
header { 
	width: 100%;
    background: white;
    padding: .5rem !important;
    position: absolute;
    top: 45px;
    color: #fff;
    /* max-width: 1920px; */
    z-index: 11111;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
header .top-bar {
	background: #fff;
	padding: .75em 0;
}
/* header left, center, right nav float sizes located in responsive code below */
header .header-left-content {
  float: left;
  text-align: left;
  position: relative;
}
header .header-center-content {
  position: relative;
  text-align: center;
  float: left;
}
header .header-right-content {
  position: relative;
  float: right;
  text-align: right;
}	
header .logo {}


.multi-site {}
.multi-site > div {
    float: left;
    margin-right: 1em;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
    font-weight: 400;
    width: 190px;
}
.multi-site > div img {
	width: auto;
	height: 40px;
	float: left;
	margin-right: .5em;	
	display: inline-block;
}
.multi-site > div span {
	
}
.multi-site > div a span {
	text-decoration: none;
	color: #606060;	
}
.has-sub a:after {
    content: " ";
    background: url(../images/icon-navcaret.png);
    display: inline-block;
    width: 22px;
    height: 16px;
    margin: 0 0 -6px 4px;
}
.has-sub .sub-menu a:after {
    display: none;
}
.countdown-content {}
.countdown-content > div {
	width: 190px;
	float: right;
}
.menu-top-nav-container {
	display: inline-block;
}

.phone:not(.wpcf7-form-control-wrap) {
	font-size: 24px;
	padding-left: 1em;
	
	display: inline-block;		
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	margin: .5em 0;
}
.wpcf7-form {
	width: 100%;
	max-width: 550px;
}
.wpcf7-submit { font-size: .825em;}

.main-menu {}
header .menu {} 
header ul.menu,
#global-nav ul.menu,
.hero-sub .menu { 
    text-align: center;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;	
	width: 100%;
    /*background-image: url(../images/header-nav-stripe.jpg);
    background-repeat: repeat-x;
    background-position: center;	*/
}
#global-nav ul.menu,
.hero-sub ul.menu { text-align: left; }
header ul.menu li,
#global-nav ul.menu li,
.hero-sub ul.menu li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
	border-bottom: 0px;	
	height: auto;
    background: transparent;
	padding: 0;
	line-height: normal;
}

header #mobile-nav ul {
    margin-top: 8px;
}

header #mobile-nav ul.menu li {
	display: block;
}
}
header #mobile-nav ul.menu li:hover a {
    color: #fff !important;
    background: rgba(0,0,0,.4); 
    transition: background .2s linear;
}
header #mobile-nav ul.menu li.has-sub a:after {
    display: none;
}
header #mobile-nav ul.menu li:hover ul {
    display: none !important;
}

header ul.menu li a,
#global-nav ul.menu li a,
.hero-sub ul.menu li a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    padding: .75rem 1rem;
    margin: 0;    
    position: relative;
    z-index: 1;    	
    -webkit-text-shadow: 3px 3px 5px  rgba(0,0,0,0.25);
    -moz-text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
    text-shadow: 3px 3px 5px rgba(0,0,0,0.25);	
}
#global-nav ul.menu li a {
    font-size: 16px;
    font-family: "proxima-nova-extra-condensed"; 
    font-weight: bold;
    color: rgba(255,255,255,.85);  
    line-height: 46px;
    padding: 0 1rem;
}
header ul.menu li:first-child,
#global-nav ul.menu li:first-child { margin-left: 0 !important; } 
header ul.menu li:last-child,
#global-nav ul.menu li:last-child { margin-right: 0 !important; }
header ul#menu-top-nav li {
	margin: 0;
}
header ul#menu-top-nav li a {
	font-size: 12px;
	color: #9a9a9a;
	padding: .5rem .75rem;
	color: #fff;
	border: none;
	background: #060606;
}
header ul#menu-top-nav li a:hover {
/*	border: none;
	color: #fff;*/
}

header .mobile ul.menu li a { 
	color: #fff; 
	padding: .75em 1.5em; 
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

header ul.menu li:hover a,
#global-nav ul.menu li:hover a{ 
	color: #4e6cff !important; 
	/*border-bottom-color: #fff;*/
}

.menu-item.home-link a {
    border-right: 1px solid rgba(255,255,255,.3);
}
.menu-item.home-link img {
    height: 30px;
    width: auto;
}
/* current page styles */
header ul.menu li.current-menu-item ,
header ul.menu li.current-page ,
header ul.menu li.current-page-item ,
header ul.menu li.current-page-ancestor  {	
}

header ul.menu li.current-menu-item a,
#global-nav ul.menu li.current-menu-item a,
header ul.menu li.current-page a,
#global-nav ul.menu li.current-page a,
header ul.menu li.current-page-item a,
#global-nav ul.menu li.current-page-item a,
header ul.menu li.current-page-ancestor a,
#global-nav ul.menu li.current-page-ancestor a {
	position: relative;	
	color: #fff;	
	border-bottom-color: #fff;	
}
header .mobile ul.menu li.current-menu-item a,
header .mobile ul.menu li.current-page a,
header .mobile ul.menu li.current-page-item a,
header .mobile ul.menu li.current-page-ancestor a { color: #fff; }

/* sub menu styles */
header ul.menu li ul,
#global-nav ul.menu li ul,
.hero-sub ul.menu li ul { display: none; margin: 0; padding: 0; }
header ul.menu li:hover ul,
#global-nav ul.menu li:hover ul,
.hero-sub ul.menu li:hover ul { display: block; } 
header ul.menu li:hover {}
header ul.menu li ul,
#global-nav ul.menu li ul,
.hero-sub ul.menu li ul {
	position: absolute;
	width: 160px;
	background: #000;
	z-index: 1000;    
    overflow: hidden; /* this hides the hover bg for the hayes corner style */
    -webkit-box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.5);	
}
header ul.menu li ul li,
.hero-sub ul.menu li ul li{
    display: block;    
    margin-left: 0%;
    width: auto;
    padding: 0;
}
#global-nav ul.menu li ul li {
	display: block;    
    margin-left: 0%;
    width: 300px;
    padding: 0 2rem;
    
}
header ul.menu li ul li a,
.hero-sub ul.menu li ul li a{
    display: block;
	color: #fff;
    padding: .5rem 1rem;
    font-weight: normal;
    font-size: 14px;
}
#global-nav ul.menu li ul li a{
	display: block;
	color: #fff;
    padding: 1rem 0;
}
#global-nav ul.menu li ul li a {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
#global-nav ul.menu li ul li:last-child a {
    border-bottom: none;
}
header ul.menu li ul li a:hover {
/*	background: #4e6cff;*/	
}
#global-nav ul.menu li ul li a:hover h2 {
/*    color: #4e6cff;	*/
}

#sdrn_bar .sdrn_ic { margin-top: 8px; }

.mobile-registration {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    left: 0;
    right: 0;
    background: #deae30;
    color: #fff;
    text-align: center;
    padding: 0 .5em;	
	height: 35px;

	line-height: 35px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
}
#sdrn_bar {
    position: fixed;
	background-color: #fff;
	background-repeat: repeat;
    top: 0;
    left: 0px;
    padding: 10px 16px;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 99999;
    overflow: inherit;
    height: 60px;
	-webkit-box-shadow: 0px 10px 27px -13px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 27px -13px rgba(0,0,0,0.25);
box-shadow: 0px 10px 27px -13px rgba(0,0,0,0.25);	
}
#sdrn_bar .bar_logo {
    border: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
    margin-top: -35px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    height: 35px;
    position: absolute;
    left: 2.5%;
    right: auto;
    top: 46px;
}

#sdrn_menu.left ul#sdrn_menu_ul, #sdrn_menu.right ul#sdrn_menu_ul {
    padding-top: 98px !important;
}
#sdrn_bar .menu_title, #sdrn_bar .sdrn_icon_menu {
    color: #4f4f4f;
    float: right;
    margin: 7px 10px 0 0;
}
#sdrn_menu.top {
    top: 60px;
	position: fixed;
    z-index: 498;	
}
#sdrn_menu .sub-menu { background: inherit; }
#sdrn_bar .sdrn_ic span { background: #5c8a0a !important; }
/*  ======================================================
    PAGE SECTIONS
	====================================================== */
.sponsored--rider {}
.sponsored--rider h5,
.sponsored--rider p {
    margin: 0;
    text-transform: uppercase;
}
.sponsored--rider---headshot {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
}
.bg-tires {
    background: url(../images/bg-sponsored-general.png);
    background-repeat: no-repeat;
    background-position: 0px 30px;
    padding-left: 6% !important;
}


/*  ======================================================
    PAGE NAVIGATION
	====================================================== */
.page-navigation ol {
	padding: 0;
	margin: 1em 0 0 0;
}
.page-navigation ol li {
	display: inline-block;
	margin-left: 1em;
}
.page-navigation .bpn-prev-link { margin-left: 0; }
.page-navigation ol li a {
	display: inline-block;
	color: #008dcc;
	padding: 5px 1em;
	border: 1px solid #008dcc;
}
.page-navigation ol li.bpn-current {
	display: inline-block;
	padding: 5px 1em;
	border: 1px solid rgba(0,0,0,.1);
}
.page-navigation ol li a:hover {
	color: #fff;
}

.page-template-page-event h2,
.page-template-page-event h3 { margin-top: 2em; }

.expired {
	text-decoration: line-through;
	color: #ccc;
}

.sub-menu {
	display: flex;
	flex-wrap: wrap;
	background: white;
    margin: 0 0 -30px;
    z-index: 3;
    position: relative;
    transition: none;
    height: 56px;
/*    -webkit-box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 27px -4px rgba(0,0,0,0.25);	*/
}
.sub-menu a {
	margin: auto;
/*    padding: 1em .5em;*/
    text-decoration: none;
    font-size: 18px;
/*    text-transform: uppercase;*/
/*    line-height: 22px;*/
/*    color: #8d8d8d ;*/
/*    transition: none;
    font-family: "proxima-nova-extra-condensed";*/
}
.sub-menu select {
    background: transparent;
    border: none;
    padding: 1em 1.5em;
	text-decoration: none;    
    font-size: 16px;
    line-height: 22px;
	color: #8d8d8d ;
    outline: none;
}
.sub-menu select option {
    background: white;
    border: none !important;
    padding: 1em .5em;
	text-decoration: none;    
    font-size: 16px;
    line-height: 22px;
	color: #8d8d8d ;
    outline: none;
}
header ul.menu li ul.sub-menu li a, 
#global-nav ul.menu li ul.sub-menu li a,
header ul.menu li ul.sub-menu:hover li a, 
#global-nav ul.menu li ul.sub-menu:hover li a
 {
	color: #fff !important;	
}

/* product category screen sub menu */
.bg-orange {
    background: #4e6cff;    
}
.tax-product_cat .sub-menu:not(header) {
    background: transparent;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	   
}

.tax-product_cat .sub-menu:not(header) a {    
    padding: .5em 2em;
    font-size: 22px;
    line-height: 22px;
    color: #fff;    
    font-family: "proxima-nova-extra-condensed";
    font-weight: bold;
    text-transform: uppercase;    
}
.tax-product_cat .sub-menu:not(header) a.current { 
    border-bottom: 15px solid #d45e35;
    margin: 0 auto -15px;
    background: #d45e35;
}
.tax-product_cat .product-cat--image,
.tax-product_cat .product-cat--title {
    display: inline-block;
}
.tax-product_cat .product-cat--title {    
    height: 25px;
    vertical-align: -webkit-baseline-middle;
}
.tax-product_cat .sub-menu:not(header) a img {
    vertical-align: middle;
    margin: 0 1rem 0 0;
    height: auto;
    width: 50px;
}
/*  ======================================================
    MAIN STUFFS 
	====================================================== */

.main article {
	background: #fff;
	padding: 30px;	
	border: 1px solid #dedede;
	border-top: none;
}
.page-template-page-mediacenter-php article { border-top: 1px solid #dedede; }
.home .main {
    padding: 30px;
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;	
}
.main .title,
footer .title { float: none; margin-bottom: 2em;}
.main .title h3,
footer .title h3,
footer h5 { 
    margin: 0 0 .5em 0;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
    color: #fff;
    
}
.main .title h1,
footer .title h1 { 
	text-transform: uppercase;
	position: relative;
	font-size: 1.5em;
	line-height: 1em;
	margin: .25em 0;
}
.main .title span {
	background: #b9b9b9;
	height: 5px;
	width: 40px;
	margin-top: 1em;
	display: block;	
}


footer .title span {
	background: #b9b9b9;
	height: 5px;
	width: 100%;
	margin-top: 1em;
	display: block;	
}
.main aside {
	padding: 0px;
	margin-top: 2.5em;
}
.main aside .widget {}
.widget { 	margin-bottom: 2em; }
.widget .textwidget {padding: 0;}
.widget .textwidget p { 	font-size: 16px; }
.main aside .widget ul {
	background: #fff;	
	border: 1px solid #dedede;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;	
}
.main aside .widget ul li a {
	color: #716d6d;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
.main aside .widget ul li a:hover,
.main aside .widget ul li.current_page_item {
	background: rgba(0,141,204,.2);
	border-left: 7px solid #008dcc;	
}
.main aside .widget .widgettitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #2e2e2e;
	padding: 0;
	width: 100%;
	margin: 0 0 .5em 0;	
}

.main-copy { 
/*  margin: 2em 15%;*/
  color: #666;
}
.main-copy.large {
  font-size: 16px;
}


/* ==========================================================================
   06.	FOOTER
   ========================================================================== */
.footer-background {
    margin-top: 1em;
    width: 100%;
    height: 300px;
    background-image: url(../images/bg-footer.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-cta.footer--callout {
    background: #ededed;
    padding: 5rem 0;
    margin-bottom: 2rem;    
}
#footer-cta.footer--callout h1,
#footer-cta.footer--callout h4{        
    color: #888;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
}
#footer-cta.footer--callout h4 {
    color: #888;    
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

footer {
	background-color: #fff;	
	font-size: 14px;
	padding: 3em 0 0 0;
}
footer p { 	font-size: 16px; }
/*footer .content-container { padding-bottom: 4em;}*/
footer .copyright .content-container { padding-bottom: 0; }

footer div p:first-child { margin-top: 0; }

footer .col-1-1, 
footer .col-1-3, 
footer .col-1-4, 
footer .col-2-3 {
	min-height: 0;
	border: none;
	text-align: left;
	background-color: transparent;
}

footer .copyright {
	clear: both;
	color: #fff;
	font-size: 12px;
	
	font-weight: normal;
	padding: 2em 0;
	background: #111111;
}
footer .copyright a { color: #b2b2b2; }
.contact-brand a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: .5rem;
}
.contact-brand a img {
    margin: 0;
    max-width: 80%;
    text-align: left;
}

.hayes-company {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

footer ul li a:hover {
	/*color: #fff;*/
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	  
	
}
.footer-menu--primary a { font-size: 18px; }

footer .logo {
	float: left;
	width: auto;
	margin-right: 2em;	
	margin-top: -.5em;
}
footer .logo img { max-width: 120px; }

.footer-container .wrapper > .nav {
	margin: 10px 0;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	width: 100%;	
}
.footer-container nav ul {
	width: 100%;
	float: left;
}
.footer-container nav a {
	font-size: 16px;
	color: #fff;
    background: #373334;
	padding: 10px 15px;
}
.footer-container nav ul li:first-child a {
	padding-left: 0;
}
.footer-container nav a:hover {
/*	color: #f7b813;	*/
}

.footer-container {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
}
.copyright {
	margin-top: 2em;
	padding-top: 1em;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}
.candorem p { margin: 0; font-size: 12px;}
.candorem-logo img {     vertical-align: top; padding-left: 8px;}
.text-align-footer a {
    display: inline-block;
}

/* ==========================================================================
   FLEXSLIDER - HOME
   ========================================================================== */

.flexslider {
  margin-top: 0px;
}
.flexslider.blank {
	border-top: 2px solid #ebebeb;	
}
.flexslider a {
	/*background: transparent;
	border: none;
	bottom: 0px;*/		
}
.flexslider a:hover {
	/*bottom: 3px;
	background: transparent;
	border: none;*/	
}
.flexslider a.btn.cta {	
	line-height: 0;
    border-radius: 40px;
    margin: 0;
    padding: 1.5em 2.75em;
    background-color: #98281f;
}
.flexslider a.btn.cta:hover {
	background-color: #deae30;	
}
.flexslider .slides li {
	/*background-attachment: fixed;	*/
	background-repeat: no-repeat;
	margin-bottom: 0;
/*    box-shadow: inset 0 8px 18px rgba(0,0,0,.15);*/	 
    background-position: center center !important;
}

.flexslider.slider-images .slides li {
	box-shadow: none;
}
/* this is only for the product archive thumbs */
.product--list .flexslider.slider-images .slides img {
    width: auto;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
.product--grid .flexslider.slider-images .slides img {
    width: auto;
    max-height: 100px;
    display: block;
    margin: 0 auto;
}
.flex-control-nav li {
    margin: 0 6px !important;
}
.product--image img {
    height: auto;
    max-height: 300px;
    max-width: 100%;   
}

.product--sort h4 { display: inline; margin-right: 1rem !important; vertical-align: sub; }
.product--sort select { 
    display: inline; width: 100%; max-width: 320px;     
    font-family: "proxima-nova-extra-condensed";
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
}


/*.flexslider ul li:first-child { margin-right: 0 !important; }

.flex-control-paging li a {
width: 15px;
height: 15px;
background: #fff;
background: rgba(255,255,255,0.5);
}*/
.home .flex-control-nav {    
    bottom: 0 !important;    
}
/*.flex-direction-nav .flex-next { left: 100px !important; }
.flex-direction-nav .flex-prev { left: 50px !important; }
.flexslider:hover .flex-next { right: 100px !important; }
.flexslider:hover .flex-prev { left: 50px !important; }*/

.flex-control-paging li a {
  width: 14px !important;
  height: 14px !important;
  display: block;
  background: rgba(0,0,0,.25) !important;
  border: 1px solid rgba(0,0,0,.1) !important;	
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
	background: rgba(255,255,255,.8) !important;    
    border: 1px solid rgba(255,255,255,1) !important;
}
.flex-control-paging li a:hover {
	bottom: 0;
	border: 1px solid rgba(0,0,0,.1);	
	background: #fff;
}

/* inline slideshows */
.inline-slideshow {}
.inline-slideshow .slides {
	height: 500px;
	overflow: hidden;	
}
.inline-slideshow  .slides li {
	height: 500px;
	background-size: cover;	
	position: relative;	
}
.inline-slideshow .slides .panel { height: 420px; }
.inline-slideshow.gallery .slides,
.inline-slideshow.gallery .slides li {
	height: 470px;
}

.inline-slideshow .flex-caption  {
    background: #0072bc;
    width: 100%;
    padding: 3em;
    left: 0;
    bottom: -15px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    z-index: 2;
    position: absolute;
}
.inline-slideshow .flex-caption.no-caption {
	padding: 1.5em 3em;
}
.inline-slideshow .flex-direction-nav a {
	opacity: 1;
	color: #c82e3e;
    text-shadow: none;
    top: auto !important;
    bottom: 20px !important;
}
.inline-slideshow.horizontal.no-caption .flex-direction-nav .flex-prev,
.inline-slideshow.horizontal.no-caption .flex-direction-nav .flex-prev:hover,
.inline-slideshow.horizontal.no-caption .flex-direction-nav .flex-next,
.inline-slideshow.horizontal.no-caption .flex-direction-nav .flex-next:hover {
    top: auto !important;
    bottom: 20px !important;
	transition: all 0.0 ease;
}
.inline-slideshow .flex-direction-nav .flex-next:hover {   top: auto; }
.inline-slideshow .flex-direction-nav .flex-prev:hover {   top: auto; }
.inline-slideshow .flex-direction-nav a {
	  border: none;
	  background: #ebebeb;
	  border-radius: none;	
}

.inline-slideshow .flex-direction-nav a.flex-next:before {
    content: '';
    background: url(../images/icon-slide-arrows.png);
    background-position: bottom;
    width: 20px;
    height: 24px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    margin: 8px 10px;
    font-size: 0;
}
.inline-slideshow .flex-direction-nav a.flex-prev:before {
        content: '';
    background: url(../images/icon-slide-arrows.png);
    width: 20px;
    height: 24px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    margin: 8px;
    font-size: 0;
}
/* horizontal arrows */
.inline-slideshow.horizontal .flex-direction-nav .flex-next {
    left: 15% !important;
    bottom: 80px;
    top: auto;
	transition: all 0.0 ease;	
}
.inline-slideshow.horizontal  .flex-direction-nav .flex-prev {
    left: 5% !important;
    bottom: 80px;
    top: auto;
	transition: all 0.0 ease;	
}
.inline-slideshow.horizontal .flex-direction-nav .flex-next:hover {   
    left: 16% !important;
    bottom: 80px;
    top: auto;
}
.inline-slideshow.horizontal .flex-direction-nav .flex-prev:hover {   
    left: 4% !important;
    bottom: 80px;
    top: auto;
}

/*.inline-slideshow.horizontal.gallery  .flex-direction-nav .flex-prev,
.inline-slideshow.horizontal.gallery .flex-direction-nav .flex-next,
.inline-slideshow.horizontal.gallery  .flex-direction-nav .flex-prev:hover,
.inline-slideshow.horizontal.gallery .flex-direction-nav .flex-next:hover {
	bottom: 50px;
}*/

.inline-slideshow.horizontal .flex-direction-nav a.flex-next:before {
    display: inline-block;
    content: '';
    background: url(../img/Arrow_Right_Blue.png);
    width: 9px;
    height: 14px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    margin: 11px 0 0 13px;
	font-size: 0;
}
.inline-slideshow.horizontal .flex-direction-nav a.flex-prev:before {
    display: inline-block;
    content: '';
    background: url(../img/Arrow_Blue_left.png);
    width: 9px;
    height: 14px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    margin: 11px 0 0 11px;
	font-size: 0;
}
/* case-study */
.single-projects .inline-slideshow .flex-direction-nav a {
    border: 3px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.inline-slideshow .slides li img {
    height: auto;
    width: 100%;
    max-height: none;
}
/* ==========================================================================
   03.	PAGINATION
   ========================================================================== */
.navigation { text-align: center; }
.navigation ul { margin: 0; padding: 0;  }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	font-size: 14px;
/*	color: #c82e3e;*/
	text-decoration:none;
    
}


.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	cursor: pointer;
	padding: 12px;
	padding: .5em .825em;
}

.navigation li a:hover {
/*	color: #811722;*/
}
.navigation li.active a {
    width: 30px;
    height: 30px;
	color: #ADADAD;
    border: 3px solid rgba(0,0,0,.075);
    background: transparent;
    border-radius: 50%;
}


/* ==========================================================================
    PRODUCTS
   ========================================================================== */

.product--title {
    background: #4e6cff;
    padding: .25rem 0;
    margin-bottom: .5rem;
}
.product--title h1 {
    color: #fff;
}
.product--title a {
    color: #fff;
}

#varIcons img {
    display: inline-block; margin: .5rem 0; width: 50px; height: auto;
}
/* ==========================================================================
   LOCATIONS MAP 
   ========================================================================== */
.locations-filter ul {
    margin: 0;
}
.locations-filter li {
    margin: 0;    
    list-style: none;
	display: inline-block;
}
.product.location { font-size: 14px; }
.location--title { font-weight: bold; font-size: 16px;}
select#locationSelect-international.button,
select#locationSelect-domestic.button,
.button {
    font-weight: bold;
    padding: .75em 1.3em;
    margin: 1em 1em 1em 0;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease;
    outline: none;
}

.button.grey, .button.inactive {
    margin: 1em 1em 1em 0;
	border: 4px solid #ccc;
    color: #333;
    background: #fff;
}
select#locationSelect-international.button,
select#locationSelect-domestic.button,
.button.white, .button.active {
    background: #fff;
    color: #5c8a0a;
    border: 4px solid #5c8a0a;
}

/* ==========================================================================
   ACCORDION 
   ========================================================================== */
#accordion { outline: none; }
.ui-accordion-header { cursor: pointer; outline: none; padding: 0 !important; border-bottom: 1px solid #d7d7d7 !important; }
.ui-state-default { color: #777777; background: #ecf2f6; border: none; }
/*.ui-state-default:hover { color: #0084a9; }*/
/*.ui-accordion-header-active { color: #0084a9;}*/
.ui-state-active { color: none; border: none; background: #ecf2f6; }
.ui-corner-top  {}
.ui-accordion-icons {}
.ui-widget-content { border: none; background: #ecf2f6; padding-left: 0 !important; }
#accordion span { display: none;  }
.ui-accordion .ui-accordion-content {
    padding: 5px 0px !important;
}

.page-template-page-sleepographyquiz {}
.page-template-page-faq {}
.page-template-page-faq .ui-accordion-header { font-size: 20px; font-weight: 400; color: #0084a9; padding-bottom: .5em; margin-top: 3em; border-bottom: 1px solid #0084a9;}
.page-template-page-faq .ui-accordion-content { font-size: 20px;  font-weight: 400; color: #a3a4a4; padding: .5em 0 1em 0;}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@-webkit-keyframes shake {
	 0% { -webkit-transform:         translate(2px, 1px) rotate(0deg); }
	 10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }
	 20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }
	 30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }
	 40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }
	 50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }
	 60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }
	 70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }
	 80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }
	 90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }
	 100% { -webkit-transform:     translate(1px, -2px) rotate(-1deg); }
}
.shake {
	-webkit-animation-name: 			shake;
	-webkit-animation-duration:     	0.8s;
	-webkit-animation-iteration-count: 	infinite;
	-webkit-animation-timing-function: 	linear;
	-webkit-transform-origin:    		50% 100%;
}
.spinner
{
background-image: url('../images/spinnerWheel.gif');
background-repeat: no-repeat;
background-position: center;
background-size: 25px 25px;
height:500px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/**** Remove Constant Contact Recaptcha thing *******/
.ctct-inline-form .g-recaptcha {
display: none !important
}

.posts-container{
    width: 100%;
    background-color: #e6e6e6;
}

.posts{
    background-color: white;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -130px; 
    padding-top: 20px; 
    padding-bottom: 110px;
    max-width: 1055px !important;
}

.home .posts {
    margin-top: -25px !important;
    background-color: #e6e6e6 !important;
}

.slider-container {
    width: 100%;
}

.slider-inner {
    margin: auto;
}

.padding-slides {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
}

header .menu {

}

header ul, footer ul {
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
}

header ul li, footer ul li {
    font-size: 14px !important;
}


.footer {
    background-color: #e6e6e6;
    width: 100%;
    margin: auto;
    padding: .5rem !important;
}

.footer-content {
    width: 75%;
    margin: auto;
    max-width: 1055px;
}

.desktop-menu a {
/*    margin-left: 15px;
    margin-right: 15px;*/
    color: #8d8d8d;
}

/*#menu-main-menu li {
   padding-right: 10px;
   padding-left: 10px;
}*/

.page-template-page-about .desktop-menu .page-item-12 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #8d8d8d !important;
}

.blog .desktop-menu .page-item-31 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #8d8d8d !important;
}

.home .desktop-menu .page-item-8 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #8d8d8d !important;
}

.page-template-page-contact .desktop-menu .page-item-16 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #8d8d8d !important;
}

.page-template-page-integration .desktop-menu .page-item-14 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #8d8d8d !important;
}

.page-template-page-solutions .desktop-menu .page-item-10 a {
    text-decoration: none;
    border-bottom: 2px solid #99c210;
    color: #d7d7d7;
    color: #8d8d8d !important;
}

.page-template-page-solutions h5 {
    display: block;
}

.solution-features-img-container {
    padding: 6px 3.5% !important;
}

.desktop-menu a:hover {
    color: #272727 !important;
}

.desktop-menu li {
    text-align: left;
    margin-right: 16px;
}

.footer-menu-position a {
    color: #8d8d8d !important;
}

.footer-menu-position a:hover {
    color: #272727 !important;
}

.home .footer-content {
/*    margin-top: 40px;*/
}

.gray{
    background-color: #e6e6e6;
}

.demo-container{
    margin-bottom: 50px;
}

.demo{
    width: 80%;
    background-image: url(../images/blue-footer-bar.png);
    margin: auto;
    position: relative !important;
    z-index: 3;
    margin-top: -160px;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 80px;
    max-width: 1155px !important;
}

.home .demo {
        margin-top: -60px !important; 
}

.page-template-page-contact .demo-container {
    display: none;
}

.page-template-page-contact .posts {
    padding-bottom: 25px !important;
}

/*.demo p, .demo a {
    display: inline-block;
}*/

.chat-link{
    font-size: 10px;
}

.align-bottom {
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.block {
    display: block !important;
}

.background-blue {
    background-color: #0f85bd;
}

.blue-numbers {
    position: relative;
    top: 200px;
    left: 73px;
}

/*.box-shadow {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}*/

.btn-green:hover,
.large-cta-btn:hover,
.btn-green-clear-header:hover,
.btn-mobile-menu-solid:hover,
.nf-field-element input[type="button"]:hover {
    color: #99c210;
    background-color: white;
    border: 1px solid transparent;
}

.btn-green-clear:hover {
    border: 1px solid #868686;
    color: #868686;
    background-color: white;
    cursor: pointer;
}

.btn-gray-clear:hover {
    border: 1px solid #868686;
    color: white;
    background-color: #868686;
    cursor: pointer;
}

.btn-gray-clear {
  border: 1px solid #868686;
  color: #868686;
  background-color: #fff;
  margin-left: 17px;
  margin-bottom: 1px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 20px;
}

.btn-green {
    background-color: #99c210;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
    border: 1px solid transparent;
}

.large-cta-btn {
    background-color: #99c210;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    padding: 24.5px 40px 24.5px 40px;
}

.btn {
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px 20px 5px 20px;
    margin-right: 2px;
    margin-bottom: 1px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.btn-demo {
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px 28px 5px 28px;
    margin-right: 2px;
    color: white;
    white-space: nowrap;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-demo:hover {
    background: white;
    color: #0f85bd;
}

/*.btn-demo .demo-arrow {
    background: url('/correcttrack/wp-content/themes/correcttrack/library/images/white-arrow.png');
}

.btn-demo .demo-arrow:hover {
    background: url('/correcttrack/wp-content/themes/correcttrack/library/images/hover-blue-arrow.png');
}*/

.btn-solutions-group {
    border: 1px solid #99c210;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #99c210;
    text-decoration: none;
    white-space: nowrap;    
}

.page-template-page-solutions select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url('/wp-content/themes/correcttrack/library/images/blue-arrow.png') 98% / 3% no-repeat;*/
}

.btn-green-clear {
    border: 1px solid #99c210;
    margin-right: 2px;
    margin-bottom: 1px;
    color: #99c210;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}

.btn-green-clear-header {
    border: 1px solid #99c210;
    background-color: #99c210;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}

.btn-mobile-menu-clear {
    border: 1px solid #99c210;
    margin-right: 2px;
    margin-bottom: 1px;
    color: #99c210;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}

.btn-mobile-menu-solid {
    border: 1px solid #99c210;
    background-color: #99c210;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}

.btn-sidebar {
    border: 1px solid black;
    margin-right: 2px;
    margin-bottom: 1px;
    color: black;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}


.padding-lrg {
  padding: 8px 20px 8px 20px !important; 
}

.padding-full {
  padding: 8px 7.9rem 8px 7.9rem !important;
}

.nf-field-element input[type="button"]{
    border-radius: 4px;
    background-color: #99c210;
    padding: 6.1px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #99c210;
    padding: 11px 20px 11px 20px;
    font-weight: 600;
}

.nf-field-element input[type="button"]:hover{
    cursor: pointer;
}

.slider-max-width {
    max-width: 50%
}

.headline-demo   {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*.margin-top-bottom-demo {
    margin-bottom: 55px !important;
    margin-top: 16px !important;
}*/

.menu ul {
    margin-right: 0 !important;
    margin-bottom: 1rem;
    margin-right: 0 !important;
    margin-top: -10px;
}

.mailing-list-position {
    margin-top: 13px !important;
}

.mobile-menu-action .logo-width {
    padding-top: 17px;
}

.logo-width img {
    max-width: 270px;
}

.radius{
    border-radius: 3px;
}

.page-template-page-about section p {
    margin-top: -10px !important;
}

/*ThickBox*/
#TB_title {
    display: none !important;
}

#TB_ajaxContent {
    padding: 0 !important;
/*    height: 425px !important;*/
    height: auto !important;
}

#TB_window {
    margin-left: -176px !important;
    width: 370px !important;
}
/**/

.arrow-down {
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0f85bd;
    left: 45%;
    bottom: -9px;
}

/*flexslider*/
.home .flexslider .flex-direction-nav a {
/*    top: 115% !important;*/
}

#home-upcoming .slides li {
/*    margin-right: 68px !important;*/
}

.home .slides ul:first-child {
    margin-right: 0px !important;
}

.carousel ul {
/*    width: 100%;*/
}

.flexslider {
    background: none !important;
}

.home .flex-prev, .home .flex-next {
/*    top: 114% !important;*/
}

.home .flex-control-nav {
    bottom: -50px !important;
}
/**/
footer .footer-content .menu-links-container a {
/*    margin: auto;*/
    /*padding-left: 15px;*/
}

/*.social-span {
    color: #8d8d8d;
}

.social-span:hover {
    color: #0f85bd;
    border-color: #0f85bd;
    cursor: pointer;
}*/

.max-height-img img {
    max-height: 400px !important;
}

.max-width-image-about img {
    width: 100%;
    max-width: 100%;
}

.solution-img-container {
    width: 216px;
    height: 147px;
    object-fit: contain;
    
}

h1, h2, h3, h4, h5, p, a, span, select, option, .blue-box-subline, div {
    font-family: 'Assistant', sans-serif !important;
    font-weight: 300;
}

.sidebar select {
    font-size: 14px;
    font-weight: 700;
}


.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 500 !important;
}

.sub-headline {
    font-weight: 500 !important;    
}

h3 {
    font-weight: 500 !important;
    color: #777777;
}

h2 {
   font-weight: 500 !important; 
}

p {
    color: #777777 !important;
}

.copy {
    color: #777777 !important;
    font-family: 'Assistant', sans-serif !important;
}

.copy p span {
    color: #777777 !important;
    font-family: 'Assistant', sans-serif !important;
}

.home-bottom-headlines {
    font-weight: 700 !important;
    font-size: 23px !important;
}

.custom-social-phone, .custom-social-envelope {
    color: #8d8d8d !important;
}

.custom-social {
    display: inline-block;
    overflow: hidden;
    width: 28px;
    height: 29px;
    text-align: center;
    color: white;
    background-color: #8d8d8d;
    position: relative;
    font-size: 20px;
    line-height: 29px;
    bottom: 4px;
}

.custom-social a {
    color: white !important;
}

.custom-social-in:hover, .custom-social:hover {
    background-color: #0f85bd;
    cursor: pointer;
}

.custom-social-in {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-align: center;
    color: white;
    background-color: #8d8d8d;
    font-size: 17px;
}

.custom-social-phone {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-align: center;
    color: black;
    background-color: #fff;
    font-size: 22px;
}

.custom-social-envelope {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-align: center;
    color: black;
    background-color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.fa-phone, .fa-envelope {
    vertical-align: bottom;
}

.border-radius-social {
    border-radius: 2px;
}

a {
    text-decoration: none;
}

.body-copy {
    margin-top: 1em;
}

.home-first {
    background: white;
    margin-top: -20px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.1);
}

.font-white {
    color: white;
}

.font-blue {
    color: #0f85bd;;
}

.home-hero-link {
    color: white;
    text-decoration: underline;
}

.blue-box-section {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: -150px !important;
    margin-bottom: 40px !important;
}

.integration-border-left {
    border-left: 3px solid #d7d7d7;
    position: relative;
    padding-bottom: 1px;
}

.integration-border-left-mobile {
    border-left: 3px solid #d7d7d7;
    position: relative;
    padding-bottom: 1px;
}

.integration-border-left-mobile::after {
    background-color: #d7d7d7; 
    border-radius: 50%; 
    height: 10px; 
    width: 10px; 
    left: 10px; 
    position: absolute;
}

.desktop-integration p,
.mobile-integration p {
    margin-top: 11px;
}

.border-top-gray {
    border-top: 1px solid #d7d7d7;
}

.entry-content p {
    margin-top: 6px;
    overflow: hidden;
}

.sidenav a {
    font-size: 16px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

.box-shadow {
  box-shadow: 0px 5px 15px rgba(0,0,0,.2);
}

.active {
  border-bottom:3px solid #99c210 !important;
  font-weight: 700;
}

.padding-solutions-active {
    padding-top: 46px !important;
}
.padding-solutions-inactive {
    padding-top: 0px !important;
}

.solutions-a-border {
    border: 1px solid #99c210;
    padding: 6px;
    border-radius: 4px;
}

.solutions-a-border:hover {
    background-color: #99c210;
    color: white;
}

/*integration*/

.upper-dot-desktop {
    background-color: #d7d7d7; 
    border-radius: 50%; 
    height: 10px; 
    width: 10px; 
    left: 10px; 
    position: absolute;
}

.upper-dot-desktop-last {
    background-color: #d7d7d7; 
    border-radius: 50%; 
    height: 10px; 
    width: 10px; 
    left: 10px; 
    position: absolute;
}

.lower-dot-inner-desktop {
    background-color: #99c210; 
    border-radius: 50%; 
    height: 20px; 
    width: 20px; 
    position: absolute; 
    left: 5px; 
    top: 70px;
}

.lower-dot-inner-mobile {
    background-color: #99c210; 
    border-radius: 50%; 
    height: 20px; 
    width: 20px; 
    position: absolute; 
    left: 5px; 
    top: 52px;
}

.lower-dot-outer-desktop {
    background-color: #e1ecbc; 
    border-radius: 50%; 
    height: 30px; 
    width: 30px;
}

.headline-number-desktop {
    margin-bottom: 8px; 
    margin-top: 32px; 
    padding-left: 11px;
}

.headline-number-mobile {
    margin-bottom: 8px; 
    margin-top: 14px; 
    padding-left: 5px;
}

.dot-container-desktop {
    position: absolute; 
    background-color: white;
    z-index: 99999;
    left: -13px;
}
.dot-container-desktop-left {
    position: absolute; 
    background-color: white;
    z-index: 99999;
    left: -13px;
}
.dot-container-desktop-right {
    position: absolute; 
    background-color: white;
    z-index: 99999;
    left: -13px;
}

.dot-container-desktop-last {
    position: absolute; 
    background-color: white;
    z-index: 99999;
    left: -13px;
}

.dot-container-mobile {
    position: absolute; 
    background-color: white;
    left: -16px;
}

.dot-container-mobile-last {
    position: absolute; 
    background-color: white;
    left: -16px;
    bottom: 0px;
}

.left-container-desktop-lg {
    left: -38px;
}

.border-left-integration {
    border-left: solid 3px #d7d7d7;
    width: 100%;
}

.border-right-integration {
    border-right: solid 3px #d7d7d7;
    width: 100%;
}

.border-top-integration {
    border-top: solid 3px #d7d7d7;
    width: 100%;
}

.border-bottom-integration {
    border-bottom: solid 3px #d7d7d7;
    width: 100%;
}

.not-first {
    border-top: solid 3px #d7d7d7;
    width: 100%;
}

.copy-container-left {
    position: relative; 
    left: 22px; 
    top: -15px;
}

.copy-container-right {
    position: absolute;
    left: -3px;
    padding-left: 24px;
    top: -83px;
    padding-top: 82px;
    padding-bottom: 82px; 
}

.copy-container-right-last {
    position: absolute;
    left: 0%;
    padding-left: 24px;
    top: -83px;
    padding-top: 82px; 
}

.img-container-integration {
/*    background-color: gray; 
    height: 150px; 
    width: 80%;*/
}

.img-container-integration img {
    max-width: 190px; 
    height: auto;
}

.parent img{
    max-width: 190px; 
    height: auto;   
    padding-top: 75px;
    padding-bottom: 75px;
}


.single-post .flexslider li  {
    box-shadow: none;
}

.single-post .flex-control-nav {
    bottom: -34px;
}

.single-post .flex-prev, .single-post .flex-next {
    top: 50% !important;
}

.hero-after, .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: block;
    background: rgba(0, 0, 0, .3) !important;
}

.email-placeholder {
    border-radius: 4px !important;
    font-size: 16px;
    color: #837f7f !important;
    font-family: 'Assistant', sans-serif !important;
}

.btn-spacing {
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 20px 11px 20px;
}

.cta-blue {
    color: #0f85bd !important;
}

/*blog filter*/


/*custom select arrow*/

.sidebar select {
    background: #ecf2f6;
    width: 100%;
    font-size: 16px;
    color: #3F3F3F;
    border-bottom: 1px solid #d7d7d7 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;
}

.custom-filter-arrow {
    position: relative; 
}

.custom-filter-arrow:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0px;
    color: #0f85bd;
    pointer-events: none;
    transform: rotate(-90deg);
}

.selected-x {
    position: relative; 
}

.selected-x:after {
    content: '\d7';
    font-size: 26px;
    color: #d7d7d7;
    vertical-align: bottom;
    padding-left: 10px;
}

select::-ms-expand {
  display: none;
}

.selected-filter:after {
    transform: rotate(0deg);
}

.footer-nav-links li {
    display: inline-block !important; 
    text-align: center;
}

.flex-direction-nav a {
    opacity: 1 !important;
    color: #d7d7d7 !important;
}

.desktop-arrow img {
    position: absolute;
    left: 94%;
}

.home-hero-outer {
    width: 100%;
    margin: 0 auto;
}

.home-hero-inner {
    max-width: 1050px;
    padding: 0;
    height: 500px;
    margin: 0 auto;
}

.home-logo-container .flex-viewport {
    width: 90%;
    margin: auto;
}

.home-logo-container .flex-direction-nav .flex-prev { left: -73px !important; }

.home-logo-container .flex-direction-nav a:before {
    color: #8d8d8d;
}

/*ninja forms*/

.modal-fields-container .nf-form-fields-required {
    display: none !important;
}
footer .nf-field-container {
    margin-bottom: 10 !important;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.footer-phone {
    color: #8d8d8d !important;
    font-weight: 600;
}

#menu-footer-submenu a {
    color: #8d8d8d !important;
/*    padding-left: 10px;*/
}

#menu-footer-submenu a:hover {
    font-weight: 700 !important;
}

#menu-footer-submenu li {
    margin: 0 auto;
}

.nf-field-element select {
  padding: 8px 35px 9px 12px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.parent { 
  display: -ms-flex; 
  display: -webkit-flex; 
  display: flex; 
  }
.parent>div { 
  flex:1; 
  }

.about-founder img {
    padding-top: 6px;
}

.header-help {
    margin-top: 29px !important;
}

#mobile-nav a:hover,
.mobile-menu-action a:hover {
    cursor: pointer;
}

#mobile-nav .menu-item a {    
    color: #8d8d8d !important;
    font-size: 16px;
    font-weight: 4444;
    transition: background .2s linear;
    text-shadow: none !important;
    padding: 0;
    margin: .75rem 1rem;
    border-bottom: 2px solid transparent;
}

#mobile-nav .menu-item a:hover {
    color: #99c210 !important;
    border-bottom: 2px solid #99c210;
}

.mobile-menu-a {
    margin-top: 15px;
}

/*iframe*/
.home-iframe {
box-sizing: border-box;
width: 100%;
position: relative;
margin: 20px !important;
}

.home-iframe .player {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
}

/*end iframe*/

.contact-custom div {
    display: inline-block;
}

@media only screen and (max-width: 1040px) {
    .contact-custom div {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .contact-name {
        margin-top: 16px !important;
    }
}

/*404*/

.error404 {
  background-image: none;
}

.error404 header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.error404 footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.error404 .demo {
  display: none;
}