#globals {
    position: absolute;
    right: 2em;
    top: 270px;
    z-index: 9999;
    height: 1.5em;
    line-height: 1.6em;
    padding: 0 1em;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ddd;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.75);
}
#globals::before {
    font-size: 10pt;
    font-weight: normal;
}
#globals,
#globals::before {
    display: none;
}
body {
    font-size: 1em;
    font-family: 'DroidSans', Helvetica, Arial, sans-serif;
    color: #544a46;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
a {
    color: #544a46;
    text-decoration: none;
    -webkit-transition: all 0.05s ease-out;
    -moz-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
a:hover {
    color: #41bee0;
}
img {
height:auto;
}
menu li {
    float: left;
    padding-right: 1.5em;
}
.block-linked {
    cursor: pointer;
}
#twtr-widget-1 .twtr-bd,
#twtr-widget-1 .twtr-timeline i a,
#twtr-widget-1 .twtr-bd p {
    font-size: 10pt;
    line-height: 130% !important;
}
div.fb-like {
    position: relative;
    top: -4px;
}
#sidebar div.fb-like {
    display: block;
}
nav.pager.big span {
    position: absolute;
    left: -15px;
    top: 65px;
    display: block;
    width: 1010px;
    height: 60px;
}
nav.pager.big span a {
    position: absolute;
}
nav.pager.big span a[href$=left] {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 36px;
    height: 60px;
    background: transparent url("images/sprites.png") no-repeat -224px -490px;
}
nav.pager.big span a[href$=right] {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 36px;
    height: 60px;
    background: transparent url("images/sprites.png") no-repeat -268px -490px;
    right: 0;
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 999;
}
.popup>div {
    position: relative;
    top: 2%;
    height: 100%;
    background-color: #000000;
}
.popup>div a[href$=close] {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0;
    color: #4d4d4d;
    font-weight: bold;
}
.popup>div a[href$=close]:after {
    position: relative;
    top: 9px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 27px;
    height: 27px;
    background: transparent url("images/sprites.png") no-repeat -74px -497px;
    margin-left: .5em;
}
.popup>div div.content {
    width: 100%;
    height: 95%;
    margin: 0 auto;
    background-color: #000000;
}
.popup>div div.content iframe {
    width: 100%;
    height: 95%;
    margin: 0 auto;
    padding-top: 50px;
    background-color: #000000;
}
#pledge-window div.widget.social,
section>div article div.widget.social {
    position: relative;
    clear: both;
    margin-top: 1.5em;
}
#pledge-window div.widget.social .fb-like,
section>div article div.widget.social .fb-like {
    position: relative;
    top: -2px;
}
#pledge-window div.widget.social .twitter-share-button,
section>div article div.widget.social .twitter-share-button {
    position: relative;
    left: 10px;
}
#pledge-window div.widget.social div#___plusone_2,
section>div article div.widget.social div#___plusone_2,
#pledge-window div.widget.social div#___plusone_1,
section>div article div.widget.social div#___plusone_1,
#pledge-window div.widget.social div#___plusone_0,
section>div article div.widget.social div#___plusone_0,
#pledge-window div.widget.social div#___plusone_3,
section>div article div.widget.social div#___plusone_3,
#pledge-window div.widget.social div#___plusone_4,
section>div article div.widget.social div#___plusone_4 {
    position: relative;
    left: -10px;
}
article form,
#pledge-window form {
    position: relative;
    margin-top: 15px;
}
article form p,
#pledge-window form p {
    font-weight: bold;
}
article form textarea,
#pledge-window form textarea,
article form input,
#pledge-window form input {
    width: 94%;
    position: relative;
    padding: 0.5em;
    margin: 0.75em 0;
    font-weight: bold;
    font-size: 10.5pt;
    border: none;
    background-color: #caebf5;
    color: #544a46;
}
article form input.narrow,
#pledge-window form input.narrow {
    width: 34%;
}
article form input.mini,
#pledge-window form input.mini {
    width: 9%;
    margin-right: 3%;
    margin-left: 3%;
}
article form input.required:after,
#pledge-window form input.required:after {
    position: absolute;
    right: -1em;
    top: .5em;
    content: '*';
    font-size: 13pt;
    color: #dc7211;
}
article form input.required.error,
#pledge-window form input.required.error {
    background-color: #ffe422;
}
article form input.required.error:before,
#pledge-window form input.required.error:before {
    content: 'Required field';
    position: absolute;
    right: .75em;
    top: .6em;
    font-size: 10pt;
}
article form textarea,
#pledge-window form textarea {
    height: 15em;
}
article form input#organization,
#pledge-window form input#organization,
article form input#advocate,
#pledge-window form input#advocate {
    background-color: #fff;
}
article form select,
#pledge-window form select {
    width: 41%;
    float: left;
    margin-right: 1em;
    margin-top: .05em;
}
article form label,
#pledge-window form label {
    float: left;
    width: 28%;
    line-height: 1.5em;
    font-size: 10.5pt;
    font-weight: bold;
}
article form label input,
#pledge-window form label input {
    width: 2em;
    margin: .3em 0;
    float: left;
}
article form label.pre,
#pledge-window form label.pre {
    width: 40%;
    margin: .5em .25em;
    clear: both;
}
article form label.pre select,
#pledge-window form label.pre select {
    float: right;
    width: 70%;
}
section article p a.post-edit-link {
    text-transform: uppercase;
}
#google_translate_element {
    position: absolute;
    right: 0;
    bottom: .5em;
}
body.home #google_translate_element {
    position: absolute;
    right: 0;
    bottom: 10px;
    backgound-color: transparent !important;
}
body.home #google_translate_element .goog-te-gadget-simple {
    background-color: transparent !important;
}
body.home #google_translate_element .goog-te-gadget-simple span {
    color: #d0d0d0;
}
#google_translate_element .goog-te-gadget-simple {
    backgound-color: transparent !important;
}
#google_translate_element .goog-te-gadget-simple,
#google_translate_element .goog-te-gadget-simple * {
    border: 0;
    backgound-color: transparent !important;
}
#google_translate_element .goog-te-menu-value>span {
    border: 0;
}
body {}
body>header,
body>footer,
body>section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    clear: both;
    overflow: auto;
}
body>header>div,
body>footer>div,
body>section>div,
body>#cap>div {
    position: relative;
    width: 980px;
    margin: 0 auto;
    clear: both;
    overflow: visible;
}
body > header {
    height: 300px;
}

article header {
    min-height: 4rem !important;
}

body>footer {
    height: 230px;
    overflow: visible;
}
body section.gallery,
body section.page,
body section.news,
body section.facts,
body section.search,
body section.archive,
body section.faqs {
    overflow: visible;
}
body section>div {
    min-height: 850px;
}
body section .log-in {
    position: relative;
    width: 52%;
    padding: 0.75em;
    margin: 0.75em 0 1.5em;
}
body section .log-in p {
    float: left;
}
body section .log-in .fb-login-button {
    position: absolute;
    right: 0;
    top: 0;
}
body section div#conversation {
    width: 643px;
    min-height: 0;
    padding: 0.75em;
}
body section div#conversation>section>div {
    min-height: 0;
}
body section div#sidebar .widget {
    padding: 0 0 0 15px;
}

/*body>header:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 24px;
    width: 100%;
    background-color: #fff;
}
*/

body>header {
    background: url("images/bkg_generic.jpg") no-repeat center;
    background-color: #fff;
    padding-bottom: 28px;
}
body>header * {
    color: #515151;
}
body>header h1 {
    position: absolute;
    top: 85px;
    left: 50px;
}

