/* ==========================================================================

	Goodwill Southern California

========================================================================== */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
-----------------
 Template Styles
-----------------
*/
body {
  background: url(../img/site-bg.jpg) 50% top repeat;
  font-family: Helvetica, sans-serif;
  position: relative;
}
a {
  color: #6093d9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#wrapper {
  position: relative;
}
img.alignleft,
p.alignleft img,
a.alignleft img {
  padding-right: 20px;
}
.clearfix {
  overflow: auto;
}
/* branding */
#branding {
  background-color:#6093d9;
  /* background: #fff url(../img/header-bg.png) repeat-x; */
  /*min-width: 1280px;*/
}
#branding h1 {
  float: left;
  margin: 0;
}
#branding .container {
  background: #6093d9;
}

h1 img {
  width: 100%;
}
#nav-wrapper {
  background-color:#fff;
  text-align: center;
  margin: 0 auto;
}
#nav-wrapper nav {
  display: inline-block;
  vertical-align: middle;
}
#menu-top-menu {
  margin: 0;
  padding: 22px 0 0;
  max-width: 720px;
  width: 100%;
}
#menu-top-menu > li {
  float: left;
  font: bold 14px/1.3em Helvetica, sans-serif;
  margin: 0 8px;
}
#menu-top-menu > li.active,
#menu-top-menu > li.current-menu-parent,
#menu-top-menu > li.current-menu-item {
  background: url(../img/nav-current.png) no-repeat center bottom;
}
#menu-top-menu > li:first-child {
  margin-left: 0;
}
#menu-top-menu > li:last-child {
  margin-right: 0;
}
#menu-top-menu > li > a {
  color: #6093d9;
  display: block;
  padding-bottom: 18px;
  text-decoration: none;
}
.sub-menu-wrap {
  background-color: #6093d9;
  display: none;
  height: 34px;
  left: 0;
  position: absolute;
  text-align: center;
  /* top: 138px; */
  width: 100%;
  z-index: 999;
}
.current-menu-item .sub-menu-wrap,
.current-menu-parent .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.sub-menu-wrap ul {
  margin: 0 auto;
  padding: 0 0 0 60px;
  text-align: left;
  width: 1100px;
  zoom: 1;
  overflow: auto;
}
.sub-menu-wrap ul:before,
.sub-menu-wrap ul:after {
  content: '';
  display: table;
}
.sub-menu-wrap ul:after {
  clear: both;
}
.sub-menu-wrap li {
  float: left;
  font: 12px/34px Helvetica, sans-serif;
}
.sub-menu-wrap li a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 34px;
  padding: 0 10px;
  text-decoration: none;
  transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.sub-menu-wrap li a:hover {
  background-color: #000;
  transition: background 0.2s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
}
.sub-menu-wrap .current-menu-item a {
  background-color: #000;
}
.container {
  zoom: 1;
  overflow: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
#tagline {
  color: #000;
  font: bold 21px/1em Helvetica, sans-serif;
  float: left;
  margin: 0;
  padding: 20px 0 0 20px;
}
#tagline span {
  color: #fff;
  display: block;
}
.ticker {
  float: left;
  position: relative;
}
.ticker img {
  left: 106px;
  position: absolute;
  top: 22px;
}
#skip {
  display: none;
}
#searchform {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#searchform input {
  background: #e6e6e7;
  border: none;
  color: #737982;
  float: left;
  font: 14px/1.3em Helvetica, sans-serif;
  height: 32px;
  padding: 0 0 0 10px;
  width: 228px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchform button {
  border: none;
  float: left;
  background: #e6e6e7;
  height: 32px;
  text-align: center;
  width: 32px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Main */
#main {
  color: #8b949d;
  font: 14px/20px Helvetica, sans-serif;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 30px;
  max-width: 960px;
  width: 100%;
  zoom: 1;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  #main {
    flex-direction: row;
  }
}
#main:before,
#main:after {
  content: '';
  display: table;
}
#main:after {
  clear: both;
}
.home #main {
  display: block;
  margin-top: 0;
}
#main h1,
#main h2 {
  color: #6093d9;
  font-size: 24px;
  margin: 12px 0 12px;
  line-height: 1.5;
}
#main h1 + h4,
#main h2 + h4 {
  margin-top: -4px;
}
#main h2 {
  margin-top: 1.5em;
}
#main h3 {
  color: #6093d9;
  font-size: 14px;
  margin: 6px 0 0;
  padding: 0;
}
#main h4 {
  color: #8b949d;
  font: 16px/20px Georgia, sans-serif;
}
#main h5 {
  color: #6093d9;
  font: italic 24px Georgia, serif;
  margin: 0;
  margin-left: 30px;
  padding: 14px 0;
}
#main h6 {
  color: #6093d9;
  font-size: 21px;
  margin: 6px 0 0;
  padding: 0;
}
#main h6 + h4 {
  margin: 2px 0 0;
}
#main p {
  margin: 10px 5px 0 0;
}
/* Summary */
#summary {
  margin-top: 18px;
  width: 100%;
}
#summary .container {
  padding-bottom: 18px;
  max-width: 1240px;
  width: 100%;
}
#summary nav {
  float: left;
}
#summary nav ul {
  margin: 36px 0 0;
  padding: 0;
}
#summary nav li {
  float: left;
  font: bold 14px/1em Helvetica, sans-serif;
  margin-right: 16px;
}
#summary nav a {
  color: #000;
  text-decoration: none;
}
#summary h4 {
  color: #fff;
  font: italic 16px/1.3em Georgia, serif;
  margin: 12px 0 2px;
}
.footer-top {
  background-color: #6093d9;
  bottom: 0px;
  left: 0px;
  position: relative;
  width: 100%;
  z-index: 998;
}
.newsletter-form {
  float: left;
  margin-right: 24px;
}
.newsletter-form p {
  margin: 0;
  padding: 0;
}
.newsletter-form .span.wpcf7-form-control-wrap {
  float: left;
}
.newsletter-form input {
  background: rgba(235, 230, 230, 0.65);
  border: none;
  color: #6093d9;
  font: 12px/28px Helvetica, sans-serif;
  height: 28px;
  margin-right: 8px;
  padding: 0 10px;
  width: 108px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.newsletter-form input[type='submit'],
.newsletter-form button {
  background: #000 !important;
  border: none;
  color: #fff !important;
  font-size: 14px;
  height: 28px;
  margin-right: 0;
  padding: 0;
  width: 62px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.newsletter-form div.wpcf7-response-output {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  position: absolute;
  top: -70px;
}
.newsletter-form span.wpcf7-not-valid-tip {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  position: absolute;
  top: 26px;
  width: 90px;
}
#stay-connected {
  float: left;
  margin-right: 24px;
}
#donation {
  float: left;
  padding-top: 25px;
}
#contact-info {
  background-color: #000;
  position: relative;
  top: 0;
}
#contact-number {
  float: left;
  max-width: 485px;
  width: 100%;
}
#contact-number span {
  color: #fff;
  display: block;
  font: italic 16px/1em Georgia, serif;
  padding-top: 12px;
}
#contact-number strong {
  color: #6093d9;
  display: block;
  font: bold 21px/1.3em Helvetica, sans-serif;
  text-transform: uppercase;
}
#contact-number ul {
  margin: 0;
  padding: 0;
}
#contact-number li {
  border-left: 1px solid #6093d9;
  color: #fff;
  float: left;
  font: bold 12px/1em Helvetica, sans-serif;
  list-style-type: none;
  padding: 0 10px;
  text-transform: uppercase;
}
#contact-number li:first-child {
  border-left: none;
  padding-left: 0;
}
#contact-details {
  color: #fff;
  float: left;
  font: 11px/1.25em Helvetica, sans-serif;
}
#contact-details address {
  font-style: normal;
  padding-top: 12px;
}
#contact-details a {
  color: #fff;
  text-decoration: none;
}
#contact-details p {
  margin: 0;
}
.separate .footer-top {
  position: fixed;
}
.separate #contact-info {
  top: 76px;
}
#store-locator {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #6093d9;
  cursor: pointer;
  height: 220px;
  left: 0;
  position: absolute;
  top: 228px;
  width: 42px;
}
.home #store-locator {
  top: 195px;
}

/** Locator Styles */
.page-template-donate_donation-center-locator #main,
.page-template-shop_donation-center-locator #main {
  max-width: 1280px;
}

#search_box #search_box_header {
  display: none !important;
}

#results_box #results_box_output {
  font-size: 0.85em !important;
}

#search_box #search_box_form {
  background-color: transparent !important;
}

#search_box #search_box_form #radius_in_submit {
  margin: 0 !important;
  width: auto !important;
}

#search_box #search_box_form input#addressSubmit {
  background: #000 !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px;
  outline: none;
  border-radius: 3px !important;
}

#results_box #results_box_output span.location_name {
  color: #000 !important;
}

div#map.slp_map {
  border: 0;
  box-shadow: none;
  margin-bottom: 50px;
}
.store-open {
  height: 220px;
  display: none;
  position: relative;
}
.store-open form {
  zoom: 1;
  overflow: auto;
  margin-left: 15px;
  width: 112px;
}
.store-open form:before,
.store-open form:after {
  content: '';
  display: table;
}
.store-open form:after {
  clear: both;
}
.store-open textarea {
  background: none rgba(235, 230, 230, 0.65);
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #6093d9;
  float: left;
  font: 12px/1.5em Helvetica, sans-serif;
  height: 70px;
  margin: 10px 0;
  padding: 8px;
  width: 92px;
}
.store-open button {
  background: none;
  border: none;
  float: right;
  position: absolute;
  left: 94px;
  top: 180px;
}
/*-------------
Sub Page Template Styles
-------------*/
/* Content */
#content {
  background: #fff;
  /* float: left; 
  margin-right: 15px; */
  /* max-width: 716px;   */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#content .container {
  padding: 0 15px;
  width: auto;
}

@media screen and (min-width: 900px) {
  #content .container {
    padding: 0 30px;
  }
}

.content-section {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
  overflow: auto;
  background-color: #fff;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.content-section:before,
.content-section:after {
  content: '';
  display: table;
}
.content-section:after {
  clear: both;
}
.content-section.single {
  min-height: 741px;
}
.content-section.single-post {
  min-height: 711px;
  padding-top: 0px;
}
.post {
  zoom: 1;
  overflow: auto;
}
.post:before,
.post:after {
  content: '';
  display: table;
}
.post:after {
  clear: both;
}
.post-top-img img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  max-width: 100%;
}
/*
---------------------
Home Page Styles
---------------------
*/
#masthead {
  background: url(../img/mast-bg.png) repeat-x;
  clear: both;
  /*height: 340px;*/
  position: relative;
}
#mast-content {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  zoom: 1;
  overflow: auto;
}
#mast-content:before,
#mast-content:after {
  content: '';
  display: table;
}
#mast-content:after {
  clear: both;
}
#slider {
  position: relative;
}
#gallery {
  zoom: 1;
  overflow: auto;
  position: relative;
}
#gallery:before,
#gallery:after {
  content: '';
  display: table;
}
#gallery:after {
  clear: both;
}
#gallery #main-div {
  background: transparent url(../js/carouFredSel/images/carousel_shadow.png)
    no-repeat center bottom;
  float: left;
  height: 332px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 800px;
}
#gallery #main-div .caroufredsel_wrapper {
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
}
#gallery #images,
#gallery #thumbs {
  overflow: hidden;
}
#gallery #images {
  width: 800px;
  height: 340px;
  margin: 0 auto;
  position: absolute;
  left: 16px;
  top: 0;
}
#gallery #images .slide {
  width: 800px;
  height: 340px;
  position: relative;
  float: left;
}
#gallery #images .slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../js/carouFredSel/images/carousel_glare.png')
    no-repeat 0 0;
  width: 800px;
  height: 340px;
}
#prev,
#next {
  display: block;
}
#prev.disabled,
#next.disabled {
  display: none !important;
}
#prev img,
#next img {
  display: block;
  position: relative;
  top: 0px;
}
#prev {
  height: 15px;
  overflow: hidden;
}
#prev img {
  top: -2px;
}
#thumbs-wrapper {
  float: left;
  height: 335px;
  position: relative;
  width: 320px;
}
#thumbs-wrapper .caroufredsel_wrapper {
  height: 299px !important;
}
#thumbs-wrapper #thumbs .thumb {
  zoom: 1;
  overflow: auto;
  background-color: #fff;
  height: 98px;
  width: 320px;
  position: relative;
  border-top: 2px solid #eee;
  margin: 0;
}
#thumbs-wrapper #thumbs .thumb:before,
#thumbs-wrapper #thumbs .thumb:after {
  content: '';
  display: table;
}
#thumbs-wrapper #thumbs .thumb:after {
  clear: both;
}
#thumbs-wrapper #thumbs .thumb a {
  display: block;
  padding: 16px 16px 15px;
  height: 66px;
  text-decoration: none;
}
#thumbs-wrapper #thumbs .thumb.selected {
  background-color: #000;
}
#thumbs-wrapper #thumbs .thumb.selected .thumb-content {
  color: #fff;
}
#thumbs-wrapper #thumbs .thumb.selected .thumb-title {
  color: #92ccb9;
}
#thumbs-wrapper #thumbs .thumb .thumb-img {
  float: left;
  height: 65px;
  overflow: hidden;
  margin-right: 14px;
  width: 95px;
}
#thumbs-wrapper #thumbs .thumb img {
  display: block;
  height: 39px;
  line-height: 65px;
  width: 95px;
}
#thumbs-wrapper #thumbs .thumb .thumb-content,
#thumbs-wrapper #thumbs .thumb .thumb-title {
  color: #8b949d;
  display: block;
  font: bold 16px/1.3em Helvetica, sans-serif;
  margin: 0;
}
#thumbs-wrapper #thumbs .thumb .thumb-title {
  line-height: 1em;
  margin-bottom: 0.25em;
}
#thumbs-wrapper #thumbs .thumb .thumb-content {
  font-size: 12px;
  font-weight: normal;
}
.nav-dots {
  bottom: 20px;
  float: right;
  left: 0;
  position: absolute;
  width: 780px;
  z-index: 100;
}
.nav-dots ul {
  float: right;
  margin: 0;
  padding: 0;
}
.nav-dots li {
  float: left;
  height: 8px;
  list-style-type: none;
  margin: 0 4px 0 0;
  width: 8px;
}
.nav-dots a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #8c929b;
  display: block;
  height: 8px;
  text-decoration: none;
  text-indent: -9999em;
  width: 8px;
}
.nav-dots a.selected {
  background-color: #6093d9;
}
/* Homepage Buckets */
.homepage__buckets {
  /* display: none; */
  margin: 1rem 0;
}

