/**************************************** SITEWIDE ****************************************/
/*navigation btn*/
.navContent li .button {
    padding: 0.30em 2.5em;
}
/*nav button hover*/
.navContent li .button:hover {
    color: white;
    background-color: #cd1041;
    -ms-transition: background-color .5s ease-out; 
    -webkit-transition: background-color .5s ease-out; 
    -o-transition: background-color .5s ease-out; 
    -moz-transition: background-color .5s ease-out; 
    transition: background-color .5s ease-out; 
}

/* dropdown selected item */
.navContainer .navContent ul li ul a.selected {color:#000;}

/****************************************** HOME ******************************************/
/* simple list container */
.blockWrap_df8de6b2dd814905923cedda6af30c09 .itemsCollectionContent {
    margin-top: 0;
}
/*donate section*/
.items_df8de6b2dd814905923cedda6af30c09 .item:nth-child(1) {
    background: #3b3b3b;
}
/*contact section*/
.items_df8de6b2dd814905923cedda6af30c09 .item:nth-child(2) {
    background: #444;
}
/*red hover on simple list*/
.items_df8de6b2dd814905923cedda6af30c09 .item:hover {
    background-color:#a81d33;
    -ms-transition: background-color .5s ease-out; 
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
.items_df8de6b2dd814905923cedda6af30c09 .item {
    margin: auto;
}
@media only screen and (min-width: 480px) {
    .items_df8de6b2dd814905923cedda6af30c09 .item {
        width: 50%;
    }
}

/**************************************** FOOTER ****************************************/
.footerContainer .contentTitle {
    font-size: 21px;
}

/*donate btn*/
@media screen and (min-width: 1200px) {
    /*.navContainer {*/
    /*    padding-right: 0;*/
    /*}*/
    /* make topNav button have 100% height of the nav */
    .navContent li .button {
        vertical-align: middle;
        display: inline-block;
        padding: 1em 2.5em;
    }
}

/*about*/
.items_e2b554a3081d41158d55eaaad5070fe3 .itemImg {
    width: 4.782609%!important;
}
.items_e2b554a3081d41158d55eaaad5070fe3 .itemContent {
    width: 92.869565%!important;
}

/*news*/
.items_f4ea202f1e534a2981d6fda9dd69261c .itemImg {
    width: 4.782609%!important;
}
.items_f4ea202f1e534a2981d6fda9dd69261c .itemContent {
    width: 92.869565%!important;
}

/*twitter*/
.items_fe3fd7ccad3c43f1be68bf384bd55c79 .itemImg {
    width: 4.782609%!important;
}
.items_fe3fd7ccad3c43f1be68bf384bd55c79 .itemContent {
    width: 92.869565%!important;
}