/*  -----------------
    Table of Contents
    -----------------

    Tags
    Global
    Misc
    Image Preload
    Top Bar
    Header
    Main Banner
    Tablet/Mobile Nav
    Sub Headings
    Heading Slider
    Issues Section
    Solutions Section
    Search Overlay
    Footer


    ---------------------------------------------------
*/

/* Tags */
/* **** */

body {
    max-width: 1440px;
    font-family: 'Gotham', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    color: #454545;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Knockout-HTF28', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 53px;
    line-height: 55px;
}

svg {
    pointer-events: none;
}

strong {
    font-weight: bold;
}
/* Global */
/* ****** */

/*.button {
    font: 400 22px/28px 'Knockout-HTF28', 'sans-serif';
    color: #fff;
    height: 44px;
    border-radius: 4px;
    padding: 9px 12px 7px;
    display: block;
    float: left;
}
*/
h2.border-bottom {
    position: relative;
}

h2.border-bottom:after {
    content: '';
    width: 47px;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 1px;
}

/* Misc */
/* **** */

.hidden {
    display: none;
}

.hidden-svg {
    display: none;
}

img.img-to-bg {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
    position: fixed;
}
body.overflow-hidden {
    overflow:hidden!important;
    position: static;
}
.tablet-mobile-only {
    display: none;
}

/* Image Preload */
/* ************* */

#image-preload {
    position: fixed !important;
    top: -999px !important;
    right: -999px !important;
    display: block !important;
    min-height: 1px;
    background: url("../images/color-stripe.svg"), url("../images/logo.svg"), url("../images/icon-close.svg"), url("../images/icon-close.svg"), url("../images/issue-arrow.svg"), url("../images/icon-issue-overdose.svg"), url("../images/icon-issue-healthcare.svg"), url("../images/icon-issue-homelessness.svg"), url("../images/icon-issue-hiv.svg"), url("../images/icon-issue-hep-c.svg"), url("../images/icon-issue-poverty.svg"), url("../images/icon-issue-hunger.svg"), url("../images/icon-close.svg"), url("../images/color-stripe.svg"), url("../images/icon-subscribe.svg"), url("../images/icon-facebook.svg"), url("../images/icon-twitter.svg"), url("../images/icon-instagram.svg"), url("../images/icon-linkedin.svg"), url("../images/icon-youtube.svg"), url("../images/menu-back-arrow.svg");
    z-index: -2;
}

/* Top Bar */
/* ******* */

#top-bar {
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
    background-color: #F8F8F8;
    height: 60px;
    border-bottom: 2px solid #EEEEEE;
    padding: 20px 30px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
#top-bar.notification {
    background-color: #fffcee;
    border-bottom: 1px solid #f0dbb4;
}
#top-bar.notification p {
    font-size: 14px;
    color: #f37320;
}
#top-bar.notification p a > span {
    padding-right: 22px;
    background: url(../images/icons/arrow_right.png) right center no-repeat;
}

#top-bar #language-selection {
    float: left;
    position: relative;
    z-index: 2;
    top:3px;
}

#top-bar #language-selection a {
    float: left;
    margin: 0 19px 0 0;
    cursor: pointer;
}

#top-bar #language-selection a:hover {
    color: #919191;
}

#top-bar #language-selection a.active {
    color: #4A4A4A;
    border-bottom: 2px solid #E1E1E1;
    padding: 0 0 4px;
}

#top-bar p {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    padding: 0 210px;
}

#top-bar p.mobile-notification {
    display: none;
}

.social-links {
    float: right;
    position: relative;
    z-index: 2;
}

.social-links > * {
    vertical-align: top;
    margin: 0 5px;
}

/* Header */
/* ****** */

#main-header {
    font-family: 'Knockout-HTF28', sans-serif;
    padding: 34px 30px 0;
    height: 132px;
    position: relative;
    text-align: center;
}

#main-header:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/color-stripe.svg") repeat;
    background-position: -5px 0;
}

.logo {
    width: 148px;
    height: 58px;
    background-image: url("../images/logo.svg");
    background-size: 148px 58px;
    float: left;
}

#main-header nav {
    font-size: 24px;
    margin: 12px 0 0;
    display: inline-block;
}

#main-header nav > ul > li {
    float: left;
    margin-left: 30px;
    position: relative;
    text-align: left;
}

#main-header nav > ul > li:first-child {
    margin-left: 0;
}

#main-header nav > ul > li > a {
    position: relative;
    padding: 0 5px 19px;
    display: block;
    transition: color 0.1s;
    text-transform: uppercase;
	color: #454545;
}

#main-header nav > ul > li:hover > a,
#main-header nav > ul > li > a.active {
    color: #F37320;
}

#main-header nav > ul > li > a.has-dropdown svg:not(.mobile) {
    stroke: #E1E1E1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    transition: stroke 0.1s;
}

#main-header nav > ul > li > a.has-dropdown svg.mobile {
    display: none;
}

#main-header nav > ul > li:hover > a.has-dropdown svg,
#main-header nav > ul > li > a.has-dropdown.active svg {
    stroke: #F37320;
}

#main-header nav > ul > li .dropdown-container {
    width: 238px;
    position: absolute;
    left: 50%;
    margin-left: -119px;
    z-index: 2;
}

#main-header nav > ul > li .dropdown-container.wide {
    width: 824px;
    margin-left: -265px;
}

#main-header nav > ul > li .dropdown-container:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -10px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.20));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.20));
    z-index: 1;
}

#main-header nav > ul > li .dropdown-container.wide:before {
    left: 265px;
}

#main-header nav > ul > li .dropdown-container:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    z-index: 3;
}

#main-header nav > ul > li .dropdown-container.wide:after {
    left: 265px;
}

#main-header nav > ul > li .dropdown-container.hidden-arrow:before,
#main-header nav > ul > li .dropdown-container.hidden-arrow:after {
    display: none;
}

#main-header nav > ul > li .dropdown-container > a {
    display: none;
}

#main-header nav > ul > li .dropdown {
    display: none;
    position: absolute;
    width: 238px;
    font: 500 16px/22px 'Gotham', 'sans-serif';
    color: #666666;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    top: 19px;
    padding: 25px 25px 25px 33px;
}

#main-header nav > ul > li .dropdown.wide:before {
    margin-left: 7px;
}

#main-header nav > ul > li .dropdown.wide {
    width: 824px;
    padding: 40px 18px 0 2px;
    -webkit-flex: ;
    -moz-flex: ;
    -ms-flex: ;
    -o-flex: ;
    flex: ;
}


#main-header nav > ul > li .dropdown li {
    margin: 15px 0 0;
}

#main-header nav > ul > li .dropdown li:first-child {
    margin: 0;
}

#main-header nav > ul > li .dropdown li a {
    display: block;
    transition: color 0.1s;
	color: #666;
}

#main-header nav > ul > li .dropdown:not(.wide) li a:hover {
    color: #F37320;
}

#main-header nav > ul > li .dropdown.wide li {
    width: 25%;
    float: left;
    vertical-align: top;
    text-align: center;
    margin: 0 0 32px;
}
#main-header nav > ul > li .dropdown.wide li div{
	max-width:180px;
	margin:10px auto 0px;
}

#main-header nav > ul > li .dropdown.wide li:nth-child(4n+1) {
    clear: left;
}

#main-header nav > ul > li .dropdown.wide li a {
    text-align: center;
    display: block;
    transition: color 0.1s;
}

#main-header nav > ul > li .dropdown.wide li a svg {
    fill: #AFAFAF;
    display: block;
    margin: 0 auto 9px;
    transition: fill 0.1s;
    position: relative;
}

.solution-icon {
    display: block;
    border-radius: 50%;
    border: 2px solid #AFAFAF;
    margin: 0 auto;
    transition: border 0.1s;
}

#main-header nav > ul > li .dropdown.wide li a .solution-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-health-coordination svg {
    width: 39px;
    left: 1px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-health-coordination:hover {
    color: #6aab35;
}

.solution-health-coordination .solution-icon {
    padding: 14px 0 0;
}

.solution-health-coordination:hover .solution-icon {
    border-color: #6aab35 !important;
}

.solution-health-coordination:hover .solution-icon svg {
    fill: #6aab35 !important;
}

.solution-health-coordination.active .solution-icon {
    background-color: #6aab35;
    border-color: #6aab35 !important;
}

.solution-health-coordination .text h3 {
    color: #93CA49;
}

#main-header nav > ul > li .dropdown.wide li a.solution-wellness-empowerment svg {
    width: 26px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-wellness-empowerment:hover {
    color: #118d84;
}

.solution-wellness-empowerment .solution-icon {
    padding: 13px 0 0;
}

.solution-wellness-empowerment:hover .solution-icon {
    border-color: #118d84 !important;
}

.solution-wellness-empowerment:hover .solution-icon svg {
    fill: #118d84 !important;
}

.solution-wellness-empowerment.active .solution-icon {
    background-color: #118d84;
    border-color: #118d84 !important;
}

