/*
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.4.1
Author: Jeremy Carlson
Author URI: http://www.jeremycarlson.com
*/
/* NOTE: This has been built from style.less, then compiled. */
/* Changelog

  1.4.1 : Margin / type style refinements
  1.4 : Use Avenir font, add favicons, bug fixes & style refinements
  1.3 : Add color palette, refinements to mobile view, bug fixes
  1.2.5 : Minor style tweaks + bug fixes, .video-wrapper for responsive iframes
  1.2.4 : Blog section on home page will not show most recent post if it's also the most recent campaign post, fix bug in toggle walker
  1.2.3 : Add heading to home page campaign
  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;
}
/**
 * @license
 * MyFonts Webfont Build ID 3207780, 2016-04-21T17:46:10-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 *
 * Webfont: AvenirLTStd-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3207780
 * Licensed pageviews: 750,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work
@import url("//hello.myfonts.net/count/30f264");
This is included asyncrhonously at bottom of page */
@font-face {
  font-family: 'Avenir';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/30F264_0_0.eot');
  src: url('fonts/30F264_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/30F264_0_0.woff2') format('woff2'), url('fonts/30F264_0_0.woff') format('woff'), url('fonts/30F264_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/30F264_1_0.eot');
  src: url('fonts/30F264_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/30F264_1_0.woff2') format('woff2'), url('fonts/30F264_1_0.woff') format('woff'), url('fonts/30F264_1_0.ttf') format('truetype');
}
body {
  color: #333;
  font-family: Avenir, Helvetica, Arial, SunSans-Regular, sans-serif;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
h1 a,
.has-red-color a {
  color: #981919;
  text-decoration: underline;
}
h1 {
  color: #c00;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.25;
  margin: 2em 0 1em;
}
h1 sup {
  font-size: 1rem;
}
h2 {
  color: #222;
  font-size: 1.75em;
  margin: 2em 0 1em;
  padding: 0 0 0.5em;
  line-height: 1.375;
  font-weight: bold;
  border-bottom: 3px solid #c00;
  clear: both;
}
h2.has-background {
  border: none;
}
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: 1em;
}
blockquote {
  border-left: 0.75em solid #ddd;
  padding-left: 1.25em;
  margin: 2em auto;
}
blockquote :last-child {
  margin-bottom: 0;
}
ul {
  padding-bottom: 15px;
}
li {
  margin-left: 30px;
  margin-bottom: 5px;
}
hr {
  margin: 30px auto;
  border: 1px solid #ddd;
}
body {
  background: #ccc;
}
#wrapper {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  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 {
  text-align: center;
  background: #e3e3e3;
  padding-bottom: 1rem;
}
#social a {
  color: #981919;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
#social img {
  opacity: 80 / 100;
  filter: alpha(opacity=80);
}
#social a:hover img {
  opacity: 100 / 100;
  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;
}
#content,
#secondary {
  margin: 2em;
}
@media (min-width: 751px) {
  #wrapper {
    margin-top: 4em;
  }
  #social {
    position: absolute;
    top: -4em;
    right: 0;
    height: 36px;
    line-height: 36px;
    background: none;
  }
  #social a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #social a:hover {
    color: #981919;
  }
  #container {
    display: flex;
  }
  .page-template-fullwidth #container {
    display: block;
  }
  #content {
    flex-basis: 60%;
    margin: 0 3rem 2.5rem;
  }
  #secondary {
    flex-basis: 25%;
    margin: 2rem 3rem 2.5rem 0;
  }
}
@media (min-width: 930px) {
  #wrapper {
    margin-bottom: 3em;
  }
}
@media (max-width: 750px) {
  #header a.bca-logo {
    display: none;
  }
  #footer a.bca-logo {
    display: block;
    background: #fff;
    padding: 1em 0;
    margin: -20px -20px 1em;
  }
}
#footer {
  clear: left;
  background-color: #e3e3e3;
  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 0.5em;
}
/* General */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #c00;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.has-red-color a {
  color: #000;
}
img,
a img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.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;
}
.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 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;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wp-block-group.has-background,
.wp-block-columns.has-background {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.25rem 2rem;
}
@media (min-width: 750px) {
  .wp-block-group.has-background,
  .wp-block-columns.has-background {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry-content > .wp-block-group.has-background:last-child,
.entry-content > .wp-block-columns.has-background:last-child {
  margin-bottom: -2.5rem;
}
.alignfull {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 750px) {
  .alignfull {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.alignwide {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.alignwide.has-background {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
/* 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;
  margin-top: 30px;
}
.signup h2 {
  padding-top: 0;
}
.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: 0.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: 0.1em 20px;
  border-radius: 0.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: 0.2em 0;
  border: 0;
  font-size: 1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #999;
  padding: 0.5em 1em;
}
.error {
  background: #c00;
  color: #fff;
  padding: 0.5em;
}
.signup h2 {
  font-size: 1.25em;
  color: #c00;
  margin: 0 0 0.5em;
}
input[type=submit],
.button {
  color: #c00;
  background: none;
  border: 2px solid;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  transition: 0.2s;
}
input[type=submit]:hover,
.button:hover,
input[type=submit]:active,
.button:active {
  color: #981919;
  background: #fff;
}
input[type=submit] {
  margin-left: 0.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 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: 6.5em;
}
.menu_wrap {
  margin-top: -5em;
  position: relative;
  z-index: 99;
}
.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 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: 0.2s;
}
.menu_wrap li {
  display: block;
}
.menu_wrap ul,
.menu_wrap li {
  margin: 0;
  padding: 0;
}
.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: 0.75em;
  margin-right: 0.25em;
}
.menu_wrap .toggle:before {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.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: 0.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: 0.5em;
  height: 0.5em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -0.5em;
}
@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.5em;
}
.menu_wrap .toggle,
.menu_wrap .toggle:before,
.menu_wrap .toggle:after,
.menu_wrap .toggle span:before,
.menu_wrap .toggle span:after {
  transition: 0.2s;
}
.menu_wrap .children .toggle {
  height: 0;
  overflow: hidden;
}
.menu_wrap .menu_toggle {
  color: #fff;
  width: auto;
  padding: 0.25em 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: 0.2s;
}
.menu_wrap .children a:focus {
  padding-top: 0.66em;
  padding-bottom: 0.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 {
  border-bottom-right-radius: 0.5em;
}
.menu_wrap .cb:checked + .toggle span:after,
.menu_wrap .checked + .toggle span:after {
  border-bottom-left-radius: 0.5em;
}
.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 + .menu_toggle,
.menu_wrap .checked + .menu_toggle {
  padding-bottom: 1.5em;
}
.menu_wrap .cb:checked ~ ul,
.menu_wrap .checked ~ ul {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.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: 0.66em;
  padding-bottom: 0.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: 0.375em solid transparent;
  display: block;
  width: 0;
  height: 0;
  border-left-color: white;
  float: left;
  position: absolute;
  left: 0.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 .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: 0.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: 0.5em 0.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: 0.5em;
    padding-bottom: 0.5em;
  }
  .top-nav {
    display: flex;
    justify-content: space-around;
  }
  .top-nav a {
    padding-top: 0.66em;
    padding-bottom: 0.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 */