body.home>header h1 {
    position: absolute;
    top: 88px;
    left: 0;
}

body>header h2 {
    position: absolute;
    top: 120px !important;
    right: 50px !important;
    z-index: 999;
}
body>header h2 {
    right: 10px;
}

body .breakdance .header-logo h1 a,
body>header h1 a {
	margin-left:15px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 262px;
    height: 126px;
    background: transparent url("images/spritesnew.png") no-repeat -339px -874px;
}
body>header h2 a {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 233px;
    height: 126px;
    background: transparent url("images/sprites.png") no-repeat -465px -627px;
}
body.home>header h2 a {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 233px;
    height: 126px;
    background: transparent url("images/sprites.png") no-repeat -287px -318px;
}
body.page-id-47>header h2 a {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 233px;
    height: 126px;
    background: transparent url("images/sprites.png") no-repeat -287px -44px;
}
body.page-id-52>header h2 a {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 233px;
    height: 126px;
    background: transparent url("images/sprites.png") no-repeat -287px -44px;
}
.news>header>h1 em {
    display: none;
}
.events>header>h1 em {
    display: none;
}
.event-submission>header>h1 em {
    display: none;
}
body.page-id-36>header h2
/*About Elephants Page*/

,
body.post-type-archive-facts>header h2
/*Elephant Facts page*/

,
body.page-id-429>header h2
/*How to Help elephants page*/

,
body.page-id-127>header h2
/*News page*/

,
body.news>header h2
/*Single News pages*/

,
body.page-id-37>header h2
/*Press Room page*/

,
body.page-id-731>header h2
/*Resource page*/

,
body.page-id-130>header h2
/*Associates page*/

,
body.post-type-archive-galleries>header h2
/*Media page*/

{
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 140px;
    height: 110px;
    background: transparent url("images/sprites.png") no-repeat -465px -627px;
    opacity: 0.85;
    right: 120px;
    top: 50px;
}
body.news>header h2
/*News page*/

,
body.post-type-archive-galleries>header h2
/*Media page*/

{
    width: 140px;
    height: 110px;
    background: transparent url("images/sprites.png") no-repeat -465px -760px;
}
body.page-id-36>header h2 a
/*About Elephants Page*/

,
body.post-type-archive-facts>header h2 a
/*Elephant Facts page*/

,
body.page-id-429>header h2 a
/*How to Help elephants page*/

,
body.page-id-127>header h2 a
/*News page*/

,
body.news>header h2 a
/*Single News pages*/

,
body.page-id-37>header h2 a
/*Press Room page*/

,
body.page-id-731>header h2 a
/*Resource page*/

,
body.page-id-130>header h2 a
/*Associates page*/

,
body.post-type-archive-galleries>header h2 a
/*Media page*/

{
    display: none;
}
body>header menu.main ul.menu {
    overflow: visible;
}
body>header menu.main ul.menu>li {
    text-transform: uppercase;
    height: 3em;
}
body>header menu.main ul.menu>li>a {
    display: block;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    font-weight: bold;
    color: #515151;
    height: 3em;
}
body>header menu.main ul.menu ul.sub-menu {
    opacity: 0;
    z-index: 1;
    display: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    top: 30px;
    height: auto;
    line-height: 1;
    width: 800px;
}
body>header menu.main ul.menu ul.sub-menu li {
    float: left;
    padding-right: .25em;
    padding-bottom: 3em;
    text-transform: none;
    font-size: 10.5pt;
    line-height: 1;
}
body>header menu.main ul.menu ul.sub-menu li a {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    font-size: 11.55pt;
    line-height: 1;
    font-family: 'DroidSans', Helvetica, Arial, sans-serif;
    padding: 0;
}
body>header menu.main ul.menu ul.sub-menu li:after {
    content: ' / ';
    padding: 0 0.25em;
}
body>header menu.main ul.menu ul.sub-menu li:last-child:after {
    content: '';
}
body>header menu.main ul.menu>li:hover>a {
    color: #41bee0;
}
body>header menu.main ul.menu>li:hover ul.sub-menu {
    opacity: 1;
    z-index: 9;
    display: block;
}
body>header menu.main ul.menu li.news ul.sub-menu,
body>header menu.main ul.menu li.partners ul.sub-menu {
    width: 400px;
}
body>header menu.sys {
    position: relative;
    right: 0;
    font-family: "DroidSans";
    font-size: 9pt;
    text-transform: uppercase;
}
body>header menu.sys ul {
    float: left;
}
body>header menu.sys ul a {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    color: #b2b2b2;
}
body>header menu.sys ul a:hover {
    color: #41bee0;
}
body>header menu.sys ul li:first-child:after {
    content: '/';
    padding: 0 0.75em;
}
body>header menu.sys ul li:first-child {
    padding-right: 0;
}
body>header menu.sys form {
    float: right;
    position: relative;
    top: -1px;
    font-size: 9pt;
}

.headerlogo{
height:280px;
}

.breakdance {
    width: 100%;
}

.page-template-front-page #topheader {
    display: none !important;
}

@media only screen and (min-width: 1600px) {
    div.breakdance {
        position: fixed !important;
        z-index: 999999;
        top: 0;
    }
    
    :not(.page-template-front-page).admin-bar div.breakdance {
        top: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    
    .breakdance + .container {
        margin-top: 20% !important;
    }
    
    .page-template-front-page .breakdance,
    .container + .breakdance {
        position: relative !important;
        z-index: initial;
    }
}
@media only screen and (max-width: 1023px) {
    .bde-column-6837-133 {
        min-height: 96px !important;       
    }
    .bde-wp-menu-6892-106.bde-wp-menu {
        z-index: 999999;
        margin-top: 2.5vw;
    }    
}

#topheader{
    background:#fff url("images/bkg_about.jpg") no-repeat center; /*  50px */
}

body.galleries #topheader {
    background: #fff url("images/bkg_media.jpg") no-repeat center; /*  40px */

}
body.elephant-facts #topheader {
    background:#fff url("images/bkg_facts.jpg") no-repeat center; /*  50px */

}
body.about #topheader {
    background:#fff url("images/bkg_about.jpg") no-repeat center; /*  50px */
}

body.page-id-429 #topheader,
body.how-to-help-elephants #topheader {
    background:#fff url("images/bkg_how-to-help-elephants.jpg") no-repeat center !important; /*  50px */
}

body.page-id-429 #topheader,
body.activity #topheader {
    background:#fff url("images/bkg_activity.jpg") no-repeat center; /*  50px */
}

body.page-id-2536 #topheader,
body.take-action #topheader {
    background:#fff url("images/bkg_take-action.jpg") no-repeat center !important; /*  50px */
}
body.store #topheader {
    background:#fff url("images/bkg_store.jpg") no-repeat center; /*  50px */
}
body.news #topheader {
    background:#fff url("images/bkg_news.jpg") no-repeat center; /*  50px */
}
body.associates #topheader {
    background:#fff url("images/bkg_associates.jpg") no-repeat center; /*  50px */
}

body.page-id-1532 #topheader,
body.events #topheader {
    background:#fff url("images/bkg_events.jpg") no-repeat center; /*  50px */
}

body.store #topheader {
    background: url("images/bkg_store.jpg") no-repeat center top;
}

body.news  #topheader {
    background: url("images/bkg_news.jpg") no-repeat center top;
}

body.associates #topheader {
    background: url("images/bkg_associates.jpg") no-repeat center top;
}

body.events #topheader {
    background: url("images/bkg_events.jpg") no-repeat center top;
}

body.page-id-3286 #topheader {
    background: url("images/bkg_activity.jpg") no-repeat center top;
}