.solution-wellness-empowerment .text h3 {
    color: #118d84;
}

#main-header nav > ul > li .dropdown.wide li a.solution-housing-and-peer-development svg {
    width: 28px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-housing-and-peer-development:hover {
    color: #d27d3c;
}

.solution-housing-and-peer-development .solution-icon {
    padding: 11px 0 0;
}

.solution-housing-and-peer-development:hover .solution-icon {
    border-color: #d27d3c !important;
}

.solution-housing-and-peer-development:hover .solution-icon svg {
    fill: #d27d3c !important;
}

.solution-housing-and-peer-development.active .solution-icon {
    background-color: #d27d3c;
    border-color: #d27d3c !important;
}

.solution-housing-and-peer-development .text h3 {
    color: #d27d3c;
}

#main-header nav > ul > li .dropdown.wide li a.solution-prevention svg {
    width: 17px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-prevention:hover {
    color: #722182;
}

.solution-prevention .solution-icon {
    padding: 9px 0 0;
}

.solution-prevention:hover .solution-icon {
    border-color: #722182 !important;
}

.solution-prevention:hover .solution-icon svg {
    fill: #722182 !important;
}

.solution-prevention.active .solution-icon {
    background-color: #722182;
    border-color: #722182 !important;
}

.solution-prevention .text h3 {
    color: #722182;
}

#main-header nav > ul > li .dropdown.wide li a.solution-syringe-access svg {
    width: 32px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-syringe-access:hover {
    color: #cd007b;
}

.solution-syringe-access .solution-icon {
    padding: 12px 0 0;
}

.solution-syringe-access:hover .solution-icon {
    border-color: #cd007b !important;
}

.solution-syringe-access:hover .solution-icon svg {
    fill: #cd007b !important;
}

.solution-syringe-access.active .solution-icon {
    background-color: #cd007b;
    border-color: #cd007b !important;
}

.solution-syringe-access .text h3 {
    color: #cd007b;
}

#main-header nav > ul > li .dropdown.wide li a.solution-health-center svg {
    width: 24px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-health-center:hover {
    color: #6aab35;
}

.solution-health-center .solution-icon {
    padding: 12px 0 0;
}

.solution-health-center:hover .solution-icon {
    border-color: #6aab35 !important;
}

.solution-health-center:hover .solution-icon svg {
    fill: #6aab35 !important;
}

.solution-health-center.active .solution-icon {
    background-color: #6aab35;
    border-color: #6aab35 !important;
}

.solution-health-center .text h3 {
    color: #6aab35;
}

#main-header nav > ul > li .dropdown.wide li a.solution-drop-in-center svg {
    width: 24px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-drop-in-center:hover {
    color: #722182;
}

.solution-drop-in-center .solution-icon {
    padding: 11px 0 0;
}

.solution-drop-in-center:hover .solution-icon {
    border-color: #722182 !important;
}

.solution-drop-in-center:hover .solution-icon svg {
    fill: #722182 !important;
}

.solution-drop-in-center.active .solution-icon {
    background-color: #722182;
    border-color: #722182 !important;
}

.solution-drop-in-center .text h3 {
    color: #722182;
}

#main-header nav > ul > li .dropdown.wide li a.solution-food-and-nutrition svg {
    width: 32px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-food-and-nutrition:hover {
    color: #118d84;
}

.solution-food-and-nutrition .solution-icon {
    padding: 9px 0 0;
}

.solution-food-and-nutrition:hover .solution-icon {
    border-color: #118d84 !important;
}

.solution-food-and-nutrition:hover .solution-icon svg {
    fill: #118d84 !important;
}

.solution-food-and-nutrition.active .solution-icon {
    background-color: #118d84;
    border-color: #118d84 !important;
}

.solution-food-and-nutrition .text h3 {
    color: #118d84;
}

#main-header nav > ul > li .dropdown.wide li a.solution-legal-services svg {
    width: 31px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-legal-services:hover {
    color: #1a9cdc;
}

.solution-legal-services .solution-icon {
    padding: 10px 0 0;
}

.solution-legal-services:hover .solution-icon {
    border-color: #1a9cdc !important;
}

.solution-legal-services:hover .solution-icon svg {
    fill: #1a9cdc !important;
}

.solution-legal-services.active .solution-icon {
    background-color: #1a9cdc;
    border-color: #1a9cdc !important;
}

.solution-legal-services .text h3 {
    color: #1a9cdc;
}

#main-header nav > ul > li .dropdown.wide li a.solution-advocacy-and-community-relations svg {
    width: 23px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-advocacy-and-community-relations:hover {
    color: #d27d3c;
}

.solution-advocacy-and-community-relations .solution-icon {
    padding: 11px 0 0;
}

.solution-advocacy-and-community-relations:hover .solution-icon {
    border-color: #d27d3c !important;
}

.solution-advocacy-and-community-relations:hover .solution-icon svg {
    fill: #d27d3c !important;
}

.solution-advocacy-and-community-relations.active .solution-icon {
    background-color: #d27d3c;
    border-color: #d27d3c !important;
}

.solution-advocacy-and-community-relations .text h3 {
    color: #d27d3c;
}

#main-header nav > ul > li .dropdown.wide li a.solution-boomcafe svg {
    width: 35px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-boomcafe:hover {
    color: #118d84;
}

.solution-boomcafe .solution-icon {
    padding: 12px 0 0 4px;
}

.solution-boomcafe:hover .solution-icon {
    border-color: #118d84 !important;
}

.solution-boomcafe:hover .solution-icon svg {
    fill: #118d84 !important;
}

.solution-boomcafe.active .solution-icon {
    background-color: #118d84;
    border-color: #118d84 !important;
}

.solution-boomcafe .text h3 {
    color: #118d84;
}

#main-header nav > ul > li .dropdown.wide li a.solution-pridecenter svg {
    width: 35px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-pridecenter:hover {
    color: #EA9B24;
}

.solution-pridecenter .solution-icon {
    padding: 10px 1px 0 4px;
}

.solution-pridecenter .solution-icon svg {
    stroke: #AFAFAF !important;
}

.solution-pridecenter:hover .solution-icon {
    border-color: #EA9B24 !important;
}

.solution-pridecenter:hover .solution-icon svg {
    stroke: #EA9B24 !important;
}

.solution-pridecenter.active .solution-icon {
    background-color: #EA9B24;
    border-color: #EA9B24 !important;
}

.solution-pridecenter .text h3 {
    color: #118d84;
}

#main-header nav > ul > li .dropdown.wide li a.solution-boompharmacy svg {
    width: 31px;
}

#main-header nav > ul > li .dropdown.wide li a.solution-boompharmacy:hover {
    color: #1a9cdc;
}

.solution-boompharmacy .solution-icon {
    padding: 11px 0 0;
}

.solution-boompharmacy:hover .solution-icon {
    border-color: #1a9cdc !important;
}

.solution-boompharmacy:hover .solution-icon svg {
    fill: #1a9cdc !important;
}

.solution-boompharmacy.active .solution-icon {
    background-color: #1a9cdc;
    border-color: #1a9cdc !important;
}

.solution-boompharmacy .text h3 {
    color: #1a9cdc;
}

#main-header .buttons-container {
    float: right;
    margin: 3px 0 0 0;
}

#main-header .buttons-container .button {
    vertical-align: top;
    background-color: #E9E9E9;
    padding: 7px 12px 9px 11px;
    font-size: 22px;
    line-height: 28px;
}

#main-header .buttons-container .menu-button {
    margin: 0 10px 0 0;
    color: #666666;
    position: relative;
    padding: 9px 41px 7px 17px;
    display: none;
}

#main-header .buttons-container .menu-button span {
    width: 14px;
    height: 2px;
    background-color: #666666;
    position: absolute;
    top: 20px;
    right: 16px;
    border-radius: 2px;
}

#main-header .buttons-container .menu-button span:before,
#main-header .buttons-container .menu-button span:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #666666;
    position: absolute;
    left: 0;
    border-radius: 2px;
}

#main-header .buttons-container .menu-button span:before {
    top: -6px;
}

#main-header .buttons-container .menu-button span:after {
    bottom: -6px;
}

#main-header .buttons-container .search-button {
    width: 44px;
    margin: 0 10px 0 0;
    padding: 7px 8px 9px 6px;
}

#main-header .buttons-container .search-button svg {
    position: relative;
    top: 4px;
    left: 1px;
    stroke: #666;
}

#main-header .buttons-container .donate-button {
    padding-top: 9px;
    font-family: "Knockout-HTF28";
    background-color: #EA0F92;
    /* display: block; */
}

#main-header .buttons-container .donate-button:hover {
    background-color: #CC0479;
}

#main-header #tablet-mobile-nav {
    display: none;
}

/* Tablet/Mobile Nav */
/* ***************** */

