/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;background:#fff;}
#cboxOverlay{background:#000;position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; padding:20px;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
div.block-related-product .aw-arp-item, div.block-related .aw-arp-item { background:#fff;width:33.3%!important;margin:0!important;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
float:left;
} 
div.block-related-product .aw-arp-block-content { padding:20px 0!important; }
.block-related-product { padding:0!important;margin:0!important; }
.link-cart { margin:20px auto!important;float:none!important; }
.aw-arp-item { min-height:180px!important; }
.aw-arp-item a { color:#524a3d!important; }
.aw-arp-item img { margin:20px 0!important; }
.aw-arp-addtocart { margin:40px 0; }
.agreement-content { display:none; }
.sidebar .block-content { overflow:hidden; }
.no-sidebar .main { width:100%; }
.video-wrapper { min-height:310px;margin-bottom:30px; }
.post-type-archive-coffee-experts article.coffee-experts { clear:both; display:block; }
.post-type-archive-coffee-experts article.coffee-experts img {  display:none; }
@media (max-width:600px) {
    div.block-related-product .aw-arp-item, div.block-related .aw-arp-item { width:100%!important; }
}
/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px;  }
#cboxTopRight{width:21px; height:21px; }
#cboxTopRight:before {content:"X";padding:5px;font-family:Arial; cursor:pointer;position:relative;left:-20px;top:20px;z-index:9999;}
#cboxBottomLeft{width:21px; height:21px; }
#cboxBottomRight{width:21px; height:21px; }
#cboxMiddleLeft{width:21px; }
#cboxMiddleRight{width:21px; }
#cboxTopCenter{height:21px; }
#cboxBottomCenter{height:21px;}
#cboxContent{background:#fff; overflow:hidden; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px;  width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0;  width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.checkout-agreements { padding-left:0!important;margin-left:0!important;padding-bottom:20px; }
.checkout-agreements input { float:left; }
.checkout-agreements label { position:relative;top:7px; left:10px; }
div.block-related-product .aw-arp-item, div.block-related .aw-arp-item { background:#fff;margin:0!important;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
float:left;
} 
div.block-related-product .aw-arp-block-content { padding:20px 0!important; }
.block-related-product { padding:0!important;margin:0!important; }
.link-cart { margin:20px auto!important;float:none!important; }
.aw-arp-item { min-height:180px!important; }
.aw-arp-item a { color:#524a3d!important; }
.aw-arp-item img { margin:20px 0!important; }
.aw-arp-addtocart { margin:40px 0; }
.agreement-content { display:none; }
.sidebar .block-content { overflow:hidden; }
/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0!important;
}
.navbar-inner {
  background-color: transparent!important;
  background: none!important;
  border: 0!important;
  filter: none!important;
}
.banner {
  background-color: transparent !important;
  background: none!important;
}
.navbar .brand {
  text-shadow: none!important;
}
::selection {
  background: #fdb813; /* Safari */
}
::-moz-selection {
 background: #fdb813; /* Firefox */
}
/* ==========================================================================
   Fonts
   ========================================================================== */
   
@font-face {
  font-family: 'BrixSlabBold';
  src: url('brixslab/BrixSlab-Bold-webfont.eot');
  src: url('brixslab/BrixSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-Bold-webfont.woff') format('woff'), url('brixslab/BrixSlab-Bold-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-Bold-webfont.svg#BrixSlabBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabBoldItalic';
  src: url('brixslab/BrixSlab-BoldItalic-webfont.eot');
  src: url('brixslab/BrixSlab-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-BoldItalic-webfont.woff') format('woff'), url('brixslab/BrixSlab-BoldItalic-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-BoldItalic-webfont.svg#BrixSlabBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabMedium';
  src: url('brixslab/BrixSlab-Medium-webfont.eot');
  src: url('brixslab/BrixSlab-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-Medium-webfont.woff') format('woff'), url('brixslab/BrixSlab-Medium-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-Medium-webfont.svg#BrixSlabMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabRegular';
  src: url('brixslab/BrixSlab-Regular-webfont.eot');
  src: url('brixslab/BrixSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-Regular-webfont.woff') format('woff'), url('brixslab/BrixSlab-Regular-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-Regular-webfont.svg#BrixSlabRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabRegularItalic';
  src: url('brixslab/BrixSlab-RegularItalic-webfont.eot');
  src: url('brixslab//BrixSlab-RegularItalic-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab//BrixSlab-RegularItalic-webfont.woff') format('woff'), url('brixslab//BrixSlab-RegularItalic-webfont.ttf') format('truetype'), url('brixslab//BrixSlab-RegularItalic-webfont.svg#BrixSlabRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabLight';
  src: url('brixslab/BrixSlab-light-webfont.eot');
  src: url('brixslab/BrixSlab-light-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-light-webfont.woff') format('woff'), url('brixslab/BrixSlab-light-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-light-webfont.svg#BrixSlabLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrixSlabLightItalic';
  src: url('brixslab/BrixSlab-LightItalic-webfont.eot');
  src: url('brixslab/BrixSlab-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('brixslab/BrixSlab-LightItalic-webfont.woff') format('woff'), url('brixslab/BrixSlab-LightItalic-webfont.ttf') format('truetype'), url('brixslab/BrixSlab-LightItalic-webfont.svg#BrixSlabLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CassiaMedium';
  src: url('cassia/23B340_0_0.eot');
  src: url('cassia/23B340_0_0.eot?#iefix') format('embedded-opentype'), url('cassia/23B340_0_0.woff') format('woff'), url('cassia/23B340_0_0.ttf') format('truetype'), url('cassia/23B340_0_0.svg#wf') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CassiaLight';
  src: url('cassia/23B340_1_0.eot');
  src: url('cassia/23B340_1_0.eot?#iefix') format('embedded-opentype'), url('cassia/23B340_1_0.woff') format('woff'), url('cassia/23B340_1_0.ttf') format('truetype'), url('cassia/23B340_1_0.svg#wf') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CassiaItalic';
  src: url('cassia/hoftype_-_cassia-italic-webfont.eot');
  src: url('cassia/hoftype_-_cassia-italic-webfont.eot?#iefix') format('embedded-opentype'), url('cassia/hoftype_-_cassia-italic-webfont.woff') format('woff'), url('cassia/hoftype_-_cassia-italic-webfont.ttf') format('truetype'), url('cassia/hoftype_-_cassia-italic-webfont.svg#cassiaitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.archive .page-header h1, .archive .entry-title h1, .search-results .page-header h1, .search-results .entry-title h1, #blog-social-widget h2, .page-header h2, .post-title h2, .catalogsearch-result-index .page-title h1, .cms-home h1, .page-template-template-home-php h1, #brand-intro h1, .h2 {
  font-family: 'CassiaMedium'!important;
  font-size: 36px!important;
  line-height: 38px !important;
  font-weight: normal!important;
  font-style: normal!important;
}
.page-header h3, .post-title h3, #intro-paragraph p {
  font-family: 'CassiaItalic' !important;
  font-size: 22px !important;
  line-height: 28px!important;
  font-weight: normal!important;
  font-style: normal!important;
}
.page-template-template-home-php .page-content p {
  font-family: 'CassiaItalic';
  font-size: 30px;
  line-height: 36px;
}
#main-slideshow .slide-text a, .homepage-callout .callout-overlay a, #menu-item-586 a, #quick-links .nav-5 a, #quick-links .nav-4 a span, #footer-menu .footerFeature a, .signup-responsive a, .accordion-content .caption a {
  font-family: 'BrixSlabBoldItalic' !important;
  font-weight: normal!important;
  font-style: normal!important;
}
strong, #main-slideshow-nav li a p strong, .homepage-callout .callout-newsletter h4, #menu-primary-navigation li a, #footer-menu li {
  font-family: 'BrixSlabBold'!important;
  font-weight: normal!important;
  font-style: normal!important;
}
body, #menu-primary-navigation li .drop .list .drop .list a, #sidebar-nav li a, #blog-sidebar li a, #blog-sidebar h3, #footer-legal a, #footer-social p.address, .input-xlarge, .text, .footer-legal-right a, #menu-primary-navigation li.level2 a {
  font-family: 'BrixSlabRegular'!important;
  font-weight: normal!important;
  font-style: normal!important;
}
.breadcrumbs li, #principles li a, .breadcrumbs ul li a, #principles li .yellow-button span, #breadcrumbs p, li.principle p, #breadcrumbs p a, #featured-items a {
  font-family: 'BrixSlabMedium'!important;
  font-weight: normal!important;
  font-style: normal!important;
}
#featured-items a, #main-slideshow .slide-text h3, .homepage-callout .callout-overlay h4, #features h1, #related-items h1, .feature h3, #principles li h2, #blog-social-widget h3, #sidebar-nav li, #blog-sidebar h3, #sidebar-nav li.current_page_item, #blog-sidebar li.current-cat, .single-case-studies .page-item-190 a, .archive article h2, .search-results article h2, .blog-category h1 {
  font-family: 'CassiaMedium';
  font-weight: normal!important;
  font-style: normal!important;
}
h2, #brand-intro h1 small, .single .post-title h4, .roots-page-title h1 {
  font-family: 'CassiaLight'!important;
  font-size: 28px!important;
  line-height: normal;
  padding-bottom: 10px;
}
.principles img {
  width: 100%;
  height: 300px !important;
  max-height: 300px !important;
  overflow: hidden;
}
/* ==========================================================================
   General
   ========================================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #faf8f0;
  color: #524a3d;
}
p {
  line-height: 20px;
  font-size: 16px;
}
.main p {
  margin-bottom: 20px;
}
.main-slide p, #main-slideshow-nav li p, .z-auto-g p {
  margin-bottom: 0!important;
}
.promotions p {
  margin-bottom: 10px!important;
}
a {
  color: #524a3d;
}
.main a {
  color: #fdb813;
}
h5 {
  font-family: 'CassiaLight';
  font-size: 28px;
  margin-top: 20px;
  line-height: normal;
}
#master-wrapper {
  min-height: 100%;
  position: relative;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
strong {
  font-weight: normal;
}
.clear {
  clear: both;
}
.wrap {
  padding-top: 60px;
  padding-bottom: 198px;   /* Height of the footer element */
}
.main {
  float: right;
  margin-bottom: 40px;
}
.main li {
  font-size: 16px;
}
.main.span9 {
  background: url('../img/bg_sidebar-divider.jpg') left center repeat-y;
  margin: 0 25px 35px 0;
  padding-left: 25px;
  padding-bottom: 60px;
}
.sidebar {
  float: left;
}
.sidebar .current_page_item a, .sidebar a:hover, #sidebar-nav li a:hover {
  color: #fdb813!important;
  text-decoration: none!important;
}
#background-image {
  position: absolute;
  top: 0;
  right: 0;
}
.btn, .button {
  background: #fdb813!important;
  text-align: center!important;
  text-decoration: none;
  font-family: 'BrixSlabRegularItalic'!important;
  float: left!important;
  color: #0e0b02!important;
  margin-top: 5px!important;
  padding: 5px 10px!important;
  width: auto!important;
  font-weight: normal!important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary {
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.yellow-button:hover, .btn-primary: hover, .button:hover, .btn:hover, .yellow-button:hover {
  color: #0e0b02;
  text-decoration: none!important;
}
h1 {
  font-family: 'CassiaLight';
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  margin-top: 0;
}
h3, #sticky-posts h2 {
  font-family: 'CassiaLight';
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
}
form {
  margin: 0;
}
/* ==========================================================================
   Generic Content
   ========================================================================== */
.breadcrumbs li {
  font-size: 16px !important;
  margin-bottom: 34px;
}
.breadcrumbs ul li a, #breadcrumbs a {
  font-style: normal !important;
  color: #524a3d!important;
}
.content ul, .content ol {
  margin: 0 0 20px 15px!important;
}
.content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.dotted-line {
  border-top: 2px dotted #aca79c;
  clear: both;
  float: left;
  margin: 40px 0;
  margin-top: 22px;
  width: 100%;
}
.hr {
  border-top: 2px dotted #aca79c;
  clear: both;
  margin: 0 0 20px 0;
}
/* ==========================================================================
   Home Template
   ========================================================================== */
