/**handles:custom-style-min**/
#fl-main-content a:not([class]), .hide-info-popup a:not([class]) { text-decoration: underline; }
#fl-main-content a:not([class]):hover, .hide-info-popup a:not([class]):hover { text-decoration: none; }


#footer a { text-decoration: underline; color: #812E75;}
#footer a:hover { text-decoration: none; color: #812E75;}

body p, #fl-main-content li {
    margin-bottom: 16px;
}
body #fl-main-content .sidebar-menu ul li a {
    border-radius: 8px;
    text-decoration: none;
}
body #fl-main-content .sidebar-menu ul li {
    margin-bottom:2px;
}

body header #nav-header #menu-header-menu li.header-btn > a {
    border: 3px solid #812e75;
    border-radius: 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    padding: 15px 28px ;
    background-color: #fff;
    transition-duration: .2s;
    color: #812e75;
}
body header #nav-header #menu-header-menu li.header-btn > a:after {
    display: none !important;
}
body header #nav-header #menu-header-menu li.header-btn > a:hover {
    background-color: #812e75;
    color: #fff;
}
body header #nav-header #menu-header-menu li.header-btn.header-btn-red > a {
    background-color: #812e75;
    color: #fff;
}
body header #nav-header #menu-header-menu li.header-btn.header-btn-red > a:hover {
    background-color: #fff;
    color: #812e75;
}

#nav-header .menu__btn {
    display: flex;
    align-items: center;
    width: 32px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-left: auto;
}

#nav-header .menu__btn span, #nav-header .menu__btn::before, #nav-header .menu__btn::after {
    display: block;
    width: 100%;
    height: 4px;
    background-color:#812E75;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#nav-header .menu__btn::before {
    content: '';
    top: 0;
}

#nav-header .menu__btn::after {
    content: '';
    bottom: 0;
}

#nav-header .hamburger.fl-active .menu__btn::before {
    transform: translateY(12px) rotate(45deg);
}

#nav-header .hamburger.fl-active .menu__btn:after {
    transform: translateY(-14px) rotate(-45deg);
}

#nav-header .hamburger.fl-active .menu__btn span {
    opacity: 0;
}

header #nav-header .fl-row-content > .fl-col-group {
    display: flex;
}
header #nav-header .fl-row-content-wrap {
    padding-top: 11px;
    padding-bottom: 13px;
}
header #nav-header .fl-row-content > .fl-col-group > .fl-col:first-of-type {
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
}

header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col {
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
    margin-left: 40px;
}
header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col:nth-of-type(3) {
    margin-left: 20px;
}
header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group {
    justify-content: flex-end;
}
#nav-header #menu-header-menu li a {
    padding: 0;
    padding-bottom: 6px;
    position: relative;
}
#nav-header #menu-header-menu li a:focus {
    text-decoration: none;
}
#nav-header #menu-header-menu li a:hover:after {
    visibility: visible;
}
#nav-header #menu-header-menu li.current_page_item a:after,
#nav-header #menu-header-menu li.current-page-ancestor a:after {
    visibility: visible;
}
#nav-header #menu-header-menu li a:after {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #812E75;
    border-radius: 2px;
    content: '';
    left: 0;
    visibility: hidden;
}
#nav-header #menu-header-menu li {
     margin-right: 24px;
}
#nav-header #menu-header-menu li:last-of-type {
    margin-right: 0;
}
.home header {
    position: absolute !important;
    z-index: 9999;
}
header {
    z-index: 9999;
}
.home header #nav-header .fl-row-content-wrap {
    background: transparent;
}
body.home {
    padding-top: 0 !important;
}
header #nav-header .fl-row-content-wrap {
    padding: 11px 24px;
}
header #nav-header .fl-row-content>.fl-col-group>.fl-col:nth-of-type(2) .fl-col-group .fl-col:nth-of-type(4) {
    display: none;
}
.voices-btn {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #812E75 !important;
    padding: 12px 30px !important;
    border: 3px solid #812E75 !important;
    border-radius: 40px;
    background: #fff;
    display: inline-block;
    min-width: 185px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease 0s;
}
.voices-btn.voices-btn-red {
    color: #fff !important;
    background-color: #812E75;
}
.voices-btn:hover {
    color: #fff !important;
    background-color: #812E75;
    text-decoration: none;
}
.voices-btn.voices-btn-red:hover {
    color: #812E75 !important;
    background-color: #fff;
}
.voices-btn.leave-site-button {
    background-color: #1C52B5;
    border-color: #1C52B5 !important;
    color: #fff !important;
}
.voices-btn.leave-site-button:hover {
    background-color: #fff;
    color: #1C52B5 !important;
}
.voices-btn.leave-site-button.fixed-leave-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    top: auto;
    min-width: 280px;
}
.home .fixed-header {
    position: fixed !important;
    top:0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9 !important;
  }