#main-header #tablet-mobile-nav {
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#main-header #tablet-mobile-nav .inner {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#main-header #tablet-mobile-nav > .content {
    width: 375px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -375px;
    overflow: auto;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-overflow-scrolling: touch;
}

#main-header #tablet-mobile-nav > .content button {
    background-color: transparent;
    position: absolute;
}

#main-header #tablet-mobile-nav > .content .menu-button {
    font: 400 22px/23px 'Knockout-HTF28', 'sans-serif';
    color: #F37320;
    top: 27px;
    left: 37px;
    padding: 0;
}

#main-header #tablet-mobile-nav > .content .menu-button.back {
    background-image: url("../images/menu-back-arrow.svg");
    background-position: 2px 4px;
    padding: 0 0 0 44px;
}

#main-header #tablet-mobile-nav > .content .close-button {
    width: 28px;
    height: 28px;
    background-image: url("../images/icon-close.svg");
    background-position: 50%;
    top: 25px;
    right: 33px;
    padding: 5px;
}

#main-header #tablet-mobile-nav nav {
    clear: both;
    width: 100%;
    min-height: 100%;
    margin: 77px 0 0;
    padding: 0 33px 0 36px;
    position: relative;
}

#main-header #tablet-mobile-nav nav a {
    font: 500 24px 'Gotham', 'sans-serif';
    color: #666666;
    letter-spacing: -0.67px;
    text-transform: capitalize;
    padding: 5px 0;
}

#main-header #tablet-mobile-nav nav a.donate-button {
    color: #EA0F92 !important;
}

#main-header #tablet-mobile-nav nav > ul > li {
    float: none;
    margin: 0 0 17px;
    position: static;
}

#main-header #tablet-mobile-nav nav > ul > li > a:hover {
    color: #F37320;
}

#main-header #tablet-mobile-nav nav > ul > li > a svg {
    display: none;
    stroke: #E1E1E1;
    transition: all 0.1s;
}

#main-header #tablet-mobile-nav nav > ul > li > a:hover svg {
    stroke: #F37320;
}

#main-header #tablet-mobile-nav nav > ul > li > a svg.mobile {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 12px;
}

#main-header nav > ul > li .dropdown-container > a {
    /* font: 500 24px 'Gotham', 'sans-serif'; */
    color: #F37320!important;
    letter-spacing: -0.7px!important;
    margin: 0 0 22px;
}

#main-header nav > ul > li .dropdown-container.wide > a {
    margin: 0 0 22px 34px;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown-container {
    width: 375px;
    left: auto;
    right: -100%;
    margin-left: 0;
    position: absolute;
    display: none;
    top: 0;
    padding: 5px 36px 0;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    top: auto;
    display: block;
    height: 100%;
    right: 0;
    padding: 0;
    position: relative;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown li {
    margin: 17px 0 0;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown li a {
    letter-spacing: -0.7px;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown-container.wide {
    padding: 5px 15px 0 2px;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown.wide li {
    width: 50%;
    height: 144px;
    margin: 5px 0 0;
    clear: left;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown.wide li:nth-child(2n) {
    float: right;
    clear: none;
}

#main-header #tablet-mobile-nav nav > ul > li .dropdown.wide li a {
    font-size: 14px;
    line-height: 22px;
}

.fb_iframe_widget > span{
	overflow:hidden;
}

/* Main Banner */
/* *********** */

#main-banner {
    width: 100%;
    height: 600px;
    position: relative;
    background-position: 0% 17%;
}

#main-banner h1 {
    font-size: 109px;
    line-height: 92px;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 124px;
    left: 10px;
    transition: all 0.5s;
}

#main-banner h1.moved {
    opacity: 1;
    left: 50px;
}

/* Sub Headings */
/* ************ */

#sub-headings {
    overflow: auto;
}

#sub-headings .heading-box {
    width: 33.33333%;
    height: 276px;
    float: left;
    position: relative;
    overflow: hidden;
}

#sub-headings .heading-box .bg {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#sub-headings .heading-box:nth-child(2) .bg {
    background-position: 50% 38%;
}

#sub-headings .heading-box:nth-child(3) .bg {
    background-position: 70% 64%;
}

#sub-headings .heading-box .color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#sub-headings .heading-box .color-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.1s;
}

#sub-headings .heading-box:hover .color-overlay:after {
    opacity: 1;
}

#sub-headings .heading-box .color-overlay.blue {
    background-color: rgb(39, 144, 180);
}

#sub-headings .heading-box .color-overlay.pink {
    background-color: rgb(224, 61, 158);
}

#sub-headings .heading-box .color-overlay.green {
    background-color: rgb(47, 142, 141);
}

#sub-headings .heading-box h3 {
    max-width: 80%;
    font: 500 24px/37px 'Gotham', 'sans-serif';
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 21px;
    transition: all 0.3s;
}

#sub-headings .heading-box:hover h3 {
    bottom: 72px;
}

#sub-headings .heading-box span.more {
    font: 400 22px/24px 'Knockout-HTF28', 'sans-serif';
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 20px;
    padding: 0 16px 0 0;
    transition: all 0.3s;
}

#sub-headings .heading-box:hover span.more {
    bottom: 33px;
}

#sub-headings .heading-box span.more:after {
    content: '';
    width: 6px;
    height: 11px;
    background-image: url("../images/heading-box-arrow.svg");
    position: absolute;
    top: 5px;
    right: 0;
}

#sub-headings .heading-box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

/* Heading Slider */
/* ************** */

#heading-slider-container {
    background-color: #F8F8F8;
    position: relative;
    padding: 0 60px;
}

#heading-slider-container .slide {
    min-height: 185px;
}

#heading-slider-container .slide a {
    width: 100%;
    height: 100%;
    display: block;
    
    
    padding: 25px 20px 0;
    transition: all 0.1s;
}

#heading-slider-container .slide a:hover {
    background-color: #EEEEEE;
}

#heading-slider-container .slide a span {
    display: block;
}

#heading-slider-container .slide a span:first-child {
    font: 400 24px/28px 'Knockout-HTF28', 'sans-serif';
    color: #9B9B9B;
}

#heading-slider-container .slide a span:nth-child(2) {
    font-size: 16px;
    line-height: 25px;
    color: #4A4A4A;
}

#heading-slider-container .slide.external_link a span:nth-child(2) {
    display: inline;
}

#heading-slider-container .slide.external_link a img {
    display: inline-block;
    padding: 0 0 0 10px;
}

#heading-slider-container .bx-wrapper .bx-controls a {
    width: 60px;
    stroke: #EA0F92;
    height: 100%;
    background-color: #F8F8F8;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 0.1s;
}

#heading-slider-container .bx-wrapper .bx-controls a:hover {
    background-color: #EEEEEE;
}

#heading-slider-container .bx-wrapper .bx-controls a.disabled {
    stroke: #AFAFAF;
}

#heading-slider-container .bx-wrapper .bx-controls a.bx-prev {
    left: 0;
}

#heading-slider-container .bx-wrapper .bx-controls a.bx-next {
    right: 0;
}

#heading-slider-container .bx-wrapper .bx-controls a svg {
    width: 24px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* Issues Section */
/* ************** */

#issues {
    width: 100%;
    margin: 0 auto;
    padding: 133px 20px 0;
}

#issues h2 {
    color: #F37320;
    margin: 0 0 0 20px;
}

#issues h2:after {
    background-color: #F37320;
}

#issues > p {
    width: 650px;
    font-size: 24px;
    line-height: 39px;
    margin: 43px 0 0 20px;
}

#issues .content {
    padding: 9px 0 0;
    overflow: auto;
}

#issues .issue {
    width: 23.45%;
    /* height: 342px; */
    position: relative;
    display: inline-block;
    margin: 18px 0 0;
    padding: 0 20px 40px;
    border-radius: 3px;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	background-image: none;
}

#issues .issue:before {
    content: '';
    width: 100%;
    height: 143px;
    display: block;
    background-repeat: no-repeat;
}

#issues .issue:after {
    content: '';
    width: 25px;
    height: 16px;
    background-image: url("../images/issue-arrow.svg");
    display: block;
    opacity: 0;
    transition: all 0.1s;
    margin: 19px 0 0 1px;
}

#issues .issue:hover {
    background-color: #FFF9F6;
}

#issues .issue:hover:after {
    opacity: 1;
}

#issues .issues_list .issue {
	opacity: 1;
}

#issues .issue a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#issues .issue h4 {
    font: 500 24px/33px 'Gotham', 'sans-serif';
    margin: 0 0 0 1px;
    min-height: 40px;
    transition: color 0.1s;
}

#issues .issue:hover h4 {
    color: #F37320;
}

#issues .issue p {
    font-size: 16px;
    line-height: 25px;
    color: #4A4A4A;
    margin: -1px 0 0;
}

#issues .issue.overdose:before {
    background-image: url("../images/icon-issue-overdose.svg");
    background-size: 72px 72px;
    background-position: 0 36px;
}