@media only screen and (max-width: 993px) {
.headerlogo{
	height:120px;
	background: url("images/bkg_how-to-help-elephants.jpg") no-repeat center top;
	background-size: cover!important;
}
body.about>.headerlogo {
    background: url("images/bkg_about.jpg") no-repeat center top;
}
body.galleries>.headerlogo {
    background: url("images/bkg_media.jpg") no-repeat center top;

}
body.elephant-facts>.headerlogo{
    background: url("images/bkg_facts.jpg") no-repeat center top;

}
body.about>.headerlogo {
    background: url("images/bkg_about.jpg") no-repeat center top;

}

body.how-to-help-elephants>.headerlogo {
    background: url("images/bkg_how-to-help-elephants.jpg") no-repeat center top;
}
body.activity>.headerlogo {
    background: url("images/bkg_activity.jpg") no-repeat center top;
}
body.take-action>.headerlogo {
    background: url("images/bkg_take-action.jpg") no-repeat center top;
}
body.store>.headerlogo {
    background: url("images/bkg_store.jpg") no-repeat center top;
}

body.news>.headerlogo {
    background: url("images/bkg_news.jpg") no-repeat center top;

}
body.associates>.headerlogo {
    background: url("images/bkg_associates.jpg") no-repeat center top;

}
body.events>.headerlogo {
    background: url("images/bkg_events.jpg") no-repeat center top;
}
}


div#sidebar .widget {
    position: relative;
    margin: 15px 0;
    min-height: 200px;
    margin-left: 10px;
    border-bottom: 4px solid #a9a4a2;
}
@media only screen and (max-width: 767px) {
	div#sidebar .widget.fb {
		display:none;
	}
}

div#sidebar .widget.tweetler #twitter-widget-0 {
	width: 100% !important;
}

div#sidebar .widget h2 {
    font-size: 15.299999999999999pt;
    margin-bottom: 0.75em;
}
div#sidebar .widget h2 em {
    color: #dc7211;
    font-style: normal;
}
div#sidebar>.widget:before,
div#sidebar>.widget:after {
    position: absolute;
    bottom: -4px;
    left: -2px;
    display: block;
    content: '';
    background-color: #a9a4a2;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
div#sidebar>.widget:after {
    left: auto;
    right: -2px;
}
div#sidebar>.widget:last-child {
    border-bottom-color: transparent;
}
div#sidebar>.widget:last-child:after,
div#sidebar>.widget:last-child:before {
    display: none;
}
div#sidebar .widget.social {
    min-height: 0;
    padding-bottom: 15px;
}
div#sidebar .widget.social h2 {
    margin-bottom: 1.5374999999999999em;
}
div#sidebar .widget.social .fb-like {
    margin-bottom: 0.25em;
}
div#sidebar .widget.fb .fb-like-box {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
    margin-top: -2px;
}
div#sidebar .widget.tweetler .twtr-widget {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
}
div#sidebar .widget.tweetler .twtr-widget .twtr-hd {
    display: none;
}
div#sidebar .widget.tweetler .twtr-widget .twtr-ft {
    display: none;
}
div#sidebar .widget.news {
    padding-bottom: 15px;
    font-size: 9pt;
    line-height: 135%;
}
div#sidebar .widget.news ul li {
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
div#sidebar .widget.news ul li span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
div#sidebar .widget.news ul li span img {
    display: block;
    width: auto;
    height: auto;
}
div#sidebar .widget.news ul li h3 a {
    color: #dc7211;
}
div#sidebar .widget.archives {
    min-height: 0;
    padding-bottom: 15px;
}
div#sidebar .widget.archives select {
    width: 60%;
}
body>footer>div {
    position: relative;
}
body>footer>div>div.interactive {
    position: relative;
    display: block;
    border-top: 6px solid #a9a4a2;
    border-bottom: 1px solid #a9a4a2;
    overflow: visible;
    height: 150px;
}
.interactive nav#pledge {
    position: relative;
    top: 15px;
    line-height: 40px;
    cursor: pointer;
    font-size:10px;
}

.interactive nav#pledge3 a {
	margin-top: 22px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #41bee0;
    border: 4px solid #989899;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.interactive nav#pledge3 a em {
    display: block;
    line-height: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 15pt;
    margin-top: .5em;
    color: #ffffff;
}
.interactive nav#pledge3 a:hover {
    border-color: #404040;
}

.interactive nav#pledge3 .signed {
	text-align: center;
	float:left;
	margin-left:10px;
	width:150px;
	margin-top: 25px;
}

.interactive nav#pledge3 var {
    display: block;    
    color: #41bee0;
    font-style: normal;
    font-weight: bold;    
    font-size: 20pt;
}
.interactive nav#pledge3 p {
    font-size: 9.5pt;
    font-weight:normal;
    display: block;
    margin-top: 3.5px;
    color: #544a46;
}

.interactive nav#pledge a {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 100%;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -o-border-radius: 90px;
    background-color: #41bee0;
    border: 10px solid #989899;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.interactive nav#pledge a em {
    display: block;
    line-height: 90%;
    font-style: normal;
    font-weight: bold;
    font-size: 26pt;
    margin-top: .5em;
    color: #ffffff;
}
.interactive nav#pledge a:hover {
    border-color: #404040;
}
.interactive nav#pledge var {
    display: block;
    float: left;
    padding-left: 0.25em;
    color: #41bee0;
    font-style: normal;
    font-weight: bold;
    line-height: 90px;
    margin-top: 10px;
    font-size: 28pt;
}
.interactive nav#pledge p {
    font-size: 13.5pt;
    display: block;
    float: left;
    padding-left: 0.5em;
    margin-top: 17.5px;
    color: #544a46;
}

.fa-brands {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 1.2rem;
    background-color: #1da1f2;
    padding: 0.4rem;
    border-radius: 50%;
    color: white;
    transition: all 0.2s ease;
    width: 2rem;
    height: 2rem;    
}

.fa-brands:hover {
    filter: brightness(1.1);
    transform: scale(1.05); /* Optional: Scale up on hover */
}

/*
body>footer>div>div.interactive menu {
    position: relative;
    top: 37.5px;
    right: 0px;
    float: right;
    overflow: hidden;
}
body>footer>div>div.interactive menu>ul {
    overflow: hidden;
    height: 62px;
}
body>footer>div>div.interactive menu li a {
    display: block;
    height: 15px;
    line-height: 15px;
    width: 44px;
    font-size: smaller;
    text-align: center;
}
body>footer>div>div.interactive menu li a[href*="twitter.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -9px -753px;
}
body>footer>div>div.interactive menu li a[href*="facebook.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -73px -753px;
}
body>footer>div>div.interactive menu li a[href*="pinterest.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -149px -753px;
}
body>footer>div>div.interactive menu li a[href*="flickr.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -213px -753px;
}
body>footer>div>div.interactive menu li a[href*="youtube.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -334px -753px;
}
body>footer>div>div.interactive menu li a[href*="instagram.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -390px -753px;
}
body>footer>div>div.interactive menu li a:hover {
    color: #64564f;
}
body>footer>div>div.interactive menu li a[href*="twitter.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -9px -803px;
}
body>footer>div>div.interactive menu li a[href*="facebook.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -73px -803px;
}
body>footer>div>div.interactive menu li a[href*="pinterest.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -149px -803px;
}
body>footer>div>div.interactive menu li a[href*="flickr.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -213px -803px;
}
body>footer>div>div.interactive menu li a[href*="youtube.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -334px -803px;
}
body>footer>div>div.interactive menu li a[href*="instagram.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -390px -803px;
}

*/