.page-template-template-home-php .page-header, .page-template-template-home-php .sidebar {
  display: none;
}
.page-template-template-home-php .main {
  float: none;
  background: none;
  width: 100%;
}
.home-section {
  border-top: 1px solid #999;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#slideshow-wrapper {
  margin-top: 40px;
}
#slideshow-wrapper h3 {
  line-height: 32px;
}
#main-slideshow {
  border: 8px solid #a59881;
  -webkit-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  -moz-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 69% !important;
  height: auto;
  float: left;
  overflow: hidden;
}
.main-slideshow-nav-item a:hover {
  text-decoration: none;
}
#main-slideshow img {
  width: 100%;
}
#main-slideshow .main-slide {
  width: 100% !important;/*height:100% !important;
	position:relative !important;*/
}
#main-slideshow .slide-text {
  width: 100%;
  position: absolute;
  bottom: 30px;
  background: url('../img/bg_slide-text.png') repeat;
  padding: 20px 20px 20px 20px;
}
#main-slideshow .slide-text h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  font-weight: normal!important;
}
#main-slideshow .slide-text p, .homepage-callout .callout-overlay p, .homepage-callout .callout-newsletter p {
  color: #ffffff;
  margin-bottom: 0!important;
}
#main-slideshow .slide-text a, .homepage-callout .callout-overlay a {
  color: #fdb813;
}
#main-slideshow-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 !important;
  padding-left: 11px;
  width: 31%;
}
#main-slideshow-nav li {
  margin: 0 0 10px 0;
  list-style-type: none;
  padding-left: 17px;
}
#main-slideshow-nav li a {
  color: #524a3d;
  display: block;
  padding: 10px;
}
#main-slideshow-nav li a p strong {
  font-size: 18px;
}
#main-slideshow-nav li.activeSlide {
  background: url('../img/pager-point.png') left center no-repeat;
}
#main-slideshow-nav li.activeSlide a {
  background: #f0e8d6;
  color: #000000;
}
#homepage-callouts {
  clear: both;
}
.homepage-callout {
  position: relative;
}
.homepage-callout img {
  -webkit-box-shadow: 1px 1px 3px rgba(150, 149, 144, 0.75);
  -moz-box-shadow: 1px 1px 3px rgba(150, 149, 144, 0.75);
  box-shadow: 1px 1px 3px rgba(150, 149, 144, 0.75);
  width: 100%;
}
.homepage-callout .callout-overlay, .homepage-callout .callout-newsletter {
  background: url('../img/bg_slide-text.png') repeat;
  bottom: 15px;
  padding: 20px;
  position: absolute;
  width: 100%;
}
.homepage-callout .callout-newsletter {
  background: none;
  padding: 0 0 0 20px;
}
.homepage-callout .callout-overlay h4 {
  color: #fff;
  font-size: 23px;
  font-weight: normal!important;
  padding-top: 0!important;
  margin-top: 0!important;
}
.homepage-callout .callout-newsletter h4 {
  font-size: 22px;
}
.homepage-callout .callout-newsletter h5 {
  font-family: 'BrixSlabRegularItalic';
  font-size: 15px;
  margin-top: 2px;
}
.homepage-callout .callout-newsletter p {
  padding-right: 20px;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 {
  margin: 0;
  padding-right: 20px;
  max-width: 100%;
  float: left;
  margin-bottom: 10px !important;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form {
  margin: 0;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_fields label {
  font-family: 'BrixSlabRegularItalic';
  margin-top: 0;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_fields input {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'BrixSlabRegularItalic';
  margin-bottom: 0;
  padding-left: 7px;
  width: 100%;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer {
  margin: 13px 0 0 0;
  padding: 0;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer input[type="submit"] {
  border: none;
  background: #fdb813;
  color: #524a3d;
  font-family: 'BrixSlabRegularItalic';
  font-size: 11px;
  padding: 2px 18px;
  width: 100% !important;
}
#middle-section-left, #middle-section-right, #sustainability-text, #sustainability-image, #bottom-right, #bottom-left {
  width: 50%;
  float: left;
}
.industry {
  float: left;
  margin: 0 1% 20px 0;
  position: relative;
  width: 24%;
  height: 111px;
}
.industry h5 {
  display: table;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.industry h5 a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #f1f1ef;
  text-decoration: none!important;
  vertical-align: middle;
  font-size: 16px!important;
  font-family: 'CassiaLight'!important;
}
.industry h5 a:hover {
  /*background:url(../img/opacity_yellow.png);*/
  color: #43372c;
}
.gform_button.button.alt {
	font-size: 12px !important;
	margin-left: 0 !important;
	margin-top: 20px !important;
}
#bottom-section {
  width: 100%;
}
#bottom-slideshow {
  width: 380px;
  float: left;
}
#bottom-slideshow .slide-image {
  width: 380px;
  height: 245px;
  overflow: hidden;
  float: left;
}
#bottom-slideshow .slide-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #999;
  padding: 0 10px 10px 10px;
}
#bottom-slideshow .bottom-text {
  position: absolute;
  bottom: -50px;
}
#bottom-slideshow .slide-text a {
  float: right;
  text-align: right;
}
#bottom-text {
  clear: both;
}
#bottom-slideshow-nav {
  float: left;
}
.bottom-slide-text {
  width: 380px;
  display: none;
  background: #fdb813;
}
.bottom-slideshow-nav-item {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.bottom-slideshow-nav-item img {
  width: auto!important;
  height: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#bottom-slideshow-nav .activeSlide img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.your-expertise {
  margin-top: 30px;
}
/* =============================================================================
   Header
   ========================================================================== */
.banner {
  background: url('../img/bg_header.jpg') !important;
  height: 75px;
  position: relative;
  width: 100%;
  z-index: 999;
}
.navbar-inner {
  margin: 0 auto;
}
#menu-item-586 a {
}
.navbar .brand {
  height: 60px;
  margin: 0;
  padding: 0;
  margin-top: 6px;
  position: relative;
  text-indent: -9999px;
  z-index: 1000;
}
.header-pre, .top-links {
  color: #ffffff;
  float: right;
  font-family: 'CassiaLight'!important;
  font-size: 10px!important;
  margin: 0;
}
.header-pre li {
  float: left;
}
.header-pre li.first-pre a {
  border-right: none;
  color: #b1b1b1;
  padding-right: 2px;
  text-transform: capitalize;
}
.header-pre li a, #quick-links a, #quick-links a span {
  font-size: 12px;
  font-family: 'BrixSlabRegularItalic'!important;
  font-style: normal!important;
}
.header-pre li.first-pre a:hover {
  text-decoration: none;
}
.header-pre li a {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  font-style: italic;
  padding: 0 10px;
  text-transform: uppercase;
}
.header-pre li.menu-sign-in a {
  padding-left: 5px;
}
.header-pre li.last-pre a {
  padding-right: 0;
  border-right: none;
}
.nav-main {
  width: 720px;
  position: relative;
  top: 12px;
}
.nav-main, .header-search {
  float: right;
}
.header-search form {
  margin: 11px 0 0 0;
}
.header-search input {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#searchform .search-query {
  border: none;
  border-radius: 0;
  color: #524a3d;
  float: left;
  font-family: 'BrixSlabRegularItalic';
  font-size: 12px;
  margin-right: 3px;
  width: 67px;
  padding-top: 0px !important;
  height: 19px !important;
  right: 45px;
}
#searchsubmit {
  background: #fdb813;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #524a3d;
  font-family: 'BrixSlabRegularItalic';
  font-size: 12px;
  padding: 0 !important;
  padding-top: 0px !important;
  margin: 0 !important;
  text-shadow: none;
  width: 40px !important;
  height: 19px !important;
}
#service-search input {
  clear: both;
  float: none;
  display: block;
}
.page-header {
  border: 0;
  margin: 0;
}
.page-id-56 .page-header { /* Our Story */
  padding-bottom: 28px;
}
.page-header .term-tagline {
  display: block;
}
/* =============================================================================
   Custom Menu
   ========================================================================== */
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav {
  /*float: right;*/
  position: static;
}
#menu-primary-navigation li {
  position: relative;
}
#menu-primary-navigation li a {
  color: #ffffff;
  float: right;
  padding: 9px 15px 13px 15px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 100;
}
#menu-item-586 a, #quick-links .nav-5 a {
  color: #fdb813;
  font-size: 12px;
  text-transform: none!important;
  font-weight: normal!important;
  font-style: normal!important;
  background: url(../img/icon_mail.png) no-repeat center right;
  padding-right: 35px!important;
  padding-bottom: 5px;
}
.header-pre a, #quick-links a, #quick-links a span, #menu-primary-navigation li a {
  letter-spacing: normal!important;
}
.header-pre #menu-item-1766 a { /* Shop link */
  font-family: 'BrixSlabBoldItalic'!important;
  text-decoration: underline;
}
#quick-links .nav-4 a span {
  letter-spacing: normal!important;
}
.navbar #menu-primary-navigation .active a, .navbar #menu-primary-navigation .active a:hover, .navbar #menu-primary-navigation .active a:focus, .navbar #menu-primary-navigation li a:focus, .navbar #menu-primary-navigation li a:hover, .navbar #menu-primary-navigation .active .drop .list a:hover, .navbar #menu-primary-navigation .active .drop .list a:focus, .navbar #menu-primary-navigation .active .drop .list .active a {
  color: #fdb813;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.drop {
  background: #5c5956;
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
  display: none;
  left: 0;
  margin: 0;
  padding: 20px 15px 20px 15px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
