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

* {
	-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-family: 'open_sanslight';	
}
body {
    font: 16px/24px 'open_sanslight', Helvetica, Helvetica Neue, Arial;	
	color: #262525;
	background: #fff;
	margin: 0;
	padding: 0;	
}
p, ul, ul li, ol, ol li {
	font-family: 'open_sanslight';	
	font-size: 16px; 
	line-height: 1.5em;
}
iframe {
    max-width: 100%;
}
ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 0 1em;
    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: 18px; line-height: 24px;}

html,
button,
input,
select,
textarea {
    color: #373334;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  color: #373334;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  /*box-shadow: inset 0 0 5px 2px rgba(0,0,0,.15);*/
}


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: #afb81d;
  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;
}
::-moz-selection {
    background: #fff;
    text-shadow: none;
}
::selection {
	color: #fff;
    background: #0084a9;
    text-shadow: none;
}
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;	
}

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

/* ==========================================================================
   02.	WORDPRESS THINGS
   ========================================================================== */
ul.page-numbers
{
	padding:1em 0;
}
ul.page-numbers li {
    display: inline-block;
}
ul.page-numbers li a {  
    padding: .125em .5em;
    border: 1px solid #ccc;
	background: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
	transition: .2s all;
}
ul.page-numbers li a:hover {  
	border: 1px solid #ccc;
    background: #ccc;
	transition: .2s all;
}
ul.page-numbers li .current {      
    border: 1px solid #d45e35;
    background: #d45e35;
    color: #fff;
    border-radius: 4px;
    padding: .125em .5em;
    font-size: 14px;
    text-decoration: none;
}
.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;
}
/* .sidebar {   
	padding: 15px;
    overflow: hidden;
    background-image: url('../img/dot-pattern.png');
    background-repeat: repeat;
} */
.sidebar-content {
	background: #fff;
	padding: 1em;
}
.sidebar h5 {
	margin: 0 0 .5em 0;	
}
.sidebar h5:after {
	content: '';
	width: 100%;
	display: block;
	height: 2px;
	background: #deae30;	
    margin-top: .5em;
}
.sidebar .margin-bottom { margin-bottom: 1.5em; }

.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 {
	padding: 0;
}
.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';
}

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


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

a[href^="mailto:"] {
        /* email link */
}

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

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

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

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

}

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

}

/* ==========================================================================
   03.	TEXT
   ========================================================================== */
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

.light-font { font-family: 'open_sanslight'; font-weight: 400; color: #353535; }
.st-font { 	
	color: #262525;  
	font-family: 'Lora';	
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	color: #262525;
    line-height: 1.25em;
	font-family: 'Lora';	
	font-weight: bold;
}

h1 { font-size: 42px; margin: 0; }
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;  font-family: 'open_sansregular'; display: inline-block;}

a { 
	color: #d45e35; 
	text-decoration: underline;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'open_sansregular' !important;
}
/*.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 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
   ========================================================================== */
sup {
	font-size: .5em;
    font-weight: 400;
}
.single-products a.btn { margin: 1em 0 0 0;}
.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 { 	
    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; font-family: 'open_sansregular';}

.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: none;
	color: #888;
	display: inline-block;
	padding: 1em 2em;	
	cursor: pointer;
}

ul.tabs li.current{
	background: #fff;
    color: #222;
    border: 1px solid #ccc;
    margin-bottom: -2px;
    border-bottom: 1px solid #fff;
	font-family: 'open_sansbold';
}

.tab-content{
	display: none;
    background: #fff;
    padding: 2em 1em 1em 2em;
    border: 1px solid #ccc;
}
.tab-content .tab-content--container {
	max-height: 500px;
    margin-top: -16px;
    overflow-y: scroll;
    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
   ========================================================================== */
.event-listing {
	border-bottom: 1px solid #ccc;
}
.events a {
    color: #666;
    text-decoration: none;
}
.event--image {
	height: 200px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.event--date {
    float: left;
    width: auto;
	min-width: 85px;
    padding: .5em 1em;
    text-align: center;
}
.event--details {
    float: left;
    padding:.5em 0 0 0;
}
.month,
.year { font-size: 12px; }
.day {
    font-weight: bold;
    font-size: 24px;
}
/* ==========================================================================
   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-wrap: wrap;
}

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


.product---title { font-size: 18px; }
.product---title a { text-decoration: none; color: #262525; }
.product---title.search { font-family: 'open_sansregular'; } 
.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: 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;
}



.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 #slides p { font-size: 18px; }*/
#slides {
    margin: 2em 0 0 0;
    background: #eee;
    position: relative;
    padding: 2em;
}
#slides .flexslider { background: #eee; }
#slides .slides li { box-shadow: none; }
#slides .slides img {
    width: auto;
    float: right;
    max-height: 250px;
}
#slides h1 {
    color: #5c8a0a;
}
#slides .btn {
	margin-top: .5rem;
}

