/*
Theme Name:     Beat Bowel Cancer
Description:    Avada Child theme for Beat Bowel Cancer. Avada Theme must be kept in themes folder.
Author:         DAN Auckland
Template:       Avada
Parent Theme URI: http://avada.theme-fusion.com/
Version:        0.0.1
*/
/*
	Classes created within this child theme use the prefix bc- (for Bowel Cancer)
*/
.bc-clearfix:before, .menu:before, .sub-menu:before, .bc-breakdown__lists:before, .bc-clearfix:after, .menu:after, .sub-menu:after, .bc-breakdown__lists:after { content: ' '; display: table; }
.bc-clearfix:after, .menu:after, .sub-menu:after, .bc-breakdown__lists:after { clear: both; }

.menu, .sub-menu { list-style: none; margin: 0; padding: 0; }

.nowrap { white-space: nowrap; }

html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

input, textarea, select { font-family: 'Khula', sans-serif; font-weight: 600; }

hr { border: 0; border-top: 1px solid #58b947; margin-bottom: 20px; margin-top: 20px; }

.post-content a:hover { text-decoration: underline; }

.side-nav a:hover, .fusion-megamenu li:hover a { color: #58b947; }

.fusion-button:hover, .fusion-button:active { background: #5e0d8b !important; border-color: #5e0d8b !important; color: #fff !important; text-decoration: none !important; }
.fusion-button:hover span, .fusion-button:active span { color: inherit !important; }

.bc-btn { border: 1px solid #58b947; border-radius: 3px; color: #58b947; display: inline-block; padding: 13px 28px 11px; }
.bc-btn:hover { background-color: #58b947; color: #fff; text-decoration: none !important; }
+ .bc-btn { margin-left: 10px; }

.bc-btn--secondary { border: 1px solid #5e0d8b; color: #5e0d8b; }
.bc-btn--secondary:hover { background-color: #5e0d8b; }

/* Menu */
.fusion-megamenu .fusion-megamenu-title { font-size: 16px; text-align: center; }

.fusion-megamenu-wrapper .fusion-megamenu-submenu { padding-top: 19px; }

/* Logo */
@media (max-width: 800px) { .fusion-logo img { height: auto !important; max-width: 210px; }
  .fusion-mobile-menu-icons { margin-top: 12px !important; }
  .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item .fusion-open-submenu { background-color: rgba(0, 0, 0, 0.1); padding-left: 20px; padding-right: 20px !important; }
  .fusion-open-submenu:hover { background-color: #fff !important; border-bottom: 1px solid #ddd; } }
/* Testing purposes */
/*
.fusion-main-menu {
	overflow: visible !important;
}

.fusion-main-menu #menu-item-79 > .sub-menu, .fusion-main-menu #menu-item-79 > .fusion-megamenu-wrapper { visibility: visible; opacity: 1;
}
*/
.bc-main-nav { min-height: 48px; }
.bc-main-nav .mobile-menu { background-color: #58b947; border: 0; color: #fff; cursor: pointer; display: block; font-family: 'Khula'; font-size: 17px; min-height: 48px; padding: 0; position: relative; text-align: left; width: 100%; }
.bc-main-nav .mobile-menu:focus { outline: 0 none; }
.bc-main-nav .mobile-menu span { display: block; padding: 13px 45px 10px; }
.bc-main-nav .mobile-menu span:before { background: url("images/menu.png") no-repeat center center; content: ''; height: 24px; left: 15px; line-height: 24px; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 24px; }
@media (max-width: 767px) { .bc-main-nav .bc-header__menu { height: 0; overflow: hidden; } }
@media (max-width: 767px) { .bc-main-nav.is-active .bc-header__menu { height: auto; } }
.bc-main-nav.is-active .mobile-menu span:before { background-image: url("images/cross.png"); }
.bc-main-nav .menu-item { color: #4a4a4a; }
.bc-main-nav .menu-item > a { color: inherit; display: block; }
.bc-main-nav .menu-item.menu-item-1565 { background-color: #fff; color: #58b947; font-size: 16px; font-weight: bold; position: absolute; top: 0; right: 0; text-transform: uppercase; }
.bc-main-nav .menu-item.menu-item-1565 > a { background-color: inherit; border-bottom: 0; padding: 15px 28px 12px; }
@media (min-width: 768px) { .bc-main-nav .menu-item.menu-item-1565 { border-radius: 2px; top: 40px; }
  .bc-main-nav .menu-item.menu-item-1565 > a { border-radius: inherit; padding: 5px 28px 1px; } }
.bc-main-nav .sub-menu { display: none; }
@media (max-width: 767px) { .bc-main-nav .menu > .menu-item:not(.menu-item-1565) { position: relative; }
  .bc-main-nav .menu > .menu-item:not(.menu-item-1565) > a { background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); font-size: 16px; padding: 13px 45px 8px; }
  .bc-main-nav .menu > .menu-item:not(.menu-item-1565) .submenu-trigger { background-color: rgba(0, 0, 0, 0.05); display: block; margin: 0; content: '\e61f'; font-family: 'icomoon'; color: #4a4a4a; position: absolute; top: 0; right: 0; width: 46px; text-align: center; height: 46px; line-height: 46px; }
  .bc-main-nav .menu > .menu-item:not(.menu-item-1565).is-active .submenu-trigger { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  .bc-main-nav .menu > .menu-item.is-active .sub-menu { display: block; }
  .bc-main-nav .sub-menu { background: #f9f9f9; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .bc-main-nav .sub-menu .menu-item { line-height: 1; }
  .bc-main-nav .sub-menu .menu-item > a { padding: 13px 45px 8px; } }
@media (min-width: 768px) { .bc-main-nav .mobile-menu { display: none; }
  .bc-main-nav .menu-item { color: #fff; }
  .bc-main-nav .menu-item:not(.menu-item-1565).current_page_item > a, .bc-main-nav .menu-item:not(.menu-item-1565):active > a, .bc-main-nav .menu-item:not(.menu-item-1565):focus > a, .bc-main-nav .menu-item:not(.menu-item-1565):hover > a { color: #fff; background-color: #58b947; }
  .bc-main-nav .menu-item > a { white-space: nowrap; }
  .bc-main-nav .menu { border-top: 1px solid #fff; margin-top: 10px; display: flex; }
  .bc-main-nav .menu > .menu-item:not(.menu-item-1565) { flex: 1; font-size: 15px; position: relative; }
  .bc-main-nav .menu > .menu-item:not(.menu-item-1565) > a { border-top: 3px solid transparent; line-height: 25px; font-size: 16px; font-weight: 600; padding: 15px 5px; text-align: center; }
  .bc-main-nav .menu > .menu-item.current_page_item > a, .bc-main-nav .menu > .menu-item.current-menu-ancestor > a, .bc-main-nav .menu > .menu-item:active > a, .bc-main-nav .menu > .menu-item:focus > a, .bc-main-nav .menu > .menu-item:hover > a { border-color: #fff; font-weight: bold; }
  .bc-main-nav .menu > .menu-item.menu-item-79 { width: calc(((100/7) + 6) * 1%); }
  .bc-main-nav .menu > .menu-item.menu-item-82 { width: calc(((100/7) + 1.5) * 1%); }
  .bc-main-nav .menu > .menu-item:active .sub-menu, .bc-main-nav .menu > .menu-item:focus .sub-menu, .bc-main-nav .menu > .menu-item:hover .sub-menu { display: block; }
  .bc-main-nav .sub-menu { background-color: #fff; border: 1px solid #58b947; border-top: 0; border-radius: 0 0 3px 3px; box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.5); min-width: 100%; position: absolute; z-index: 99999; }
  .bc-main-nav .sub-menu .menu-item { color: #4a4a4a; line-height: 1; }
  .bc-main-nav .sub-menu .menu-item > a { padding: 12px 15px 10px; } }

@media (min-width: 768px) { .menu-item-2179 { display: none !important; } }

.bc-page__footer .menu-top-nav-container { text-align: left; }
.bc-page__footer .menu-top-nav-container .menu { margin: -20px -10px 0; }
.bc-page__footer .menu-top-nav-container .menu > .menu-item { font-size: 18px; display: inline-block; float: left; line-height: 1.2; margin-top: 20px; padding: 0 10px; vertical-align: top; width: 50%; }
@media (max-width: 639px) { .bc-page__footer .menu-top-nav-container .menu > .menu-item:nth-child(odd) { clear: left; } }
@media (min-width: 640px) and (max-width: 767px) { .bc-page__footer .menu-top-nav-container .menu > .menu-item { width: 33%; }
  .bc-page__footer .menu-top-nav-container .menu > .menu-item:nth-child(3n + 1) { clear: left; } }
@media (min-width: 768px) and (max-width: 1023px) { .bc-page__footer .menu-top-nav-container .menu > .menu-item { width: 25%; }
  .bc-page__footer .menu-top-nav-container .menu > .menu-item:nth-child(4n + 1) { clear: left; } }
@media (min-width: 1024px) { .bc-page__footer .menu-top-nav-container .menu > .menu-item { width: 16%; }
  .bc-page__footer .menu-top-nav-container .menu > .menu-item:nth-child(n + 6) { width: 10%; } }
.bc-page__footer .menu-top-nav-container .menu > .menu-item.menu-item-2179 { display: none !important; }
.bc-page__footer .menu-top-nav-container .menu > .menu-item > a { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.bc-page__footer .menu-top-nav-container .menu > .menu-item > a, .bc-page__footer .menu-top-nav-container .sub-menu { display: block; }
.bc-page__footer .menu-top-nav-container .sub-menu { margin-top: 8px; }
.bc-page__footer .menu-top-nav-container .sub-menu .menu-item { color: #fff; font-size: 13px; line-height: 1.2; margin-bottom: 10px; }

.menu-item-has-children > button { background: rgba(0, 0, 0, 0.05); border: 0; height: 46px; overflow: hidden; position: absolute; right: 0; text-indent: 200%; top: 0; width: 46px; }
.menu-item-has-children > button:before { background: url("images/arrow-down.png") no-repeat center center; content: ''; height: 7px; left: 50%; position: absolute; text-indent: 0; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; }
@media (min-width: 768px) { .menu-item-has-children > button { display: none; } }
.menu-item-has-children > button:focus { outline: none; }
.menu-item-has-children.is-active > button:before { -webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg); }

#wrapper .side-nav li.current_page_item a { color: #58b947 !important; }

.bc-page__header { background-color: #58b947; }
@media (min-width: 768px) { .bc-page__header { padding: 0 20px; } }

.bc-header__inner { margin: 0 auto; max-width: 1100px; position: relative; }

@media (max-width: 767px) { .bc-header__topbar { border-bottom: 1px solid #fff; } }

.bc-header__logo { min-height: 51px; }
@media (max-width: 767px) { .bc-header__logo { padding: 5px 130px 0 20px; } }
@media (min-width: 768px) { .bc-header__logo { min-height: 75px; padding-top: 20px; }
  .bc-header__logo img { width: 200px; } }

@media (max-width: 767px) { .bc-header__utilities { display: none; } }
@media (min-width: 768px) { .bc-header__utilities { position: absolute; right: 130px; top: 47px; margin-right: 20px; } }

@media (max-width: 767px) { .bc-header__menu { background-color: #f0f0f0; } }
.bc-header__menu .bc-header__social { padding: 13px 45px; }
@media (min-width: 768px) { .bc-header__menu .bc-header__social { display: none; } }
.bc-header__menu .bc-header__social .widget .social:not(:last-child) { margin-right: 28px; }

@media (min-width: 768px) { .bc-header__social { border-left: 1px solid #fff; margin-left: 9px; padding-left: 12px; display: inline-block; height: 18px; } }
.bc-header__social .heading { display: none; }
.bc-header__social .widget .social:not(:last-child) { margin-right: 8px; }
.bc-header__social img { height: 30px; width: auto; }
@media (min-width: 768px) { .bc-header__social img { height: 17px; } }

#main { padding-top: 20px !important; }

.fusion-breadcrumbs { display: block !important; }

.fusion-breadcrumbs span { display: inline; }

.fusion-breadcrumbs a:hover { text-decoration: underline; }

.fusion-page-title-bar-breadcrumbs { margin-top: 20px; }

.fusion-page-title-bar .fusion-breadcrumbs, .fusion-page-title-bar .fusion-breadcrumbs li, .fusion-page-title-bar .fusion-breadcrumbs li a { font-size: 15px !important; }

.above-footer-wrapper { min-height: 0 !important; margin-bottom: 0 !important; }

.above-footer-wrapper:after { height: 0 !important; }

.fusion-footer { height: auto !important; }

.bc-page__footer { background-color: #5e0d8b; color: #fff; }
@media (max-width: 639px) { .bc-page__footer { text-align: center; } }

.bc-page-footer__inner { margin: 0 auto; padding: 0 22px 0; }

.bc-page__footer a { color: inherit; }

.bc-footer__section { margin: 0 auto; max-width: 1100px; padding: 20px 0 30px; }
@media (min-width: 640px) { .bc-footer__section { padding-bottom: 20px; } }

.bc-footer__utilities { border-bottom: 1px solid #979797; }
.bc-footer__utilities .widget-title { font-size: 15px; font-weight: normal; margin: 0 0 10px; }
@media (min-width: 350px) and (max-width: 639px) { .bc-footer__utilities .widget-title { font-size: 17px; } }

@media (max-width: 767px) { .bc-footer__logo { border-bottom: 1px solid #979797; padding-bottom: 20px; margin-bottom: 20px; text-align: center; } }
@media (min-width: 768px) { .bc-footer__logo .widget { float: left; box-sizing: content-box; margin-top: 15px; text-align: left; width: 35%; } }
@media (min-width: 1149px) { .bc-footer__logo .widget { padding-right: 100px; } }
.bc-footer__logo a { display: inline-block; }
.bc-footer__logo img { height: auto; max-width: 100%; width: 176px; }

@media (max-width: 639px) { .bc-footer__social { border-bottom: 1px solid #979797; padding-bottom: 25px; margin-bottom: 25px; } }
@media (min-width: 640px) { .bc-footer__social .widget { float: left; } }
.bc-footer__social img { width: 40px; }

@media (min-width: 640px) { .bc-footer__signup .widget { float: right; } }

.widget .social { display: inline-block; margin-right: 10px; }
.widget .social:last-child { margin-right: 0; }

.bc-newsletter__bar { background-color: #58b947; margin: 0 0 20px; text-align: center; }
@media (max-width: 767px) { .bc-newsletter__bar { position: relative; } }
@media (min-width: 768px) and (max-width: 1120px) { .bc-newsletter__bar { padding-right: 20px; } }

.bc-newsletter-bar__inner { display: inline-block; padding: 12px; max-width: 1100px; }
@media (max-width: 767px) { .bc-newsletter-bar__inner { padding-top: 38px; } }
@media (min-width: 768px) { .bc-newsletter-bar__inner { padding-left: 85px; padding-right: 0; position: relative; width: 100%; }
  .fusion-row .bc-newsletter-bar__inner { padding-right: 20px; } }
.bc-newsletter-bar__inner:before { background: #439533 url("/wp-content/themes/beat-bowel-cancer/images/message.png") no-repeat center center; content: ''; display: block; height: 26px; left: 0; position: absolute; top: 0; }
@media (max-width: 767px) { .bc-newsletter-bar__inner:before { background-size: 20px 14px; width: 100%; } }
@media (min-width: 768px) { .bc-newsletter-bar__inner:before { bottom: 0; height: auto; width: 70px; } }

@media (max-width: 639px) { .bc-newsletter__bar, .bc-footer__signup { text-align: center; } }
.bc-newsletter__bar .widget-title, .bc-footer__signup .widget-title { color: #fff; font-weight: normal; margin: 0 0 10px; }

@media (min-width: 768px) { .bc-newsletter__bar .widget { display: flex; align-items: center; justify-content: flex-end; } }
@media (min-width: 768px) { .bc-newsletter__bar .heading { width: 100%; } }
@media (min-width: 350px) { .bc-newsletter__bar .widget-title { font-size: 17px; } }
@media (min-width: 768px) { .bc-newsletter__bar .widget-title { margin-bottom: -3px; margin-right: 15px; line-height: 1.2; } }
@media (min-width: 768px) and (max-width: 919px) { .bc-newsletter__bar .widget-title { font-size: 15px; margin-bottom: -4px; } }

@media (min-width: 1024px) { .bc-newsletter__bar .widget-title { font-size: 19px; margin-bottom: -4px; } }

.widget .newsletter { margin-bottom: -10px; padding-left: 0; }
@media (max-width: 639px) { .widget .newsletter { margin-left: auto; margin-right: auto; max-width: 320px; } }
@media (min-width: 640px) { .widget .newsletter form { display: flex; } }
.widget .newsletter-email, .widget .newsletter-submit { border: 0 !important; border-radius: 2px; font-size: 16px !important; height: auto; margin-bottom: 10px; max-width: 100%; padding: 9px 8px 5px !important; }
@media (max-width: 639px) { .widget .newsletter-email, .widget .newsletter-submit { width: 100%; max-width: 320px; } }
.widget .newsletter-email { background-color: #439533 !important; color: rgba(255, 255, 255, 0.5) !important; cursor: text; }
@media (max-width: 639px) { .widget .newsletter-email { text-align: center; } }
@media (min-width: 640px) { .widget .newsletter-email { min-width: 310px; margin-right: 15px; } }
@media (min-width: 768px) and (max-width: 1023px) { .bc-footer__utilities .widget .newsletter-email { margin-right: 10px; min-width: 180px; } }
.widget .newsletter-email::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1; }
.widget .newsletter-email::-moz-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1; }
.widget .newsletter-email:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1; }
.widget .newsletter-email::placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1; }
.fusion-column-wrapper .widget .newsletter-email { margin-bottom: 10px; }
.bc-footer__utilities .widget .newsletter-email { background-color: rgba(0, 0, 0, 0.2) !important; border-color: transparent !important; color: #fff !important; }
.widget .newsletter-submit { background-color: #fff !important; border-radius: 2px; color: #54BB3F !important; cursor: pointer; line-height: 26px; text-align: center; text-transform: uppercase; }
@media (min-width: 640px) { .widget .newsletter-submit { padding-left: 20px !important; padding-right: 20px !important; } }
.widget .newsletter-submit:hover, .widget .newsletter-submit:active, .widget .newsletter-submit:focus { outline: none; }
.bc-footer__utilities .widget .newsletter-submit { background-color: #fff !important; border-color: #fff !important; color: #5e0d8b !important; }

.bc-home__intro { font-size: 19px; line-height: 1.4; max-width: 620px; margin: 20px auto !important; text-align: center; }
.bc-home__intro:before { content: ''; display: block; text-align: center; margin: 0 auto 20px; background: url("images/BCNZ-logo--green.png") no-repeat center center; background-size: cover; width: 60px; height: 60px; }

.bc-home__articles .fusion-column-wrapper { position: relative; overflow: hidden; }
@media (max-width: 800px) { .bc-home__articles .fusion-column-wrapper { max-width: 420px; margin: 0 auto; } }
.bc-home__articles .fusion-column-wrapper:hover .fusion-imageframe a:before { top: 0; }
.bc-home__articles .fusion-column-wrapper:hover .fusion-title { top: 20px; -webkit-transform: translateY(0); transform: translateY(0); }
.bc-home__articles .fusion-column-wrapper:hover .fusion-button-wrapper { bottom: 35%; -webkit-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); }
.bc-home__articles .fusion-title { background-color: #5e0d8b; left: 0; margin: 0 !important; position: absolute; right: 0; text-align: center; top: 100%; -webkit-transform: translateY(-100%); transform: translateY(-100%); transition: top 0.2s, translateY 0.2s; z-index: 10; }
.bc-home__articles .fusion-title h3, .bc-home__articles .fusion-title .title-heading-center { color: #fff; font-size: 16px; font-weight: bold; margin: 0 !important; padding: 0 !important; }
.bc-home__articles .fusion-title a { color: inherit; display: block; padding: 15px 15px 10px; }
.bc-home__articles .fusion-title a:hover { text-decoration: none; }
.bc-home__articles .fusion-imageframe a { display: block; overflow: hidden; position: relative; }
.bc-home__articles .fusion-imageframe a:before { background-color: #5e0d8b; bottom: 0; content: ''; display: block; left: 0; position: absolute; right: 0; top: 100%; transition: top 0.2s; z-index: 9; }
.bc-home__articles .fusion-button-wrapper { background-color: #5e0d8b; bottom: 0; left: 50%; position: absolute; -webkit-transform: translateX(-50%) translateY(100%); transform: translateX(-50%) translateY(100%); transition: bottom 0.2s, translateY 0.2s; z-index: 10; }
.bc-home__articles .fusion-button-wrapper .fusion-button { background-color: transparent; border: 0; border-bottom: 1px solid #fff; border-radius: 0 !important; color: #fff; font-size: 17px; text-transform: inherit; white-space: nowrap; }
.bc-home__articles .fusion-button-wrapper .fusion-button:hover { background-color: transparent; border: 0; border-bottom: 1px solid #fff !important; }
.bc-home__articles .fusion-button-wrapper .fusion-button .fusion-button-text { color: inherit; }

.bc-home__slider .slick-list { background-color: #5e0d8b; margin-bottom: 10px !important; }
.bc-home__slider .fusion-layout-column { margin-bottom: 0 !important; }
.bc-home__slider .fusion-column-wrapper { position: relative; overflow: hidden; }
@media (min-width: 768px) { .bc-home__slider .fusion-column-wrapper { height: 400px; } }
.bc-home__slider .fusion-column-wrapper .fusion-imageframe { display: block; }
@media (max-width: 767px) { .bc-home__slider .fusion-column-wrapper .fusion-imageframe { height: 240px; position: relative; overflow: hidden; } }
.bc-home__slider .fusion-column-wrapper .fusion-imageframe .fusion-no-lightbox { display: block; }
.bc-home__slider .fusion-column-wrapper .fusion-imageframe .img-responsive { min-height: 100%; min-width: 100%; max-width: none; max-height: none; position: absolute; left: 50%; top: 200px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .bc-home__slider .fusion-column-wrapper .fusion-imageframe .img-responsive { top: 120px; } }
.bc-home__slider .fusion-column-wrapper .slider-caption { background-color: #5e0d8b; padding: 15px; overflow: auto; }
@media (min-width: 768px) { .bc-home__slider .fusion-column-wrapper .slider-caption { background-color: rgba(94, 13, 139, 0.8); bottom: 0; left: 0; padding: 20px; position: absolute; top: 0; width: 320px; z-index: 10; } }
.bc-home__slider .fusion-column-wrapper .slider-caption h3 { color: #fff; font-size: 22px; font-weight: bold; line-height: 1.2; margin-bottom: 10px; }
@media (min-width: 768px) { .bc-home__slider .fusion-column-wrapper .slider-caption h3 { font-size: 24px; margin-bottom: 25px; } }
.bc-home__slider .fusion-column-wrapper .slider-caption h3 a { color: inherit; }
.bc-home__slider .fusion-column-wrapper .slider-caption p { color: #fff; font-size: 15px; line-height: 1.3; }
@media (min-width: 768px) { .bc-home__slider .fusion-column-wrapper .slider-caption p { font-size: 18px; } }
.bc-home__slider .fusion-column-wrapper .slider-caption p:last-child { margin-bottom: 0; margin-top: 20px; }
@media (min-width: 768px) { .bc-home__slider .fusion-column-wrapper .slider-caption p:last-child { margin-top: 30px; } }
.bc-home__slider .fusion-column-wrapper .slider-caption p:last-child > a { background-color: #fff; border-radius: 2px; color: #5e0d8b; display: inline-block; font-size: 18px; font-weight: bold; padding: 14px 20px 10px; text-align: center; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 767px) { .bc-home__slider .fusion-column-wrapper .slider-caption p:last-child > a { display: block; max-width: 325px; width: 100%; margin: 0 auto; } }
.bc-home__slider .fusion-column-wrapper .slider-caption p:last-child > a:hover { text-decoration: none; }
.bc-home__slider .slick-prev, .bc-home__slider .slick-next { width: 44px; height: 44px; z-index: 10; }
.bc-home__slider .slick-prev:before, .bc-home__slider .slick-next:before { content: ''; background: url("images/slider-arrow--mobile.png") no-repeat center center; background-size: cover; opacity: 1; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
@media (min-width: 1220px) { .bc-home__slider .slick-prev, .bc-home__slider .slick-next { width: 23px; height: 39px; }
  .bc-home__slider .slick-prev:before, .bc-home__slider .slick-next:before { background-image: url("images/slider-arrow--desktop.png"); } }
@media (min-width: 1220px) { .bc-home__slider .slick-prev { left: -45px; } }
@media (min-width: 1220px) { .bc-home__slider .slick-next { right: -45px; } }
.bc-home__slider .slick-next:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.bc-home__slider .slick-dots li { height: 12px; margin: 0 7px; width: 12px; }
.bc-home__slider .slick-dots li button { height: 12px; padding: 0; width: 12px; }
.bc-home__slider .slick-dots li button:before { background-color: #D9D9D9; border-radius: 50%; content: ''; height: 12px; opacity: 1; width: 12px; }
.bc-home__slider .slick-dots li.slick-active button:before { background-color: #A6A6A6; }

@media (max-width: 767px) { .bc-home__topics .fusion-title-size-two { display: none; } }
.bc-home__topics .fusion-title-size-two h2 { font-size: 26px !important; font-weight: normal !important; }
.bc-home__topics .fusion-one-third .fusion-column-wrapper { text-align: center; }
@media (max-width: 800px) { .bc-home__topics .fusion-one-third .fusion-column-wrapper { max-width: 420px; margin: 0 auto; } }
.bc-home__topics .fusion-one-third .fusion-imageframe { display: block; text-align: center; }
.bc-home__topics .fusion-one-third .fusion-title { margin-bottom: 20px !important; }
.bc-home__topics .fusion-title-size-three h3 { font-size: 22px; line-height: 1.5; max-width: 240px; margin-left: auto !important; margin-right: auto !important; }
.bc-home__topics .fusion-title-size-three h3 a { color: inherit; }
.bc-home__topics .fusion-button-wrapper a { border: 1px solid #5e0d8b; background-color: transparent; font-size: 16px; border-radius: 2px; display: inline-block; margin-bottom: 30px; }
.bc-home__topics .fusion-button-wrapper a:hover { border: 1px solid transparent; }

.bc-home__breakdown { padding-top: 20px; position: relative; }
.bc-home__breakdown h2 { font-size: 28px !important; font-weight: normal !important; line-height: 1.4 !important; margin-bottom: 20px; }
.bc-home__breakdown p { font-size: 16px !important; line-height: 1.5 !important; }
@media (min-width: 865px) { .bc-home__breakdown { padding-right: 56%; min-height: 425px; } }

.bc-breakdown__graph { text-align: center; padding: 0; margin: 0; position: relative; }
@media (min-width: 865px) { .bc-breakdown__graph { width: 52%; position: absolute; top: 40px; right: 0; } }

.bc-breakdown__image img { max-width: 200px; margin-bottom: 35px; }
@media (min-width: 480px) { .bc-breakdown__image img { margin-top: 20px; } }
@media (min-width: 865px) { .bc-breakdown__image { padding: 0 110px; }
  .bc-breakdown__image img { max-width: 100%; margin-top: 0; } }

.bc-breakdown__caption { text-align: center; }

.bc-breakdown__lists { display: inline-block; margin: 0 auto; width: 200px; }
@media (min-width: 480px) { .bc-breakdown__lists { position: absolute; width: 420px; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
@media (min-width: 865px) { .bc-breakdown__lists { width: 100%; } }
@media (min-width: 1024px) { .bc-breakdown__lists { margin-top: 25px; } }

.bc-breakdown__list { float: left; text-align: left; margin: 0 0 20px; }
.bc-breakdown__list:nth-child(odd) { clear: left; }
.bc-breakdown__list:nth-child(even) { float: right; min-width: 75px; }
.bc-breakdown__list dt, .bc-breakdown__list dd { margin: 0; padding: 0; }

.bc-breakdown__label { font-size: 30px; font-weight: bold; border-bottom: 2px solid #000; line-height: 1; max-width: 55px; }

.bc-breakdown__label--research { color: #fca651; border-color: #fca651; }

.bc-breakdown__label--support { color: #035a92; border-color: #035a92; }

.bc-breakdown__label--fundraising { color: #66bdf2; border-color: #66bdf2; }

.bc-breakdown__label--events { color: #762da5; border-color: #762da5; }

.bc-breakdown__label--admin { color: #f44a5f; border-color: #f44a5f; }

.bc-breakdown__label--awareness { color: #73ce5d; border-color: #73ce5d; }

.bc-breakdown__value { font-size: 16px; line-height: 1.2; margin-top: 10px !important; }

.bc-archive__period { font-size: 25px; margin-bottom: 15px; }
.bc-archive__period strong { font-size: 30px; margin-right: 30px; }

.bc-archive .post-meta { font-size: 12px; color: #999; font-style: italic; margin-top: -2px; }

.bc-archive { margin-bottom: 40px; }

.bc-archive__title { font-size: 18px; }

@media (min-width: 640px) { .bc-archive__image img { width: 100%; } }
@media (min-width: 768px) { .bc-archive__image { float: left; width: 30%; padding-right: 20px; }
  .bc-archive__content { float: left; width: 70%; } }
.content__news-events .post { margin: 0 auto; max-width: 730px; }
.content__news-events .post-header { border-bottom: 1px solid #aed118; padding-bottom: 10px; margin-bottom: 20px; }
.content__news-events .entry-title { font-size: 38px !important; font-weight: bold !important; line-height: 1.1 !important; margin-bottom: 0; }
.content__news-events .post-meta { font-style: italic; margin-bottom: 0; }
.content__news-events .post-blurb { border-bottom: 1px solid #aed118; padding-bottom: 10px; margin-bottom: 25px; }
.content__news-events .post-blurb p { margin-bottom: 5px; }
.content__news-events .pimage { background: #fff; float: left; padding: 0 20px 10px 0; }

.event_but { text-align: center; }
.event_but a { background-color: #58b947; border-radius: 3px; color: #FFFFFF; display: inline-block; font-size: 18px; margin: 5px 5px 0 0; padding: 9px 15px 7px; }
.event_but a:hover { color: #FFFFFF; text-decoration: none; }

/* Sidebar Nav */
.side-nav > li:first-child { display: none; }

/*# sourceMappingURL=style.css.map */
