/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


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

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

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

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

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

h1, h2, h3 {
  font-family: Museo, sans-serif;
  color: #333;
}

body {
  font-family: 'PT Sans';
  color: #747474;
}

h2,
h2.block-title,
.front #page-title {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  /*display: inline-block; Removed AI# 16317*/
  padding-right: 10px;
}

.zone-preface-wrapper h2 {
  background: url(../images/icons/document.png) left center no-repeat;
  padding-left: 40px;
  line-height: 36px;
}

.zone-content-wrapper h2:after,
.zone-postscript-wrapper h2:after,
.front #page-title:after {
  position: absolute;
  left: 100%;
  width: 900px;
  height: 100%;
  content: '';
  background: url(../images/sub-heading-bg.png) left center repeat-x;
}

h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #b9db7d;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #a0ce4e;
}

.block-inner {
  overflow: hidden;
}

.block-bean .content ul li {
  background: url(../images/icons/bullet1.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}

.bean-featured-item a {
  display: block;
  text-align: right;
  text-decoration: none;
}

.section-content .block .content {
  padding-top: 10px;
}

.block-basic-page-banner {
  margin-bottom: 20px;
}

.menu .leaf a,
.links li a {
  color: #333;
  text-decoration: none;
}

.menu .first {
  margin: 0;
}

.menu .last {
  padding: 0;
}

blockquote {
  border-left: #a0ce4e solid 4px;
  background: #f5f5f5;
  padding: 20px;
  margin: 20px 0 20px 40px;
  color: #444;
  font-style: italic;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.zone-menu {
  padding-bottom: 28px;
}

.block-user-menu {
  text-align: right;
}

.block-user-menu .menu {
  display: inline-block;
}

.block-user-menu .menu .leaf {
  display: inline-block;
}

.block-user-menu .menu .last {
  margin-right: 0;
}

.region-menu {
  background: url(images/main-menu-bg.png) center bottom no-repeat;
  padding: 10px 0 5px 0;
}

.main-menu a {
  font-size: 14px;
}

.main-menu a.active {
  font-weight: bold;
}

.menu li.log-in,
.page li.log-out{
  padding-left: 20px;
  background: url(images/login.png) no-repeat left center; 
}

.menu li.search {
  padding-left: 20px;
  background: url(images/search.png) no-repeat left center;
}

.not-front .tabs {
  position: absolute;
  top: -19px;
}

.not-front ul.primary {
  border-bottom: none;
}

.bean-testimonial .quote {
  border: #d1d1d1 solid 1px; 
  border-radius: 20px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #ededed); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #ffffff, #ededed); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #ffffff, #ededed); /* Firefox 16+, IE10, Opera 12.50+ */
  padding: 1em;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.bean-testimonial .quote:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0; 
  height: 0; 
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ededed;
}

.bean-testimonial .quote:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 29px;
  width: 0; 
  height: 0; 
  border-left: 0px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #d1d1d1;
}

.bean-testimonial .name {
  display: inline-block;
  color: #000;
  font-weight: bold;
  background: url(../images/icons/person.png) left center no-repeat;
  padding-left: 35px;
  height: 30px;
  line-height: 30px;
}

.bean-testimonial .name:after {
  content: ',';
}

#zone-footer {
  border-top: #a0ce4e solid 1px;
  padding: 1em 0;
  margin: 2em 0;
  font-size: 9px;
  text-transform: uppercase;
}

#zone-footer a {
  color: #747474;
}

#zone-footer .logo {
  position: relative;
  margin: -2.5em 0 -4em 0;
}

#zone-footer .logo .content a {
  text-indent: -10000px;
  font-size: 0;
  background: url(images/cross_and_shoes.png) center top no-repeat;
  height: 50px;
  width: 50px;
  display: block;
}

#zone-footer .menu li {
  margin-left: 0.3em;
}

#zone-footer .region-footer-second .menu {
  float: right;
}

.ui-state-default a {
  background: none;
}

.ui-accordion .ui-accordion-header {
  border-radius: 0;
  border: none;
  background: none;
}

.ui-accordion .views-row {
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ui-accordion .views-row.views-row-last {
  border-bottom: none;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 3em;
  border: none;
}

.ui-accordion .ui-accordion-header .ui-icon {
  background: url(../images/icons/accordion.png) left top;
  height: 21px;
  width: 21px;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  background-position: 0 -21px;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 3em;
  font: bold 16px/18px Museo;
}