#categories { margin-top: 3em; }
/* 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: 20%;
	padding: 2em;
}
   

.cat--result .cat---image,
.cat--result .cat---title { display: block; position: relative; }
.cat---title { margin: 1em 0 0 0; }
.cat---title a { 
    color: #373334;
    text-decoration: none; }
.cat---image {
    height: 100px;
    overflow: hidden;
}
.cat---image a { display: block; height: 100%;     position: relative;}
.cat---image img {
    height: auto;
    /*width: 100%;*/
    max-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#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: 200px;
    background: #fff;    
	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 1em 5em 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;
    font-size: 18px;
    line-height: 1;
}
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
   ========================================================================== */

.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 {
	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;
	font-family: 'open_sansbold';
	/*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;	
}
input[type="submit"] {
    margin: 0 0 2em 0;
}
input[type="submit"]:hover,
.btn:hover {
	border: 1px solid #903313;
	background:#903313;
	color: #fff;	
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	
}
.btn.large { padding: .75em 2.5em; }

.btn.outline {
	background: transparent;
	color: #d45e35; 	
}
.btn.outline:hover {
	border: 1px solid #d45e35;
	background: #d45e35;
	color: #fff;
}
.btn.outline.white { border-color: #fff;}
.btn.outline.white:hover { border-color: #d45e35; background: transparent; }


.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;	
	font-family: 'open_sansbold';	
}
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; }  

.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-bottom { margin-bottom: 2em !important; }
.margin-bottom-xl { margin-bottom: 5em !important; }
.margin-right { margin-right: 1em; }
.no-margin { margin: 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
.no-top-padding { padding-top: 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,0);
	-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(0,0,0,.8); 
	-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;
}
.no-hero {
	margin-top: 120px;
}

.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;
	font-family: "open_sansbold";

}
/*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) {
	background-color: #ededed;
}
table h5 { margin: 0; }

table p { font-size: 14px;}

.section-content {}
.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;
    font-family: 'Lora';
    padding: 1.5em 2em 1em;
    display: block;
    font-size: 1.0125em;
}

/* ==========================================================================
   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;
    font-family: 'open_sansbold';
    /* 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: 260px;
    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;
    font-family: 'open_sansextrabold';
}
.grid .meta .meta-action {
	font-family: 'open_sansregular';
	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 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);
    font-family: 'open_sansbold';	
}
.show-text span {
    font-size: 24px;
    font-family: 'open_sanslight';
    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 .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;
	font-family: 'open_sansregular';
}
.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%; }

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

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

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









.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;	
}
.vertical-bottom  {
	top: auto;
	bottom: 0;
}
/* ==========================================================================
   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
   ========================================================================== */

header { 
	width: 100%;
	/*position: fixed;	*/
	top: 0;
    background: #060606;
	color: #fff;		
	/*max-width: 1920px;	*/
	z-index: 11111;
	-webkit-tap-highlight-color: rgba(0,0,0,0);  	
	font-family: 'open_sansregular';
	box-shadow: 0 0px 15px rgba(0,0,0,.3);
}
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 {
	font-family: 'open_sansbold';	
}
.multi-site > div a span {
	text-decoration: none;
	color: #606060;	
}

.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;
	font-family: 'open_sansbold';	
	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 { 
    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;	
}
header ul.menu li {
	float: left;
	vertical-align: top;
	text-align: left;
	margin: 0;
	border-bottom: 0px;	
	height: auto;
    background: transparent;
	padding: 0;
	line-height: normal;
}
header ul.menu li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #060606;
    padding: 20px 15px 17px;
	border-bottom: 3px solid #060606;
    margin: 0;
    /* text-transform: uppercase; */
    font-family: 'open_sanslight' !important;
    position: relative;
    z-index: 1;    	
}
header ul.menu li:first-child { margin-left: 0 !important; } 
header ul.menu li:last-child { margin-right: 0 !important; float: right; }
header ul#menu-top-nav li {
	margin: 0;
}
header ul#menu-top-nav li a {
	font-size: 12px;
	color: #9a9a9a;
	padding: .75em 1em;
	color: #fff;
	border: none;
	background: #060606;
}
header ul#menu-top-nav li a:hover {
	border: none;
	color: #5c8a0a;
}

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 { 
	color: #5c8a0a !important; 
	border-bottom-color: #5c8a0a;
}