@media screen and (min-width: 769px) {
  .homepage__buckets {
    display: block;
  }
}

.homepage__buckets-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.homepage__bucket {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .homepage__bucket {
    width: calc(100% / 3);
  }
}

.homepage__bucket-image {
  height: auto;
  width: 100%;
}

.homepage__bucket-countdown {
  bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 1rem;
  right: 0;
  margin: 4px;
  position: absolute;
  transform: translateX(-20px);
}

.flip-clock-divider {
  height: auto;
  width: 20px !important;
}

.flip-clock-divider .flip-clock-label {
  bottom: -1.25rem;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  left: 50%;
  margin-left: 40px;
  right: auto !important;
  top: auto;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.flip-clock-wrapper ul {
  float: none;
  height: 40px;
  margin: 2px;
  padding: 0;
  width: 24px;
}

.flip-clock-wrapper ul li {
  line-height: 40px;
}

.flip-clock-wrapper ul li a {
  width: 24px;
}

.flip-clock-wrapper ul li a div.up::after {
  top: 19px;
}

.flip-clock-dot {
  box-shadow: none;
  display: none;
}

.flip-clock-wrapper ul li a div div.inn {
  background: #c3f821;
  color: #171a1f;
  font-size: 16px;
  text-shadow: none;
}

/* Hiding Flipclock Seconds */
.flip-clock-divider.seconds,
.flip-clock-divider.seconds + .flip,
.flip-clock-wrapper .flip:last-of-type {
  display:none!important;
}

/* Buckets */
#buckets,
#subpage-posts {
  margin-top: 16px;
  zoom: 1;
  overflow: auto;
}
#buckets:before,
#subpage-posts:before,
#buckets:after,
#subpage-posts:after {
  content: '';
  display: table;
}
#buckets:after,
#subpage-posts:after {
  clear: both;
}
#buckets ul,
#subpage-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#buckets li,
#subpage-posts li {
  float: left;
  height: 320px;
  position: relative;
  max-width: 320px;
  width: 100%;
}
#buckets li a {
  color: #000;
}
#buckets li .more {
  color: #fff;
}
#buckets li a:hover {
  text-decoration: none;
}
#buckets li.first-bucket h3 span,
#subpage-posts li.first-bucket h3 span {
  color: #fdb41f;
}
#buckets li.first-bucket .description,
#subpage-posts li.first-bucket .description {
  background-position: 0 0;
}
#buckets li.first-bucket .more span,
#subpage-posts li.first-bucket .more span {
  color: #fdb41f;
}
#buckets li.third-bucket h3 span,
#subpage-posts li.third-bucket h3 span {
  color: #7e5371;
}
#buckets li.third-bucket .description,
#subpage-posts li.third-bucket .description {
  background-position: -640px 0;
}
#buckets li.third-bucket .more span,
#subpage-posts li.third-bucket .more span {
  color: #7e5371;
}
#buckets img,
#subpage-posts img {
  /* height: 105px; */
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  max-width: 100%;
  /* width: 277px; */
}
#subpage-posts img {
  height: 105px;
  width: 277px;
}
#buckets h3,
#subpage-posts h3 {
  color: #fff;
  font: bold 24px/1em Helvetica, sans-serif;
  margin: 0;
  left: 16px;
  position: absolute;
  top: 16px;
  z-index: 1;
}
#buckets h3 span,
#subpage-posts h3 span {
  color: #c4cb5e;
  display: block;
}
#buckets .description,
#subpage-posts .description {
  background: url(../img/buckets.png) -320px 0 no-repeat;
  bottom: 34px;
  height: 109px;
  padding: 0 16px;
  position: absolute;
  width: 320px;
}
#buckets .description > *:first-child,
#subpage-posts .description > *:first-child {
  display: block;
  margin-top: 40px;
  padding-top: 0;
}
#buckets .description p,
#subpage-posts .description p {
  color: #000;
  font: 12px/14px Helvetica, sans-serif;
  margin: 0;
}
#buckets .description blockquote,
#subpage-posts .description blockquote {
  color: #000;
  font: italic 16px/18px Georgia, serif;
  margin: 0;
}
#buckets .description blockquote p,
#subpage-posts .description blockquote p {
  color: #000;
  font: italic 16px/18px Georgia, serif;
}
#buckets .author,
#subpage-posts .author {
  color: #fff;
  font: 10px/1.3em Helvetica, sans-serif;
}
#buckets .author a,
#subpage-posts .author a {
  color: #000;
  text-decoration: none;
}
.cite {
  color: #000;
  font: 10px/1.3em Helvetica, sans-serif;
}
.more {
  color: #fff;
  bottom: 2px;
  background-color: #000;
  font: italic 14px/32px Georgia, serif;
  height: 32px;
  padding: 0 16px;
  position: absolute;
  text-decoration: none;
  width: 320px;
}
.more span {
  color: #c4cb5e;
}
.more:hover {
  text-decoration: underline;
}
.author {
  color: #fff;
  font: 10px/1.3em Helvetica, sans-serif;
}
.author a {
  color: #000;
  text-decoration: none;
}

/* Countdown */
#countdown {
  color: rgb(255, 156, 44);
  display: inline-block;
  font-family: 'Georgia';
  line-height: 1.25em;
  padding: 20px 0 0 40px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

#countdown h4 {
  font-size: 18px;
  margin: 0;
}

.countdown {
  font-size: 16px;
  font-weight: 700;
}

/* Feed Plug-in */
/*#dcsns-filter li {
  padding: 0 16px 0 0;
}
#dcsns-filter li:first-child {
  display: none;
}
#dcsns-filter a {
  display: block;
  height: 49px;
  overflow: hidden;
  position: relative;
  width: 110px;
}
#dcsns-filter a img {
  left: 0;
  position: absolute;
  top: 0;
}
#dcsns-filter a.iso-toggled img,
#dcsns-filter a:hover img {
  top: -49px;
}
/* Social feed */
.social-feed {
  margin: 0 auto;
}
#social-feed {
  background-color: #fff;
  margin-top: 16px;
  padding: 20px 0 16px;
}
#social-feed h2 {
  font-weight: bold;
  margin: 15px auto 30px;
  text-align: center;
}
#social-feed h2 + h4 {
  font-size: 14px;
  margin: 0.5em 0;
}
.dcwss.dc-wall .stream li.dcsns-facebook .section-thumb img,
.dcwss.dc-wall .stream li.dcsns-facebook .section-text img {
  width: 100% !important;
}

/* Tabbed Content Sections */
.tabbed-section {
  text-align: center;
}
.tabbed-section__links {
  font-size: 20px;
}
.tabbed-section__link {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1em;
  background-color: #777;
  padding: .25em;
}
.tabbed-section__link:hover, .tabbed-section__link--active {
  background-color: #6093d9;
}
.tabbed-section__link svg {
  display: block;
  width: 1em;
  height: 1em;
}
.tabbed-section__link svg path {
  fill: #fff;
}
.tabbed-section__content {
  display: none;
}
.tabbed-section__content--active {
  display: block;
}

#social-tabs .dcsns-toolbar {
  display: none;
}
#social-tabs .tabbed-section__links {
  margin-bottom: 30px;
}