body>footer>div>div.interactive>p {
    position: relative;
    top: 5px;
    clear: both;
    float: right;
    font-size: 9pt;
    color: #989290;
}
body>footer>div div#placard {
    position: relative;
    z-index: 9;
    clear: both;
    height: 125px;
    line-height: 70px;
    margin: 0 0 22.5px 0;
}
body>footer>div div#placard h2 {
    float: left;
    font-size: 18pt;
    color: #544a46;
}
body>footer>div div#placard h2 b {
    color: #e5e5e5;
}
div#placard p {
    float: right;
    font-size: 18pt;
    font-weight: normal;
    color: #808080;
}
#placard {
    margin-top: 3em;
}
body>footer>div>div.interactive:before,
body>footer>div>div.interactive:after {
    position: absolute;
    top: -6px;
    left: -3px;
    display: block;
    content: '';
    background-color: #a9a4a2;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}
body>footer>div div.interactive:after {
    left: auto;
    right: -3px;
}
#pledge-window {
    z-index: 999;
    position: absolute;
    bottom: 188px;
    display: block;
    width: 100%;
    font-size: 10.5pt;
}
#pledge-window>div {
    z-index: 999;
    width: 985px;
    height: 553px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pledge-window>div a[href='#close'] {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
    color: #dc7211;
    font-weight: bold;
    padding-right: 24px;
}
#pledge-window>div a[href='#close']:after {
    position: relative;
    top: 9px;
    z-index: 9;
    margin-left: .5em;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 27px;
    height: 27px;
    background: transparent url("images/sprites.png") no-repeat -106px -497px;
}
#pledge-window>div div.scroller {
    position: relative;
    top: 30px;
    height: 495px;
    width: 95%;
    margin: 0 auto;
    overflow: visible;
}
#pledge-window>div div.scroller>ul>li {
    list-style-type: none;
}
#pledge-window>div div.scroller>ul>li>h2 {
    position: absolute;
    top: 4px;
    z-index: 8;
    width: 65%;
    cursor: pointer;
    font-size: 19.8pt;
    margin-top: .75em;
    padding-right: .5em;
    color: #544a46;
}
#pledge-window>div div.scroller>ul>li>h2 em {
    position: relative;
    top: -20.790000000000003px;
    z-index: 9;
    display: block;
    float: left;
    width: 63px;
    height: 63px;
    line-height: 63px;
    border-radius: 63px;
    -webkit-border-radius: 63px;
    -moz-border-radius: 63px;
    -o-border-radius: 63px;
    text-align: center;
    font-size: 38pt;
    font-style: normal;
    color: #fff;
    background-color: #544a46;
    margin-right: 0.25em;
}
#pledge-window>div div.scroller>ul>li>h2:after {
    position: absolute;
    left: 3px;
    bottom: -32px;
    content: '';
    display: block;
    z-index: 8;
    border: 28px solid transparent;
    height: 12px;
}
#pledge-window>div div.scroller>ul>li>div {
    position: absolute;
    top: -23px;
    display: none;
    width: 100%;
    height: 100%;
}
#pledge-window>div div.scroller>ul>li div.content h4 {
    position: relative;
    font-size: 15.524999999999999pt;
    line-height: 125%;
    float: left;
/*    padding: 0 135px 0 0;*/
	
    margin-bottom: 10px;
}
#pledge-window>div div.scroller>ul>li div.content h4 strong {
    color: #dc7211;
}
#pledge-window>div div.scroller>ul>li div.content h4:after {
    position: absolute;
    right: -15px;
    top: -5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 133px;
    height: 123px;
   /* background: transparent url("images/sprites.png") no-repeat -10px -174px;*/
    float: right;
}
#pledge-window>div div.scroller>ul>li div.content p {
    font-size: 10.5pt;
    line-height: 135%;
}
#pledge-window>div div.scroller>ul>li div.content p strong {
    color: #dc7211;
}
#pledge-window>div div.scroller>ul>li footer {
    position: relative;
    top: 15px;
    clear: both;
    padding: 10px 0 0 0;
    margin: 0 15px;
    border-top: 1px solid #a9a4a2;
}
#pledge-window>div div.scroller>ul>li footer h2 {
    float: left;
    font-size: 18pt;
    margin-left: 15px;
    line-height: 2.5em;
}
#pledge-window>div div.scroller>ul>li footer h2 strong {
    color: #dc7211;
}
#pledge-window>div div.scroller>ul>li footer p {
    position: relative;
    float: right;
    width: 45%;
    margin-top: 3.75px;
    font-size: 10.35pt;
    line-height: 130%;
    padding-left: 75px;
}
#pledge-window>div div.scroller>ul>li footer p:after {
    position: absolute;
    left: 0;
    top: 0;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 73px;
    height: 73px;
    background: transparent url("images/sprites.png") no-repeat -513px -175px;
}
#pledge-window>div div.scroller>ul>li div.spread {
    position: relative;
    width: 450px !important;
}
#pledge-window>div div.scroller>ul>li div.spread h4 {
    font-size: 15.524999999999999pt;
    line-height: 115%;
    width: 45%;
    color: #dc7211;
    padding-bottom: 1em;
}
#pledge-window>div div.scroller>ul>li div.spread ul li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: .5em;
}
#pledge-window>div div.scroller>ul>li div.spread div.widget.social {
    top: 7.5px;
}
#pledge-window>div div.scroller>ul>li div.spread span.social {
    display: block;
    margin-top: 37.5px;
}
#pledge-window>div div.scroller>ul>li div.spread span.social a[href*=facebook] {
    display: block;
    float: left;
    width: 100px;
    height: 44px;
    margin-right: 30px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 124px;
    height: 50px;
    background: transparent url("images/sprites.png") no-repeat -148px -176px;
}
#pledge-window>div div.scroller>ul>li div.spread span.social a[href*=twitter] {
    display: block;
    float: left;
    width: 135px;
    height: 44px;
    background-color: red;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 144px;
    height: 50px;
    background: transparent url("images/sprites.png") no-repeat -280px -172px;
}
#pledge-window>div div.scroller>ul>li div.extra {
    position: absolute;
    right: 26.25px;
    top: 26.25px !important;
    width: 420px;
    padding: 15px 2px;
    border-left: 2px dotted #544a46;
}
#pledge-window>div div.scroller>ul>li div.extra .host,
#pledge-window>div div.scroller>ul>li div.extra .help {
    position: relative;
    display: block;
    height: 140px;
    padding-left: 150px;
}
#pledge-window>div div.scroller>ul>li div.extra .host {
    border-bottom: 2px dotted #544a46;
}
#pledge-window>div div.scroller>ul>li div.extra .host h4 {
    line-height: 130%;
    margin-bottom: 0.75em;
}
#pledge-window>div div.scroller>ul>li div.extra .host p a {
    color: #dc7211;
    font-weight: bold;
}
#pledge-window>div div.scroller>ul>li div.extra .host:before {
    position: absolute;
    left: 15px;
    top: 15px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 114px;
    height: 94px;
    background: transparent url("images/sprites.png") no-repeat -80px -983px;
}
#pledge-window>div div.scroller>ul>li div.extra .help {
    height: 72px;
}
#pledge-window>div div.scroller>ul>li div.extra .help h2 {
    font-size: 16.2pt;
    line-height: 120%;
    margin-top: 33.75px;
}
#pledge-window>div div.scroller>ul>li div.extra .help h2 a {
    color: #dc7211;
}
#pledge-window>div div.scroller>ul>li div.extra .help:before {
    position: absolute;
    left: 37.5px;
    top: -7.5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 74px;
    height: 94px;
    background: transparent url("images/sprites.png") no-repeat -3px -987px;
}
#pledge-window>div div.scroller>ul>li.hl>h2 {
    color: #41bee0;
    display: none;
}
#pledge-window>div div.scroller>ul>li.hl>h2 em {
    background-color: #41bee0;
}
#pledge-window>div div.scroller>ul>li.hl>h2:after {
    border-top-color: #41bee0;
}
#pledge-window>div div.scroller>ul>li.hl>div {
    display: block;
}
#pledge-window>div div.scroller>ul>li:not(.hl):hover h2:after {
    border-top-color: #544a46;
}
#pledge-window>div div.scroller>ul>li#participate-tab>h2 {
    left: 35%;
}
#pledge-window>div div.scroller>ul>li#donate-tab>h2 {
    left: 66.5%;
}
#pledge-window>div div.scroller>ul>li#donate-tab .content {
    width: 400px;
}
#pledge-window>div div.scroller>ul>li#donate-tab .content h4 {
    padding-right: 0;
    margin-bottom: 0.5em;
}
#pledge-window>div div.scroller>ul>li#donate-tab .content h4:after {
    background-image: none;
}
#pledge-window>div div.scroller>ul>li#donate-tab .content p {
    margin-bottom: 15px;
}
#pledge-window>div div.scroller>ul>li#donate-tab .content p em {
    font-style: normal;
    color: #544a46;
}
#pledge-window>div div.scroller>ul>li#donate-tab .extra:before {
    position: absolute;
    left: -30px;
    bottom: 0;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 141px;
    height: 105px;
    background: transparent url("images/sprites.png") no-repeat -200px -962px;
}
#pledge-window>div div.scroller>ul>li#donate-tab .extra {
    border-left: 0;
    padding-top: 0;
    width: 335px;
    padding-left: 135px;
}
#pledge-window>div div.scroller>ul>li#donate-tab .extra h4 {
    font-size: 13.5pt;
    margin-bottom: 0.5em;
}
#pledge-window>div div.scroller>ul>li#donate-tab .extra ul li {
    list-style-type: disc;
    line-height: 130%;
    margin-left: 1.25em;
    margin-bottom: 0.375em;
}
#pledge-window>div div.scroller>ul>li#donate-tab footer {
    top: 22.5px;
}
#pledge-window>div div.scroller>ul>li#donate-tab footer p {
    float: left;
    font-size: 8pt;
    color: #989290;
    padding-left: 15px;
    width: 50%;
    line-height: 140%;
}
#pledge-window>div div.scroller>ul>li#donate-tab footer p strong {
    color: #544a46;
}
#pledge-window>div div.scroller>ul>li#donate-tab footer p:after {
    background-image: none;
}
#pledge-window>div div.scroller>ul>li#donate-tab a.button {
    position: absolute;
    right: -10px;
    top: 15px;
    margin-before: 168px;
}
#pledge-window>div div.scroller>ul>li#donate-tab a.button:before {
    position: absolute;
    left: -183px;
    top: -5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 168px;
    height: 48px;
    background: transparent url("images/sprites.png") no-repeat -4px -912px;
}
#pledge-window>div div.scroller>ul>li#donate-tab form {
    position: absolute;
    right: 0;
    top: 15px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 168px;
    height: 48px;
    background: transparent url("images/sprites.png") no-repeat -4px -912px;
    width: 380px;
}
#pledge-window>div div.scroller>ul>li#donate-tab form input[type=submit] {
    position: relative;
    top: -8px;
    color: #fff;
    height: 40px;
    width: auto;
    font-size: 20px;
    font-weight: normal;
}
#pledge-window>div:after {
    z-index: 999;
    content: '';
    display: none !important;
    position: absolute;
    left: 29px;
    bottom: -9px;
    border: 33px solid transparent;
    border-bottom-color: #41bee0;
}