#issues .issue.healthcare:before, #issues .issue.access-to-healthcare:before {
    background-image: url("../images/icon-issue-healthcare.svg");
    background-size: 72px 74px;
    background-position: 0 39px;
}

#issues .issue.homelessness:before {
    background-image: url("../images/icon-issue-homelessness.svg");
    background-size: 57px 75px;
    background-position: 0 34px;
}

#issues .issue.hiv:before, #issues .issue.hiv-aids:before {
    background-image: url("../images/icon-issue-hiv.svg");
    background-size: 149px 58px;
    background-position: 0 48px;
}

#issues .issue.hep-c:before, #issues .issue.hepatitis-c:before {
    background-image: url("../images/icon-issue-hep-c.svg");
    background-size: 143px 69px;
    background-position: 0 36px;
}

#issues .issue.poverty:before {
    background-image: url("../images/icon-issue-poverty.svg");
    background-size: 99px 75px;
    background-position: 0 39px;
}

#issues .issue.hunger:before, #issues .issue.hunger-obesity:before {
    background-image: url("../images/icon-issue-hunger.svg");
    background-size: 73px 73px;
    background-position: 0 34px;
}

/* Solutions Section */
/* ***************** */

#solutions {
    background-color: #F8F8F8;
    margin: 28px 0 0;
    padding: 122px 0 269px;
    overflow: hidden;
    position: relative;
}

#solutions > .content {
    margin: 0 auto;
}

#solutions > .content:after {
    content: "";
    display: table;
    clear: both;
}

#solutions .left {
    width: 470px;
    float: left;
    margin: 32px 0 0;
}

#solutions h2 {
    color: #00A5DF;
    margin: 0 0 0 40px;
}

#solutions h2:after {
    background-color: #00A5DF;
}

#solutions .left p {
    font-size: 24px;
    line-height: 39px;
    margin: 41px 0 0 40px;
}

#solutions .solutions-link {
    background-color: #00A5DF;
    margin: 35px 0 0 40px;
    padding: 9px 17px 7px;
}

#solutions #solutions-window {
    width: 470px;
    height: 540px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    float: right;
    position: relative;
    right: 50%;
    margin: 18px -473px 0 0;
}

#solutions #solutions-window:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -13px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
    z-index: 1;
}

#solutions #solutions-window:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 18px 0 18px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -17px;
    z-index: 3;
}

#solutions #solutions-window .bx-wrapper .bx-controls a {
    width: 40px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 379px;
    z-index: 3;
    text-align: center;
}

#solutions #solutions-window .bx-wrapper .bx-controls .bx-prev {
    left: 5px;
    vertical-align: middle;
}

#solutions #solutions-window .bx-wrapper .bx-controls .bx-next {
    right: 5px;
}

#solutions #solutions-window .bx-wrapper .bx-controls a svg {
    stroke: #E1E1E1;
    transition: all 0.1s;
}

#solutions #solutions-window .bx-wrapper .bx-controls a:hover svg {
    stroke: #bfbfbf;
}

#solutions #solutions-window .solution {
    text-align: center;
    height: 538px;
}

#solutions #solutions-window .solution .img-to-bg:not(img) {
    width: 100%;
    height: 223px;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: 50%;
}

#solutions #solutions-window .solution img {
    width: 100%;
}

#solutions #solutions-window .solution .content {
    width: 100%;
    height: 315px;
    padding: 10px 0px;
    top: 223px;
}

#solutions #solutions-window .solution .content .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translate(0, -50%);
}

#solutions #solutions-window .solution .content h3 {
    font: 500 24px/34px 'Gotham', 'sans-serif';
}

#solutions #solutions-window .solution .content p {
    width: 75%;
    max-width: 522px;
    font-size: 20px;
    line-height: 32px;
    margin: 9px auto 0;
}

#solutions #solutions-buttons {
    min-width: 200%;
    height: 72px;
    clear: both;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -770px;
    z-index: 9;
}

#solutions #solutions-buttons button {
    float: left;
    font-family: inherit;
    margin: 0 0 0 44px;
    background-color: transparent;
    width: 72px;
    height: 72px;
    padding: 0;
    position: relative;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s;
    overflow: visible;
}

#solutions #solutions-buttons button:before {
    content: '';
    width: 29px;
    height: 2px;
    background-color: #E1E1E1;
    position: absolute;
    top: 35px;
    left: -35px;
}

#solutions #solutions-buttons button:last-child:after {
    content: '';
    width: 29px;
    height: 2px;
    background-color: #E1E1E1;
    position: absolute;
    top: 35px;
    right: -35px;
}

#solutions #solutions-buttons button.active svg {
    fill: #fff !important;
}

#solutions #solutions-buttons .solution-pridecenter.active svg {
    stroke: #fff !important;
}

#solutions #solutions-buttons button .button-tooltip {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(69, 69, 69, 0.85);
    border-radius: 3px;
    padding: 12px 15px 14px 17px;
    position: absolute;
    top: -55px;
    left: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    z-index: 9;
    display: none;
    white-space: nowrap;
}

#solutions #solutions-buttons button:hover .button-tooltip {
    display: block !important;
}

#solutions #solutions-buttons button .button-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: rgba(69, 69, 69, 0.85) transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
}

#solutions #solutions-buttons button svg {
    fill: #CCCCCC;
    transition: fill 0.1s;
}

#solutions #solutions-buttons .solution-icon {
    width: 71px;
    height: 71px;
    border-color: #CCCCCC;
}

#solutions #solutions-buttons .solution-syringe-access .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-syringe-access .solution-icon svg {
    width: 35px;
}

#solutions #solutions-buttons .solution-health-center .solution-icon {
    padding: 15px 0 0;
}

#solutions #solutions-buttons .solution-health-center .solution-icon svg {
    width: 26px;
}

#solutions #solutions-buttons .solution-drop-in-center .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-drop-in-center .solution-icon svg {
    width: 26px;
}

#solutions #solutions-buttons .solution-legal-services .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-legal-services .solution-icon svg {
    width: 34px;
}

#solutions #solutions-buttons .solution-food-and-nutrition .solution-icon {
    padding: 14px 0 0;
}

#solutions #solutions-buttons .solution-food-and-nutrition .solution-icon svg {
    width: 35px;
}

#solutions #solutions-buttons .solution-advocacy-and-community-relations .solution-icon {
    padding: 17px 0 0;
}

#solutions #solutions-buttons .solution-advocacy-and-community-relations .solution-icon svg {
    width: 25px;
}

#solutions #solutions-buttons .solution-boomcafe .solution-icon {
    padding: 17px 0px 0 6px;
}

#solutions #solutions-buttons .solution-boomcafe .solution-icon svg {
    width: 35px;
}

#solutions #solutions-buttons .solution-pridecenter .solution-icon {
    padding: 13px 0px 0 2px;
}

#solutions #solutions-buttons .solution-pridecenter .solution-icon svg {
    width: 36px;
    height: 41px;
}

#solutions #solutions-buttons .solution-boompharmacy .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-boompharmacy .solution-icon svg {
    width: 35px;
}

#solutions #solutions-buttons .solution-health-coordination .solution-icon {
    padding: 18px 0 0;
}

#solutions #solutions-buttons .solution-health-coordination .solution-icon svg {
    width: 43px;
}

#solutions #solutions-buttons .solution-wellness-empowerment .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-wellness-empowerment .solution-icon svg {
    width: 28px;
}

#solutions #solutions-buttons .solution-housing-and-peer-development .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-housing-and-peer-development .solution-icon svg {
    width: 31px;
}

#solutions #solutions-buttons .solution-prevention .solution-icon {
    padding: 16px 0 0;
}

#solutions #solutions-buttons .solution-prevention .solution-icon svg {
    width: 20px;
}

/* Search Overlay */
/* ************** */

#search-overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

#search-overlay .content {
    width: 900px;
    margin: 0 auto;
    position: relative;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.search-container .content svg {
    width: 32px;
    height: 32px;
    stroke: #AFAFAF;
    position: absolute;
    top: -3px;
    left: 22px;
}

.search-container .content .search-container-input {
    width: 100%;
    font: 500 24px 'Gotham', 'sans-serif';
    color: #666666;
    border: none;
    outline: none;
    padding: 0 0 28px 74px;
    border-bottom: 2px solid #AFAFAF;
    border-radius: 0;
}

.search-container .content .search-container-input:focus {
    border-bottom: 2px solid #666666;
}

.search-container .content .search-container-input:focus + svg {
    stroke: #454545;
}

.search-container .content .search-container-input::-webkit-input-placeholder {
    color: #AFAFAF;
}

.search-container .content .search-container-input::-moz-placeholder {
    color: #AFAFAF;
}

.search-container .content .search-container-input:-ms-input-placeholder {
    color: #AFAFAF;
}

.search-container .content .erase-button {
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url("../images/icon-close.svg");
    background-position: 50%;
    background-size: 32px;
    position: absolute;
    top: -9px;
    right: 13px;
    padding: 5px;
}
.search-overlay-header {
    width: 90%;
    margin: 0 auto;
    display: none;
}