.home .fixed-header {
    transform: translateY(-150%);
    background-image: linear-gradient(0deg,#f7ebdd 3%,#fff 3%);
}
.home .fixed-header-down-before {
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.home .fixed-header-down {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.mobile-only-list {
    display: none !important;
}
.related-resource {
	margin-bottom: 16px;
	padding-left: 45px;
	position: relative;
min-height: 45px;
}
.related-resource:before  {
position: absolute;
content:"\f1c1";
top: 7px;
left: 5px;
font-size: 32px;
line-height: 38px;
color: #323232;
font-family: "Font Awesome 5 Free";
}
.resource-block .related-resource:last-of-type {
 margin-bottom:0;
}
.related-link-block a {
 margin-bottom:0;
}
.related-resource p {
	margin-bottom:0;
}
.related-links a {
margin-bottom: 13px;
display: inline-block;
}
html body .fl-page header[data-type=header].fl-builder-content {
z-index: 9999 !important;
}
/* leave site info popup */

.fix_popup {
    position: fixed;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 9;
    max-width: 1400px;
    transition: transform .3s linear;
   opacity: 0;
}
.fix_popup.fix_popup-visible {
    opacity: 1;
}
button.hide-btn.hidden-banner-text {
    position: absolute;
    width:0;
    height: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
}
.hide-info-content {
    background-color: #e6d5e3;
    border: 4px solid #812e75;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.hide-info-content .left-content {
    display: flex;
    width: 374px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
    padding-right: 24px;
}
.hide-info-content .left-content p {
    max-width: 145px;
    margin-bottom: 0;
}
.hide-info-content .right-content {
    display: flex;
    align-items: center;
    border-left: 2px solid #A66C9E;
}
.hide-info-content .right-content .voices-btn {
    flex: 1 0 auto;
}
.hide-info-content .right-content p {
    padding: 0 24px;
    margin-bottom: 0;
}
button.hide-btn {
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #812e75;
    background-color: #812e75 !important;
    border-radius: 15px 15px 0 0;
    margin-bottom: -8px;
    cursor: pointer;
    padding-left: 40px;
    background-image: url("https://voicescharity.org/wp-content/themes/bb-theme-child/images/down-arrow.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    min-width: 155px;
    text-align: center;
}
button.hide-btn.show-btn {
    background-image: url("https://voicescharity.org/wp-content/themes/bb-theme-child/images/up-arrow.png");
}
#sftExt-frontend-button {
    visibility: hidden;
    opacity: 0;
}
.desktop-only-list {
    display: inline-block !important;
}
.diaplay-none {
    display: none;
}
.no-transition .fixed-leave-button {
	transition: none;
}
html body.cli-barmodal-open .fl-page header[data-type=header].fl-builder-content {
z-index:100 !important;
}
.pp-announcement-bar-wrap {
    position: relative;
}
html.pp-announcement-bar.pp-top-bar {
    margin-top: 0px !important;
}
/* .home .fixed-header {
    top: 0 !important;
} */
.pp-announcement-bar.pp-top-bar .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    top: 0 !important;
}


@media only screen and (min-width: 993px) {
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:first-of-type .pp-photo-container {
        position: relative;
        top: -4px;
    }
    #nav-header #menu-header-menu li a {
        padding-bottom: 9px;
    }
    header #nav-header .fl-row-content-wrap {
        padding: 13px 24px 11px;
    }
}
@media only screen and (max-width: 1200px) {
    .hide-info-content .right-content p,
    .hide-info-content .left-content p {
        font-size: 14px;
        padding: 0 18px;
    }
    .hide-info-content .left-content p {
     max-width: 150px;
    }
    .hide-info-content .left-content {
        padding-right: 0;
        width: 340px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1420px) {
    #nav-header #menu-header-menu li a {
      font-size: 18px;
    }
    body header #nav-header #menu-header-menu li.header-btn a {
        font-size: 18px;
        padding: 12px 15px;
    }
    #nav-header #menu-header-menu li a {
        padding-bottom: 6px;
    }
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col .pp-button-wrap a {
        font-size: 18px;
        padding: 9px 15px;
    }
    #nav-header #menu-header-menu li {
        margin-right: 16px;
    }
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col {
        margin-left: 20px;
    }
  }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    #nav-header #menu-header-menu li a {
      font-size: 14px;
    }
    body header #nav-header #menu-header-menu li.header-btn a {
        font-size: 14px;
        padding: 10px 12px
    }
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col .pp-button-wrap a {
        font-size: 14px;
        padding: 7px 12px;
    }
    #nav-header #menu-header-menu li {
        margin-right: 12px;
    }
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:nth-of-type(2) .fl-col-group .fl-col {
        margin-left: 15px;
    }
  }
  @media only screen and (max-width: 1420px) {
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:first-of-type .fl-module-content  {
        margin-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    header #nav-header .fl-row-content>.fl-col-group>.fl-col:nth-of-type(2) .fl-col-group .fl-col {
        display: none;
    }
   .home header {
	background-image: linear-gradient(0deg,#f7ebdd 3%,#fff 3%);
   }
    .fix_popup  {
        bottom: 0 !important;
    }
    .voices-btn.leave-site-button.fixed-leave-button {
        bottom: 15px !important;
    }
    .hide-info-popup {
        display: none;
    }
    header #nav-header .fl-row-content>.fl-col-group>.fl-col:nth-of-type(2) .fl-col-group .fl-col:nth-of-type(2) {
        display: flex;
        align-self: center;
        min-width: 40px;
        margin-top: 5px
    }
    .home header #nav-header .fl-row-content-wrap {
        background: #fff;
        padding: 16px 24px;
    }
    header #nav-header .fl-row-content > .fl-col-group > .fl-col:first-of-type img{
        width: 110px;
    }
    header #nav-header .fl-row-content>.fl-col-group>.fl-col:nth-of-type(2) .fl-col-group .fl-col:nth-of-type(2) {
        display: block;
    }
    header div#header-links.fl-menu-mobile-clone {
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 24px 20px 10px 20px;
        left: 0px;
        background: #F7EBDD;
        z-index: 99;
    }
    #nav-header #menu-header-menu li a {
        display: inline-block;
    }
    #nav-header #menu-header-menu li {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #nav-header #menu-header-menu li:last-child {
        margin-bottom: 0;
    }
    header .fl-menu-mobile-toggle.hamburger {
        padding: 0;
    }
    header .fl-menu-mobile-toggle.hamburger svg {
	    opacity:0;
    }
    #nav-header #menu-header-menu .voices-btn {
        margin-bottom: 10px;
    }
    #nav-header #menu-header-menu .voices-btn:after {
        display: none;
    }
    .desktop-only-list {
        display: none !important;
    }
    .mobile-only-list {
        display: list-item !important;
    }
    body {
        padding-bottom: 50px !important;
    }
    #nav-header #menu-header-menu li.current_page_item , #nav-header #menu-header-menu li.current-page-ancestor  {
        margin-bottom: 15px;
    }
    body header #nav-header #menu-header-menu li.header-btn {
        margin-bottom: 20px;
    }
    body header #nav-header #menu-header-menu li.header-btn.header-btn-red {
        margin-top: 20px;
        margin-bottom: 14px;
    }
    .header-info-text {
        max-width: 130px;
        text-align: left;
        right: 16px;
        font-size: 16px;
        margin-bottom: 0;
        vertical-align: middle;
        margin-left: 15px;
        font-weight: 400;
    }
    .header-info-text a {
        padding:0;
        display:inline;
        text-decoration: underline;
     }
     .header-info-text a:hover {
         text-decoration: none;
     }
     .fl-menu-mobile-clone .header-info-text {
         display: inline-block;
     }
     body header #nav-header #menu-header-menu li.header-btn > a {
        min-width: 185px;
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    body.home header {
        position: static !important;
    }
    body.home header.fixed-header {
        position: relative !important;
        transform: translateY(0) !important;
    }
}

@media only screen and (max-width: 767px) {
    header #nav-header .fl-row-content>.fl-col-group>.fl-col:nth-of-type(2) .fl-col-group .fl-col:nth-of-type(1){
        display: none;
    }
  .voices-btn.leave-site-button.fixed-leave-button {
    bottom: 15px !important;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

}
@media only screen and (max-width: 576px) {
 .voices-btn.leave-site-button.fixed-leave-button {
    width: -webkit-calc(100% - 34px);
    width: -moz-calccalc(100% - 34px);
    width: calc(100% - 34px);
  }
}