/*
THEME NAME: Think Before You Pink
THEME URI: http://thinkbeforeyoupink.org
DESCRIPTION: The quick version. Ripping apart the <a href="http://www.rubiqube.com/corporate-sandbox/">Corporate Sandbox</a> theme to actually work for TB4UP. Later, better?
VERSION: 1.2.2
AUTHOR: <a href="http://www.jeremycarlson.com">Jeremy Carlson</a>
AUTHOR URI: http://www.jeremycarlson.com
*/
/* NOTE: This has been built from style.less, then compiled. */
/* Changelog

  1.2.2 : Add full-width template, menu style tweaks, changed street address
  1.2.1 : Add Edit links
  1.2 : Add Editor Stylesheet
	1.1 : Add responsive menu and refine colors
	1.0 : Remove dependence on Multi-level Navigation Plugin for navigation menus. I think this qualifies as a 1.0 release now. :)
	0.3 : Add link to BCAction in header (footer for < 750px)
	0.2 : Make footer menu an editable WP menu
	0.1 :	Initial release

/* Architecture */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */
  /* Makes inputs behave like true block-level elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
  font-size: 14px;
  line-height: 1.4286;
}
a {
  text-decoration: none;
}
h1 {
  color: #c00;
  font-size: 210%;
  font-weight: normal;
  line-height: 1.125;
  margin: 1em 0 .5em;
}
h1 a {
  text-decoration: underline;
}
h2 {
  color: #222;
  font-size: 120%;
  margin: 25px 0 14px;
  padding: 30px 0 10px;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 3px solid #c00;
  clear: both;
}
h2 a {
  font-size: 1em;
  color: #981919;
}
h3 {
  font-weight: bold;
  font-size: 110%;
  line-height: 125%;
}
h5 {
  color: #666;
  font-size: 80%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 0px;
}
p {
  margin-bottom: 10px;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: 3px solid #c00;
  border-bottom: 3px solid #c00;
  padding: 20px;
  margin-bottom: 20px;
}
ul {
  padding-bottom: 15px;
}
li {
  margin-left: 30px;
  margin-bottom: 5px;
}
body {
  background: #ccc;
}
#wrapper {
  position: relative;
  max-width: 930px;
  margin: 4em auto 3em;
  background: #fff;
  border-top: 1em solid #c00;
  border-bottom: 2em solid #c00;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
#social {
  position: absolute;
  top: -4em;
  right: 0;
  height: 36px;
  line-height: 36px;
}
#social a {
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
}
#social a:hover {
  color: #981919;
}
#social img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#social a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
a#logo {
  display: inline-block;
  padding: 2em 0 1em;
  max-width: 480px;
}
#header a.bca-logo {
  display: inline-block;
  float: right;
  padding: 2em 3em 0 0;
}
#footer a.bca-logo {
  display: none;
}
#container {
  float: left;
  width: 100%;
}
#primary,
#content {
  width: 60%;
  float: left;
  margin: 2em 5%;
}
.page-template-fullwidth #primary,
.page-template-fullwidth #content {
  width: auto;
  float: none;
}
#secondary {
  width: 25%;
  float: left;
  margin: 2em 5% 2em 0;
}
@media (max-width: 750px) {
  #primary,
  #content {
    width: 50%;
  }
  #secondary {
    width: 35%;
  }
  #header a.bca-logo {
    display: none;
  }
  #footer a.bca-logo {
    display: block;
    background: #fff;
    margin: -20px -20px 1em;
  }
}
@media (max-width: 600px) {
  #wrapper {
    margin: 0;
  }
  #primary,
  #content,
  #secondary {
    float: none;
    width: auto;
    margin: 2em;
  }
  #social {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    background: #e6e6e6;
  }
  #social a {
    color: #981919;
  }
}
#footer {
  clear: left;
  background-color: #E6E6E6;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.menu ul,
.menu li {
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline;
}
.menu li + li:before {
  content: ' | ';
  padding: 0 .5em;
}
/* General */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #981919;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img,
a img {
  border: 0;
  max-width: 100%;
}
.separator {
  color: #CCCCCC;
  margin: 0 5px;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
}
.meta-sep {
  color: #CCCCCC;
  margin: 0 5px;
}
.floater-left {
  float: left;
}
.floater-right {
  float: right;
}
#blog-title {
  font-size: 250%;
  font-weight: normal;
  margin: 40px 0 0 20px;
  display: none;
}
#blog-title a {
  color: #333333;
}
#blog-description {
  font-size: 120%;
  font-weight: normal;
  margin: 0 0 0 20px;
}
/* Content */
.page-title {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 160%;
}
.post {
  margin-bottom: 50px;
}
.entry-title {
  font-size: 160%;
  font-weight: normal;
}
.entry-comments {
  float: right;
}
.more-link {
  display: block;
  margin: 10px 0 0 0;
}
.entry-comments {
  float: right;
  padding: 3px 0 7px 7px;
}
.entry-comments a {
  padding: 3px 7px 7px 0;
}
.entry-meta {
  color: #666666;
  font-size: 90%;
  margin-top: 10px;
}
.entry-categ {
  color: #666666;
  font-size: 90%;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.entry-footer {
  color: #666666;
  font-size: 90%;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 5px 0;
}
.entry-footer span {
  color: #CCCCCC;
  margin: 0 5px;
}
.entry-subscribe {
  padding: 5px 5px 5px 26px;
  background: #fafafa;
  background-position: 6px 6px;
}
.entry-content {
  margin-top: 15px;
}
.entry-content a {
  text-decoration: none;
}
.entry-content ul,
.entry-content ol {
  margin-left: 30px;
  margin-bottom: 10px;
}
.entry-content ul li,
.entry-content ol li {
  line-height: 1.3;
  margin-bottom: 5px;
}
/* Sidebar */
#rss-links ul li {
  padding-left: 22px;
  background-position: 1px 4px;
}
.textwidget p {
  margin-bottom: 10px;
}
.textwidget a {
  text-decoration: none;
}
.widget_tag_cloud a {
  text-transform: lowercase;
}
#wp-calendar caption {
  padding: 5px 0;
  background: #FAFAFA;
  margin-bottom: 5px;
}
#wp-calendar td {
  padding: 4px 6px;
  color: #999999;
}
#wp-calendar td a {
  font-weight: bold;
}
#wp-calendar #next {
  text-align: right;
}
/* Comments */
.comments {
  margin-top: 30px;
}
.comments h3 {
  font-size: 120%;
  margin-bottom: 10px;
  color: #333333;
}
.comments ol {
  list-style: none;
}
.comments ol li {
  padding: 10px;
  background: #FFFFFF;
  margin-top: 2px;
}
.comments ol li.alt {
  background: #FAFAFA;
}
.comment-author {
  font-weight: bold;
}
.comment-meta {
  color: #666666;
  margin-bottom: 5px;
  font-size: 90%;
}
.unapproved {
  font-style: italic;
}
#respond {
  margin-top: 30px;
}
#respond h3 {
  color: #333333;
}
.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}
.alignright {
  float: right;
  margin: 0 0 2em 2em;
}
.signup {
  background: #ddd;
  padding: 20px;
}
.about {
  background: #c00;
  color: #fff;
  padding: 20px;
  margin: 30px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about p {
  font-size: 15px;
  line-height: 1.375;
  font-weight: normal;
  margin-bottom: 10px;
}
.about .aboutlarge {
  font-size: 1.375em;
  line-height: 1;
}
.about .donatebutton {
  color: #fff;
  background: #981919;
  border-color: rgba(255, 255, 255, 0.3);
}
.about .donatebutton:hover {
  color: #fff;
  border-color: #fff;
  background: #981919;
}
.signup .button,
.about .button {
  transition: .2s;
  display: inline-block;
  margin: 0.5em 0 -0.5em;
}
#campaigns {
  margin: 1em 0;
  padding: 1em;
  border-top: 3px solid #c00;
  border-bottom: 3px solid #c00;
}
#campaigns h1 {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-size: 90%;
  font-weight: normal;
  font-weight: bold;
}
#campaigns h2 {
  padding: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #981919;
  margin-top: 0px;
  border-bottom: 0px;
}
#campaigns img {
  border: 1px solid #fff;
  margin-right: 15px;
  margin-bottom: 5px;
}
#p-campaigns {
  border-bottom: 3px solid #ddd;
  padding: 1em;
  margin: 1em 0;
  *zoom: 1;
}
#p-campaigns:before,
#p-campaigns:after {
  display: table;
  content: "";
}
#p-campaigns:after {
  clear: both;
}
#p-campaigns h1 {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#p-campaigns h2 {
  padding: 0px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 18px;
  color: #981919;
  margin-top: 0px;
  border-bottom: 0px;
}
#p-campaigns h2 a:hover {
  color: #000;
}
.campaign span.alignleft {
  width: 250px;
  display: block;
  text-align: center;
  background: #fff;
  margin-right: 0;
  padding-right: 1em;
}
@media (max-width: 450px), (min-width: 600px) and (max-width: 750px) {
  .campaign span.alignleft {
    float: none;
    width: auto;
  }
}
#secondary ul {
  list-style: none;
  padding: 0;
}
#secondary ul,
#secondary li {
  margin: 0;
}
#sub-page-menu {
  padding: 20px;
  list-style: none;
  border-top: 3px solid #c00;
  border-bottom: 3px solid #c00;
}
#sub-page-menu a {
  display: block;
  margin: 0 -20px;
  padding: .1em 20px;
  border-radius: .25em;
}
#sub-page-menu a:hover {
  background: #ddd;
}
#sub-page-menu li li a {
  padding-left: 35px;
}
#sub-page-menu li li li a {
  padding-left: 50px;
}
#sub-page-menu .current_page_item > a {
  color: #fff;
  background: #c00;
}
#p-campaigns img {
  border: 3px solid #ddd;
  margin-right: 15px;
  margin-bottom: 5px;
}
#side2 h1 {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-size: 90%;
  font-weight: normal;
  font-weight: bold;
}
#side2 h2 {
  padding: 0px;
  padding-top: 5px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
  color: #981919;
  margin-top: 0px;
  border-bottom: 0px;
}
#side2 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.marginleft {
  margin-left: 20px;
}
input[type=text],
input[type=email] {
  margin: .2em 0;
  border: 0;
  font-size: 1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #999;
  padding: .5em 1em;
}
.error {
  background: #c00;
  color: #fff;
  padding: .5em;
}
.signup h2 {
  font-size: 1.25em;
  color: #c00;
  margin: 0 0 .5em;
}
input[type=submit],
.button {
  color: #c00;
  background: none;
  border: 2px solid;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: .5em 1em;
  border-radius: .25em;
  transition: .2s;
}
input[type=submit]:hover,
.button:hover,
input[type=submit]:active,
.button:active {
  color: #981919;
  background: #fff;
}
input[type=submit] {
  margin-left: .5em;
}
fieldset {
  margin: 10px -20px;
  display: block;
  padding: 10px 20px;
  border: none;
  background: #ccc;
}
.note {
  margin: 1em 0 0;
}
fieldset h3 {
  color: #777;
  font-weight: normal;
  margin: 0 0 .5em;
}
.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}
.footnotes .footnotedivider {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
.footnotes li {
  margin: 0 0 5px 0;
}
sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}
sup.footnote {
  line-height: 0em;
}
.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}
#akismetwrap {
  display: none;
}
.menu_toggle span:before,
.menu_toggle span:after {
  background: #fff;
}
.menu_toggle,
.top-nav,
.top-nav .toggle span:before,
.top-nav .toggle span:after {
  background: #222;
}
.top-nav .children,
.top-nav .toggle,
.top-nav li li .toggle span:before,
.top-nav li li .toggle span:after {
  background: #981919;
}
.top-nav .children .children,
.top-nav li li .toggle {
  background: #560e0e;
}
.children a:hover,
.children a:hover ~ .toggle span:before,
.children a:hover ~ .toggle span:after {
  background: #c00;
}
a#logo {
  margin-right: 6em;
}
.menu_wrap {
  margin-top: -3.5em;
}
.menu_icon {
  width: 1em;
  display: inline-block;
  position: relative;
  top: -4px;
  border-top: 2px solid white;
  transition: 0.2s ease-out;
  margin: 0 0 0 .5em;
}
.menu_icon:before,
.menu_icon:after {
  transition: 0.2s ease-out;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.menu_icon:before {
  top: -6px;
  border-top: 2px solid white;
}
.menu_icon:after {
  bottom: -4px;
  border-bottom: 2px solid white;
}
.cb:checked + .menu_toggle .menu_icon {
  border-top-color: transparent;
}
.cb:checked + .menu_toggle .menu_icon:before {
  top: -2px;
  transform: rotate(-45deg);
}
.cb:checked + .menu_toggle .menu_icon:after {
  bottom: 0;
  transform: rotate(45deg);
}
.cb:checked + .menu_toggle .menu_icon:before,
.cb:checked + .menu_toggle .menu_icon:after {
  border-color: white;
}
.menu_wrap ul {
  width: 100%;
  position: relative;
}
.menu_wrap a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 0 2em;
  line-height: 0;
  overflow: hidden;
  transition: .2s;
}
.menu_wrap li {
  display: block;
}
.menu_wrap .children .children a {
  padding-left: 3em;
}
.menu_wrap .menu-item-has-children > a,
.menu_wrap .toggle {
  display: inline-block;
  vertical-align: bottom;
}
.menu_wrap .menu-item-has-children > a {
  width: 100%;
  box-sizing: border-box;
  padding-right: 4.5em;
  margin-right: -4.5em;
}
.menu_wrap .toggle {
  font-size: 1.142em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  position: relative;
  z-index: 1;
  margin-left: .75em;
}
.menu_wrap .toggle:before {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em;
}
.menu_wrap .toggle:after {
  content: '';
  display: block;
  position: absolute;
  height: .5em;
  bottom: 0;
  left: -0.5em;
  right: -0.5em;
  background: inherit;
  opacity: 0;
}
.menu_wrap .toggle span:before,
.menu_wrap .toggle span:after {
  content: '';
  display: block;
  width: .9375em;
  height: .9375em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -0.9375em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu_wrap .toggle span:before,
  .menu_wrap .toggle span:after {
    bottom: 1px;
    /* for IE10+ http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 */
  }
}
.menu_wrap .toggle span:after {
  left: auto;
  right: -0.9375em;
}
.menu_wrap .toggle,
.menu_wrap .toggle:before,
.menu_wrap .toggle:after,
.menu_wrap .toggle span:before,
.menu_wrap .toggle span:after {
  transition: .2s;
}
.menu_wrap .children .toggle {
  height: 0;
  overflow: hidden;
}
.menu_wrap .menu_toggle {
  color: #fff;
  width: auto;
  padding: 0 .75em;
  line-height: 2em;
  border-radius: 1em;
  margin-right: 1em;
  float: right;
}
.menu_wrap .menu_toggle:before {
  content: none;
}
.menu_wrap .top-nav {
  clear: both;
}
.menu_wrap .cb {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.menu_wrap .menu-item-has-children {
  height: 0;
  overflow: hidden;
}
.menu_wrap .children {
  clear: both;
}
.menu_wrap .children a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  overflow: hidden;
  transition: .2s;
}
.menu_wrap .children a:focus {
  padding-top: .66em;
  padding-bottom: .66em;
  line-height: 1.4;
}
.menu_wrap .cb:checked + .toggle,
.menu_wrap .checked + .toggle {
  border-radius: 1em 1em 0 0;
}
.menu_wrap .cb:checked + .toggle span:before,
.menu_wrap .checked + .toggle span:before,
.menu_wrap .cb:checked + .toggle span:after,
.menu_wrap .checked + .toggle span:after {
  border-radius: 50%;
}
.menu_wrap .cb:checked + .toggle:before,
.menu_wrap .checked + .toggle:before {
  transform: rotate(-135deg);
  margin-top: -0.25em;
}
.menu_wrap .cb:checked + .toggle:after,
.menu_wrap .checked + .toggle:after {
  opacity: 1;
}
.menu_wrap .cb:checked ~ ul,
.menu_wrap .checked ~ ul {
  padding-bottom: .25em;
}
.menu_wrap .cb:checked ~ ul > .menu-item-has-children,
.menu_wrap .checked ~ ul > .menu-item-has-children {
  height: auto;
}
.menu_wrap .cb:checked ~ ul > li > a,
.menu_wrap .checked ~ ul > li > a {
  padding-top: .66em;
  padding-bottom: .66em;
  line-height: 1.4;
}
.menu_wrap .cb:checked ~ ul .toggle,
.menu_wrap .checked ~ ul .toggle {
  height: 2em;
  overflow: visible;
}
.menu_wrap .cb:checked ~ ul .current_page_item > a:before,
.menu_wrap .checked ~ ul .current_page_item > a:before {
  content: '';
  border: .375em solid transparent;
  display: block;
  width: 0;
  height: 0;
  border-left-color: white;
  float: left;
  position: absolute;
  left: .75em;
  top: 50%;
  margin-top: -0.5em;
}
.menu_wrap li li .cb:checked ~ .children:before,
.menu_wrap li li .checked ~ .children:before {
  background: #560e0e;
}
.menu_wrap .current_page_item > a {
  position: relative;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 751px) {
  a#logo {
    margin-right: 0;
  }
  .menu_wrap {
    margin-top: 0;
  }
  .menu_wrap ul,
  .menu_wrap li {
    margin: 0;
    padding: 0;
  }
  .menu_wrap .menu_toggle {
    display: none;
  }
  .menu_wrap .menu-item-has-children {
    height: auto;
    overflow: visible;
  }
  .menu_wrap .menu-item-has-children .menu-item-has-children {
    height: 0;
  }
  .menu_wrap > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-bottom: .25em;
  }
  .menu_wrap > ul > li.current_page_item > a:before {
    display: none;
  }
  .menu_wrap .toggle {
    margin-left: 1.125em;
  }
  .menu_wrap .children {
    position: absolute;
    top: 100%;
    left: 0;
    right: -5em;
    margin-top: -0.25em;
    width: auto;
    border-radius: .5em .5em 1em 1em;
    overflow: hidden;
  }
  .menu_wrap .children .children {
    position: static;
    margin-top: 0;
  }
  .menu_wrap li:last-child .children {
    right: -1em;
  }
  .menu_wrap > ul > li.menu-item-has-children > a {
    width: auto;
  }
  .menu_wrap .cb:checked ~ .children > li > a,
  .menu_wrap .checked ~ .children > li > a {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .top-nav {
    display: flex;
    justify-content: space-around;
  }
  .top-nav a {
    padding-top: .66em;
    padding-bottom: .66em;
    line-height: 1.4;
  }
  .top-nav > li > .cb:checked ~ .children,
  .top-nav .checked ~ .children {
    box-shadow: 0 0 0.25em 0.25em rgba(34, 34, 34, 0.2);
  }
}
/*# sourceMappingURL=style.css.map */