.search-overlay-header .menu-button {
    font: 400 22px/23px 'Knockout-HTF28', 'sans-serif';
    color: #F37320;
    position: absolute;
    background-color: transparent;
    background-image: url("../images/menu-back-arrow.svg");
    background-position: 2px 4px;
    padding: 0 0 0 44px;
}
 .menu-button svg{
    display: inline-block;
    width: 22px;
    margin-right: 10px;
}
.search-overlay-header .erase-button {
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-image: url("../images/icon-close.svg");
    background-position: 50%;
    position: absolute;
    top: -4px;
    right:0;
    padding: 5px;
}
/* Footer */
/* ******* */

footer {
    position: relative;
}

footer:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url("../images/color-stripe.svg") repeat;
}

footer .container {
    clear: both;
	padding:0px;
}

#photo-stripe div {
    width: 14.28571428571429%;
    padding-top: 14.28571428571429%;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
}

footer .top {
    padding: 42px 40px 0;
    overflow: auto;
}

footer .top p {
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
    float: left;
    margin: 24px 0 0 0;
}

footer .top p span {
    font: 400 53px/55px 'Knockout-HTF28', 'sans-serif';
    color: #454545;
    display: block;
    margin: 10px 0 0;
}

footer .top .content {
    text-align: justify;
    padding: 0 0 0 240px;
}

footer .top a {
    width: 32%;
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 24px 15px 12px;
    border-radius: 4px;
    transition: all 0.1s;
    text-align: left;
}

footer .top .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

footer .top a:hover {
    background-color: #F8F8F8;
}

footer .top a:last-child {
    margin: 0;
}

footer .top a span {
    display: block;
    font-size: 16px;
}

footer .top a span:first-child {
    font-weight: 500;
}
footer .top a.volunteer-link{
	color: #454545;
}
footer .top a.volunteer-link span:first-child {
    color: #F37320;
}
footer .top a.donate-link{
	color: #454545;
}
footer .top a.donate-link span:first-child {
    color: #652D8E;
}
footer .top a.advocate-link{
	color: #454545;
}
footer .top a.advocate-link span:first-child {
    color: #93CA49;
}

footer .top a span:first-child svg {
    position: relative;
    top: 1px;
    left: 1px;
}

footer .top a.volunteer-link span:first-child svg {
    stroke: #F37320;
}

footer .top a.donate-link span:first-child svg {
    stroke: #652D8E;
}

footer .top a.advocate-link span:first-child svg {
    stroke: #93CA49;
}

footer .top a span:nth-child(2) {
    margin: 9px 0 0;
    line-height: 25px;
}

footer .middle {
    padding: 34px 40px 47px;
    overflow: auto;
}

footer .middle .content {
    border-top: 2px solid #E1E1E1;
    padding: 70px 0 0;
}

footer #sitemap {
    float: left;
    width: 49%;
}

footer #sitemap .left {
    width: 200px;
    float: left;
}

footer #sitemap .right {
    width: 47%;
    float: right;
}

footer #sitemap div > a {
    font: 400 24px/25px 'Knockout-HTF28', 'sans-serif';
    color: #0A9492;
    float: left;
    clear: left;
    margin: 15px 0 0;
    transition: color 0.1s;
}

footer #sitemap div > a:hover {
    color: #EA9B24;
}

footer #sitemap div > a.border-bottom {
    position: relative;
    padding: 0 0 16px;
    margin: 0;
}

footer #sitemap div > a.border-bottom:after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #E1E1E1;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer #sitemap ul {
    padding: 12px 0 29px;
    clear: left;
}

footer #sitemap ul li {
    margin: 0 0 8px;
}

footer #sitemap ul li a {
    font-size: 14px;
    line-height: 17px;
    transition: color 0.1s;
	color: #454545;
}

footer #sitemap ul li a:hover,
footer #sitemap ul li a.active {
    color: #EA9B24;
}

footer #facebook-widget {
    width: 474px;
    float: right;
    margin: 3px 0 0;
}

@media (min-width: 1100px) {
    footer #facebook-widget {
        width: 500px;
    }
}

footer #facebook-widget .fb_iframe_widget,
footer #facebook-widget .fb_iframe_widget span,
footer #facebook-widget .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

footer .bottom {
    clear: left;
    background-color: #F8F8F8;
    padding: 28px 40px 0;
    overflow: auto;
}

footer .bottom .upper {
    position: relative;
    overflow: auto;
    padding: 0 0 30px;
    border-bottom: 2px solid #E1E1E1;
}

footer .bottom .upper:after {
    content: '';
    width: 1212px;
    height: 2px;
    background-color: #E1E1E1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

footer .bottom .logo {
    margin: 32px 40px 0 0;
}

footer .bottom .upper > div {
    float: right;
}

footer .bottom .office-link {
    min-height: 117px;
    border-radius: 4px;
    float: left;
    margin: 0 49px 0 0;
    padding: 27px 30px 0;
}

footer .bottom .office-link:last-child {
    margin: 0;
}

footer .bottom .office-link{
	color: #454545;
}

footer .bottom .office-link:hover {
    background-color: #fff;
}

footer .bottom .office-link span {
    font-size: 14px;
    display: block;
}

footer .bottom .office-link span:first-child {
    font-weight: 500;
    position: relative;
    /* padding: 0 0 0 21px; */
}

footer .bottom .office-link.central-office span:first-child {
    color: #93CA49;
}

footer .bottom .office-link.harm-reduction-center span:first-child {
    color: #EA0F92;
}

footer .bottom .office-link.wellness-center span:first-child {
    color: #00A5DF;
}

footer .bottom .office-link span:first-child svg {
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 3px 0 0;
}

footer .bottom .office-link.central-office span:first-child svg {
    fill: #93CA49;
}

footer .bottom .office-link.harm-reduction-center span:first-child svg {
    fill: #EA0F92;
}

footer .bottom .office-link.wellness-center span:first-child svg {
    fill: #00A5DF;
}

footer .bottom .office-link span:nth-child(2) {
    line-height: 23px;
    margin: 4px 0 0;
}

footer .lower {
    overflow: auto;
    padding: 0 0 70px;
}

footer .lower #subscribe-box {
    float: left;
    margin: 53px 0 0;
    padding: 0 0 5px 30px;
    position: relative;
    border-bottom: 2px solid #E1E1E1;
}

footer .lower #subscribe-box:before {
    content: '';
    width: 24px;
    height: 17px;
    background-image: url("../images/icon-subscribe.svg");
    position: absolute;
    top: 4px;
    left: 0;
}

footer .lower #subscribe-box input {
    width: 156px;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    background-color: transparent;
    border: none;
    outline: none;
    float: left;
    margin: 4px 0 0 0;
    padding: 0 10px 0 0;
}

footer .lower #subscribe-box input::-webkit-input-placeholder {
    color: #454545;
}

footer .lower #subscribe-box input::-moz-placeholder {
    color: #454545;
}

footer .lower #subscribe-box input:-ms-input-placeholder {
    color: #454545;
}

footer .lower #subscribe-box input:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}

footer .lower #subscribe-box input:focus::-moz-placeholder {
    color: #CCCCCC;
}

footer .lower #subscribe-box input:focus:-ms-input-placeholder {
    color: #CCCCCC;
}

footer .lower #subscribe-box button {
    float: left;
    height: auto;
    min-height: 0;
    line-height: 1;
    background-color: #E1E1E1;
    font-size: 15px;
    letter-spacing: 0.42px;
    color: #9B9B9B;
    padding: 6px 8px 4px;
    border-radius: 3px;
    transition: all 0.1s;
}

footer .lower #subscribe-box button:hover {
    background-color: #d4d4d4;
}

footer .lower .social-links {
    float: left;
    margin: 51px 0 0 30px;
}

footer .lower .social-links a {
    width: 34px;
    height: 34px;
    display: block;
    background-color: #AFAFAF;
    border-radius: 17px;
    float: left;
    margin: 0 12px 0 0;
    background-position: 50%;
    transition: all 0.1s;
}

footer .lower .social-links a:hover {
    background-color: #8f8f8f;
}

footer .lower .social-links a.facebook-link {
    background-image: url("../images/icon-facebook.svg");
    background-position: 11px 8px;
}

footer .lower .social-links a.twitter-link {
    background-image: url("../images/icon-twitter.svg");
    background-position: 8px 10px;
}

footer .lower .social-links a.instagram-link {
    background-image: url("../images/icon-instagram.svg");
    background-position: 7px 8px;
}

footer .lower .social-links a.linkedin-link {
    background-image: url("../images/icon-linkedin.svg");
    background-position: 8px 9px;
}

footer .lower .social-links a.youtube-link {
    background-image: url("../images/icon-youtube.svg");
    background-position: 7px 4px;
}

footer .lower #copyright {
    width: 45%;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin: 48px 0 0 0px;
    text-align: right;
}