/*#social-feed .dcsns {
  margin: 0;
}*/
/*#filters {
  float: left;
  zoom: 1;
  overflow: auto;
}
#filters:before,
#filters:after {
  content: "";
  display: table;
}
#filters:after {
  clear: both;
}
#filters ul {
  margin: 0;
  padding: 8px 0 0;
}
#filters li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#wall {
  min-height: 0!important;
  overflow: hidden;
}
#wall .stream li.dcsns-rss {
  background-color: #FDB41F;
}
#wall .stream li.dcsns-rss .section-intro,
#wall .filter .f-rss a:hover {
  background-color: #FDB41F;
}
#wall .stream li.dcsns-twitter {
  background-color: #92CCB9;
}
#wall .stream li.dcsns-twitter .section-intro,
#wall .filter .f-twitter a:hover {
  background-color: #92CCB9;
}
#wall .stream li.dcsns-facebook {
  background-color: #6093D9;
}
#wall .stream li.dcsns-facebook .section-intro,
#wall .filter .f-facebook a:hover {
  background-color: #6093D9;
}
#wall .stream li.dcsns-youtube {
  background-color: #7E5371;
}
#wall .stream li.dcsns-youtube .section-intro,
#wall .filter .f-youtube a:hover {
  background-color: #7E5371;
}
#wall .stream li.dcsns-pinterest {
  background-color: #D96F63;
}
#wall .section-title {
  clear: left;
}
#feeds.short-wall #wall {
  height: 600px;
}
#feeds.short-wall #feed-amount a:before,
#feeds.short-wall #feed-amount a:after {
  content: "▼";
}
#feed-amount {
  background-color: #000;
  height: 16px;
  text-align: center;
  position: relative;
}
#feed-amount a {
  color: #fff;
  display: block;
  font: 10px/19px Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#feed-amount a:before,
#feed-amount a:after {
  content: "▲";
  padding: 0 8px;
  position: relative;
  top: -1px;
}
#feed-fade {
  left: 0;
  opacity: 0;
  position: absolute;
  top: -137px;
  z-index: 5;
}*/
/* Sidebar */
#sidebar {
  /* float: left; */
  margin-left: 15px;
  max-width: 229px;
}
#sidebar h3 {
  background-color: #fdb41f;
  color: #fff;
  font: bold 20px/1em Helvetica, sans-serif;
  margin: 0;
  padding: 16px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#good-news {
  position: relative;
}
#good-news #thumbs-wrapper {
  width: 229px;
}
#good-news #thumbs-wrapper .thumb {
  width: 229px;
}
#good-news #thumbs-wrapper .thumb a:hover {
  background-color: #000;
}
#good-news #thumbs-wrapper .thumb a:hover .thumb-title,
#good-news #thumbs-wrapper .thumb a:hover .thumb-author {
  color: #fff;
}
#good-news #thumbs-wrapper .thumb .thumb-title {
  color: #8b949d;
  display: block;
  font: 12px/1.3em Helvetica, sans-serif;
  margin: 0;
}
#good-news #thumbs-wrapper .thumb .thumb-author {
  color: #8b949d;
  font: 10px/1.3em Helvetica, sans-serif;
}
#good-news #thumbs-wrapper .thumb .thumb-author a {
  color: #c4cb5e;
}
#photo-gallery,
#news-sidebar,
#calculate-impact {
  margin-bottom: 16px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#news-sidebar {
  background-color: #6093d9;
  padding: 13px;
  zoom: 1;
  overflow: auto;
}
#news-sidebar:before,
#news-sidebar:after {
  content: '';
  display: table;
}
#news-sidebar:after {
  clear: both;
}
#news-sidebar .newsletter-form {
  margin: 0;
}
#news-sidebar .newsletter-form input {
  margin-bottom: 5px;
}
#news-sidebar .wpcf7-form {
  position: relative;
}
#news-sidebar h4 {
  color: #fff;
  font: italic 16px/1em Georgia, serif;
  margin: 0;
  padding-bottom: 10px;
}
#news-sidebar .wpcf7-not-valid-tip {
  left: -188px;
  top: -5px;
  width: 180px;
}
#news-sidebar .wpcf7-response-output {
  left: -195px;
  top: 40px;
  width: 153px;
}
#news-sidebar .ajax-loader {
  position: absolute;
}
/* Blog Sidebar */
#news-categories h3 {
  background-color: #fdb41f;
}
#news-categories ul {
  background-color: #fff;
  list-style-type: none;
  margin: 0 0 16px;
  padding: 1em 0;
}
#news-categories .category-toggle a {
  background: url('../img/icons/icon-adv.png') no-repeat 12px center;
}
#news-categories .category-toggle li.active,
#news-categories .date-toggle li.active {
  background-color: #000;
}
#news-categories .category-toggle li.active a,
#news-categories .date-toggle li.active a {
  color: #fff;
}
#news-categories .category-toggle li a,
#news-categories .date-toggle li a {
  color: #8b949d;
  display: block;
  font-weight: bold;
  padding: 5px 6px 5px 46px;
}
#news-categories .category-toggle .icon-12 a,
#news-categories .date-toggle .icon-12 a {
  background-image: url('../img/icons/icon-adv.png');
}
#news-categories .category-toggle .icon-13 a,
#news-categories .date-toggle .icon-13 a {
  background-image: url('../img/icons/icon-car.png');
}
#news-categories .category-toggle .icon-14 a,
#news-categories .date-toggle .icon-14 a {
  background-image: url('../img/icons/icon-de.png');
}
#news-categories .category-toggle .icon-15 a,
#news-categories .date-toggle .icon-15 a {
  background-image: url('../img/icons/icon-my.png');
}
#news-categories .category-toggle .icon-16 a,
#news-categories .date-toggle .icon-16 a {
  background-image: url('../img/icons/icon-shop.png');
}
#news-categories .category-toggle .icon-17 a,
#news-categories .date-toggle .icon-17 a {
  background-image: url('../img/icons/icon-up.png');
}
#news-categories .category-toggle .icon-18 a,
#news-categories .date-toggle .icon-18 a {
  background-image: url('../img/icons/icon-vol.png');
}
#news-categories .category-toggle .icon-all a,
#news-categories .date-toggle .icon-all a {
  background-image: none;
}
/* ------------
Subpage Content
--------------*/
body div.more-bar {
  background-color: #000;
  clear: both;
  height: 16px;
  padding: 0;
  position: relative;
  text-align: center;
}
body div.more-bar a {
  color: #fff;
  display: block;
  font: 10px/19px Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
body div.more-bar a:before,
body div.more-bar a:after {
  content: '  ▼  ';
}
#main-img p {
  margin-top: 0;
}
#main-img img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
}
#content-sub {
  padding-bottom: 9px;
}
#content-sub em {
  color: #6093d9;
}
.page-contact-us #content-sub em {
  color: #fff;
}
#sub-1,
#sub-2 {
  float: left;
  margin: 0 0 14px;
  width: 290px;
}
#sub-1 h3,
#sub-2 h3 {
  color: #6093d9;
  font-size: 14px;
  margin: 6px 0 0;
  padding: 0;
}
#sub-1 h3 + p,
#sub-2 h3 + p {
  margin: 0;
}
#sub-2 {
  margin-left: 30px;
}
.leader {
  zoom: 1;
  overflow: auto;
  clear: left;
}
.leader:before,
.leader:after {
  content: '';
  display: table;
}
.leader:after {
  clear: both;
}
.leader .alignleft {
  padding-right: 18px;
}
.leader + .leader {
  margin-top: 2em;
}
.name-list ul {
  zoom: 1;
  overflow: auto;
  margin: 0;
  padding: 0 0 2em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.name-list ul:before,
.name-list ul:after {
  content: '';
  display: table;
}
.name-list ul:after {
  clear: both;
}
.name-list li {
  /*float: left;*/
  font: italic 13px/1.3em Georgia, serif;
  list-style-type: none;
  margin: 0 18px 1.5em 0;
  padding: 0;
  width: 200px;
}
.name-list li:nth-child(3n + 1) {
  /*clear: left;*/
}
.name-list li strong {
  color: #6093d9;
  font: bold 14px/1.3em Helvetica, sans-serif;
  font-style: normal;
}
.content-section #subpage-posts {
  min-height: 400px;
}
.content-section #subpage-posts li {
  float: right;
  margin-right: 50px;
}
.content-section #subpage-posts h3 {
  color: #fff;
}
.content-section #subpage-posts h3 span {
  color: #d96f63;
}
.content-section #subpage-posts .cite {
  color: #000;
  font: 10px/1.3em Helvetica, sans-serif;
}
.content-section #subpage-posts .more {
  color: #fff;
  bottom: 2px;
  background-color: #000;
  font: italic 14px/32px Georgia, serif;
  height: 32px;
  padding: 0 16px;
  position: absolute;
  text-decoration: none;
  width: 288px;
}
.content-section #subpage-posts .more span {
  color: #c4cb5e;
}
.content-section #subpage-posts .more:hover {
  text-decoration: underline;
}
.content-section #subpage-posts .twitter-share-button {
  padding-top: 6px;
}
.multi-posts #subpage-posts {
  padding-bottom: 30px;
  position: relative;
}
.multi-posts #subpage-posts ul {
  list-style-type: none;
  padding: 0;
}
.multi-posts #subpage-posts li {
  float: left;
  height: 228px;
  margin: 0 0 17px 17px;
  width: 227px;
}
.multi-posts #subpage-posts li:nth-child(3n + 1) {
  margin: 0 1px 17px 0;
}
.multi-posts #subpage-posts .description {
  background: #d96f63;
  bottom: 0;
  height: 93px;
  width: 100%;
}
.multi-posts #subpage-posts .author {
  color: #fff;
  font: bold 14px/1.3em Helvetica, sans-serif;
  margin-top: 16px;
}
.multi-posts #subpage-posts .author a {
  color: #fff;
}
.multi-posts #subpage-posts p {
  color: #d3a396;
}
.multi-posts #subpage-posts .more {
  background: url(../img/more-bg.png) no-repeat;
  background: #000;
  bottom: 0;
  width: 100%;
}
.multi-posts #subpage-posts .more a {
  color: #fff;
}
.multi-posts #subpage-posts .more a span {
  color: #d96f63;
}
.multi-posts #subpage-posts .navigation {
  bottom: 5px;
  position: absolute;
  width: 656px;
}
.multi-posts #subpage-posts .navigation span {
  color: #8b949d;
  font: italic 14px/1.3em Georgia, serif;
}
.shop-page #subpage-posts {
  min-height: 0;
  padding-bottom: 28px;
}
.post-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-list li {
  zoom: 1;
  overflow: auto;
  clear: left;
  margin-bottom: 1em;
  position: relative;
}
.post-list li:before,
.post-list li:after {
  content: '';
  display: table;
}
.post-list li:after {
  clear: both;
}
.post-list img {
  float: left;
  padding-right: 17px;
}
.post-list .author {
  color: #8b949d;
}
.post-list .continue-reading {
  font-family: Georgia, serif;
  font-style: italic;
}
.post-list .continue-reading span {
  color: #000;
}
.post-list .more {
  background-color: #fdb41f;
  clear: both;
  position: relative;
  text-align: left;
  width: auto;
}
.post-list .more span,
.post-list .more a {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-style: normal;
}
.post-list .more:hover {
  text-decoration: none;
}
.right-content {
  overflow: hidden;
  padding-right: 16px;
}
/*-------------------
Subpage Custom Pages
-------------------*/
#menu-top-menu .sub-menu-wrap .sub-menu .current-menu-item a {
  color: #fff;
}
/* Our Promise */
.page-accountability #sub-1,
.page-accountability #sub-2,
.page-accountability #sub-3 {
  float: left;
  margin: 0 36px 0 0;
  width: 194px;
}
.page-accountability #sub-1 a,
.page-accountability #sub-2 a,
.page-accountability #sub-3 a {
  color: #fff;
  background: #6093d9 url(../img/download-btn.png) no-repeat 0 2px;
  display: block;
  font: 10px/1.2em Helvetica, sans-serif;
  height: 32px;
  padding: 4px 0 0 35px;
  text-decoration: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-accountability #sub-1 a em,