#menu-primary-navigation li:hover .drop {
  display: block;
}
#menu-item-562 .drop { /* Products*/
  width: 450%;
}
#features h1 {
  font-size: 36px!important;
  text-transform: none!important;
  padding-bottom: 15px;
  text-align: left;
}
#related-items h1 {
  font-size: 36px!important;
  text-transform: none!important;
  margin-bottom: 15px!important;
  text-align: left;
}
.feature h3 {
  font-size: 24px!important;
}
#menu-item-532 .drop { /* Equipment */
  width: 170%;
}
#menu-item-34 .drop { /* Your Business */
  width: 130%;
}
#menu-item-56 .drop { /* Our Story */
  width: 145%;
}
.list li {
  clear: both;
  width: 100%;
}
#menu-item-568, #menu-item-572, #menu-item-575, #menu-item-532 { /* Tea and Other Beverages */
  padding-top: 20px;
}
#menu-item-532 li, #menu-item-34 li, #menu-item-56 li {
  padding-bottom: 5px;
}
#menu-primary-navigation li .drop .list a {
  float: none;
  font-size: 16px;
  padding: 0;
  text-transform: none;
}
.navbar #menu-primary-navigation .active .drop .list a {
  color: #ffffff;
}
.list .drop {
  float: left;
  position: relative;
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 0;
}
#menu-primary-navigation li .drop .list .drop {
  margin: 0;
  padding: 0;
}
#menu-primary-navigation li .drop .list .drop .list a {
  font-size: 14px;
}
/* ==========================================================================
   Collection
   ========================================================================== */