body.home {
    background-color: #000000;
}
body.home>header h2 {
    display: none;
}
body.home>header:after {
    background-image: none;
    background-color: transparent;
    height: 0;
}
body.home>section {
    position: absolute;
    top: 455px;
    min-height: 100px;
    margin-bottom: 0 !important;
    overflow: hidden;
}
body.home>section>div {
    min-height: 0;
}
body.home>section #carousel .scroller {
    width: 910px;
    height: 175px;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #414042;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
body.home>section #carousel ul li {
    position: relative;
    height: 100%;
    padding: 0 0 50px 2em;
    list-style-type: none;
    overflow: hidden;
}
body.home>section #carousel ul li a.play {
    position: absolute;
    right: 60px;
    top: 7.5px;
    display: block;
    font-size: 28pt;
    font-weight: bold;
    line-height: 50px;
    color: #dc7211;
}
body.home>section #carousel ul li a.play:before {
    position: relative;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 100px;
    height: 100px;
    background: transparent url("images/sprites.png") no-repeat -310px -498px;
    top: 36.36363636363637px;
    padding-right: 0.5em;
}
body.home>section #carousel ul li a.play:hover {
    text-decoration: none;
}
body.home>section #carousel ul li h2 {
    float: left;
    line-height: 1.25em;
    padding: 15px 0 22.5px;
    font-size: 20.7pt;
    text-transform: uppercase;
    color: #e5e5e5;
    margin: .25em 0 0 0;
}
body.home>section #carousel ul li .entry {
    float: left;
    clear: both;
    margin: 27.75px 30px 15px;
    font-size: 28pt;
    font-weight: bold;
}
body.home>section #carousel ul li .entry p {
    font-size: 28pt;
    color: #dc7211;
}
body.home>footer {
    height: 260px;
    background-color: #000000;
}
body>footer {
    background: #41bee0 url("../images/2015/bottomblue.jpg") repeat-x center top !important;
    border-color: transparent;
}
body.home>footer>div div#placard h2 {
    color: #3A372F;
}
body.home>footer>div div#placard h2 b {
    color: #58595b;
}
body.home>footer>div div.interactive:before,
body.home>footer>div div.interactive:after {
    display: none;
}
body.home>footer>div div.interactive {
    border-top-color: transparent;
    border-bottom-color: #808080;
}
body.home>footer>div div.interactive>p {
    color: #414042 !important;
}
body.home .interactive nav#pledge a {
    border-color: #383739;
}
body.home>footer>div div.interactive menu li a {
    color: #414042 !important;
}
body.home>footer>div div.interactive menu li a[href*="twitter.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -10px -628px;
}
body.home>footer>div div.interactive menu li a[href*="facebook.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -74px -628px;
}
body.home>footer>div div.interactive menu li a[href*="pinterest.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -150px -628px;
}
body.home>footer>div div.interactive menu li a[href*="flickr.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -214px -628px;
}
body.home>footer>div div.interactive menu li a[href*="youtube.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -334px -628px;
}
body.home>footer>div div.interactive menu li a[href*="instagram.com"]:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -390px -628px;
}
body.home>footer>div div.interactive menu li a:hover {
    color: #58595b;
}
body.home>footer>div div.interactive menu li a[href*="twitter.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -10px -678px;
}
body.home>footer>div div.interactive menu li a[href*="facebook.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -74px -678px;
}
body.home>footer>div div.interactive menu li a[href*="pinterest.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -150px -678px;
}
body.home>footer>div div.interactive menu li a[href*="flickr.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -214px -678px;
}
body.home>footer>div div.interactive menu li a[href*="youtube.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -334px -678px;
}
body.home>footer>div div.interactive menu li a[href*="instagram.com"]:hover:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 44px;
    height: 44px;
    background: transparent url("images/sprites.png") no-repeat -390px -678px;
}
body.home #pledge-window {
    bottom: 218px;
}
section article {}
section article>header {
    position: relative;
    border-bottom: 6px solid #a9a4a2;
    min-height: 2rem !important;
    max-height: 4rem !important;    
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    display: table;
    width: 100%;
}