.page-accountability #sub-2 a em,
.page-accountability #sub-3 a em {
  color: #fff;
  font: italic 13px/1.1em Georgia, serif;
}
.page-accountability #sub-1 a:hover em,
.page-accountability #sub-2 a:hover em,
.page-accountability #sub-3 a:hover em {
  text-decoration: underline;
}
.page-accountability #sub-1 h3,
.page-accountability #sub-2 h3,
.page-accountability #sub-3 h3 {
  height: 50px;
}
.page-accountability #sub-1 h3 + p,
.page-accountability #sub-2 h3 + p,
.page-accountability #sub-3 h3 + p {
  margin: 0;
}
.page-accountability #sub-1 p,
.page-accountability #sub-2 p,
.page-accountability #sub-3 p {
  margin: 16px 0;
}
.page-accountability #sub-3 {
  margin-right: 0;
}
.page-environmental-promise .alignleft {
  margin-bottom: 30px;
}
/* Shop */
.page-shop a,
.page-parent-shop a {
  color: #d96f63;
}
.page-shop #content h1,
.page-parent-shop #content h1,
.page-shop #content h2,
.page-parent-shop #content h2,
.page-shop #content h3,
.page-parent-shop #content h3,
.page-shop #content h5,
.page-parent-shop #content h5,
.page-shop #content h6,
.page-parent-shop #content h6 {
  color: #d96f63;
}
.page-shop #news-sidebar,
.page-parent-shop #news-sidebar {
  background-color: #d96f63;
}
.page-shop #news-sidebar input,
.page-parent-shop #news-sidebar input {
  color: #d96f63;
}
#menu-top-menu .link-shop.active,
#menu-top-menu .link-shop.current-menu-parent,
#menu-top-menu .link-shop.current-menu-item {
  background: url(../img/nav-shop-current.png) no-repeat center bottom;
}
#menu-top-menu .link-shop.active > a,
#menu-top-menu .link-shop.current-menu-parent > a,
#menu-top-menu .link-shop.current-menu-item > a {
  color: #d96f63;
}
#menu-top-menu .link-shop.current-menu-item > a {
  color: #d96f63;
}
#menu-top-menu .link-shop .sub-menu-wrap {
  background-color: #d96f63;
}
.shop-home {
  position: relative;
}
.shop-home .container h5 {
  float: right;
  position: relative;
  max-width: 50%;
  z-index: 3;
}
.shop-home .container h2,
.shop-home .container p {
  /* clear: right;
  float: right;
  width: 340px; */
}
.shop-home #subpage-posts .description {
  background: url(../img/shop-bucket.png) left top no-repeat;
}
.shop-home #subpage-posts h3 {
  color: #fff;
}
.shop-home #subpage-posts h3 span {
  color: #d96f63;
}
.subpage-image {
  /* left: -32px;
  position: absolute;
  top: 14px; */
  float: right;
  width: 50%;
  margin-left: 30px;
  margin-bottom: 30px;
  z-index: 3;
}
.subpage-image img {
  width: 100%;
}
.subpage-image p {
  float: none;
  width: auto;
}
.stores {
  zoom: 1;
  overflow: auto;
  clear: left;
  margin-bottom: 20px;
}
.stores:before,
.stores:after {
  content: '';
  display: table;
}
.stores:after {
  clear: both;
}
.events-list div {
  zoom: 1;
  overflow: auto;
  list-style-type: none;
  padding: 0 0 1em;
}
.events-list div:before,
.events-list div:after {
  content: '';
  display: table;
}
.events-list div:after {
  clear: both;
}
#main .events-list .alignleft {
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #main .events-list .alignleft {
    width: 100%;
    text-align: center;
    float: none;
  }
  #main .events-list .right-content {
    width: 90%;
    text-align: center;
    margin: 10px auto;
  }
}
/* shop calendar */
.page-shop table.em-calendar,
.page-parent-shop table.em-calendar {
  margin-bottom: 16px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-shop table.em-calendar td,
.page-parent-shop table.em-calendar td {
  background-color: #fff;
  color: #000;
  font: bold 10px/1em Helvetica, sans-serif;
  padding: 4px 1px;
  text-align: center;
  width: 32px;
}
.page-shop table.em-calendar .days-names td,
.page-parent-shop table.em-calendar .days-names td {
  background-color: transparent;
  padding-top: 6px;
  text-transform: uppercase;
}
.page-shop table.em-calendar .month_name,
.page-parent-shop table.em-calendar .month_name {
  background-color: #d96f63;
  color: #fff;
  font: bold 20px/1.5em Helvetica, sans-serif;
}
.page-shop table.em-calendar td.eventful,
.page-parent-shop table.em-calendar td.eventful,
.page-shop table.em-calendar td.eventful-today,
.page-parent-shop table.em-calendar td.eventful-today {
  background-color: #d96f63;
}
.page-shop table.em-calendar td.eventful a,
.page-parent-shop table.em-calendar td.eventful a,
.page-shop table.em-calendar td.eventful-today a,
.page-parent-shop table.em-calendar td.eventful-today a {
  color: #fff;
  display: block;
}
.page-shop table.em-calendar tr:last-child td:first-child,
.page-parent-shop table.em-calendar tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-shop table.em-calendar tr:last-child td:last-child,
.page-parent-shop table.em-calendar tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-shop table.em-calendar thead td,
.page-parent-shop table.em-calendar thead td {
  height: 50px;
  padding: 0;
}
.page-shop table.em-calendar thead td a,
.page-parent-shop table.em-calendar thead td a {
  color: #000;
  display: block;
  line-height: 50px;
}
.page-shop table.em-calendar thead tr:last-child td:first-child,
.page-parent-shop table.em-calendar thead tr:last-child td:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eae9e9;
  /* Old browsers */
  background: -moz-linear-gradient(right, #eae9e9 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0%, #eae9e9),
    color-stop(100%, #ffffff)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #eae9e9 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #eae9e9 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #eae9e9 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to left, #eae9e9 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eae9e9', GradientType=1);
  /* IE6-9 */
}
.page-shop table.em-calendar thead tr:last-child td:last-child,
.page-parent-shop table.em-calendar thead tr:last-child td:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eae9e9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eae9e9 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #eae9e9),
    color-stop(100%, #ffffff)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eae9e9 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eae9e9 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eae9e9 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eae9e9 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae9e9', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.page-shop table.em-calendar tbody td:last-child,
.page-parent-shop table.em-calendar tbody td:last-child,
.page-shop table.em-calendar tbody td:first-child,
.page-parent-shop table.em-calendar tbody td:first-child {
  color: #d96f63;
}
/* Donate */
.page-donate a,
.page-parent-donate a {
  color: #92ccb9;
}
.page-donate #content h1,
.page-parent-donate #content h1,
.page-donate #content h2,
.page-parent-donate #content h2,
.page-donate #content h3,
.page-parent-donate #content h3,
.page-donate #content h5,
.page-parent-donate #content h5,
.page-donate #content h6,
.page-parent-donate #content h6 {
  color: #92ccb9;
}
.page-donate #news-sidebar,
.page-parent-donate #news-sidebar {
  background-color: #92ccb9;
}
.page-donate #news-sidebar input,
.page-parent-donate #news-sidebar input {
  background: rgba(255, 255, 255, 0.65);
  color: #92ccb9;
}
.page-donate .subpage-image,
.page-parent-donate .subpage-image {
  left: 11px;
}
.page-donate #subpage-posts .description,
.page-parent-donate #subpage-posts .description {
  background: url(../img/donate-bucket.png) no-repeat 0 0;
}
.page-donate #subpage-posts .author a,
.page-parent-donate #subpage-posts .author a {
  color: #000;
}
.page-donate #subpage-posts h3,
.page-parent-donate #subpage-posts h3 {
  color: #fff;
}
.page-donate #subpage-posts h3 span,
.page-parent-donate #subpage-posts h3 span {
  color: #92ccb9;
}
.page-donate #main .good-tips strong,
.page-parent-donate #main .good-tips strong {
  color: #92ccb9;
}
.page-donate #main .faqs h3 + p,
.page-parent-donate #main .faqs h3 + p {
  margin-top: 0;
}
.page-donate #sub-1,
.page-parent-donate #sub-1,
.page-donate #sub-2,
.page-parent-donate #sub-2 {
  background-color: #92ccb9;
  min-height: 530px;
  width: 350px;
}
.page-donate #sub-1 p:first-child,
.page-parent-donate #sub-1 p:first-child,
.page-donate #sub-2 p:first-child,
.page-parent-donate #sub-2 p:first-child {
  margin-top: 0;
}
.page-donate #sub-1 ul,
.page-parent-donate #sub-1 ul,
.page-donate #sub-2 ul,
.page-parent-donate #sub-2 ul {
  list-style-type: none;
  padding: 0 24px;
}
.page-donate #sub-1 ul h4,
.page-parent-donate #sub-1 ul h4,
.page-donate #sub-2 ul h4,
.page-parent-donate #sub-2 ul h4 {
  color: #fff;
  font: italic 24px/1.3em Georgia, serif;
  margin: 1em 0 0.5em;
}
.page-donate #sub-1 ul p,
.page-parent-donate #sub-1 ul p,
.page-donate #sub-2 ul p,
.page-parent-donate #sub-2 ul p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.page-donate #sub-2,
.page-parent-donate #sub-2 {
  float: right;
  margin-left: 0;
}
#donate-subnav {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
  overflow: auto;
  background-color: #92ccb9;
  margin: 0;
  padding: 0 14px;
}
#donate-subnav:before,
#donate-subnav:after {
  content: '';
  display: table;
}
#donate-subnav:after {
  clear: both;
}
#donate-subnav li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#donate-subnav a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 172px;
}
#donate-subnav a.active {
  background-color: #000;
}
#capital-campaign img {
  left: -30px;
  margin-top: 1em;
  position: relative;
}
.planned-giving-content {
  zoom: 1;
  overflow: auto;
}
.planned-giving-content:before,
.planned-giving-content:after {
  content: '';
  display: table;
}
.planned-giving-content:after {
  clear: both;
}
.planned-giving-content + .planned-giving-content {
  margin-top: 2.5em;
}
.planned-giving-content em {
  font-family: Georgia, serif;
}
.planned-giving-content em:after {
  color: #000;
  content: '>>';
}
#menu-top-menu .link-donate.active,
#menu-top-menu .link-donate.current-menu-parent,
#menu-top-menu .link-donate.current-menu-item {
  background: url(../img/nav-donate-current.png) no-repeat center bottom;
}
#menu-top-menu .link-donate.active > a,
#menu-top-menu .link-donate.current-menu-parent > a,
#menu-top-menu .link-donate.current-menu-item > a {
  color: #92ccb9;
}
#menu-top-menu .link-donate.current-menu-item > a {
  color: #92ccb9;
}
#menu-top-menu .link-donate .sub-menu-wrap {
  background-color: #92ccb9;
}
/* map */
#sl_div {
  padding: 0 !important;
}
#sl_div a {
  color: #92ccb9 !important;
}
#sl_div #search_form_table_cell {
  padding: 0;
}
#sl_div #address_search {
  width: 658px;
}
#sl_div #address_search #add_in_address {
  margin-bottom: 12px;
}
#sl_div #address_search label {
  display: block;
  line-height: 28px;
  min-width: 170px;
  padding-right: 18px;
  text-align: left;
}
#sl_div #address_search input,
#sl_div #address_search select {
  background: none rgba(235, 230, 230, 0.65);
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #8b949d;
  font: 12px/32px Helvetica, sans-serif;
  height: 28px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 0 10px;
  width: 50%;
}
#sl_div #address_search #addy_in_radius {
  padding-right: 0;
}
#sl_div #address_search select {
  padding: 7px 2px 5px 10px;
  width: 50%;
}
#sl_div #address_search #radius_in_submit {
  float: right;
  margin-top: -20px;
  width: auto;
}
#sl_div #address_search #addressSubmit {
  background: none #92ccb9;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 0 8px;
  width: auto;
}
#sl_div #address_search #addressSubmit:hover {
  margin: 0 !important;
}
#sl_div #map_table {
  float: right;
  width: 456px;
}
#sl_div #results_table {
  float: left;
  width: 170px;
}
#sl_div #searchForm {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
  padding-bottom: 24px;
}
#sl_div #map_sidebar {
  height: 455px;
  overflow: auto;
  text-align: left;
  /*margin-top: 20px;*/
}
#sl_div #map_sidebar .results_entry {
  padding: 0;
}
#sl_div #map_sidebar .results_entry td {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  width: auto;
}
#sl_div #map_sidebar h2 {
  font-size: 14px;
}
.page-parent-shop #sl_div a {
  color: #d96f63 !important;
}
.page-parent-shop #sl_div #address_search #addressSubmit {
  background-color: #d96f63;
}
#slp_tagline {
  display: none !important;
}
/* Business Services */
.page-business-services a,
.page-parent-business-services a {
  color: #c4cb5e;
}
.page-business-services #content h1,
.page-parent-business-services #content h1,
.page-business-services #content h2,
.page-parent-business-services #content h2,
.page-business-services #content h3,
.page-parent-business-services #content h3,
.page-business-services #content h5,
.page-parent-business-services #content h5,
.page-business-services #content h6,
.page-parent-business-services #content h6 {
  color: #c4cb5e;
}
.page-business-services #news-sidebar,
.page-parent-business-services #news-sidebar {
  background-color: #c4cb5e;
}
.page-business-services #news-sidebar input,
.page-parent-business-services #news-sidebar input {
  background: rgba(255, 255, 230, 0.65);
  color: #c4cb5e;
}
.page-business-services .name-list li strong,
.page-parent-business-services .name-list li strong {
  color: #c4cb5e;
}
.page-business-services #subpage-posts .description,
.page-parent-business-services #subpage-posts .description {
  background-color: #c4cb5e;
  height: 123px;
}
.page-business-services #subpage-posts .description p,
.page-parent-business-services #subpage-posts .description p {
  color: #fff;
  font: italic 15px/1.2em Georgia, serif;
  margin-top: 13px;
}
.page-business-services #subpage-posts .author,
.page-parent-business-services #subpage-posts .author {
  bottom: 38px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
}
.page-business-services #subpage-posts .author a,
.page-parent-business-services #subpage-posts .author a {
  color: #000;
}
.page-business-services #subpage-posts .more a span,
.page-parent-business-services #subpage-posts .more a span {
  color: #c4cb5e;
}
#menu-top-menu .link-business-services.active,
#menu-top-menu .link-business-services.current-menu-parent,
#menu-top-menu .link-business-services.current-menu-item {
  background: url(../img/nav-business-current.png) no-repeat center bottom;
}
#menu-top-menu .link-business-services.active > a,
#menu-top-menu .link-business-services.current-menu-parent > a,
#menu-top-menu .link-business-services.current-menu-item > a {
  color: #c4cb5e;
}
#menu-top-menu .link-business-services.current-menu-item > a {
  color: #c4cb5e;
}
#menu-top-menu .link-business-services .sub-menu-wrap {
  background-color: #c4cb5e;
}
.testimonials {
  margin-bottom: 1em;
  zoom: 1;
  overflow: auto;
}
.testimonials:before,
.testimonials:after {
  content: '';
  display: table;
}
.testimonials:after {
  clear: both;
}
.testimonials-img {
  padding-bottom: 22px;
  position: relative;
}
.testimonials-img .more {
  background-color: #c4cb5e;
  bottom: auto;
  color: #fff;
  left: 0;
  top: 168px;
  width: 195px;
}
.testimonials-img .more span {
  color: #000;
}
.page-e-cycle-services div.alignleft img {
  padding-right: 30px;
}
/* Career Services */
#careers-at-goodwill {
  background: #fff;
  padding: 0 15px;
  width: 100%;
}
.page-careers-at-goodwill div#sub-1 {
  width: 100%;
}
.page-careers-at-goodwill #sub-2 {
  display: none;
}
.page-careers-at-goodwill #sub-2 + * {
  clear: both;
}
#service-description ul {
  zoom: 1;
  overflow: auto;
  padding: 0;
}
#service-description ul:before,
#service-description ul:after {
  content: '';
  display: table;
}
#service-description ul:after {
  clear: both;
}
#service-description li {
  background: #7e5371 url(../img/download-btn.png) no-repeat 0 2px;
  display: block;
  float: left;
  font: 10px/1.2em Helvetica, sans-serif;
  margin-right: 16px;
  text-decoration: none;
  width: 237px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#service-description a {
  color: #fff;
  display: block;
  height: 32px;
  padding: 4px 0 0 35px;
}
#service-description a em {
  color: #fff;
  font: italic 13px/1.1em Georgia, serif;
}
#service-description a:hover em {
  text-decoration: underline;
}
#service-description h3 + p {
  margin-top: 0;
}
#service-description h6 {
  margin-top: 16px;
}
#disability-contacts ul {
  padding: 0;
}
#disability-contacts li {
  float: left;
  list-style-type: none;
  line-height: 1.2em;
  width: 160px;
}
#disability-contacts li strong {
  color: #7e5371;
}
#disability-contacts li em {
  font: italic 13px/1.2em Georgia, serif;
}
#disability-contacts li a {
  color: #8b949d;
  font-size: 12px;
}
.page-career-services a,
.page-parent-career-services a {
  color: #7e5371;
}
.page-career-services #content h1,
.page-parent-career-services #content h1,
.page-career-services #content h2,
.page-parent-career-services #content h2,
.page-career-services #content h3,
.page-parent-career-services #content h3,
.page-career-services #content h5,
.page-parent-career-services #content h5,
.page-career-services #content h6,
.page-parent-career-services #content h6 {
  color: #7e5371;
}
.page-career-services #news-sidebar,
.page-parent-career-services #news-sidebar {
  background-color: #7e5371;
}
.page-career-services #news-sidebar input,
.page-parent-career-services #news-sidebar input {
  color: #7e5371;
}
.page-career-services .name-list li strong,
.page-parent-career-services .name-list li strong {
  color: #7e5371;
}
.page-career-services .subpage-image,
.page-parent-career-services .subpage-image {
  left: -151px;
  top: 54px;
}
.page-career-services #subpage-posts .description,
.page-parent-career-services #subpage-posts .description {
  background: url(../img/buckets.png) no-repeat -640px 0;
  background-position: -640px 0;
}
.page-career-services #subpage-posts h3,
.page-parent-career-services #subpage-posts h3 {
  color: #fff;
}
.page-career-services #subpage-posts h3 span,
.page-parent-career-services #subpage-posts h3 span {
  color: #7e5371;
}
.page-career-services #sub-1,
.page-parent-career-services #sub-1,
.page-career-services #sub-2,
.page-parent-career-services #sub-2 {
  background-color: #7e5371;
  min-height: 530px;
  width: 350px;
}
.page-career-services #sub-1 p:first-child,
.page-parent-career-services #sub-1 p:first-child,
.page-career-services #sub-2 p:first-child,
.page-parent-career-services #sub-2 p:first-child {
  margin-top: 0;
}
.page-career-services #sub-1 ul,
.page-parent-career-services #sub-1 ul,
.page-career-services #sub-2 ul,
.page-parent-career-services #sub-2 ul {
  list-style-type: none;
  padding: 0 28px;
}
.page-career-services #sub-1 ul h4,
.page-parent-career-services #sub-1 ul h4,
.page-career-services #sub-2 ul h4,
.page-parent-career-services #sub-2 ul h4 {
  color: #fff;
  font: italic 24px/1.3em Georgia, serif;
  margin: 1em 0 0.5em;
}
.page-career-services #sub-1 ul p,
.page-parent-career-services #sub-1 ul p,
.page-career-services #sub-2 ul p,
.page-parent-career-services #sub-2 ul p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.page-career-services #sub-1 ul a,
.page-parent-career-services #sub-1 ul a,
.page-career-services #sub-2 ul a,
.page-parent-career-services #sub-2 ul a {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  color: #7e5371;
  display: inline-block;
  font: italic 14px/35px Georgia, serif;
  padding: 0 27px 0 16px;
  height: 35px;
}
.page-career-services #sub-1 ul a em,
.page-parent-career-services #sub-1 ul a em,
.page-career-services #sub-2 ul a em,
.page-parent-career-services #sub-2 ul a em {
  color: #000;
}
.page-career-services #sub-2,
.page-parent-career-services #sub-2 {
  float: right;
  margin-left: 0;
}
#menu-top-menu .link-career-services.active,
#menu-top-menu .link-career-services.current-menu-parent,
#menu-top-menu .link-career-services.current-menu-item {
  background: url(../img/nav-career-current.png) no-repeat center bottom;
}
#menu-top-menu .link-career-services.active > a,
#menu-top-menu .link-career-services.current-menu-parent > a,
#menu-top-menu .link-career-services.current-menu-item > a {
  color: #7e5371;
}
#menu-top-menu .link-career-services.current-menu-item > a {
  color: #7e5371;
}
#menu-top-menu .link-career-services .sub-menu-wrap {
  background-color: #7e5371;
}
/* News & Events */
.page-news-events a,
.page-parent-news-events a {
  color: #fdb41f;
}
.page-news-events #content h1,
.page-parent-news-events #content h1,
.page-news-events #content h2,
.page-parent-news-events #content h2,
.page-news-events #content h3,
.page-parent-news-events #content h3,
.page-news-events #content h5,
.page-parent-news-events #content h5,
.page-news-events #content h6,
.page-parent-news-events #content h6 {
  color: #fdb41f;
}
.page-news-events #news-sidebar,
.page-parent-news-events #news-sidebar {
  background-color: #fdb41f;
}
.page-news-events #news-sidebar input,
.page-parent-news-events #news-sidebar input {
  background: rgba(255, 255, 255, 0.65);
  color: #fdb41f;
}
.page-news-events .name-list li strong,
.page-parent-news-events .name-list li strong {
  color: #fdb41f;
}
.page-news-events #subpage-posts h3,
.page-parent-news-events #subpage-posts h3 {
  color: #fff;
}
.page-news-events #subpage-posts h3 span,
.page-parent-news-events #subpage-posts h3 span {
  color: #fdb41f;
}
.page-news-events #subpage-posts .description,
.page-parent-news-events #subpage-posts .description {
  background-image: none;
  background-color: #fdb41f;
  height: 123px;
}
.page-news-events #subpage-posts .description p,
.page-parent-news-events #subpage-posts .description p {
  color: #fff;
  font: italic 15px/1.2em Georgia, serif;
  margin-top: 13px;
}
.page-news-events #subpage-posts .author,
.page-parent-news-events #subpage-posts .author {
  bottom: 15px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
}
.page-news-events #subpage-posts .author a,
.page-parent-news-events #subpage-posts .author a {
  color: #000;
}
.page-news-events #subpage-posts .more a span,
.page-parent-news-events #subpage-posts .more a span {
  color: #fdb41f;
}
.page-news-events .shop-home,
.page-parent-news-events .shop-home {
  min-height: 850px;
}
#menu-top-menu .link-news-events.active,
#menu-top-menu .link-news-events.current-menu-parent,
#menu-top-menu .link-news-events.current-menu-item {
  background: url(../img/nav-news-current.png) no-repeat center bottom;
}
#menu-top-menu .link-news-events.active > a,
#menu-top-menu .link-news-events.current-menu-parent > a,
#menu-top-menu .link-news-events.current-menu-item > a {
  color: #fdb41f;
}
#menu-top-menu .link-news-events.current-menu-item > a {
  color: #fdb41f;
}
#menu-top-menu .link-news-events .sub-menu-wrap {
  background-color: #fdb41f;
}
/* Contact Us */
.address-info #sub-1 {
  font-size: 13px;
  width: 200px;
}
.address-info #sub-1 h3 + p {
  margin-top: 0;
}
.address-info #sub-1 p {
  margin: 15px 0 10px;
}
.address-info #sub-1 p strong {
  color: #6093d9;
  font-weight: bold;
}
.address-info #sub-1 li {
  list-style-type: none;
  margin-bottom: 1.75em;
}
.address-info #sub-2 {
  float: left;
  font-size: 13px;
  margin-left: 130px;
}
.address-info #sub-2 .wpcf7-form {
  margin-top: 70px;
}
.address-info ul {
  margin: 0;
  padding: 0;
}
.address-info li {
  margin: 0;
  padding: 0;
}
.address-info li a {
  color: #fff;
  background: #6093d9 url(../img/download-btn.png) no-repeat 0 2px;
  display: block;
  font: 10px/1.2em Helvetica, sans-serif;
  height: 32px;
  padding: 4px 0 0 35px;
  text-decoration: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.address-info li a em {
  font: italic 13px/1.1em Georgia, serif;
}
.address-info li a:hover em {
  text-decoration: underline;
}
.address-info input[type='text'],
.address-info input[type='email'],
.address-info textarea {
  background: #f3f3f3;
  border: none;
  border-radius: 3px 3px 3px 3px;
  color: #8b949d;
  display: block;
  font: 12px/32px Helvetica, sans-serif;
  height: 28px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 306px;
}
.address-info textarea {
  height: 158px;
  margin-bottom: 0;
}
.address-info .wpcf7-list-item {
  margin-left: 0;
}
.address-info .wpcf7-list-item-label {
  padding-left: 12px;
}
.address-info .wpcf7-submit {
  background: none repeat scroll 0 0 padding-box #000000;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  float: left;
  font: Helvetica, sans-serif;
  height: 28px;
  margin-top: 20px;
  width: 82px;
}
#map_canvas {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gmaps {
  height: 300px;
  width: 655px;
}
/* Photo Gallery */
.page-photo-gallery #subpage-posts h3 {
  color: #fff;
}
.page-photo-gallery #subpage-posts h3 span {
  color: #fdb41f;
}
.page-photo-gallery #subpage-posts .description {
  background-image: none;
  background-color: #fdb41f;
  height: 103px;
}
.page-photo-gallery #subpage-posts .description p {
  color: #fff;
  font: italic 15px/1.2em Georgia, serif;
  margin-top: 13px;
}
.page-photo-gallery #subpage-posts .author {
  bottom: 38px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
}
.page-photo-gallery #subpage-posts .author a {
  color: #000;
}
.page-photo-gallery #subpage-posts .more a span {
  color: #fdb41f;
}
/* fb comments */
.fb-comments + p {
  display: none;
}
/* history */
.trapezium {
  border-left: 80px solid transparent;
  border-top: 80px solid #2d9dcd;
  height: 0;
  margin: 30px 0 0 10px;
  width: 0;
}
#history-timeline {
  zoom: 1;
  overflow: auto;
  border-left: 8px solid #6093d9;
  left: 30px;
  padding-bottom: 70px;
  position: relative;
  top: -16px;
}
#history-timeline:before,
#history-timeline:after {
  content: '';
  display: table;
}
#history-timeline:after {
  clear: both;
}
#history-timeline:after {
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #6093d9;
  bottom: -22px;
  cursor: pointer;
  content: '';
  display: block;
  height: 0;
  left: -27px;
  position: absolute;
  width: 0;
}
#history-timeline #history-posts {
  left: -26px;
  position: relative;
  top: 16px;
}
#history-timeline .history-year {
  background-color: #000;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  margin: 20px 0 30px;
  width: 100px;
}
#history-timeline .history-year h3 {
  font-size: 20px;
  line-height: 43px;
}
#history-timeline .history-year h3:before {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  content: '';
  display: block;
  float: left;
  height: 20px;
  margin: 9px 10px 0;
  width: 20px;
}
#history-timeline .history-post {
  min-height: 70px;
  position: relative;
}
#history-timeline .history-post:before {
  border-left: 36px solid transparent;
  border-top: 36px solid #fff;
  content: '';
  float: left;
  height: 0;
  margin: 26px 0 0 20px;
  position: relative;
  width: 0;
  z-index: 3;
}
#history-timeline .history-wrapper {
  margin-left: 56px;
  min-height: 62px;
}
#history-timeline .history-wrapper:before,
#history-timeline .history-wrapper:after {
  background-clip: padding-box;
  background-color: #ddd;
  border-radius: 18px 18px 18px 18px;
  content: '';
  display: block;
  height: 36px;
  left: -6px;
  margin: 9px 10px 0;
  position: absolute;
  top: 0;
  width: 36px;
}
#history-timeline .history-wrapper:after {
  background-color: #000;
  height: 20px;
  left: 2px;
  top: 8px;
  width: 20px;
}
#history-timeline .history-wrapper.active {
  background-color: #fff;
}
#history-timeline .history-wrapper.active:before {
  background-color: #000;
}
#history-timeline .history-wrapper.active:after {
  background-color: #6093d9;
}
#history-timeline .history-post-date {
  background-color: #fff;
  color: #6093d9;
  cursor: pointer;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 26px;
  width: 110px;
  z-index: 1;
}
#history-timeline .history-post-date:hover {
  text-decoration: underline;
}
#history-timeline .history-post-content {
  background-color: #fff;
  display: none;
  margin: 16px 0 4px;
  padding: 34px;
  position: relative;
  z-index: 2;
}
#history-timeline .history-post-content img {
  float: left;
  margin: 0 12px 2px 0;
}
/* posts */
.single-post-image {
  float: left;
  width: 227px;
  margin-right: 17px;
  margin-bottom: 4px;
}
.single-post-content {
  width: 400px;
  float: left;
}
.media-description {
  background-color: #fdb41f;
  margin-top: -17px;
  padding: 0 24px 16px;
}
.media-description h3 {
  color: #fff !important;
  margin: 0 !important;
  padding-top: 16px !important;
}
.media-description p {
  color: #f0e1bb !important;
}
.media-description + .more {
  position: static;
  width: auto;
}
.media-description + .more .fb_ltr {
  margin-top: -4px;
}
.media-description + .more .twitter-share-button {
  padding-top: 6px;
}
.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===================
style post pages to match their parent category color