#collection-details {
  margin: 0 0 40px 0;
}
#collection-logo {
  width: 20%;
  float: left;
}
#collection-intro {
  width: 80%;
  float: left;
}
.selling-point {
  width: 30%;
  margin: 0 3% 0 0;
  float: left;
  min-height: 400px
}
#collection-footer-left {
  width: 70%;
  float: left;
}
#collection-footer-right {
  width: 30%;
  float: left;
}
.featured-category {
  width: 30%;
  margin: 0 3% 0 0;
  float: left;
}
/* ==========================================================================
   Principles
   ========================================================================== */
#principles {
  float: left;
  margin: 24px 0 0 0 !important;
}
#principles li {
  width: 30%;
  margin: 0 3% 25px 0;
  float: left;
  min-height: 230px;
  position: relative;
  background: #fff;
  list-style: none;
}
#principles li h2 {
  margin-top: 0;
}
#principles li p {
  font-size: 18px;
}
#principles li .yellow-button {
  display: table;
  position: absolute;
  bottom: 13px;
  min-height: 50px;
  width: 100% !important;
  line-height: normal;
  padding: 0 !important;
}
#principles li .yellow-button span {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
/* ==========================================================================
   Accordion Slider (plugin css is in zozo.css)
   ========================================================================== */
.z-accordion.vertical.z-grouped.z-bordered>section>h3 {
  background: #fff;
}
.vertical h3, .vertical h3 span {
  font-size: 20px!important;
  border: 0!important;
}
.z-accordion.horizontal>section>.z-content>div, .z-accordion.transition.vertical>section>.z-content>.z-auto-g {
  padding: 0;
}
.z-auto-g img {
  width: 100%;
  height: auto;
}
.accordion-content {
  position: relative;
}
.accordion-content .caption {
  background: url('../img/bg_slide-text.png') repeat;
  color: #ffffff;
  padding: 10px 20px;
  position: absolute;
  bottom: 15px;
  text-align: left;
  width: 100%;
}
.accordion-content .caption p {
  font-size: 14px;
}
.accordion-content .caption a {
  color: #fdb813;
  font-size: 14px;
}
.z-title {
  text-align: left!important;
  padding-left: 10px!important;
}
.z-accordion.white.vertical>section>h3, .z-accordion.white.horizontal>section>h3>.z-title {
  color: #524a3d;
}
.z-accordion.white.z-bordered>section>h3, .z-accordion.white.z-bordered>section>h3>.z-title, .z-accordion.white.z-bordered>section>.z-content, .z-accordion.white.z-bordered>section>h3 {
  border: 0!important;
  text-shadow: none;
}
.z-accordion.white.z-bordered>section>h3 {
  border: 1px solid #a59881!important;
}
.accordion-slider {
  background: #a59881;
  border-right: 1px solid #a59881!important;
  border-bottom: 1px solid #a59881!important;
}
.z-accordion.white.z-bordered>section>h3>.z-title {
  background: #fff;
}
.z-accordion.white.z-bordered>section.z-active>h3>.z-title {
  background: #fdb813;
}
/* ==========================================================================
   Your Business
   ========================================================================== */
#your-business-slider img {
  width: 100%;
  height: auto;
}
#the-content {
  margin: 40px 0;
}
.color-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.hovered .color-overlay {
  background: #fdb813!important;
}
.industry {
  position: relative;
}
.industry h5 {
  position: relative;
  z-index: 99;
}
/* ==========================================================================
   Expertise (Blog)
   ========================================================================== */
   
.archive .page-header h1, .archive .entry-title h1, .search-results .page-header h1, .search-results .entry-title h1, #blog-social-widget h2 {
  margin-bottom: 40px!important;
}
.blog-category .blog-post h4 a {
  font-size: 21px !important;
  margin-bottom: 15px !important;
  margin-top: 17px !important;
}
#blog-top {
  float: left;
  margin-top: 20px !important;
}
#blog-top-left, #blog-top-right {
  float: left;
}
.blog-intro, #sticky-posts, #blog-callout {
  float: right;
  width: 100%;
}
.sticky-post h4 {
  margin-bottom: 0;
}
#sticky-posts ul {
  margin: 0!important;
  padding: 0;
}
#sticky-posts li {
  list-style-type: none;
  margin-bottom: 15px;
}
#sticky-posts li li a {
  display: block !important;
  font-size: 18px;
  font-weight: bold;
}
.rsswidget {
  color: #524A3D !important;
}
#sticky-posts .rssSummary a.read_more {
  font-weight: normal!important;
  text-transform: uppercase;
  margin-top: 5px;
  color: #fdb813;
}
#sticky-posts .rssSummary p {
  margin-top: 5px;
}
#sticky-posts h2 {
  margin-bottom: 30px;
}
#sticky-posts h2 a {
  color: #524a3d!important;
  text-decoration: none!important;
}
#sticky-posts li img {
  display: none;
}
#featured-video {
  background: #A2957F;
  width: 552px;
  color: #FFFFFF;
  padding: 8px 8px 0px 8px;
  -webkit-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  -moz-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
}
#featured-video p {
  display: inline !important;
  font-size: 18px !important;
}
#featured-video a {
  font-size: 18px;
  color: #fdb813;
}
#featured-video .video-wrapper {
  height: 380px;
  margin-bottom: -8px;
}
.sticky-video-content {
  padding: 20px 0px 22px 12px;
}
#sticky-video-date, #stick-video-link, #sticky-video-excerpt {
  display: inline;
}
#sticky-video-date {
  font-size: 18px;
  padding-right: 3px;
  margin-top: -1px;
}
.vjs-poster {
  background-position: top center;
  background-size: cover;
}
.vjs-default-skin .vjs-big-play-button {
  background-color: #5c5956;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#blog-bottom .featured-image {
  float: left;
  margin-right: 4%;
  width: 30%;
}
#blog-bottom .featured-excerpt {
  float: left;
  font-size: 12px;
  width: 66%;
}
#blog-bottom .featured-excerpt br {
  display: none;
}
#blog-bottom .featured-excerpt a {
  font-size: 14px;
  color: #fdb813;
}
.tp_recent_tweets a {
  color: #fdb813;
}
.blog-category {
  float: left;
}
.blog-category .blog-post {
  float: left;
  border-bottom: 2px dotted #aca79c;
  padding-bottom: 15px;
}
.blog-category h4 {
  font-size: 14px;
}
#blog-top.row, #blog-social-widget .row, #blog-bottom.row {
  margin-left: -25px !important;
}
.content .fbf_facebook_page_widget, .content .tp_recent_tweets ul {
  float: left;
  margin: 0 !important;
}
.content .fbf_facebook_page_widget li {
  border-bottom: none;
  list-style: none;
}
.content .fbf_facebook_page_widget li h4 a {
  float: left;
  margin-bottom: 10px;
}
.fbf_desc {
  margin-bottom: 10px;
  line-height: 24px;
}
.fbf_desc img {
  margin-bottom: 5px;
}
#blog-social-widget section {
  width: 32%;
  float: left;
  margin: 0 3% 0 0;
}
.widget-newsletter {
  margin-right: 0!important;
  width: 25%!important;
  margin-top: 20px!important;
}
#blog-social-widget .homepage-callout {
  min-width: 225px;
  min-height: 360px;
}
#blog-social-widget .homepage-callout {
  background: #b1a794;
  padding: 20px;
}
#blog-social-widget .homepage-callout img {
  margin-bottom: 20px;
  clear: both;
  display: block;
}
#blog-social-widget {
  clear: both;
  display: block;
}
#blog-social-widget .homepage-callout .callout-overlay, #blog-social-widget .homepage-callout .callout-newsletter {
  position: relative;
  bottom: 0;
}
#blog-social-widget .homepage-callout .callout-newsletter {
  padding-left: 0px;
}
#blog-social-widget .tp_widget_recent_tweets-2 {
  margin-right: 50px;
}
#blog-social-widget h3 {
  margin-left: 5px;
  font-size: 26px !important;
  line-height: 30px !important;
}
.fbf_facebook_page_widget iframe {
  display: none;
}
.fbf_facebook_page_widget .last iframe {
  display: block;
}
#blog-social-widget h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
/* ==========================================================================
   Archive
   ========================================================================== */