footer .lower #copyright p {
    /* float: left; */
    padding-bottom: 0px;
}

footer .lower #copyright > div {
    float: right;
}

footer .lower #copyright a {
    color: #bebebe;
    float: left;
    margin: 2px 7px 0 0;
    transition: color 0.1s;
}
footer .lower #copyright a:last-child:before {
    color: #bebebe;
}
footer .lower #copyright a:hover {
    color: #EA9B24;
}

footer .lower #copyright a:first-child {
    clear: left;
}

footer .lower #copyright a:last-child {
    position: relative;
    padding: 0 0 0 13px;
}

footer .lower #copyright a:last-child:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}

/******************************************/
/******************************************/
/*********** Pride Center Page ************/
/******************************************/
/******************************************/

.pride-center {
    -webkit-font-smoothing: antialiased;
}

.pride-center a,
.pride-center .content .content-menu li:after,
.pride-center .content-body .section-the-need .section-intro > a:after,
.pride-center #accordion h3 {
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

.pride-center .svg {
    display: inline-block;
}

.pride-center .hero-banner {
    height: 600px;
    background: url("../images/pridecenter/hero.jpg") no-repeat center center;
}

.pride-center .hero-title {
    padding-top: 180px;
    color: #FFFFFF;
    text-align: center;
}

.pride-center .hero-title h3 {
    font-family: "Knockout-HTF48";
    font-size: 90px;
}

.pride-center .hero-title h3:after {
    content: "";
    display: block;
    width: 50px;
    margin: 30px auto;
    border-top: 3px solid #FFFFFF;
}

.pride-center .hero-title p {
    width: 450px;
    margin: 0 auto;
    font-family: "Gotham";
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.pride-center .hero-inner {
    position: relative;
    margin: 102px 0 128px;
}

.pride-center .hero-inner .where-to-begin {
    width: 70%;
    padding: 0 128px;
    border-right: 1px solid #D9D9D9;
    color: #454545;
}

.pride-center .hero-inner .where-to-begin h3 {
    font-family: "Knockout-HTF28";
    font-size: 63px;
}

.pride-center .hero-inner .where-to-begin p {
    margin: 27px 0 45px;
    font-family: "Gotham";
    font-size: 24px;
    line-height: 35px;
}

.pride-center .hero-inner .where-to-begin a {
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 500;
    color: #fFFFFF;
    background-color: #EB008a;
    padding: 12px 15px 13px;
    border-radius: 22px;
}

.pride-center .hero-inner .where-to-begin a:hover {
    background-color: #CC0479;
}

.pride-center .hero-inner .latest-news {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    padding: 0 50px;
}

.pride-center .hero-inner .latest-news h3 {
    font-family: "Knockout-HTF47";
    font-size: 32px;
    color: #6B2D96;
}

.pride-center .hero-inner .news-list {
    margin: 35px 0 24px;
    height: calc(100% - 110px);
    border-bottom: 1px solid #D9D9D9;
}

.pride-center .hero-inner .news-list div {
    overflow: auto;
    height: calc(100% - 30px);
}

.pride-center .hero-inner .news-list ul {
    margin-right: 50px;
}

.pride-center .hero-inner .news-list li {
    margin-bottom: 20px;
}

.pride-center .hero-inner .news-list li p {
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 300;
    color: #676767;
    margin-bottom: 6px;
}

.pride-center .hero-inner .latest-news a {
    color: #652D8E;
}

.pride-center .hero-inner .latest-news a:hover {
    color: #F37320;
}

.pride-center .hero-inner .news-list li > a {
    font-family: "Gotham";
    font-size: 19px;
    font-weight: 300;
}

.pride-center .hero-inner .latest-news .view-all {
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
}

.pride-center .hero-inner .latest-news .view-all svg {
    vertical-align: 1px;
}

.pride-center .hero-inner .latest-news .view-all:hover svg > g {
    stroke: #4A4A4A;
}

.pride-center .content {
    position: relative;
    background-color: #F8F8F8;
}

.pride-center .content:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url("../images/color-stripe.svg") repeat;
}

.pride-center .content:after {
    content: "";
    display: table;
    clear: both;
}

.pride-center .content .content-menu {
    width: 300px;
    float: left;
}

.pride-center .content .sticker-menu {
    padding: 100px 50px;
}

.pride-center .content .content-menu li {
    height: 38px;
    font-family: "Gotham";
    font-size: 19px;
    font-weight: 500;
    position: relative;
}

.pride-center .content .content-menu li:after {
    content: "";
    width: 18px;
    height: 14px;
    position: absolute;
    background-image: url("../images/pridecenter/menu-arrow.svg");
    top: 5px;
    right: 0;
}

.pride-center .content .content-menu li:not(.selected):after {
    opacity: 0;
}

.pride-center .content .content-menu li > a {
    color: #454545;
}

.pride-center .content .content-menu li.selected > a {
    color: #F37320;
}

.pride-center .content .content-menu li > a:hover {
    color: #F37320;
}

.pride-center .content .content-body {
    background-color: #FFFFFF;
    width: calc(100% - 300px);
    float: right;
}

.pride-center .content-body .section-wrapper {
    padding: 90px 100px;
}

.pride-center .content-body .section-hero-image {
    display: none;
    width: 100%;
    padding-top: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.pride-center .content-body .section-title {
    font-family: "Knockout-HTF28";
    font-size: 48px;
}

.pride-center .content-body .section-title:after {
    content: "";
    display: block;
    width: 50px;
    margin: 20px 0;
    border-top: 2px solid #FFFFFF;
}

.pride-center .content-body .section-intro {
    font-family: "Gotham";
    font-size: 18px;
    line-height: 29px;
}

.pride-center .content-body .section-body {
    margin-top: 60px;
}

.pride-center .content-body .section-body:after {
    content: "";
    display: table;
    clear: both;
}

.pride-center .content-body .section-body .section-body-title {
    font-family: "Knockout-HTF28";
    font-size: 36px;
}

.pride-center .content-body .section-body-half {
    width: 45%;
}

.pride-center .content-body .section-body-half:nth-child(1) {
    float: left;
}

.pride-center .content-body .section-body-half:nth-child(2) {
    float: right;
}

.pride-center .content-body .section-body-banner {
    display: table;
    table-layout: fixed;
    height: 80px;
    margin-bottom: 16px;
}

.pride-center .content-body .section-body-banner .svg,
.pride-center .content-body .section-body-banner .section-body-title {
    display: table-cell;
    vertical-align: middle;
}

.pride-center .content-body .section-body-banner .svg {
    padding-right: 22px;
}

.pride-center .content-body .section-body-year {
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 500;
    color: #9B9B9B;
    margin: 6px 0 18px;
}

.pride-center .content-body .section-body-index {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -6px;
    font-family: "Gotham";
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 160%;
    color: #FFFFFF;
    border-radius: 23px;
    border: 3px solid #FFFFFF;
}

.pride-center .content-body .section-the-need {
    height: 1040px;
    background: url("../images/pridecenter/the-need.jpg") no-repeat top center;
    background-size: cover;
    color: #FFFFFF;
}

.pride-center .content-body .section-the-need .section-hero-image {
    background-image: url("../images/pridecenter/the-need-small.jpg");
}

.pride-center .content-body .section-the-need .section-intro > a {
    position: relative;
    color: #FFFFFF;
}

.pride-center .content-body .section-the-need .section-intro > a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #FFFFFF;
}

.pride-center .content-body .section-the-need .section-intro > a:hover {
    color: #93CA49;
}

.pride-center .content-body .section-the-need .section-intro > a:hover:after {
    border-color: #93CA49;
}

.pride-center .content-body .section-our-vision .section-title:after,
.pride-center .content-body .section-focus-youth .section-title:after,
.pride-center .content-body .section-our-history .section-title:after,
.pride-center .content-body .section-FAQs .section-title:after {
    border-color: #454545;
}

.pride-center .content-body .section-our-vision .pride-center-values {
    margin-bottom: 30px;
    color: #EA0F92;
}

.pride-center .content-body .section-our-vision .pride-center-values svg {
    vertical-align: -9px;
    margin-right: 15px;
}

.pride-center .content-body .section-our-vision .values-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.pride-center .content-body .section-our-vision .values-wrapper li {
    position: relative;
    padding: 15px 32px;
    font-family: "Gotham";
    font-size: 18px;
}

.pride-center .content-body .section-our-vision .values-wrapper li:before {
    content: "";
    background-image: url("../images/pridecenter/icon-check.svg");
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
}

.pride-center .content-body .section-our-vision .values-list {
    float: left;
    width: 50%;
}

.pride-center .content-body .section-safe-place .section-wrapper {
    height: 493px;
    background: url("../images/pridecenter/safe-place-bg.jpg") no-repeat top center;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.pride-center .content-body .section-safe-place .section-body {
    margin-top: 0;
}

.pride-center .content-body .section-safe-place hr {
    width: 50px;
    border: 1px solid #FFFFFF;
    margin: 20px auto 0px;
}

.pride-center .content-body .section-safe-place hr:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 300px;
    left: 50%;
    margin-left: -2px;
    background-color: #FFFFFF;
}