=====================*/
.news-events #menu-top-menu .menu-item,
.category-news-events #menu-top-menu .menu-item,
.good-news #menu-top-menu .menu-item,
.good-finds #menu-top-menu .menu-item,
.good-stories #menu-top-menu .menu-item,
.good-videos #menu-top-menu .menu-item,
.archive #menu-top-menu .menu-item,
.single-post #menu-top-menu .menu-item {
  background-image: none;
}
.news-events #menu-top-menu .menu-item .sub-menu-wrap,
.category-news-events #menu-top-menu .menu-item .sub-menu-wrap,
.good-news #menu-top-menu .menu-item .sub-menu-wrap,
.good-finds #menu-top-menu .menu-item .sub-menu-wrap,
.good-stories #menu-top-menu .menu-item .sub-menu-wrap,
.good-videos #menu-top-menu .menu-item .sub-menu-wrap,
.archive #menu-top-menu .menu-item .sub-menu-wrap,
.single-post #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.news-events #menu-top-menu .menu-item > a,
.category-news-events #menu-top-menu .menu-item > a,
.good-news #menu-top-menu .menu-item > a,
.good-finds #menu-top-menu .menu-item > a,
.good-stories #menu-top-menu .menu-item > a,
.good-videos #menu-top-menu .menu-item > a,
.archive #menu-top-menu .menu-item > a,
.single-post #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.news-events #menu-top-menu .menu-item .menu-item > a,
.category-news-events #menu-top-menu .menu-item .menu-item > a,
.good-news #menu-top-menu .menu-item .menu-item > a,
.good-finds #menu-top-menu .menu-item .menu-item > a,
.good-stories #menu-top-menu .menu-item .menu-item > a,
.good-videos #menu-top-menu .menu-item .menu-item > a,
.archive #menu-top-menu .menu-item .menu-item > a,
.single-post #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.news-events #menu-top-menu .link-news-events,
.category-news-events #menu-top-menu .link-news-events,
.good-news #menu-top-menu .link-news-events,
.good-finds #menu-top-menu .link-news-events,
.good-stories #menu-top-menu .link-news-events,
.good-videos #menu-top-menu .link-news-events,
.archive #menu-top-menu .link-news-events,
.single-post #menu-top-menu .link-news-events {
  background: url('../img/nav-news-current.png') no-repeat center bottom;
}
.news-events #menu-top-menu .link-news-events .sub-menu-wrap,
.category-news-events #menu-top-menu .link-news-events .sub-menu-wrap,
.good-news #menu-top-menu .link-news-events .sub-menu-wrap,
.good-finds #menu-top-menu .link-news-events .sub-menu-wrap,
.good-stories #menu-top-menu .link-news-events .sub-menu-wrap,
.good-videos #menu-top-menu .link-news-events .sub-menu-wrap,
.archive #menu-top-menu .link-news-events .sub-menu-wrap,
.single-post #menu-top-menu .link-news-events .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.news-events #menu-top-menu .link-news-events > a,
.category-news-events #menu-top-menu .link-news-events > a,
.good-news #menu-top-menu .link-news-events > a,
.good-finds #menu-top-menu .link-news-events > a,
.good-stories #menu-top-menu .link-news-events > a,
.good-videos #menu-top-menu .link-news-events > a,
.archive #menu-top-menu .link-news-events > a,
.single-post #menu-top-menu .link-news-events > a {
  color: #fdb41f;
}
.news-events .post-list .more,
.category-news-events .post-list .more,
.good-news .post-list .more,
.good-finds .post-list .more,
.good-stories .post-list .more,
.good-videos .post-list .more,
.archive .post-list .more,
.single-post .post-list .more,
.news-events #news-categories h3,
.category-news-events #news-categories h3,
.good-news #news-categories h3,
.good-finds #news-categories h3,
.good-stories #news-categories h3,
.good-videos #news-categories h3,
.archive #news-categories h3,
.single-post #news-categories h3,
.news-events #news-sidebar,
.category-news-events #news-sidebar,
.good-news #news-sidebar,
.good-finds #news-sidebar,
.good-stories #news-sidebar,
.good-videos #news-sidebar,
.archive #news-sidebar,
.single-post #news-sidebar {
  background-color: #fdb41f;
}
.news-events #main h1,
.category-news-events #main h1,
.good-news #main h1,
.good-finds #main h1,
.good-stories #main h1,
.good-videos #main h1,
.archive #main h1,
.single-post #main h1,
.news-events #main h2,
.category-news-events #main h2,
.good-news #main h2,
.good-finds #main h2,
.good-stories #main h2,
.good-videos #main h2,
.archive #main h2,
.single-post #main h2,
.news-events #main h3,
.category-news-events #main h3,
.good-news #main h3,
.good-finds #main h3,
.good-stories #main h3,
.good-videos #main h3,
.archive #main h3,
.single-post #main h3,
.news-events #main h5,
.category-news-events #main h5,
.good-news #main h5,
.good-finds #main h5,
.good-stories #main h5,
.good-videos #main h5,
.archive #main h5,
.single-post #main h5,
.news-events #main h6,
.category-news-events #main h6,
.good-news #main h6,
.good-finds #main h6,
.good-stories #main h6,
.good-videos #main h6,
.archive #main h6,
.single-post #main h6,
.news-events #main a,
.category-news-events #main a,
.good-news #main a,
.good-finds #main a,
.good-stories #main a,
.good-videos #main a,
.archive #main a,
.single-post #main a {
  color: #fdb41f;
}
.news-events #main #sidebar h3,
.category-news-events #main #sidebar h3,
.good-news #main #sidebar h3,
.good-finds #main #sidebar h3,
.good-stories #main #sidebar h3,
.good-videos #main #sidebar h3,
.archive #main #sidebar h3,
.single-post #main #sidebar h3 {
  background-color: #fdb41f;
  color: #fff;
}
.news-events #main .post-list .more a,
.category-news-events #main .post-list .more a,
.good-news #main .post-list .more a,
.good-finds #main .post-list .more a,
.good-stories #main .post-list .more a,
.good-videos #main .post-list .more a,
.archive #main .post-list .more a,
.single-post #main .post-list .more a {
  color: #000;
}
.our-promise #menu-top-menu .menu-item,
.category-our-promise #menu-top-menu .menu-item,
.page-calculate-your-impact #menu-top-menu .menu-item {
  background-image: none;
}
.our-promise #menu-top-menu .menu-item .sub-menu-wrap,
.category-our-promise #menu-top-menu .menu-item .sub-menu-wrap,
.page-calculate-your-impact #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.our-promise #menu-top-menu .menu-item > a,
.category-our-promise #menu-top-menu .menu-item > a,
.page-calculate-your-impact #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.our-promise #menu-top-menu .menu-item .menu-item > a,
.category-our-promise #menu-top-menu .menu-item .menu-item > a,
.page-calculate-your-impact #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.our-promise #menu-top-menu .link-our-promise,
.category-our-promise #menu-top-menu .link-our-promise,
.page-calculate-your-impact #menu-top-menu .link-our-promise {
  background: url('../img/nav-current.png') no-repeat center bottom;
}
.our-promise #menu-top-menu .link-our-promise .sub-menu-wrap,
.category-our-promise #menu-top-menu .link-our-promise .sub-menu-wrap,
.page-calculate-your-impact #menu-top-menu .link-our-promise .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.our-promise #menu-top-menu .link-our-promise > a,
.category-our-promise #menu-top-menu .link-our-promise > a,
.page-calculate-your-impact #menu-top-menu .link-our-promise > a {
  color: #6093d9;
}
.our-promise .post-list .more,
.category-our-promise .post-list .more,
.page-calculate-your-impact .post-list .more,
.our-promise #news-categories h3,
.category-our-promise #news-categories h3,
.page-calculate-your-impact #news-categories h3,
.our-promise #news-sidebar,
.category-our-promise #news-sidebar,
.page-calculate-your-impact #news-sidebar {
  background-color: #6093d9;
}
.our-promise #main h1,
.category-our-promise #main h1,
.page-calculate-your-impact #main h1,
.our-promise #main h2,
.category-our-promise #main h2,
.page-calculate-your-impact #main h2,
.our-promise #main h3,
.category-our-promise #main h3,
.page-calculate-your-impact #main h3,
.our-promise #main h5,
.category-our-promise #main h5,
.page-calculate-your-impact #main h5,
.our-promise #main h6,
.category-our-promise #main h6,
.page-calculate-your-impact #main h6,
.our-promise #main a,
.category-our-promise #main a,
.page-calculate-your-impact #main a {
  color: #6093d9;
}
.our-promise #main #sidebar h3,
.category-our-promise #main #sidebar h3,
.page-calculate-your-impact #main #sidebar h3 {
  background-color: #6093d9;
  color: #fff;
}
.our-promise #main .post-list .more a,
.category-our-promise #main .post-list .more a,
.page-calculate-your-impact #main .post-list .more a {
  color: #000;
}
.shop #menu-top-menu .menu-item,
.category-shop #menu-top-menu .menu-item,
.single-event #menu-top-menu .menu-item {
  background-image: none;
}
.shop #menu-top-menu .menu-item .sub-menu-wrap,
.category-shop #menu-top-menu .menu-item .sub-menu-wrap,
.single-event #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.shop #menu-top-menu .menu-item > a,
.category-shop #menu-top-menu .menu-item > a,
.single-event #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.shop #menu-top-menu .menu-item .menu-item > a,
.category-shop #menu-top-menu .menu-item .menu-item > a,
.single-event #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.shop #menu-top-menu .link-shop,
.category-shop #menu-top-menu .link-shop,
.single-event #menu-top-menu .link-shop {
  background: url('../img/nav-shop-current.png') no-repeat center bottom;
}
.shop #menu-top-menu .link-shop .sub-menu-wrap,
.category-shop #menu-top-menu .link-shop .sub-menu-wrap,
.single-event #menu-top-menu .link-shop .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.shop #menu-top-menu .link-shop > a,
.category-shop #menu-top-menu .link-shop > a,
.single-event #menu-top-menu .link-shop > a {
  color: #d96f63;
}
.shop .post-list .more,
.category-shop .post-list .more,
.single-event .post-list .more,
.shop #news-categories h3,
.category-shop #news-categories h3,
.single-event #news-categories h3,
.shop #news-sidebar,
.category-shop #news-sidebar,
.single-event #news-sidebar {
  background-color: #d96f63;
}
.shop #main h1,
.category-shop #main h1,
.single-event #main h1,
.shop #main h2,
.category-shop #main h2,
.single-event #main h2,
.shop #main h3,
.category-shop #main h3,
.single-event #main h3,
.shop #main h5,
.category-shop #main h5,
.single-event #main h5,
.shop #main h6,
.category-shop #main h6,
.single-event #main h6,
.shop #main a,
.category-shop #main a,
.single-event #main a {
  color: #d96f63;
}
.shop #main #sidebar h3,
.category-shop #main #sidebar h3,
.single-event #main #sidebar h3 {
  background-color: #d96f63;
  color: #fff;
}
.shop #main .post-list .more a,
.category-shop #main .post-list .more a,
.single-event #main .post-list .more a {
  color: #000;
}
.donate #menu-top-menu .menu-item,
.category-donate #menu-top-menu .menu-item {
  background-image: none;
}
.donate #menu-top-menu .menu-item .sub-menu-wrap,
.category-donate #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.donate #menu-top-menu .menu-item > a,
.category-donate #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.donate #menu-top-menu .menu-item .menu-item > a,
.category-donate #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.donate #menu-top-menu .link-donate,
.category-donate #menu-top-menu .link-donate {
  background: url('../img/nav-donate-current.png') no-repeat center bottom;
}
.donate #menu-top-menu .link-donate .sub-menu-wrap,
.category-donate #menu-top-menu .link-donate .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.donate #menu-top-menu .link-donate > a,
.category-donate #menu-top-menu .link-donate > a {
  color: #92ccb9;
}
.donate .post-list .more,
.category-donate .post-list .more,
.donate #news-categories h3,
.category-donate #news-categories h3,
.donate #news-sidebar,
.category-donate #news-sidebar {
  background-color: #92ccb9;
}
.donate #main h1,
.category-donate #main h1,
.donate #main h2,
.category-donate #main h2,
.donate #main h3,
.category-donate #main h3,
.donate #main h5,
.category-donate #main h5,
.donate #main h6,
.category-donate #main h6,
.donate #main a,
.category-donate #main a {
  color: #92ccb9;
}
.donate #main #sidebar h3,
.category-donate #main #sidebar h3 {
  background-color: #92ccb9;
  color: #fff;
}
.donate #main .post-list .more a,
.category-donate #main .post-list .more a {
  color: #000;
}
.business-services #menu-top-menu .menu-item,
.category-business-services #menu-top-menu .menu-item {
  background-image: none;
}
.business-services #menu-top-menu .menu-item .sub-menu-wrap,
.category-business-services #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.business-services #menu-top-menu .menu-item > a,
.category-business-services #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.business-services #menu-top-menu .menu-item .menu-item > a,
.category-business-services #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.business-services #menu-top-menu .link-business-services,
.category-business-services #menu-top-menu .link-business-services {
  background: url('../img/nav-business-current.png') no-repeat center bottom;
}
.business-services #menu-top-menu .link-business-services .sub-menu-wrap,
.category-business-services
  #menu-top-menu
  .link-business-services
  .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.business-services #menu-top-menu .link-business-services > a,