.pager li {
  float: left;
  margin-right: 10px;
}
.search-results .entry-summary h1, .search-results .entry-summary h2, .search-results .entry-summary h3, .search-results .entry-summary h4, .search-results .entry-summary h5, .search-results .entry-summary h6, .search-results .entry-summary h7, .search-results .entry-summary p a {
  font-size: 18px!important;
  font-weight: normal!important;
  font-style: normal!important;
  font-family: 'BrixSlabRegular'!important
}
/* ==========================================================================
   Full Width
   ========================================================================== */
.no-sidebar .sidebar {
  display: none;
}
.no-sidebar .row {
  margin: 0!important;
}
.no-sidebar .main {
  background: none;
  padding-left: 0;
  margin: 0 auto 35px auto !important;
  width: 100%;
}
#main-promotions {
  padding-top: 20px;
}
#main-promotions h2 {
  line-height: normal;
}
.promo-image {
  width: 30%;
}
.promo-copy {
  width: 65%;
}
.main-promo img {
  border: 8px solid #a59881;
  -webkit-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  -moz-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  margin-bottom: 15px;
}
.other-promo {
  float: left;
  width: 100%;
}
.other-promo img {
  position: relative;
  top: 10px;
  width: 100%;
}
.promo-copy {
  float: left;
}
.promo-image {
  float: left;
  margin-right: 25px;
}
/* ==========================================================================
   Custom Featured Image
   ========================================================================== */
#custom-featured-image {
  border: 8px solid #a59881;
  -webkit-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  -moz-box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  box-shadow: 2px 2px 3px rgba(150, 149, 144, 0.75);
  position: relative;
  margin-bottom: 40px;
  max-height: 350px;
  overflow: hidden;
}
#custom-featured-image img {
  width: 100%;
  height: auto;
}
#custom-featured-image .custom-text {
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 15px;
  background: url('../img/bg_slide-text.png') repeat;
  width: 100%;
}
#custom-featured-image .custom-text a {
  color: #fdb813;
}
#custom-featured-image .custom-text p {
  margin-bottom: 0;
}
/* ==========================================================================
   Flexible Page Content (Related Items)
   ========================================================================== */
.flexible-item {
  float: left;
  width: 23%;
  margin-right: 2%;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
#sidebar-nav ul {
  margin: 0 !important;
}
#sidebar-nav {
  padding: 1.125em;
}
.search-results #sidebar-nav {
  display: none;
}
#sidebar-nav li, #blog-sidebar li {
  list-style: none;
  margin-bottom: 26px;
  color: #524A3D;
  font-size: 24px;
}
#blog-sidebar section {
  clear: both;
}
.widget_categories {
  float: left;
  margin-bottom: 9px !important;
  padding-bottom: 0px !important;
}
#blog-sidebar h3 {
  margin-bottom: 0.75em;
  width: 80%;
  padding-left: 16px;
  font-family: 'BrixSlabRegular' !important;
  font-weight: normal !important;
  font-style: normal !important;
}
#blog-sidebar li {
  padding-left: 16px;
  list-style: none;
  margin-bottom: 4px;
}
#blog-sidebar ul {
  margin-left: 0!important;
}
#blog-sidebar ul li a {
  font-size: 0.875rem;
  color: #808080;
}
.widget-inner .current-cat a {
  color: #FDB813 !important;
  font-size: 14px !important;
  font-family: 'BrixSlabRegular' !important;
  line-height: 6px;
}
#callout-text-wrapper {
  margin-bottom: 28px;
}
#callout-text-wrapper h2, .widgettitle .rsswidget {
  font-family: 'CassiaMedium';
  font-weight: normal!important;
  font-style: normal!important;
  font-size: 26px !important;
  margin-top: 0!important;
  padding-top: 0!important;
}
#callout-text-wrapper p {
  font-size: 18px;
}
#sidebar-nav li.current_page_item a, #blog-sidebar li.current-cat a, .single-case-studies .page-item-190 a {
  font-size: 20px;
}
.single-case-studies .page-item-190 a {
  font-size: 18px!important;
}
.single-case-studies .page-item-190 li a {
  font-family: 'BrixSlabRegularItalic';
}
#sidebar-nav li a, #blog-sidebar li a, #blog-sidebar h3 {
  color: #524A3D;
  font-size: 20px;
}
.single .post-title h4 {
  line-height: 44px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.single-coffee-experts .post-title h4 {
  display:none;
  }
#respond h4 {
  font-family: 'CassiaLight'!important;
  font-size: 28px!important;
}
.cancel-comment-reply {
  display: none;
}
#sidebar-nav li li a, #blog-sidebar li li a {
  font-family: 'CassiaLight';
}
.sidebar #sidebar-nav .children {
  font-family: 'CassiaLight' !important;
  margin: 0.75em 0px 0 0px !important;
}
.sidebar #sidebar-nav .children li {
  margin-bottom: 0px !important;
}
#blog-sidebar .children {
  margin-top: 10px !important;
}
#sidebar-nav .children a, .page_item_has_children .children a {
  color: #808080!important;
  font-size: 0.875rem!important;
  line-height: 1.11111rem!important;
  margin-bottom: 0.28125em!important;
  font-family: 'CassiaLight' !important;
}
#sidebar-nav .page_item_has_children .children .current_page_item a {
  color: #fdb813!important;
}
#blog-sidebar section {
  margin-bottom: 40px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.public-domain-coffee a, #footer-col-1 .nav-3 a {
/*background: url(../img/icon_footer.png) no-repeat center right;
	color: #fdb813!important;
	padding: 5px 30px 5px 0;*/
}
.content-info {
  clear: both;
  background: url('../img/bg_footer.jpg');
  /* for sticky footer, related style is .wrap, bottom padding needs to match footer height */
  width: 100%;
  height: 198px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-info li a {
  color: #f1f1ef;
}
#footer-menu {
  padding: 23px 0 0 0;
}
#footer-menu .widget-inner {
  padding-left: 12px;
}
#footer-menu .first {
  padding-left: 0px;
}
#footer-menu .nav_menu-3, #footer-menu .nav_menu-4 {
  background: url('../img/vertical-dots.png') top left no-repeat;
  margin-left: 10px;
  padding-left: 15px;
}
#footer-menu #menu-footer-navigation-col3 #menu-item-1770 a {
  text-decoration: underline;
}
#footer-menu li {
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}
#footer-menu li a:hover {
  color: #fdb813;
  text-decoration: none;
}
#footer-menu .footerFeature {
  float: right;
  position: relative;
}
#footer-menu .footerFeature .widget-inner {
  padding-left: 0;
}
#footer-menu .footerFeature img {
  width: 100%;
}
#footer-menu .footerFeature a {
  background: url('../img/bg_slide-text.png') repeat;
  bottom: 10px;
  color: #fdb813;
  display: block;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}