section article>header>h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #a9a4a2;
    margin-left: -5px;
    letter-spacing: -1px;
}

section article>header>h1 em {
    position: relative;
    top: -5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16.2pt;
    text-transform: none;
    color: #414042;
    opacity: .9;
    line-height: 38pt;
    vertical-align: middle;
}

section article>header:before,
section article>header:after {
    position: relative;
    /* bottom: -6px; */
    left: -3px;
    display: block;
    content: '';
    /* background-color: #a9a4a2;
    width: 6px;
    height: 6px;
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px; */
}

article>header {
    border-bottom: solid #a9a4a2 6px;
    overflow: hidden;
}

section article>header:after {
    left: auto;
    right: -3px;
}
section article>nav {
    position: relative;
    top: -25px;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
}
section article>nav a {
    color: #dc7211;
}
section article>div.thumb {
    position: relative;
    top: -13px;
    overflow: hidden;
    width: 620px;
    min-height: 120px;
}
section article>div.thumb>span {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 111px;
    height: 64px;
    background-color: #111;
}
section article>div.thumb>span strong {
    position: relative;
    top: 1px;
    font-size: 28pt;
    color: #fff;
    line-height: 64px;
    padding: 10px 15px 10px;
}
section article>div.thumb>span var {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 30px;
    font-style: normal;
    line-height: 125%;
    text-transform: uppercase;
    font-size: 10pt;
    color: #808080;
}
section article>div.thumb>p {
    position: relative;
    padding-left: 8px;
    margin-top: .5em;
    margin-bottom: 2em;
    font-size: 9pt;
}
section article>div.thumb>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    border: 5px solid transparent;
    border-left-color: #544a46;
}
section article menu.submenu {
    position: relative;
    border-top: 4px solid #a9a4a2;
    width: 643px;
    height: 2em;
    margin: 50px 0 0;
    padding: 0;
}
section article menu.submenu div.menu {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 643px;
}
section article menu.submenu div.menu ul {
    margin: 0;
    padding: 0;
}
section article menu.submenu div.menu ul li {
    margin: 0;
    padding: 0;
}
section article menu.submenu div.menu ul li a {
    display: block;
    font-size: 9pt;
    color: #dc7211;
    padding: 1.5em 0.25em 0.75em 0;
}
section article menu.submenu div.menu ul li a:after,
section article menu.submenu div.menu ul li a:hover:after {
    content: ' / ';
    padding: 0.25em;
    color: #544a46;
}
section article menu.submenu div.menu ul li a:hover,
section article menu.submenu div.menu ul li a.hl {
    color: #41bee0;
}
section article menu.submenu div.menu ul li:last-child a:after {
    content: '';
}
section article>menu.submenu:before,
section article>menu.submenu:after {
    position: absolute;
    top: -4px;
    left: -2px;
    display: block;
    content: '';
    background-color: #a9a4a2;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
section article>menu.submenu:after {
    left: auto;
    right: -2px;
}
.entry>aside {
    width: 285px;
    float: left;
    margin: 0 0.5em 0 0;
}
.entry>aside p {
    font-size: 13.5pt;
    line-height: 21.6pt;
    color: #dc7211;
    margin: 0 0 5px 0;
    padding: 0;
}
.entry a {
    color: #dc7211;
}
.entry a:hover {
    text-decoration: underline;
}
.entry p,
.entry li {
    font-size: 10.5pt;
    margin: 0 0 10.5pt 0;
    line-height: 14.7pt;
}
.entry h1 {
    color: #544a46;
    font-size: 18pt;
    margin: .5em 0 1em;
}
.entry h2 {
    color: #dc7211;
    font-size: 13.5pt;
    margin: 1.75em 0 0.5em;
}
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    color: #544a46;
    width: 70%;
    line-height: 130%;
    margin: 1.75em 0 0.5em;
}
.entry h3 {
    font-size: 13.5pt;
}
.entry h4 {
    font-size: 10.5pt;
}
.entry ul {
    margin: 0 0 0.75em;
}
.entry ul li {
    list-style-type: disc;
    margin: 0 0 0 1.5em;
}
.entry blockquote {
    position: relative;
    background-color: #f3f2f2;
    width: 100% !important;
    padding: 15px 15px 7.5px 70px;
    width: 558px;
    margin: 30px 0;
}
.entry blockquote cite {
    display: block;
    font-weight: bold;
    font-style: normal;
    margin: 0.5em 0;
}
.entry blockquote cite em {
    font-style: normal;
    font-weight: normal;
}
.entry blockquote:before {
    position: absolute;
    left: 15px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 40px;
    height: 40px;
    background: transparent url("images/sprites.png") no-repeat -7px -868px;
    margin-right: 1em;
}
.entry ul.sprite-box {
    position: relative;
    left: -0.25em;
    margin: 0.75em 0 0;
    padding: 0;
}
.entry ul.sprite-box li {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
    height: 100%;
}
.entry ul.sprite-box li a {
    display: block;
    height: 100%;
    text-decoration: none;
}
section.news article>h2 {
    margin: 0 0 .75em;
    font-size: 18pt;
}
section.news article .entry p:first-child {
    font-size: 12.6pt;
    line-height: 130%;
}
section article.action-page>h2,
section article.action-page .thumb span {
    display: none;
}
section article.action-page .entry ul {
    margin: 0;
    padding: 0;
}
section article.action-page .entry ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 .25em 0;
    padding: 0;
    padding: 0.5em 0.5em 0.5em 34.5px;
}
section article.action-page .entry ul li:before {
    position: absolute;
    left: 0;
    top: 0.25em;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    background: transparent url("images/sprites.png") no-repeat -286px -880px;
}
.news .block-linked img {
    width: 100% !important;
    height: auto;
}
section.associates article>ul.block-linked li {
    position: relative;
    padding: 0;
    margin: 1em 0 0 0;
    font-size: 10.5pt;
    line-height: 135%;
    padding-bottom: 2em;
    border-bottom: 1px dotted #a9a4a2;
}

/* team page */

.team-member-section {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.bio-content {
    overflow: hidden;
}

.bio-content img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}