.category-business-services #menu-top-menu .link-business-services > a {
  color: #c4cb5e;
}
.business-services .post-list .more,
.category-business-services .post-list .more,
.business-services #news-categories h3,
.category-business-services #news-categories h3,
.business-services #news-sidebar,
.category-business-services #news-sidebar {
  background-color: #c4cb5e;
}
.business-services #main h1,
.category-business-services #main h1,
.business-services #main h2,
.category-business-services #main h2,
.business-services #main h3,
.category-business-services #main h3,
.business-services #main h5,
.category-business-services #main h5,
.business-services #main h6,
.category-business-services #main h6,
.business-services #main a,
.category-business-services #main a {
  color: #c4cb5e;
}
.business-services #main #sidebar h3,
.category-business-services #main #sidebar h3 {
  background-color: #c4cb5e;
  color: #fff;
}
.business-services #main .post-list .more a,
.category-business-services #main .post-list .more a {
  color: #000;
}
.career-services #menu-top-menu .menu-item,
.category-career-services #menu-top-menu .menu-item {
  background-image: none;
}
.career-services #menu-top-menu .menu-item .sub-menu-wrap,
.category-career-services #menu-top-menu .menu-item .sub-menu-wrap {
  display: none;
}
.career-services #menu-top-menu .menu-item > a,
.category-career-services #menu-top-menu .menu-item > a {
  color: #6093d9;
}
.career-services #menu-top-menu .menu-item .menu-item > a,
.category-career-services #menu-top-menu .menu-item .menu-item > a {
  color: #fff;
}
.career-services #menu-top-menu .link-career-services,
.category-career-services #menu-top-menu .link-career-services {
  background: url('../img/nav-career-current.png') no-repeat center bottom;
}
.career-services #menu-top-menu .link-career-services .sub-menu-wrap,
.category-career-services #menu-top-menu .link-career-services .sub-menu-wrap {
  display: block;
  z-index: 998;
}
.career-services #menu-top-menu .link-career-services > a,
.category-career-services #menu-top-menu .link-career-services > a {
  color: #7e5371;
}
.career-services .post-list .more,
.category-career-services .post-list .more,
.career-services #news-categories h3,
.category-career-services #news-categories h3,
.career-services #news-sidebar,
.category-career-services #news-sidebar {
  background-color: #7e5371;
}
.career-services #main h1,
.category-career-services #main h1,
.career-services #main h2,
.category-career-services #main h2,
.career-services #main h3,
.category-career-services #main h3,
.career-services #main h5,
.category-career-services #main h5,
.career-services #main h6,
.category-career-services #main h6,
.career-services #main a,
.category-career-services #main a {
  color: #7e5371;
}
.career-services #main #sidebar h3,
.category-career-services #main #sidebar h3 {
  background-color: #7e5371;
  color: #fff;
}
.career-services #main .post-list .more a,
.category-career-services #main .post-list .more a {
  color: #000;
}
.download-button {
  color: #fff;
  background: #6093d9;
  display: block;
  padding: 20px;
  text-decoration: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  margin: 20px auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}