#footer-bottom {
  float: left;
  font-size: 12px;
  margin: 35px 0 4px 0;
  width: 100%;
}
#footer-legal {
  float: left;
  width: 50%;
}
#footer-legal p {
  color: #b1b1b1;
  font-family: 'CassiaLight';
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  text-align: left;
}
#footer-legal a {
  color: #ffffff;
  font-style: normal;
  line-height: 20px;
}
#footer-social {
  float: right;
  width: 50%;
}
#footer-social p {
  color: #b1b1b1;
  font-family: 'CassiaLight';
  font-size: 12px;
  font-style: italic;
  float: right;
  line-height: 20px;
}
#footer-social p.address {
  color: #ffffff;
}
#footer-social ul {
  float: right;
  margin: 0 10px 0 10px;
}
#footer-social li {
  float: left;
  list-style-type: none;
  margin: 0 8px 0 0;
}
#footer-social li a {
  background: url('../img/footer-social-sprite.png') no-repeat;
  display: block;
  height: 16px;
  text-indent: -9999px;
  width: 18px;
}
#footer-social li#facebook a {
  background-position: 0 0;
}
#footer-social li#facebook a:hover {
  background-position: 0 -74px;
}
#footer-social li#linkedin a {
  background-position: 0 -18px;
}
#footer-social li#linkedin a:hover {
  background-position: 0 -92px;
}
#footer-social li#twitter a {
  background-position: 0 -36px;
}
#footer-social li#twitter a:hover {
  background-position: 0 -110px;
}
#footer-social li#googleplus a {
  background-position: 0 -54px;
}
#footer-social li#googleplus a:hover {
  background-position: 0 -128px;
}
#footer-social li a span {
/*display:none;*/
}
/* ==========================================================================
   Google Map / Contact
   ========================================================================== */
	
.state-header {
  display: none!important;
}
.state-header-1 {
  display: block!important;
}
#branch-listing {
  -moz-column-count: 3; /* Firefox */
  -webkit-column-count: 3; /* Safari and Chrome */
  column-count: 3;
  margin-bottom: 40px;
}
.view-more-details {
  font-size: 12px;
}
#google-map {
  with: 100%!important;
  min-height: 400px;
  margin: 30px 0;
}
#google-map img {
  max-width: none!important;
}
.info-window {
  height: 100px!important;
}
.info-window h3 {
  margin: 0;
  padding: 0;
}
.info-window a {
  font-family: "BrixSlabRegularItalic"!important;
  color: #524a3d!important;
  font-size: 13px;
}
.info-window p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: normal!important;
}
.half-float {
  width: 50%;
  float: left;
}
#share-on li a span {
  display: none;
}
#share-on #googleplus-share {
  background: url(../img/icon_googleplus.png?ver=1) no-repeat;
}
#share-on #yelp-share {
  background: url(../img/icon_yelp.png?ver=1) no-repeat;
}
#share-on {
  margin: 0!important;
  padding: 0;
}
#share-on li {
  width: 50px;
  height: 50px;
  float: left;
  list-style-type: none;
  margin: 0 15px 0 0;
  padding: 0;
}
.tea-post .featured-image {
  float: left;
  width: 10%!important;
  margin-right: 2%!important;
}
.tea-post .featured-image img {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* Columns Plugin */
.one_half {
  float: left;
  width: 49% !important;
  margin-right: 2% !important;
}
.one_half.last_column {
  width: 49% !important;
  margin-right: 0px !important;
}
.last_column {
  float: right;
  margin-right: 0;
}
/* Gravity Form Styling */
.gform_wrapper {
  max-width: none!important;
}
.gform_wrapper div.validation_error {
  display: none;
}
.main .gform_wrapper li.gfield.gfield_error, .main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  padding: 0 !important;
}
.main .gform_wrapper .top_label .gfield_description.validation_message, .main .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
  width: 50.5% !important;
}
.main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0 !important;
  width: 50.5% !important;
}
li#field_4_39.gfield_error {
  width: 70.75% !important;
}
li#field_5_7.gfield_error {
  width: 101% !important;
}
li#field_3_7.gfield_error {
  float: left;
  width: 70.75% !important;
  margin-top: -12px !important;
}
/*li#field_3_16.gfield_error, li#field_3_18.gfield_error {
width: 34.25% !important;
margin-right: 14px !important;
}*/
li#field_3_2.gfield_error {
  width: 34.25% !important;
  margin-right: 16px !important;
}
li#field_3_3.gfield_error, li#field_3_6.gfield_error {
  width: 34.50% !important;
}
li#field_3_17.gfield_error, li#field_3_19.gfield_error {
  width: 34.75% !important;
}
li#field_3_17.gfield_error {
  width: 34.875% !important;
}
li#field_3_19.gfield_error {
  margin-top: -13px;
}
li#field_2_1.gfield_error, li#field_2_6.gfield_error, li#field_5_1.gfield_error, li#field_5_2.gfield_error, li#field_5_3.gfield_error, li#field_5_5.gfield_error, li#field_5_6.gfield_error, li#field_5_8.gfield_error, li#field_5_9.gfield_error, li#field_5_10.gfield_error {
  width: 70.625%;
  min-width: 70.625%;
  max-width: 70.625%;
}
.callout-newsletter #field_1_1 input, .homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer input[type="submit"] {
  width: 228px !important;
}
.gform_wrapper .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gsection {
  margin: 25px 0 0 0!important;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
 color: #999;
}
.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
  border: 0!important;
}
.gform_wrapper .top_label .gfield_error {
  width: 98%;
}
.content ul.gform_fields {
  margin-left: 0!important;
}
.gfield_checkbox label {
  position: relative;
  top: -4px;
}
.content ul.gfield_checkbox {
  margin-left: 0!important;
  margin-top: 10px!important;
}
#pre-header-links #gform_submit_button_1 {
  float: right!important;
  position: relative;
  left: -4px;
  top: -13px;
}
#pre-header-links .gfield_label{
  display: none;
}
.newsletter-desktop {
  background: #413e37;
  width: auto;
  position: absolute;
  right: -9px;
  top: 20px;
  z-index: 9999;
  display: none;
}
.newsletter-mobile {
  width: auto;
  position: absolute;
  z-index: 9999;
  display: none;
  bottom: 40px;
}
.newsletter-signup .gform_wrapper .gform_footer {
  float: right!important;
  clear: none!important;
  width: 25%;
}
.newsletter-signup .gform_wrapper .gform_body {
  float: left!important;
  clear: none!important;
  width: 70%;
  text-align: right;
}
.newsletter-signup input, .header-search #s, header #gform_submit_button_1 {
  font-family: 'BrixSlabRegularItalic';
  font-size: 12px!important;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
 font-family: 'BrixSlabRegularItalic';
}
.newsletter-signup input, header #gform_submit_button_1 {
  border: none;
  border-radius: 0;
  color: #524a3d;
  float: left;
  margin-right: 5px;
  width: auto!important;
  padding: 2px 15px 4px 15px !important;
  background: #fff;
  width: 100%;
  height: auto!important;
  line-height: normal!important;
  height: 19px!important;
  overflow: hidden;
}
nav input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 0px!important;
  box-shadow: 0px 0px 0px 0px!important;
}
.newsletter-signup .gform_body input {
  width: 113px!important;
  position: relative;
  top: -7px;
  left: 1px;
  border-top: 0!important;
  border-bottom: 0!important;
  /*border-right: 8px solid #413e37!important;*/
  border-left: 8px solid #413e37!important;
}
.newsletter-mobile .gform_body input {
  border-right: 8px solid #5c5956!important;
  border-left: 8px solid #5c5956!important;
}
.newsletter-signup .gform_footer input {
  background: none repeat scroll 0 0 #fdb813;
  border: medium none;
  color: #524A3D;
  font-family: 'BrixSlabRegularItalic';
  font-size: 12px !important;
  margin-top: -10px !important;
}
#pre-header-links {
  position: relative;
}
.newsletter-mobile #gform_submit_button_1 {
  left: -13px;
  position: relative;
}
.newsletter-mobile {
  margin-left: -10px;
  margin-top: -2px;
}
.newsletter-mobile .gform_body input {
  width: 123px!important;
}
/* ==========================================================================
   Accordion
   ========================================================================== */
#accordion h4 {
  outline: none!important;
  cursor: pointer;
  margin-top: 25px!important;
}
/* ==========================================================================
   Customer Service
   ========================================================================== */
#service-search label {
  display: none;
}
#service-search form {
  width: 50%;
}
#service-search {
  padding: 20px 0 40px 0;
  display: block;
}
#service-search #searchsubmit {
  width: 150px!important;
  height: auto!important;
  margin-top: 20px!important;
}
/* ==========================================================================
   Search
   ========================================================================== */