section.faqs>div {
    min-height: 1150px;
}
#conversation {
    border-top: 4px solid #a9a4a2;
    margin: 2.25em 0.75em;
    width: 600px;
}
.fb-comments {
    padding: 1.5em 0;
}
.log-in {
    color: #dc7211;
    font-size: 10.5pt;
}
.log-in p:before {
    position: relative;
    top: 5px;
    padding-right: 3px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: transparent url("images/sprites.png") no-repeat -261px -886px;
}
div#conversation {
    font-size: 9.450000000000001pt;
    line-height: 135%;
}
div#conversation hr {
    display: block;
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
}
div#conversation h5 {
    font-weight: normal;
    color: #808080;
    margin-bottom: .5em;
}
div#conversation h4 {
    color: #dc7211;
    float: left;
    padding-right: 0.5em;
}
div#conversation #comment-form {
    background-color: #eeedec;
    padding-bottom: 2.25em;
}
div#conversation #comment-form textarea {
    border: 0;
    margin: 15px;
    padding: 0.5em;
    width: 93%;
}
div#conversation #comment-form input[name=submit] {
    font-size: 10pt;
    min-width: 0;
    font-weight: bold;
    margin-top: -0.5em;
}
div#conversation form.tiny-comment {
    background-color: #eeedec;
    padding: 0.75em;
    margin-top: -1.15em;
}
div#conversation form.tiny-comment input#comment-field {
    border: 0;
    padding: 0.5em;
    width: 97%;
}
div#conversation ol.parent span.vcard {
    position: absolute;
    left: 0;
    top: 0;
}
div#conversation ol.parent>li {
    position: relative;
    list-style-type: none;
    padding: 0 0 15px 65px;
    margin: 15px 0;
    border-bottom: 1px dotted #a9a4a2;
}
div#conversation ol.parent>li>span.vcard img {
    width: 50px;
    height: 50px;
}
div#conversation ol.parent>li ul.children {
    background-color: #eeedec;
    padding: 15px;
    margin: 15px 0;
}
div#conversation ol.parent>li ul.children li {
    position: relative;
    list-style-type: none;
    padding: 0 0 0 47px;
}
div#conversation ol.parent>li ul.children li>span.vcard img {
    width: 32px;
    height: 32px;
}
div#conversation ol.parent>li:last-child {
    border-bottom-color: transparent;
}
body.galleries section.gallery article>header h1 em:before {
    position: relative;
    top: 4px;
    margin-right: 5px;
    margin-left: 5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 60px;
    height: 25px;
    background: transparent url("images/sprites.png") no-repeat -150px -880px;
}
body.galleries section.gallery article.content {
    margin-bottom: 175px;
}
body.galleries section.gallery article.content>ul>li {
    position: relative;
    width: 175px;
    height: 300px;
    float: left;
    padding: 15px;
    margin: 0 1px 0 0;
}
body.galleries section.gallery article.content>ul>li>span {
    position: relative;
    width: 170px;
    height: 120px;
    display: block;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
body.galleries section.gallery article.content>ul>li .description {
    font-size: 10.5pt;
    line-height: 130%;
    color: #544a46;
    overflow: hidden;
    max-height: 144px;
}
body.galleries section.gallery article.content>ul>li .description>h2 {
    margin: 15px 0 7.5px;
}
body.galleries section.gallery article.content>ul>li .description>h2 a {
    display: block;
    color: #dc7211;
    font-size: 10.5pt;
    line-height: 125%;
}
body.galleries section.gallery article.content>ul>li .description>h5 {
    position: absolute;
    bottom: 2em;
    color: #dc7211;
    font-size: 9.450000000000001pt;
    font-weight: normal;
    margin-top: 0.5em;
}
body.galleries section.gallery article.content>ul>li .description>h5:before {
    position: relative;
    top: 8px;
    margin-right: 4px;
}
body.galleries section.gallery article.content>ul>li:hover {
    background-color: #f3f2f2;
}
body.galleries section.gallery article.content>ul>li.featured>span:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 93px;
    height: 24px;
    background: transparent url("images/sprites.png") no-repeat -53px -880px;
}
body.galleries section.gallery article.content>ul>li.photos .description>h5:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: transparent url("images/sprites.png") no-repeat -212px -885px;
}
body.galleries section.gallery article.content>ul>li.videos .description>h5:before {
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: transparent url("images/sprites.png") no-repeat -236px -885px;
}
body.galleries section.gallery article.content>ul>li.videos>span:before {
    content: '';
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 170px;
    height: 120px;
    background: transparent url("images/sprites.png") no-repeat -423px -484px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
section.search header,
section.archive header {
    margin-bottom: 100px;
}
section.search header h2,
section.archive header h2 {
    text-transform: uppercase;
    margin: 22.5px 0;
    font-size: 13.5pt;
    width: 643px;
    border-bottom: 3px solid #a9a4a2;
    padding-bottom: 22.5px;
}
section.search header h2 em,
section.archive header h2 em {
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
}
section.search header h2 var,
section.archive header h2 var {
    font-style: normal;
    color: #dc7211;
    font-weight: normal;
}
section.search ul.block-linked li,
section.archive ul.block-linked li {
    position: relative;
    padding: 15px 15px 15px 100px;
    font-size: 9pt;
    line-height: 130%;
    min-height: 50px;
    border-bottom: 1px dotted #a9a4a2;
}
section.search ul.block-linked li>span,
section.archive ul.block-linked li>span {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 50px;
    background-color: #f0f0f0;
}
section.search ul.block-linked li h5,
section.archive ul.block-linked li h5 {
    font-weight: normal;
    color: #544a46;
    font-size: 9pt;
}
section.search ul.block-linked li h2,
section.archive ul.block-linked li h2,
section.search ul.block-linked li h2 a,
section.archive ul.block-linked li h2 a {
    color: #dc7211;
}
body.elephant-facts section>div article.facts.hide {
    display: none;
}
body.elephant-facts section>div article.facts {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #a9a4a2;
    min-height: 170px;
    overflow: hidden;
    display: inline-block;
    clear: both;
}
body.elephant-facts section>div article.facts>span {
    position: absolute;
    left: 0;
    top: 15px;
}
body.elephant-facts section>div article.facts h2 {
    font-size: 16.8pt;
    padding: 45px 0 11.538461538461538px 240px;
}
body.elephant-facts section>div article.facts>div.entry {
    padding: 0 0 15px 240px;
    line-height: 100%;
}
body.elephant-facts section>div article.facts>div.entry p {
    font-size: 10.5pt;
    line-height: 130%;
    margin-top: .25em;
    line-height: 135%;
}
body.elephant-facts section>div article.facts h1 {
    line-height: 100%;
    font-size: 28pt;
    height: 28pt;
    color: #544a46;
    margin-top: 14pt;
}
body.elephant-facts section>div article.facts:last-of-type {
    border-bottom: 0;
}
body.elephant-facts section>div>menu {
    width: 100%;
    position: relative;
    clear: both;
    border-bottom: 2px solid #a9a4a2;
}
body.elephant-facts section>div>menu>menu {
    position: relative;
    top: 19.8px;
    display: table;
    margin: 0 auto;
    width: auto;
    padding: 0 0.75em;
    overflow: auto;
    background-color: #fff;
}
body.elephant-facts section>div>menu>menu li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 1px;
    text-align: center;
}
body.elephant-facts section>div>menu>menu li a {
    display: block;
    position: relative;
    width: 10px;
    height: 33px;
    -webkit-transition: 0;
    -moz-transition: 0;
    transition: 0;
}
body.elephant-facts section>div>menu>menu li.p a {
    top: 5.5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 20px;
    height: 33px;
    background: transparent url("images/sprites.png") no-repeat -138px -496px;
}
body.elephant-facts section>div>menu>menu li.n a {
    top: 5.5px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 20px;
    height: 33px;
    background: transparent url("images/sprites.png") no-repeat -162px -496px;
}
body.elephant-facts section>div>menu>menu li.d a {
    top: 12px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 19px;
    height: 20px;
    background: transparent url("images/sprites.png") no-repeat -207.6px -496px;
}
body.elephant-facts section>div>menu>menu li.d a:hover,
body.elephant-facts section>div>menu>menu li.d.hl a {
    top: 12px;
    display: -moz-inline-block;
    display: inline-block;
    content: '';
    width: 19px;
    height: 20px;
    background: transparent url("images/sprites.png") no-repeat -186.8px -496px;
}
body.elephant-facts section>div>menu.top {
    top: -15px;
}
body.elephant-facts section>div>menu.bottom {
    top: -41px;
}
.contact-information {
    min-height: 1150px;
}
section.contact-information article form p {
    margin-bottom: 1.25em;
}
.contact-information article form input,
section.contact-information article form textarea {
    width: 95%;
}
.contact-information article form select {
    font-size: 13pt;
}
.contact-information article form button {
    float: left;
}
div#sidebar > #wp_auctions {
    padding-bottom: 20px;
}
.widget.fb .content {
    overflow: hidden;
    height: 255px;
    margin-bottom: 15px;
}