.pride-center .content-body .section-safe-place .section-title:after {
    margin: 20px auto;
}

.pride-center .content-body .section-safe-place .section-body-full:after {
    content: "";
    display: table;
    clear: both;
}

.pride-center .content-body .section-safe-place .section-body-item {
    width: 50%;
    height: 500px;
}

.pride-center .content-body .section-safe-place .section-body-item-text {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.pride-center .content-body .section-safe-place .section-body-item-text div {
    padding: 0 50px 0 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pride-center .content-body .section-safe-place .section-body-item-image {
    background-position: center;
    background-size: cover;
}

.pride-center .content-body .section-safe-place .section-body div:nth-of-type(odd) .section-body-item-text,
.pride-center .content-body .section-safe-place .section-body div:nth-of-type(even) .section-body-item-image {
    float: left;
}

.pride-center .content-body .section-safe-place .section-body div:nth-of-type(odd) .section-body-item-image,
.pride-center .content-body .section-safe-place .section-body div:nth-of-type(even) .section-body-item-text {
    float: right;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+1) .section-body-title {
    color: #0A9492;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+2) .section-body-title {
    color: #68AD2A;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+3) .section-body-title {
    color: #652D8E;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+0) .section-body-title {
    color: #EA0F92;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(odd) .section-body-index {
    right: -23px;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(even) .section-body-index {
    left: -23px;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+1) .section-body-index {
    background-color: #0A9492;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+2) .section-body-index {
    background-color: #68AD2A;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+3) .section-body-index {
    background-color: #652D8E;
}

.pride-center .content-body .section-safe-place .section-body > div:nth-of-type(4n+0) .section-body-index {
    background-color: #EA0F92;
}

.pride-center .content-body .section-the-plan {
    min-height: 790px;
    background: url("../images/pridecenter/the-plan.jpg") no-repeat top center;
    background-size: cover;
    color: #FFFFFF;
}

.pride-center .content-body .section-the-plan .section-hero-image {
    background-image: url("../images/pridecenter/the-plan-small.jpg");
}

.pride-center .content-body .section-focus-youth .section-body-half:nth-child(1) .section-body-title {
    color: #652D8E;
}

.pride-center .content-body .section-focus-youth .section-body-half:nth-child(2) .section-body-title {
    color: #0A9492;
}

.pride-center .content-body .section-our-history .section-wrapper {
    padding-bottom: 0;
}

.pride-center .content-body .section-our-history .section-history-photo {
    height: 500px;
    background: url("../images/pridecenter/our-history.jpg") no-repeat top center;
    background-size: cover;
}

.pride-center .content-body .section-our-history iframe {
    margin-top: 30px;
}

.pride-center #accordion {
    position: relative;
}

.pride-center #accordion:before {
    content: "";
    position: absolute;
    border: 1px solid #E7E7E7;
    height: calc(100% - 20px);
    top: 10px;
    left: 16px;
}

.pride-center #accordion h3 {
    position: relative;
    padding: 16px 0;
    font-family: "Gotham";
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.pride-center #accordion h3:focus {
    outline: none;
}

.pride-center #accordion h3:hover {
    color: #F37320;
}

.pride-center #accordion h3.ui-accordion-header-active {
    color: #652D8E;
    cursor: default;
}

.pride-center #accordion p {
    font-family: "Gotham";
    font-size: 18px;
    line-height: 28px;
}

.pride-center #accordion h3,
.pride-center #accordion p {
    padding-left: 63px;
}

.pride-center #accordion .ui-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 9px;
    left: -4px;
    box-sizing: content-box;
    border: 4px solid #FFFFFF;
    background-color: #FFFFFF;
    background-position: center;
}

.pride-center #accordion .ui-icon-purple-plus {
    background-image: url("../images/pridecenter/purple-plus.svg");
}

.pride-center #accordion .ui-icon-white-plus {
    background-image: url("../images/pridecenter/white-plus.svg");
}

.pride-center #accordion h3:not(.ui-state-active).ui-state-hover > .ui-icon {
    background-image: url("../images/pridecenter/black-plus.svg");
}

.pride-center .news-list ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.pride-center .news-list ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.pride-center .news-list ::-webkit-scrollbar-thumb {
    background: #cacaca;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.pride-center .news-list ::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

.pride-center .news-list ::-webkit-scrollbar-thumb:active {
    background: #666666;
}

.pride-center .news-list ::-webkit-scrollbar-track {
    background: #ebebeb;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.pride-center .news-list ::-webkit-scrollbar-track:hover {
    background: #ebebeb;
}

.pride-center .news-list ::-webkit-scrollbar-track:active {
    background: #ebebeb;
}

.pride-center .news-list ::-webkit-scrollbar-corner {
    background: transparent;
}

/******************************************/
/******************************************/
/************ New Donate Page *************/
/******************************************/
/******************************************/

.donate2_block {
    -webkit-font-smoothing: antialiased;
}

.donate2_block .row {
    margin: 0 -10px;
}

.donate2_block .row:after {
    content: "";
    display: table;
    clear: both;
}

.donate2_block .col {
    padding: 10px;
    float: left;
    width: 100%;
}

.donate2_block .col-desktop-1 {
    width: 100%;
}

.donate2_block .col-desktop-2 {
    width: 50%;
}

.donate2_block .col-desktop-3 {
    width: 33.33%;
}

.donate2_block input.error {
    border-color: red !important;
}

.donate2_block .hero-banner {
    height: 496px;
    background: url("../images/donate/hero.jpg") no-repeat center center;
    background-size: cover;
}

.donate2_block .hero-banner h3 {
    padding-top: 282px;
    padding-left: 116px;
    line-height: 80px;
    font-family: "Knockout-HTF48";
    font-size: 90px;
    color: #FFFFFF;
}

.donate2_block .content {
    margin: 95px 132px 100px 115px;
}

.donate2_block .content:after {
    content: "";
    display: table;
    clear: both;
}

.donate2_block .content-body {
    float: left;
    width: 64%;
}

.donate2_block .sidebar {
    float: right;
    width: 24%;
    color: #454545;
}

.donate2_block .sidebar-box {

}

.donate2_block .sidebar-box h5 {
    font-family: "Knockout-HTF47";
    font-size: 32px;
}

.donate2_block .sidebar-box-body {
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 18px 0 50px;

}

.donate2_block #donate-where-counts .sidebar-box-body {
    display: table;
}

.donate2_block #donate-where-counts .sidebar-box-body div {
    display: table-cell;
    vertical-align: top;
}

.donate2_block #donate-where-counts .sidebar-box-body svg {
    margin-right: 25px;
}

.donate2_block #related-links li {
    position: relative;
    margin-top: 4px;
    padding-left: 10px;
    color: #00A5DF;
}

.donate2_block #related-links li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #00A5DF;
    border-radius: 1.5px;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.donate2_block .donate-box {
    margin-bottom: 44px;
    border-bottom: 1px solid #E1E1E1;
}

.donate2_block .donate-box-title {
    position: relative;
    padding-left: 45px;
    font-family: "Knockout-HTF28";
    font-size: 36px;
}

.donate2_block .donate-other-way .donate-box-title {
    padding-left: 0;
}

.donate2_block .donate-box-title span {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 3px;
    left: 0;
    border-radius: 16px;
    font-family: "Gotham";
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.donate2_block .donate-box .donate-box-body {
    padding: 15px 0 35px;
}

.donate2_block .donate-box-body:after {
    content: "";
    display: table;
    clear: both;
}

.donate2_block #donate-type .donate-box-title {
    color: #F37320;
}

.donate2_block #donate-type .donate-box-title span {
    background-color: #F37320;
}

.donate2_block #choose-amount .donate-box-title {
    color: #68AD2A;
}

.donate2_block #choose-amount .donate-box-title span {
    background-color: #68AD2A;
}

.donate2_block #basic-info .donate-box-title {
    color: #652D8E;
}

.donate2_block #basic-info .donate-box-title span {
    background-color: #652D8E;
}

.donate2_block #credit-card .donate-box-title {
    color: #EA0F92;
}

.donate2_block #credit-card .donate-box-title span {
    background-color: #EA0F92;
}

.donate2_block #donate-by-check .donate-box-title {
    color: #652D8E;
}

.donate2_block #donate-with-paypal .donate-box-title {
    color: #00A5DF;
}

.donate2_block #donate-by-bank-wire .donate-box-title {
    color: #EA0F92;
    margin-top: 10px;
}

.donate2_block #donate-stock .donate-box-title {
    color: #0A9492;
}

.donate2_block .donate-other-way .donate-box {
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
    color: #454545;
}

.donate2_block .donate-other-way .donate-box p {
    line-height: 24px;
}

.donate2_block .donate-other-way .donate-box span {
    font-weight: 500;
}