.download-button em {
  color: #fff;
  font: italic 1.25em Georgia, serif;
}
.download-button:hover em {
  text-decoration: underline;
}
/* Plugins */
div .collapseomatic_excerpt,
div .collapseomatic_content {
  margin-left: 0;
}
.colomat-close {
  display: none;
}
.bx-viewport {
  height: 247px !important;
}
.bx-wrapper img {
  width: 100%;
}
.bx-wrapper em,
.gallery-images em {
  background-color: #6093d9;
  color: #fff;
  display: block;
  font: bold 13px/1em Helvetica, sans-serif;
  min-height: 30px;
  padding: 14px;
  width: 184px;
  z-index: 2;
}
.gallery-images ul {
  padding: 0;
}
.gallery-images ul li {
  float: left;
  list-style-type: none;
  margin: 16px 3px;
  padding: 0;
  position: relative;
  width: 212px;
}
.gallery-images ul img {
  min-width: 100%;
}
/* Mobile Site */
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
/* Variables
------------------------------------------ */
/* Global
------------------------------------------ */
/* Header
------------------------------------------ */
header.mobile-header {
  font-family: 'Ubuntu', sans-serif;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  /* margin-bottom: 10px; */
  background: #5d93d9;
  padding: 20px 10px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
header.mobile-header::after {
  clear: both;
  content: '';
  display: table;
}
header.mobile-header h1 {
  font-size: 1em;
  margin: 0px;
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
header.mobile-header h1 img {
  width: 100%;
}
header.mobile-header .menu-icon {
  display: table-cell;
  width: 25%;
  z-index: 100000;
  vertical-align: middle;
  text-align: right;
}
header.mobile-header .menu-icon svg {
  position: relative;
  top: 3px;
  width: 30px;
  height: 30px;
  fill: #000;
}
nav.menu-overlay {
  font-family: 'Ubuntu', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  background: #5d93d9;
  z-index: 100;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
nav.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}
nav.menu-overlay a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.25;
  display: block;
  width: 60%;
  margin: 0 auto;
  text-transform: uppercase;
  padding: calc(100vh / 25) 0;
}
nav.menu-overlay a:last-child {
  border-bottom: 0px;
}
nav.menu-overlay hr {
  box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5);
  border: 0px;
  width: 60px;
  margin: 0 auto;
  height: 1px;
}
nav.menu-overlay a.x-out {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 7.5px;
  font-size: 1.625rem;
  line-height: 1;
}
nav.menu-overlay a.x-out svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  header.mobile-header {
    display: block;
  }
  header#branding {
    display: none;
  }
}
/* Body
------------------------------------------ */
#mobile-homepage {
  font-family: 'Ubuntu', sans-serif;
  display: none;
}
#mobile-homepage a.section {
  display: block;
  position: relative;
  margin: 5px 11px;
  border: 3px #fff solid;
  text-decoration: none;
  color: #000;
}
#mobile-homepage a.section .featured-image {
  height: 160px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#mobile-homepage a.section .copy {
  position: relative;
  padding: 20px 10px;
}
#mobile-homepage a.section p {
  width: 90%;
  border-top: 1px rgba(0, 0, 0, 0.5) solid;
  padding-top: 10px;
  line-height: 1.5;
  font-size: 0.875rem;
}
#mobile-homepage a.section h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0px 0px 10px;
}
.mobile-donate {
  display: none;
  padding: 10px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.mobile-donate img {
  width: 60px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-donate span {
  display: inline-block;
  line-height: 1.25;
  font-size: 0.85em;
  font-weight: 700;
  vertical-align: middle;
  max-width: 60%;
  text-align: left;
}
.mobile-donate:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #mobile-homepage {
    display: block;
  }
  .mobile-donate {
    display: block;
  }
  #buckets {
    display: none;
  }
}
.notice,
.mobile-donate.notice{
  background-color:#8dc642;
  color:#fff;
}
.notice .notice--inner{
  margin:0 auto;
  max-width:960px;
  text-align:center;
}
.notice .notice-inner i,
.mobile-donate.notice i {
  padding-right: 10px;
}
.notice .notice--inner a {
  color: #fff;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  padding: 10px 0;
}
.mobile-donate.notice span {
  display:inline!important;
}