/* 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,
header ul.menu li.current-page a,
header ul.menu li.current-page-item a,
header ul.menu li.current-page-ancestor a {
	position: relative;	
	color: #fff;	
	border-bottom-color: #5c8a0a;	
}
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: #000; }

/* sub menu styles */
header ul.menu li ul { display: none; margin: 0; padding: 0; }
header ul.menu li:hover ul { display: block; } 
header ul.menu li:hover {}
header ul.menu li ul {
	position: absolute;
	width: 240px;
	background: #fff;
	z-index: 1000;
}
header ul.menu li ul li {
	display: block;
	width: 100%;
	margin-left: 0%;	
}
header ul.menu li ul li a {
	display: block;
	color: #fff;
}
header ul.menu li ul li a:hover {
	background: #98281f;
	
}

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

/*  ======================================================
    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: #ededed;
}
.sub-menu a {
	margin: auto;  /* Magic! */		
	padding: 1em .5em;
	text-decoration: none;
    font-family: 'open_sanslight' !important;
    font-size: 16px;
    line-height: 22px;
	color: #373334;
}
.sub-menu a:hover {
	color: #af2e24;	
}

/*  ======================================================
    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;
    font-family: 'open_sansbold';
}
.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-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 3em 0 0 0;
}
footer p { 	font-family: 'open_sanslight'; 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-family: 'open_sansregular'; 
	font-weight: normal;
	padding: 2em 0;
	background: #111111;
}
footer .copyright a { color: #b2b2b2; }


footer a { 	color: #fff !important; text-decoration: underline; }
footer ul { 
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;    
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;	
	padding: .5em 1em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;	  

}
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: 140px; }

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


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

.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: -30px !important;    
}
.flex-direction-nav .flex-next { right: 0 !important; }
.flex-direction-nav .flex-prev { left: 0 !important; }
.flexslider:hover .flex-next { right: 20px !important; }
.flexslider:hover .flex-prev { left: 20px !important; }

.flex-control-paging li a {
  width: 14px !important;
  height: 14px !important;
  display: block;
  background: rgba(0,0,0,.05) !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: #acacac !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.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;
}
.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 {
    bottom: 20px !important;
	transition: all 0.0 ease;
}
.inline-slideshow .flex-direction-nav .flex-next:hover {   top: 44%; }
.inline-slideshow .flex-direction-nav .flex-prev:hover {   top: 56%; }
.inline-slideshow .flex-direction-nav a {
	  border: 3px solid #ccc;
	  background: #c82e3e;
	  border-radius: 50%;	
}
/* .inline-slideshow .flex-direction-nav a.flex-next:before {
    content: '';
    background: url(../img/Arrow_White_Up.png);
    width: 15px;
    height: 9px;
    overflow: hidden;

    display: block;
    text-indent: -9999px;
    margin: 12px 0 0 10px;
	font-size: 0;
} */
/* .inline-slideshow .flex-direction-nav a.flex-prev:before {
    content: '';
    background: url(../img/Arrow_White_Down.png);
    width: 15px;
    height: 9px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    margin: 14px 0 0 10px;
	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;
}*/
/* hide from broken file */
/*.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%;
}


/* ==========================================================================
   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;
    font-family: 'open_sansbold';	
}


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


/* ==========================================================================
   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-integration.button,
select#locationSelect-live,
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-integration.button,
select#locationSelect-live,
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;}
.ui-state-default { color: #666; }
.ui-state-default:hover { color: #0084a9; }
.ui-accordion-header-active { color: #0084a9;}
.ui-state-active { color: #0084a9; }
.ui-corner-top  {}
.ui-accordion-icons {}

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

.product-open {
	overflow: auto;
	height: auto;
}

.product-closed {
	overflow: hidden;
	height: 105px;
}