.donate2_block .donate-other-way .donate-box-body {
    padding: 25px 0 45px;
}

.donate2_block .donate-way-box {
    padding: 30px 40px;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

.donate2_block .donation-type {
    width: 100%;
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 500;
    color: #AFAFAF;
    text-align: center;
}

.donate2_block .donation-type svg {
    stroke: #AFAFAF;
}

.donate2_block .donation-type:hover {
    color: #4A4A4A;
}

.donate2_block .donation-type:hover svg {
    stroke: #4A4A4A;
}

.donate2_block .donation-type.selected {
    color: #00A5DF;
}

.donate2_block .donation-type.selected svg {
    stroke: #00A5DF;
}

.donate2_block .donation-type.credit-card {
    float: left;
}

.donate2_block .donation-type.credit-card svg {
    margin-top: 2px;
}

.donate2_block .donation-type.other-way {
    float: right;
}

.donate2_block .donation-type.other-way svg {
    margin-top: -6px;
}

.donate2_block .btn-donation-type {
    padding: 0;
    width: 100%;
    height: 72px;
    background-color: transparent;
    border: 2px solid #E7E7E7;
    border-radius: 4px;
}

.donate2_block .donation-type-title {
    margin-top: 5px;
}

.donate2_block .donation-type:hover .btn-donation-type {
    border-color: #4A4A4A;
}

.donate2_block .donation-type.selected .btn-donation-type {
    position: relative;
    background-color: #F6FAFF;
    border-color: #00A5DF;
}

.donate2_block .donation-type.selected .btn-donation-type:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: url("../images/donate/donate-check1.svg") no-repeat center center;
    background-size: cover;
}

.donate2_block #choose-amount .col-donate-amount {
    height: 118px;
}

.donate2_block #choose-amount .form-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.donate2_block #choose-amount .col-other-amount {
    position: relative;
}

.donate2_block #choose-amount .col-other-amount:before {
    content: "$";
    position: absolute;
    top: 39px;
    left: 20px;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
    color: #9B9B9B;   
}

.donate2_block #label-other-amount {
    position: relative;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 500;
    color: #00A5DF;
    cursor: pointer;
}

.donate2_block #label-other-amount:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    right: -20px;
    background-color: #00A5DF;
}

.donate2_block #label-other-amount.collapsed:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    top: 50%;
    right: -15px;
    margin-top: -5px;
    background-color: #00A5DF;
}

.donate2_block #label-other-amount:hover {
    color: #F37320;
}

.donate2_block #label-other-amount:hover:before,
.donate2_block #label-other-amount:hover:after {
    background-color: #F37320;
}

.donate2_block #input-other-amount {
    margin: 20px 0 5px;
    padding-left: 40px;
}

.donate2_block .input-donate-dollar {
    display: none;
}

.donate2_block .label-donate-dollar {
    position: absolute;
    border: 2px solid #E7E7E7;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.donate2_block .label-donate-dollar span {
    line-height: 90px;
}

.donate2_block .label-donate-dollar span.dollar {
    font-size: 22px;
    vertical-align: 6%;
}

.donate2_block .label-donate-dollar:hover {
    border-color: #4A4A4A;
}

.donate2_block .input-donate-dollar:checked + .label-donate-dollar {
    color: #00A5DF;
    border-color: #00A5DF;
    background-color: #F6FAFF;
}

.donate2_block .input-donate-dollar:checked + .label-donate-dollar:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: url("../images/donate/donate-check1.svg") no-repeat center center;
    background-size: cover;
}

.donate2_block .donate-amount-tooltip {
    position: absolute;
    display: none;
    width: 223px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 50%;
    margin-top: -10px;
    margin-left: -111px;
    background-color: #FFFFFF;
    border-radius: 4px;
    z-index: 1;
}

.donate2_block .donate-amount-tooltip .tooltip-content {
    position: relative;
    display: block;
    padding: 25px 30px;
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    background-color: #FFFFFF;
    z-index: 3;
}

.donate2_block .label-donate-dollar:hover + .donate-amount-tooltip {
    display: block;
}

.donate2_block .label-donate-dollar:hover + .donate-amount-tooltip:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    width: 20.615528128px;
    height: 20.17899134px;
    transform: rotate(50.9061411137705deg) skew(11.812282227541004deg);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    z-index: 2;
}

.donate2_block #basic-info label:not(.label-check-box),
.donate2_block #credit-card label:not(.label-check-box) {
    display: block;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    white-space: nowrap;
}

.donate2_block input[type="text"],
.donate2_block input[type="tel"] {
    width: 100%;
    height: 60px;;
    padding: 10px 20px;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
    color: #4A4A4A;
    line-height: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 2px
}

.donate2_block input[type="text"]:focus,
.donate2_block input[type="tel"]:focus {
    border-color: #4A4A4A;
}

.donate2_block #basic-info input::-webkit-input-placeholder,
.donate2_block #credit-card input::-webkit-input-placeholder {
    color: #9B9B9B;
}

.donate2_block #basic-info input:-moz-placeholder,
.donate2_block #credit-card input:-moz-placeholder {
    color: #9B9B9B;
}

.donate2_block #basic-info input::-moz-placeholder,
.donate2_block #credit-card input::-moz-placeholder {
    color: #9B9B9B;
}

.donate2_block #basic-info input:-ms-input-placeholder,
.donate2_block #credit-card input:-ms-input-placeholder {
    color: #9B9B9B;
}

.donate2_block #credit-card #label-card-number {
    position: relative;
}

.donate2_block #credit-card #label-card-number:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 100px;
    height: 21px;
    background: url("../images/donate/card.png") no-repeat center center;
    background-size: cover;
}

.donate2_block .donate-stock-notify {
    margin-top: 30px;
}

.donate2_block .donate-other-way-question {
    display: table;
    padding: 30px 35px;
    margin-bottom: 10px;
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #68AD2A;
    background-color: rgba(147, 202, 73, 0.1);
    border: 1px solid #93CA49;
    border-radius: 4px;
}

.donate2_block .donate-other-way-question > div {
    display: table-cell;
    vertical-align: middle;
}

.donate2_block .donate-other-way-question .question-mark {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 35px;
    font-size: 42px;
    line-height: 70px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 35px;
    background-color: #93CA49;
    -webkit-text-stroke: 1.5px;
}

.donate2_block .donate-other-way-question a {
    color: #68AD2A;
    text-decoration: underline;
}

.donate2_block .btn-donate-submit {
    width: 100%;
    height: 60px;
    font-family: "Knockout-HTF28";
    font-size: 36px;
    color: #FFFFFF;
    background-color: #00A5DF;
    border-radius: 4px;
    border: none;
}

.donate2_block .donate-submit-help {
    padding: 5px 0;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #9B9B9B;
}

.donate2_block #stripe-errors,
.donate2_block #charge-errors {
    font-family: "Gotham";
    font-size: 14px;
    font-style: italic;
    color: #454545;
}

.donate2_block #stripe-errors {
    margin-top: 10px;
}

/******************************************/
/************ Customize Select ************/
/******************************************/

.donate2_block .select-container {
    position: relative;
}

.donate2_block .select-container:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("../images/donate/select-arrow.svg");
    top: 50%;
    margin-top: -4px;
    right: 20px;
}

.donate2_block select {
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-appearance: none;
    appearance: none;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 300;
    color: #9B9B9B;
    border-color: #CCC;
    background-color: #FFF;
    padding: 10px 20px;
}

.donate2_block select:focus {
    outline: none;
}

.donate2_block select.error {
    border-color: red;
}

.donate2_block select.selected {
    color: #4A4A4A;
}

/******************************************/
/*********** Customize Checkbox ***********/
/******************************************/
.donate2_block .input-check-box {
    float: left;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
}

.donate2_block .input-check-box + .label-check-box {
    clear: left;
    margin: 12px 0 0;
    position: relative;
    padding: 2px 0 0 33px;
    display: block;
    width: 100%;
    cursor: pointer;
    line-height: 18px;
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 300;
    color: #454545;
}

.donate2_block .input-check-box + .label-check-box:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.donate2_block .input-check-box + .label-check-box:hover:before,
.donate2_block .input-check-box + .label-check-box:focus:before {
    border: 1px solid #4A4A4A;
}

.donate2_block .input-check-box:checked + .label-check-box:before {
    border: 1px solid #00A5DF;
    background-color: #00A5DF;
}

.donate2_block .input-check-box:checked + .label-check-box:after {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 3px;
    background: url("../images/donate/donate-check2.svg") no-repeat center center;
    background-size: cover;
}

.donate2_block a,
.donate2_block input,
.donate2_block .btn-donation-type,
.donate2_block .donation-type-title,
.donate2_block .label-donate-dollar,
.donate2_block .label-check-box:before,
.donate2_block #label-other-amount,
.donate2_block #label-other-amount:before,
.donate2_block #label-other-amount:after, {
    transition-property: all;
    transition-duration: 0.1s;
}