.search .searchform, .search .sidebar {
  display: none!important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1200px) {
	.mobile-case-studies { display:block!important;padding-top:20px!important; }
.z-title {
  font-size: 18px!important;
}
#blog-top-right {
  margin-top: 40px;
  clear: both;
  width: 100%;
}
.nav-main {
  top: 9px!important;
}
ul.responsive-pre {
  padding: 10px;
}
.header-search {
  position: relative;
}
.header-search .searchbutton {
  position: absolute;
  left: 175px;
  top: 0;
}
#searchform .search-query {
  width: 150px!important;
}
.newsletter-desktop {
  display: none!important;
}
}
@media (min-width:980px) {
.tea-post .featured-excerpt {
  position: relative;
  top: 35px;
}
}
@media (max-width:980px) {
.right-entry-content { width:65%!important; }
}
.mobile-image { display:none; }
@media (max-width:600px) {
	.mobile-image { display:block;}
	.desktop-image{ display:none; }
.right-entry-content, .left-featured-image { width:100%!important; }
}
@media (min-width:1201px) {
.signup-responsive {
  display: none!important;
}
.newsletter-mobile {
  display: none!important;
}
.wrap {
  padding-bottom: 218px;   /* Height of the footer element */
}
.nav-main {
  width: 86%;
}
#searchform .search-query {
  width: 130px;
}
#blog-top.row, #blog-bottom.row {
  margin-left: -30px !important;
}
#blog-social-widget {
  float: left;
  margin-top: -20px;
  margin-bottom: -74px;
}
#blog-social-widget .row {
  margin-left: 0px !important;
}
.content-info {
  height: 232px;
}
#footer-menu .nav_menu-3 {
  margin-left: 15px;
}
#footer-menu .nav_menu-4 {
  margin-left: 28px;
}
}
@media (max-width: 1200px) {
.wrap {
  padding-bottom: 0;   /* remove styling for sticky footer */
}
.content-info {
  height: auto;
  position: static;
}
.banner {
  height: 115px;
}
.navbar-inner {
  padding: 0;
}
.navbar .brand {
  top: 5px;
}
.navbar .btn-navbar:before {
  position: absolute;
  content: "";
  border-top: 4px solid #aaaaaa;
  border-bottom: 13px double #aaaaaa;
  height: 22px;
  width: 30px;
  top: 4px;
  right: 3px;
}
.navbar .btn-navbar:after {
  position: absolute;
  content: "";
  border-left: 3px solid #444240;
  height: 22px;
  width: 6px;
  top: 4px;
  left: 5px;
}
.navbar .btn-navbar {
  text-shadow: none;
  background-color: transparent !important;
  background-image: none;
  border-color: transparent;
  filter: none;
  float: right !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  height: 30px;
  width: 36px !important;
  margin: 32px 20px 0 0 !important;
  padding: 0;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: transparent;
}
.navbar .brand {
  margin-left: 20px;
}
.header-pre {
  float: left;
  padding-left: 5px;
}
.nav-main, .header-search {
  float: left;
  width: 100%;
}
.header-search {
  border-bottom: 1px solid #444240;
  padding: 10px 15px;
}
.header-search form {
  margin: 0;
}
#searchform .search-query {
  height: auto;
  padding: 8px 2% 8px 2%;
  width: 100%;
}
#searchsubmit {
  display: none;
}
.nav-main {
  background: #5c5956;
  margin-top: 11px;
  width: 100%;
}
.nav-collapse .nav {
  margin: 0;
}
.nav-collapse .nav li {
  clear: both;
  float: left;
  width: 100%;
}
.nav-collapse .nav li a, .nav-collapse .dropdown-menu a {
  font-weight: normal;
}
#menu-primary-navigation {
  float: left;
  width: 100%;
}
#menu-primary-navigation li {
  border-bottom: 1px solid #444240;
  border-top: 1px solid #aaaaaa;
}
#menu-primary-navigation li a {
  float: left;
  padding: 10px 15px;
}
#menu-primary-navigation .drop {
  background: #444240;
  display: block;
  float: left;
  margin: 0;
  /*max-height: 0;*/
  overflow: hidden;
  padding: 0;
  position: static;
  width: 100%;
  zoom: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
#menu-primary-navigation .open .drop {
  max-height: 600px;
}
#menu-primary-navigation .list {
  float: left;
  padding: 0;
  width: 100%;
}
#menu-primary-navigation li .drop .list li {
  border: none;
}
#menu-primary-navigation li.has-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 18px;
  margin-top: 0px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #aaaaaa transparent;
}
#menu-primary-navigation li.has-dropdown.open:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 18px;
  margin-top: 0px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #aaaaaa transparent;
}