/*Thank you*/

.thanks h4 {
    position: relative;
    font-size: 15.524999999999999pt;
    line-height: 125%;
    padding: 0;
    margin-bottom: 10px;
}
.thanks {
    text-align: right;
    margin: 0 auto;
    padding: 15px 0 0;
}
.thanks strong {
    color: #dc7211;
    font-size: 1.42em;
}
.thanks p {
    font-size: 16px;
    line-height: 1.4em;
    clear: both;
    margin-top: 10px;
}
.thanks a {
    color: #dc7211;
}
#pledge-tab .thanks span.social {
    float: none;
    margin: 0;
    position: relative;
    top: 7px;
}
#pledge-tab .thanks span.social span {
    top: -7px;
    position: relative;
    color: #544a46;
}
#pledge-tab .thanks span.social a[href*=facebook],
#pledge-tab .thanks span.social a[href*=twitter] {
    margin: 0 5px 0;
    float: none;
    height: 26px;
    background-size: 470%;
    width: 70px;
}
#pledge-tab .thanks span.social a[href*=facebook] {
    background-position: -83px -98px;
}
#pledge-tab .thanks span.social a[href*=twitter] {
    background-position: -131px -79px;
    background-size: 400%;
}
.thanks h5 {
    margin-top: 10px;
}
.thanks span {
    color: #41bee0;
    font-weight: bold;
}
#pledge-window form input.pledgeButton {
    width: auto;
    margin-right: 0;
    clear: both;
}
#pledge-window div.wpcf7-response-output {
    clear: both;
    margin: 0;
    border: 0;
    padding: 0;
}
#pledge-window div.wpcf7-response-output p {
    font-weight: normal;
    font-size: 12px !important;
}
#pledge-window span.wpcf7-not-valid-tip {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 100;
    background: #ff0000;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 98%;
    padding: 2px;
    line-height: 24px;
    height: 24px;
    opacity: 0.3;
}
#pledge-window div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin: 30px 0 0 125px;
}
.contacts ul li {
    float: left;
    list-style: none;
}
.contacts ul {
    margin-top: 2em;
}
.contacts li {
    padding-left: 3em;
}
.contacts {
    margin-bottom: 18em;
    margin-top: 4.5em;
    margin-left: -3em;
    border-top: 2px dotted #A9A4A2;
}
.contacts h5 {
    font-size: 10.5pt;
    margin-bottom: 0.5em;
}
.contacts a {
    display: block;
    color: #dc7211;
    font-size: 10.799999999999999pt;
    font-weight: bold;
    margin-top: 0.2em;
}
.contacts p {
    font-size: 9pt;
    line-height: 140%;
}

#s {
background: #F2EDEA!important;
color:#639FCB!important;
border:1px solid #639FCB!important;
text-align: center;
font-size:10pt;
width:110px;
}

#august12 {
text-align:center;
color:#72CAE4;
font-size:12px;
letter-spacing:1px;
margin-top:10px;
}

#pledge-form h3{
font-size:16px;
margin-top:0px;
padding-top:0px;
}

#pledge-form{
position:absolute; 
margin-left:60px;
top: 85px;
z-index: 99998;
}




#pledge-form .wpcf7-form-control-wrap input{
width:210px;
background-color: #B9EEF6;
margin-bottom:10px;
} 

body.home #input-form{
vertical-align: top;
width:240px;
border:1px solid #000; 
border-radius: 25px;
text-align:center;
padding:10px 15px 10px 15px;
position:relative;
background-color: rgba(255, 255, 255, 0.7);
}

body.home #pledge-window form input {
padding:0px;
}

#counter0 {
font-size:	37.3333px;
font-weight:	700;
color: #41bee0;
font-style: normal;
font-family: "DroidSans",​Helvetica,​Arial,​sans-serif;
}

footer.container {

margin-top:10px;
}

.thank-you h4{
font-size:12px;
}

#pledge-form h1 a {
margin-left:15px;
background: transparent url("images/spritesnew.png") no-repeat scroll -339px -874px;
content: "";
display: inline-block;
height: 126px;
width: 262px;
}

#input-form {
margin-left:17px;
margin-top:30px;
}

.wedtag{
    font-size:1.8rem;
    color: #00c7e0;
}

.footerleft {
text-align: right;
}

.footermenu{
text-align:center;
width:100%;
margin-top:15px;
font-size: 14px;
text-transform: uppercase;
font-weight:normal;
}

.footermenu ul li{
display:inline;
padding-left: 10px;
}

.pledge16{
z-index:99999;
margin-bottom:50px;
}

#menu-sections {
    display:table;
    width:100%;
    margin: 0;
}
#menu-sections > li {
    float:none;
    display:table-cell;
    text-align:center;
}
span.ipledge{
	color:#E8A147;
}

/*
:not(.breakdance) #topheader {
    position: fixed !important;
    z-index:99999;
}

.breakdance #topheader {
    position: fixed !important;
    z-index:99999;
}

.logged-in #topheader{
top:25px;
}
*/

/*
.logged-in .container-fluid {
padding-top:45px;
}
*/

/* #wds_container1_0 {margin-top: 45px;} */

.logged-in #wds_container1_0 {margin-top: 0px;}

.footerleft a img {
height:29px; width:29px; padding-left:3px;
}

#menu-sections .sub-menu a{
font-size: 12px!important;
}

.donate {
z-index:999999; 
right:60px;
top:125px;
clear: both;
float: right;
text-align:right;
padding-left: 15px;
padding-right: 15px;
position: fixed;
}

div.pfpItem img{
	margin-bottom: 1em;
}

.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	margin: 1em 0;
} 
.embed-container iframe, 
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}


@media only screen and (max-width: 1070px) {
	.donate {
		float:none;
		text-align:center;
		position: relative;
		top:3px;
		right:0px;
		padding:0;
		z-index: 10000;
	}
	.donate form input {
       		width: 74px !important;
    		margin: 0.5em 0 0.75em;
	}
	
	
	#pledge-form h1 {
	display:none;
	}
	
	#pledge-form{
	clear:both;
	position:relative;
	margin-left:auto;margin-right:auto;
	top:10px;
	margin-bottom: 10px;
	}
	#pledge-form input,	#pledge-form select {
	font-size: 16px;
	}
	body.home #input-form{
		width:75%;
		margin-left: auto;margin-right:auto;
	
		margin-top:0px;
		margin-bottom:20px;
   }
   
	span.ipledge{
		color:#fff;
		}   
   
   #pledge-form .wpcf7-form-control-wrap select{
   width:100%;
   }
   
   
   
   #pledge-form .wpcf7-form-control-wrap input{
	width:100%;
	} 
	
	footer .col-md-3{
		width:50%;
	}
	.fcolumn2{
	display:none;
	}
	
	.container-fluid {
		padding-top:0px;
	}

	#wds_container1_0{
		margin-top: 0px;
	}
	

}

.mobile-only{
	display: none;
}
.desktop-only{
	display: block;
}
@media only screen and (max-width: 768px) {
    .mobile-only{
    	display: block;
    }
    ::not(.donate).desktop-only{
    	display: none;
    }
    .donate.desktop-only{
        padding-bottom: 5vw;
    }    
    .donate form input {
        width: 20vw !important;
        height: auto !important;
        margin: -10vw 0 0.75em;
    }
}

.sbi_lightbox {
z-index:100000!important;
}