/* Footer
------------------------------------------ */
footer.mobile-footer {
  font-family: 'Ubuntu', sans-serif;
  display: none;
  background: #5d93d9;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
}
footer.mobile-footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.social {
  text-align: center;
}
.social a {
  text-decoration: none;
  margin: 10px;
}
.social img {
  max-height: 30px;
  max-width: 35px;
}
.copyright {
  color: #fff;
  margin-top: 35px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 300;
}
a.full-site {
  display: block;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  footer.mobile-footer {
    display: block;
  }
  #summary {
    display: none;
  }
}
.mobile-sub-nav {
  display: none;
  font-family: 'Ubuntu', sans-serif;
}
.mobile-sub-nav ul {
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  background: #fff;
  margin-bottom: 0px;
}
.mobile-sub-nav li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-size: 14px;
  margin: 0 auto;
  width: 80%;
  font-weight: 700;
}
.mobile-sub-nav li:first-child a {
  border-top: none;
}
.mobile-sub-nav li:last-child a {
  border-bottom: none;
}
.mobile-sub-nav li.current_page_item a {
  background: #5d93d9;
  color: #fff;
}
.mobile-link {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-link {
    display: inline-block !important;
  }
  .desktop-link {
    display: none !important;
  }
}
/* Media Queries */
@media screen and (max-width: 768px) {
  /* Global */
  img {
    max-width: 100%;
    height: auto;
  }
  /* Header */
  #nav-wrapper {
    display: none;
  }
  .donate-top {
    display: none;
  }
  #searchform {
    float: none;
  }
  #searchform input {
    width: auto;
  }
  #branding .container {
    padding-bottom: 20px;
  }
  /* Home */
  #slider {
    display: none;
  }
  #social-feed {
    display: none;
  }
  #buckets li,
  #subpage-posts li {
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* Sub Nav */
  .mobile-sub-nav {
    display: block;
  }
  /* Footer */
  .footer-top {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .separate .footer-top {
    position: inherit;
  }
  #mc_embed_signup {
    margin-bottom: 45px;
  }
  #mc_embed_signup h2 {
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
  }
  #mc_embed_signup .mc-field-group {
    text-align: center;
  }
  #mc_embed_signup .mc-field-group input {
    width: 80%;
    margin: 0 auto;
    border: 0px;
    padding: 6px 10px 4px;
    border-radius: 3px;
    font-size: 0.85em;
  }
  #mc_embed_signup #mc-embedded-subscribe {
    margin: 20px auto;
    background: #000000;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-radius: 2px;
    font-size: 0.85em;
  }
  /* Store Locator */
  #store-locator {
    display: none;
  }
  #address_search label {
    float: none;
  }
  #sl_div #address_search,
  #address_search {
    width: auto;
  }
  #sl_div #address_search select {
    display: block;
  }
  #addy_in_radius {
    float: none !important;
  }
  #sl_div #address_search #radius_in_submit {
    float: none;
    margin-top: 10px;
  }
  #sl_div #map_table {
    width: 100%;
    float: none;
  }
  #sl_div #map_sidebar {
    height: auto;
    margin-top: 20px;
  }
  div#sl_div div#map {
    width: auto !important;
  }
  .page-parent #main,
  .page-child #main {
    margin-top: 0px;
  }
  .gmaps {
    display: none;
  }
  .address-info #sub-2 {
    margin-left: 0px;
    width: 100%;
  }
  .address-info input[type='text'],
  .address-info input[type='email'],
  .address-info textarea {
    width: 100%;
  }
  #searchForm #addy_in_radius {
    width: 100% !important;
  }

  #main {
    margin: 0px;
  }
  #summary {
    margin-top: 0px;
  }
  #content {
    /* float: left;
    margin-right: 15px;
    width: 716px; */
  }
  .content-section {
    margin-bottom: 0px;
  }
  #sidebar {
    display: none;
  }
  #main-img p {
    margin: 0px;
  }
  #main-img img {
    width: 100%;
    height: auto;
  }
  #sub-1,
  #sub-2 {
    float: none;
    width: auto;
    margin-left: 0px;
  }
  #main h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 36px;
  }
  /* Contact */
  #contact-info {
    padding: 20px;
  }
  /* Donate */
  .shop-home .container h2,
  .shop-home .container p {
    float: none;
    width: 100%;
  }
  .shop-home .container h2 img,
  .shop-home .container p img {
    width: 100%;
    height: auto;
  }
  .planned-giving-content {
    width: 80%;
    margin: 0 auto;
  }
  .shop-home .container h5 {
    float: none;
    width: 100%;
  }
  #capital-campaign img {
    left: 0px;
    width: 100%;
  }
  .subpage-image {
    position: inherit;
  }
  #donate-subnav li {
    float: none;
  }
  #donate-subnav a {
    width: 100%;
  }
  /* Shop */
  .stores {
    width: 90%;
    margin: 0 auto;
  }
  img.alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  img.alignright {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  /* Store Locator */
  div.results_row_left_column,
  div.results_row_center_column,
  div.results_row_right_column {
    width: 100% !important;
  }
  .slp_result_directions {
    text-align: left;
  }
  div.results_entry {
    display: block !important;
    padding: 0 0 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px #aaa solid !important;
  }
  /* Services */
  .page-career-services #sub-1,
  .page-career-services #sub-2,
  .page-parent-career-services #sub-1,
  .page-parent-career-services #sub-2 {
    min-height: auto !important;
    padding-bottom: 20px;
  }
  /* Testimonials */
  .multi-posts #subpage-posts {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .multi-posts #subpage-posts li {
    float: none !important;
    margin: 30px auto !important;
    height: auto;
    position: initial;
  }
  .multi-posts #subpage-posts .description {
    width: 100%;
    height: auto;
    position: initial;
    padding: 20px 10px;
  }
  .multi-posts #subpage-posts .more {
    width: 100%;
    background: black;
    position: initial;
  }
  .multi-posts #subpage-posts .author {
    position: initial;
    display: block;
    padding: 0;
  }
  #buckets img,
  #subpage-posts img {
    position: initial;
  }
  #buckets .description > *:first-child,
  #subpage-posts .description > *:first-child {
    margin-top: 0px;
  }
  /* Accountability */
  .page-accountability #sub-1,
  .page-accountability #sub-2,
  .page-accountability #sub-3 {
    float: none;
    margin: 40px auto;
  }
  /* Comments */
  .fb_iframe_widget {
    width: 100%;
  }
  .fb_iframe_widget > span {
    width: 100% !important;
  }
  .fb_iframe_widget > span iframe {
    width: 100% !important;
  }
  /* Disability Services */
  #service-description li {
    margin: 10px 0;
  }
  /* Good News */
  #main h2 {
    text-align: center;
  }
  .post-list {
    width: 90%;
  }
  .post-list,
  .post-wrap {
    /* width: 90%; */
    margin: 0 auto;
  }
  .post-list li > a {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
  }
  .post-list img {
    float: none;
    padding-right: 0px;
  }
  .post-list li {
    margin: 20px auto;
    text-align: center;
  }
  /* Media */
  .post-top-img {
    text-align: center;
  }
  .media-description {
    margin-top: -10px;
    padding: 20px 24px 16px;
  }
  .media-description + .more {
    display: none;
  }
}
/*
-----------------
 Halloween Bootique
-----------------
*/
.halloween-bootique {
  padding: 20px;
}
.banner {
  width: 100%;
  padding-bottom: 20px;
}
.banner img {
  width: 100%;
}
.video-grid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-grid .video {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  .video-grid .video {
    width: 100%;
  }
}
.logos {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 20px;
}
.logos a {
  display: inline-block;
  width: 25%;
  padding: 10px;
}
.logos a img {
  width: 100%;
  height: auto;
}

/* Press Releases */
.press-releases a {
  border-bottom: 1px #8b949d solid;
  color: #8b949d;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.press-releases a:last-of-type {
  border-bottom: 0;
}

.press-releases a h4 {
  color: #8b949d;
  margin: 0px;
}

.press-releases a p {
  margin: 0 !important;
}

/* Homepage Overlay */
.homepage-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .homepage-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homepage-overlay__container {
  background-image: url(../img/GSC-Email-Overlay-Jan18.jpg);
  background-size: cover;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
  height: 400px;
  position: relative;
  width: 650px;
}

.homepage-overlay__container.image-only {
  background-image:none;
  height:auto;
  width:auto;
}

.homepage-overlay__logo {
  height: auto;
  left: -20px;
  position: relative;
  width: 100px;
}

.homepage-overlay__form {
  bottom: 10px;
  left: 40px;
  position: absolute;
  right: 40px;
}

.homepage-overlay__input {
  border: 1px #464949 solid;
  border-radius: 8px;
  box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 5px 8px;
  width: 100%;
}

.homepage-overlay__input:active,
.homepage-overlay__input:focus {
  outline: none;
}

.homepage-overlay__button-container {
  margin-top: 1px;
  text-align: right;
}

.homepage-overlay__button {
  background: #000;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  outline: none;
  padding: 7px 8px;
}

.homepage-overlay__button:active,
.homepage-overlay__button:focus {
  outline: none;
}

.homepage-overlay__close-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 2px #000 solid;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3px;
  position: absolute;
  right: 8px;
  text-decoration: none;
  top: 8px;
  transition: background-color 300ms, color 300ms;
  width: 28px;
}

.homepage-overlay__close-button:hover {
  background-color: transparent;
  color: #000;
}

/* Cafe G folder
------------------------------------------*/
.page-cafe-g .container img.coupon,
.page-golf-tournament img.coupon {
  width: 100%;
  margin: 20px 0;
}

.page-cafe-g .menus,
.page-golf-tournament .menus,
.page-privacy-policy .menus {
  text-align: center;
  margin: 20px 0;
}

.page-cafe-g a.menu,
.page-golf-tournament a.menu,
.blue-menu-link {
  color: #ffffff;
  background: #6093d9 url(../img/download-btn.png) no-repeat 0 2px;
  display: inline-block;
  vertical-align: top;
  font: 10px/1.2em Helvetica, sans-serif;
  height: 32px;
  padding: 4px 0 0 35px;
  text-decoration: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 160px;
  margin: 10px;
  color: #ffffff;
  text-align: left;
  font: italic 13px/1.1em Georgia, serif;
}

.worksource-logos {
  margin: 10px 0 20px;
  text-align: center;
}

.worksource-logos a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

[data-show-data='false'] > p:first-of-type {
  display: none;
}

/* Iframe Wrapper */
.iframe-wrapper {
  position: relative;
  height: 0;
  min-height: 100vh;
  overflow: scroll;
  /* padding-bottom: 56.25%; */
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* Instagram Feed
------------------------------------------*/

#instagram-feed {
  position: relative;
  padding: 0 8px;
  margin: 0 0 -8px 0;
  font-size: 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#instagram-feed .max-width-container {
  position: relative
}
#instagram-feed .section-title a {
  display: inline-block;
  padding-left: 1em
}
#instagram-feed .instagram-feed__link {
  display: inline-block;
  position: absolute;
  top: 0.125em;
  right: 35px
}
#instagram-feed .instagram-feed__link svg {
  display: block;
  width: 1.25em;
  height: 1.25em
}
#instagram-feed .instagram-feed__link svg path, #instagram-feed .instagram-feed__link svg circle, #instagram-feed .instagram-feed__link svg rect, #instagram-feed .instagram-feed__link svg polygon {
  fill: #06757c;
  transition: fill 0.15s ease-in-out
}
#instagram-feed .instagram-feed__link:hover svg path, #instagram-feed .instagram-feed__link:hover svg circle, #instagram-feed .instagram-feed__link:hover svg rect, #instagram-feed .instagram-feed__link:hover svg polygon {
  fill: #7fd3cf
}
#instagram-feed .instagram-feed__item-wrapper {
  width: 16.666%;
  padding: 8px;

}
#instagram-feed .instagram-feed__item {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-color: #7fd3cf
}
#instagram-feed .instagram-feed__item .instagram-feed__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
#instagram-feed .instagram-feed__item .instagram-feed__item-content .button-cta {
  margin-top: 1.4285em;
  max-width: 100%
}
#instagram-feed .instagram-feed__item .instagram-feed__item-content.instagram-feed__item-content--hover {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  background-color: rgba(6, 117, 124, 0.75)
}
#instagram-feed a.instagram-feed__item:hover .instagram-feed__item-content--hover {
  opacity: 1
}
#instagram-feed .instagram-feed__item-cta {
  text-align: center;
  max-width: 100%
}
#instagram-feed .instagram-feed__item-hashtag {
  display: block;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 700;
  word-break: break-all;
  hyphens: auto
}
#instagram-feed .instagram-feed__item-info .icon svg {
  width: 1.25rem;
  height: 1.25rem
}
#instagram-feed .instagram-feed__item-info .icon svg path, #instagram-feed .instagram-feed__item-info .icon svg polygon {
  fill: #fff
}
#instagram-feed .instagram-feed__item-info .text {
  padding-left: 5px;
  font-size: 1rem;
  color: #fff
}
#instagram-feed .instagram-feed__item-info .instagram-feed__item-likes, #instagram-feed .instagram-feed__item-info .instagram-feed__item-comments {
  padding: 0 8px
}
#instagram-feed .instagram-feed__item-info .instagram-feed__item-link {
  padding: 0 8px;
  font-weight: 700
}
#instagram-feed .instagram-feed__item-info .instagram-feed__item-link .text {
  font-size: 1.125em;
  vertical-align: middle
}
@media (max-width: 767px) and (orientation: portrait) {
  #instagram-feed {
    font-size: 5vw;
    padding: 3.5em 0 3.5em 0
  }
  #instagram-feed .section-title a {
    padding: 0.5em 0 0 0;
    text-align: center;
    display: block
  }
  #instagram-feed .instagram-feed__link-wrapper {
    text-align: right;
    margin-bottom: 0.5em
  }
  #instagram-feed .instagram-feed__link {
    position: relative;
    top: auto;
    right: auto
  }
  #instagram-feed .instagram-feed__item.instagram-feed__item--main {
    padding-bottom: 43%
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #instagram-feed {
    font-size: 3.333vw;
    padding: 3.5em 0 3.5em 0
  }
  #instagram-feed .instagram-feed__item .instagram-feed__item-content .button-cta {
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%
  }
  #instagram-feed .instagram-feed__item-hashtag {
    font-size: 1em
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #instagram-feed .instagram-feed__item-hashtag {
    font-size: 0.9em
  }
}




/* Store Locator
------------------------------------------*/

/* Temporarily hide address search elements while map is fixed */
#addy_in_address, #addy_in_radius {
  /*display: none;*/
}

#sl_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sl_bottom_left {
  width: 50%;
  padding-right: 10px;
  /*width: 100%;*/
}
#sl_bottom_right {
  width: 50%;
  padding-left: 10px;
  /* display: none; */
}
.slp_search_form .search_box div {
  width: 100%;
}
.slp_search_form .search_box .search-item label, .slp_search_form .search_box div label {
    display: inline-block;
    text-align: right;
    min-width: 8em;
    margin-right: 0!important;
    padding-right: 0.25em;
}
.slp_search_form .search_box input[type="submit"] {
    margin: .5em 0 0 8em;
    padding: .5em 1em;
}

@media (max-width: 768px) and (orientation: portrait ) {
  #sl_bottom {
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sl_bottom_left, #sl_bottom_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sl_bottom_left {
    order: 1;
  }
  #sl_bottom_right {
    order: 0;
  }
  .slp_search_form .search_box div label {
    min-width: 20%!important;
  }
  .slp_search_form .search_box input[type="text"] {
    width: 80%;
  }
  .slp_search_form .search_box input[type="submit"] {
    margin: .5em 0 0 20%;
  }
  #search_box #search_box_form #radius_in_submit {
    width: 100%!important;
  }
}