#menu-primary-navigation li .drop .list a {
  float: left;
  padding: 10px 15px;
}
#main-slideshow {
  width: 100% !important;
}
#main-slideshow-nav {
  float: left;
  margin-top: 25px !important;
  padding-left: 0;
  width: 100%;
}
#main-slideshow-nav li {
  padding-left: 0;
}
#main-slideshow-nav li.activeSlide {
  background: none;
}
.main.span9 {
  margin-right: 20px;
}
#principles li {
  width: 47%;
}
#footer-menu .footerFeature a {
  font-size: 11px;
  padding: 5px 10px;
}
#footer-legal, #footer-social {
  float: left;
  padding-left: 15px;
  width: 100%;
}
#footer-legal {
  text-align: left;
}
#footer-legal p {
  margin: 0;
}
#footer-legal a {
  display: block;
}
#footer-social p.address {
  clear: both;
  float: none;
  text-align: left;
}
#footer-social p {
  float: left;
}
#footer-social ul {
  float: left;
  margin: 0 0 0 -5px;
}
.callout-newsletter #field_1_1 input, .homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer input[type="submit"] {
  max-width: 80%!important;
}
}
@media (max-width: 979px) {
#footer-social li a {
  background: url('../img/footer-social-sprite_retina.png') no-repeat;
  background-size: 18px auto;
}
#menu-item-586 a, #quick-links .nav-5 a {
  background: url(../img/icon_mail_retina.png) no-repeat center right;
  background-size: 25px auto;
}
.z-title {
  font-size: 12px!important;
}
.callout-newsletter #field_1_1 input, .homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer input[type="submit"] {
  max-width: 90%!important;
}
#blog-social-widget section {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
#blog-top.row, #blog-social-widget .row, #blog-bottom.row {
  margin-left: 0!important;
}
#blog-social-widget .homepage-callout {
  margin-left: 0!important;
  left: 0;
}
#homepage-callouts {
  margin-left: -4%;
}
.homepage-callout {
  float: left;
  margin-left: 4%;
  margin-bottom: 25px;
  width: 46%;
}
}
@media (max-width: 767px) {
#callout-text-wrapper {
  width: 100%;
  padding-left: 0;
}
#blog-callout {
  padding: 0!important;
}
#callout-image-wrapper {
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}
#footer-legal a {
  margin-top: 10px;
}
.footer-address {
  float: none!important;
  margin: 10px 0;
  clear: both;
}
body {
  padding: 0;
}
.banner {
  margin: 0;
}
.wrap {
  padding: 80px 20px 0 20px;
}
#main-slideshow .slide-text {
  bottom: 0;
}
.homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_fields input, .homepage-callout .callout-newsletter #gform_wrapper_1 form .gform_footer input[type="submit"] {
  height: 36px;
}
.z-accordion.white.z-bordered>section.z-active>h3 {
  background: #fdb813;
}
.z-accordion.white.z-bordered>section>h3>.z-title {
  background: transparent;
  border: none;
}
.promo-copy {
  float: left;
  padding-right: 0;
  width: 100%;
}
.promo-image {
  float: left;
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
}
#blog-top.row, #blog-social-widget .row, #blog-bottom.row {
  margin-left: 0px !important;
}
#blog-top-right {
  margin-top: 20px;
}
.blog-category .blog-post {
  border-bottom: none;
}
#footer-menu .widget-inner, #footer-menu .footerFeature .widget-inner {
  padding-left: 20px;
}
#footer-menu .nav_menu-3, #footer-menu .nav_menu-4 {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
#footer-menu .footerFeature {
  float: left;
  margin-top: 10px;
}
#footer-menu .footerFeature img, #footer-menu .footerFeature a {
  float: left;
  width: auto;
}
#footer-menu .footerFeature a {
  font-size: 14px;
  padding: 10px;
}
#footer-legal, #footer-social {
  padding-left: 20px;
}
}
@media (max-width: 650px) {
.newsletter-mobile .gform_footer input {
  border-right: 8px solid #5c5956!important;
  border-left: 5px solid #5c5956!important;
  left: -33px!important;
}
}
 @media (max-width: 625px) {
.newsletter-mobile .gform_footer input {
  border-right: none!important;
  border-left: none!important;
  left: -13px!important;
}
.signup-responsive {
  margin-left: 20px;
  margin-top: 0;
}
#menu-item-585 a, #quick-links .nav-3 a {
  border-right: 0!important;
}
}
@media (max-width: 600px) {
#menu-primary-navigation .one_half {
  margin: 0;
  width: 100%;
}
#menu-primary-navigation .last_column {
  float: left;
}
#jobsTable td {
  font-size: 10px!important;
  padding: 2px 5px!important;
}
}
@media (max-width: 500px) {
#custom-featured-image .custom-text p {
  display: none;
}
#jobsTable td {
  font-size: 8px!important;
  padding: 2px 0!important;
}
.archive .page-header h1, .archive .entry-title h1, .search-results .page-header h1, .search-results .entry-title h1, #blog-social-widget h2, .page-header h2, .post-title h2, .catalogsearch-result-index .page-title h1, .cms-home h1, .page-template-template-home-php h1, #brand-intro h1 {
  font-size: 32px!important;
  line-height: 38px !important;
}
.page-header h1, .entry-title h1 {
  font-size: 18px !important;
  line-height: 22px !important;
}
.page-header h3, .post-title h3, #intro-paragraph p, .page-template-template-home-php .page-content p {
  font-size: 20px !important;
  line-height: 26px!important;
}
h2, #brand-intro h1 small, .single .post-title h4 {
  font-size: 24px;
}
h1 {
  font-size: 36px !important;
  line-height: 40px !important;
}
h2 {
  font-family: 'CassiaMedium' !important;
  font-size: 32px !important;
  line-height: 38px !important;
}
h3 {
  font-family: 'CassiaItalic' !important;
  font-size: 28px !important;
  line-height: 34px !important;
}
h4 {
  font-size: 24px !important;
  line-height: 28px !important;
}
.wrap {
  padding-top: 30px;
}
#main-slideshow .slide-text {
  padding: 10px 10px 10px 10px;
}
#main-slideshow .slide-text h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#main-slideshow .slide-text p {
  display: none;
}
#main-slideshow .slide-text a {
  margin-top: 0!important;
}
#homepage-callouts {
  margin-left: 0;
}
.homepage-callout {
  float: none;
  margin-left: 0;
  margin-bottom: 25px;
  width: 100%;
}
.accordion-content .caption {
  bottom: 0;
}
#principles li {
  width: 97%;
}
}
@media (max-width: 480px) {
#menu-item-587, #quick-links .nav-1 {
  clear: both!important;
  float: none!important;
  text-align: left!important;
}
.signup-responsive {
  clear: both!important;
}
#menu-item-583, #quick-links .nav-2 {
  margin-left: 5px;
}
}
.main h4 {
  font-family: 'CassiaLight';
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
#main-slideshow .slide-text a {
  float: left;
  margin-top: 15px;
}
.blog-category .blog-post h4 a {
  font-size: 21px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.archive .entry-summary, .search-results .entry-summary {
  margin-bottom: 40px;
}
.archive .post-title h4, .search-results .post-title h4 {
  font-family: 'CassiaLight'!important;
  font-size: 14px!important;
  line-height: normal!important;
}
.archive article h2, .search-results article h2 {
  font-size: 24px!important;
  margin: 0!important;
}
.archive article h1, .search-results article h1 {
  font-size: 18px!important;
  margin: 0!important;
}
.entry-title a, .blog-post h4 a {
  color: #524a3d;
}
.post-nav .pager {
  margin-left: 0!important;
  padding-left: 0;
}
.post-nav .pager a {
  background: none repeat scroll 0 0 #FDB813 !important;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #0E0B02 !important;
  float: left !important;
  font-family: 'BrixSlabRegularItalic' !important;
  font-size: 18px !important;
  font-weight: normal !important;
  margin-top: 5px !important;
  padding: 12px 42px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none;
}
#blog-callout a {
  line-height: 24px!important;
}
.blog-post p {
  margin-bottom: 0!important;
}
#principles {
  width: 100%;
}
#principles li {
  width: 30%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  width: 70%;
}
input#author, input#email, input#url, textarea#comment {
  width: 70%;
}
.callout-newsletter .ginput_container input.medium {
  width: 100%!important;
}
.content-box {
  padding: 20px;
  background: #ede3cf;
  margin-bottom: 20px;
}
/* for high resolution display */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) {
#menu-item-586 a, #quick-links .nav-5 a {
  background-image: url(../img/icon_mail@2x.png)!important;
  background-size: 25px 17px;
  width: 25px;
  height: 17px;
}
/*.public-domain-coffee a, #footer-col-1 .nav-3 a {
	background-image: url(../img/icon_footer@2x.png)!important;
		background-size: 18px 24px;
		width:18px;
		height:24px;
	
	}*/
}
 @media (min-width: 1201px) {
.nav-main {
  width: 900px !important;
}
}
@media (max-width:1000px) {
}
@media (max-width:766px) {
#footer-menu .footerFeature a {
  width: 94.50% !important;
}
}
@media (max-width:580px) {
#footer-menu .footerFeature a {
  width: 94% !important;
}
}
@media (max-width:500px) {
#footer-menu .footerFeature a {
  width: 93.75% !important;
}
.accordion-content .caption p {
  display: none;
}
}
@media (max-width:480px) {
#footer-menu .footerFeature a {
  width: 93.5% !important;
}
}
@media (max-width:470px) {
#footer-menu .footerFeature a {
  width: 93.25% !important;
}
}
@media (max-width:450px) {
#footer-menu .footerFeature a {
  width: 92.75% !important;
}
}
@media (max-width:440px) {
#footer-menu .footerFeature a {
  width: 92.50% !important;
}
}
@media (max-width:430px) {
#footer-menu .footerFeature a {
  width: 92.25% !important;
}
}
@media (max-width:420px) {
#footer-menu .footerFeature a {
  width: 92% !important;
}
}
@media (max-width:410px) {
#footer-menu .footerFeature a {
  width: 91.75% !important;
}
}
.video-wrapper {
  padding-bottom: 15px!important;
}
.btn-navbar span {
  position:relative;
  left:-75px;
  font-family: 'CassiaMedium'!important;
  color:#aaa;
  font-size:18px;
  }
  #see-all-case-studies {
	  padding-top:10px;
  }
  #see-all-case-studies a {
	  color:#fdb813!important;
	  font-weight:bold;
	  font-size:18px;
	  font-family: 'BrixSlabBold'!important;
font-weight: normal!important;
font-style: normal!important;
	 }
	 .left-featured-image { float:left; width:170px; }
	 .right-entry-content { float:left; width:75%; }
	 .post-type-archive-case-studies article { margin-bottom:20px!important;}
     @media (min-width:1200px) {
     .catalog-product-view .product-image { min-width:675px; }
     }
     
     
     
.custom_brand_heading {
    font-size: 2em;
    text-align: center;
}


