#main { 
    width: 760px;
    height: 44px;
    position: absolute;
    bottom: 0;
    right: 0; 
    }
    
    @media (max-width : 1200px) { #main { width: 570px; right: -5px; } }
   
    
#main ul { 
    list-style: none; 
    position: absolute;
    bottom: 0;
    right: 0; 
    display: inline;
    }
   
#main ul > li {
    float: left; 
    position: relative;
    display: inline-block;
    } 
   
#main ul > li a {
    height: 14px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    font-family: "nimbus-sans",sans-serif;
    line-height: 1;
    text-transform: uppercase;      
    display: inline-block;
    font-style: normal;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }
   
.ie #main ul li a { padding: 15px 15px; }  

    @media (max-width : 1200px) { 
        #main ul > li a { font-size: 13px; padding: 13px 11px;}
        .ie #main ul li a { padding: 13px 10px; } 
            }


#main ul > li a:hover { color: #0099ad; }
#main ul > li a:active { color: #026e7c; }

#main ul > li:hover a.dropdown { color: white; }

    #main ul > li.nav-work:hover a.dropdown                   { background-color: #7fa548; }
    #main ul > li.nav-initiatives-and-issues:hover a.dropdown { background-color: #3369a4; }
    #main ul > li.nav-about:hover a.dropdown                  { background-color: #674b96; }
    #main ul > li.nav-news:hover a.dropdown                   { background-color: #1a226c; }
    #main ul > li.nav-blog:hover a.dropdown                   { background-color: #c36600; }
    #main ul > li.nav-resources:hover a.dropdown              { background-color: #bf2e1a; }  



 /* Submenu
------------------------------------ */

#main ol,
#main .nav-container { 
    list-style: none;
    width: 180px;
    margin: 0;
    padding: 3px;
    display: none; 
    position: absolute; 
    left: 0;
    top: 44px;
    z-index: 9999;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    /*box-shadow:         0 0 5px rgba(0, 0, 0, 0.25);       
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
    }
    
    #main li.nav-initiatives-and-issues .nav-container { width: 400px; height: 434px; left: -108px; }
    #main .nav-container ol { top: 0; }
    
    #main li.nav-resources ol { left: -57px; }
    
    #main ol.left  { width: 190px; left: 0; }   
    #main ol.right { width: 200px; left: 200px; }
   
    #main ul > li.nav-work ol                                { background-color: #7fa548; }
    #main ul > li.nav-initiatives-and-issues ol,
    #main ul > li.nav-initiatives-and-issues .nav-container  { background-color: #3369a4; }
    #main ul > li.nav-about ol                               { background-color: #674b96; }
    #main ul > li.nav-news ol                                { background-color: #1a226c; }
    #main ul > li.nav-blog ol                                { background-color: #c36600; }
    #main ul > li.nav-resources ol                           { background-color: #bf2e1a; }
    
    @media (max-width : 1200px) { 
        #main ol,
        #main .nav-container { top: 40px; } 
        #main .nav-container  { left: -125px; } 
        #main li.nav-resources ol { left: -88px; }
        }

#main li:hover ol,
#main li.over ol,
#main li:hover .nav-container,
#main li.over .nav-container { display: block; }
   
#main ol li {
    background-image: none;
    padding: 2px !important;
    text-align: left; 
    float: none;
    display: block; 
    }
  
#main ol li a {
    width: auto;
    height: auto;
    padding: 5px 6px !important;
    display: block;
    float: none;   
    text-indent: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: none;
    -moz-border-radius:    2px; 
    -webkit-border-radius: 2px;
    border-radius:         2px; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }
    
    #main ol li a.index {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        }
   
    #main ul > li.nav-work ol li a                    { background-color: #7fa548; }
    #main ul > li.nav-initiatives-and-issues ol li a  { background-color: #3369a4; }
    #main ul > li.nav-about ol li a                   { background-color: #674b96; }
    #main ul > li.nav-news ol li a                    { background-color: #1a226c; }
    #main ul > li.nav-blog ol li a                    { background-color: #c36600; }
    #main ul > li.nav-resources ol li a               { background-color: #bf2e1a; }

#main ol li a:hover { 
    color: #fff !important; 
    }
    
    #main ul > li.nav-work ol li a:hover                   { background-color: #b1e664 !important; }
    #main ul > li.nav-initiatives-and-issues ol li a:hover { background-color: #458bd8 !important; }
    #main ul > li.nav-about ol li a:hover                  { background-color: #906ad0 !important; }
    #main ul > li.nav-news ol li a:hover                   { background-color: #303fc9 !important; }
    #main ul > li.nav-blog ol li a:hover                   { background-color: #fc8400 !important; }  
    #main ul > li.nav-resources ol li a:hover              { background-color: #fd3d23 !important; }  
  
#main ol li a:active { 
    opacity: .8;
    -moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    box-shadow:         inset 1px 1px 2px rgba(0,0,0,.3); 
    }





 /* Top Nav
------------------------------------ */

#tnav {
    list-style: none;
    display: inline;
    position: absolute;
    right: 0;
    top: 5px; 
    height: 40px;
    }
      
#tnav > li {
    display: inline-block; 
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    height: 40px;
    }
    
#tnav > li.contract {
    width: 40px; 
    height: 40px;
    }

#tnav > li a {
    background: url(/theme/img/top-icons.png) no-repeat 0 0;
    width: 40px; 
    height: 40px; 
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
    opacity: .4;
    }
      
    #tnav > li a:hover { opacity: .8; }
    
    #tnav > li a:active { opacity: 1; }
      

#tnav > li.nav-search a,
#tnav > li.nav-facebook a,
#tnav > li.nav-twitter a,
#tnav > li.nav-join a     { text-indent: -99999px; }

#tnav > li.nav-search a   { background-position:  12px 10px; }
#tnav > li.nav-facebook a { background-position:  -27px 10px; }
#tnav > li.nav-twitter a  { background-position:  -66px 10px; }
#tnav > li.nav-join a     { background-position:  -107px 10px; }
      

#tnav > li.nav-donate { 
    width: 120px;
    }
    
#tnav > li.nav-donate a { 
    opacity: 1;
    background-image: none;
    background: #bf2e1a;
      font-family: "nimbus-sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 1;
    padding: 8px 10px 12px 10px;
    width: 100px;
    height: 20px;
    }
    
    #tnav > li.nav-donate a:hover { background: #ed3921; }
    
    #tnav > li.nav-donate a:active { background: #821f12; }


#tnav > li.expand a { display: none; }

#tnav > li.nav-facebook.expand a,
#tnav > li.nav-twitter.expand a { display: block; float: left; }

#tnav > li.nav-search.expand { width: 320px; }
#tnav > li.nav-facebook.expand { width: 122px; }
#tnav > li.nav-twitter.expand { width: 215px; }
#tnav > li.nav-join.expand { width: 320px; }

#tnav > li.nav-facebook #facebox,
#tnav > li.nav-twitter #twitbox { height: 40px; }

#tnav > li.nav-facebook.expand #facebox { width: 122px; }
#tnav > li.nav-twitter.expand #twitbox  { width: 215px;  text-align: left; }

#tnav > li.nav-facebook #facetext,
#tnav > li.nav-twitter #twittext { float: right; margin-top: 11px; }

#tnav > li.nav-facebook.contract #facetext,
#tnav > li.nav-twitter.contract #twittext { display: none; }

#tnav > li.nav-facebook.expand #facetext { width: 90px; }
#tnav > li.nav-twitter.expand #twittext { width: 175px; }


/* --- Search Form --- */

#searchform {
    background: #e9eff5;
    width: 320px;
    height: 40px;
    position: relative;
    }

#tnav > li.contract #searchform { display: none; }
    
#searchform input {
    float: left; 
    margin: 0;
    padding: 10px 10px;
    width: 260px;
    height: 20px;
    border: none;
    background: transparent;
    color: #616161;
    font-size: 15px;
    font-family: arial,sanserif;
    position: absolute;
    top: 0;
    }
    
input#searchinput {
    left: 0;
    }
    
input#searchinput:focus { 
    color: #606060;
    cursor: text; 
    box-shadow:         inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);       
    -moz-box-shadow:    inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25); 
    }

input#searchsubmit {
    background: url(/theme/img/top-icons.png) no-repeat 12px -92px;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    right: 0;
    -webkit-transition: opacity .35s ease-in-out;  
    -moz-transition: opacity .35s ease-in-out;  
    -o-transition: opacity .35s ease-in-out;  
    -ms-transition: opacity .35s ease-in-out; 
    transition: opacity .35s ease-in-out;   
    opacity: .4;
    }

#searchsubmit:hover { opacity: 1;}

#searchsubmit:active { 
    background-position: 12px 10px;
    opacity: 1;
    }




/* --- Join Form --- */

.subscribe { 
    background: #e9eff5;
    width: 320px;
    height: 40px;
    position: relative;
    margin: 0;
    } 
      
#tnav > li.contract .subscribe { display: none; }
    
.subscribe ol { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    }
   
.subscribe li { 
    margin: 0; 
    padding: 0; 
    position: relative;
    }


.subscribe input { 
    background: transparent;  
    border: none;
    padding: 9px 10px 11px 10px;
    width: 260px;
    height: 20px;
    margin: 0;
    cursor: pointer; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #616161;
    transition:            all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    position: absolute;
    top: 0;
    left: 0;
    } 
.ie8 .subscribe input { padding-top: 11px; }

    .submit button {
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    width: 180px;
    cursor:pointer;
}
      
 /* ---- Placeholder Text Equalizer - NEEEDED!! ---- */
 
.subscribe #content input:-moz-placeholder                    { opacity: .6; }
.subscribe #content input::-moz-placeholder                   { opacity: .6; }
.subscribe #content input:-ms-input-placeholder               { color: #606060; }
.subscribe #content input::-webkit-input-placeholder          { color: #606060; }
.subscribe #content input:hover:-ms-input-placeholder         { color: #606060; }
.subscribe #content input:hover::-webkit-input-placeholder    { color: #606060; }       
   
.subscribe input:focus { 
    color: #606060;
    cursor: text; 
    }

.subscribe button {
    background: url(/theme/img/top-icons.png) no-repeat -107px -92px;
    width: 40px;
    height: 40px;
    border: none;   
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity .35s ease-in-out;  
    -moz-transition: opacity .35s ease-in-out;  
    -o-transition: opacity .35s ease-in-out;  
    -ms-transition: opacity .35s ease-in-out; 
    transition: opacity .35s ease-in-out;   
    opacity: .4;
    }

.subscribe button:hover { opacity: 1;}

.subscribe button:active { 
    background-position: -107px 10px;
    opacity: 1;
    }








 /* Section Nav
------------------------------------ */


#snav { 
    padding: 20px;
    margin: auto;
    position: relative;
    background: #e9e9e9;   
    border-bottom: 5px solid #d3d3d3; 
    }  
   
#snav h3.title { 
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    }
    
#snav h3.title a { 
    -webkit-transition: all .25s ease-in-out;  
    -moz-transition: all .25s ease-in-out;  
    -o-transition: all .25s ease-in-out;  
    -ms-transition: all .25s ease-in-out; 
    transition: all .25s ease-in-out;    
    }
    
    .work #snav h3.title a                    { color: #7fa548; }
    .initiatives-and-issues #snav h3.title a  { color: #3369a4; }
    .about #snav h3.title a                   { color: #674b96; }
    .news #snav h3.title a                    { color: #1a226c; }
    .resources #snav h3.title a               { color: #bf2e1a; }  
    
    
    .work #snav h3.title a:hover                    { color: #40640d; }
    .initiatives-and-issues #snav h3.title a:hover  { color: #1a226c; }
    .about #snav h3.title a:hover                   { color: #7f51cc; }
    .news #snav h3.title a:hover                    { color: #5d76b4; }
    .resources #snav h3.title a:hover               { color: #941d0c; }  
    
    
#snav h3.title:hover a:after { content: " »" }
    
    
#snav ul { list-style: none; }   

#snav li { 
    margin: auto; 
    position: relative;
    } 

#snav li:last-child { margin: 2px auto auto auto; } 

#snav li a { 
    background: rgba(112,133,156,0);
    padding: 5px; 
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #30bdcf;   
    font-family: "nimbus-sans",sans-serif;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }  
    
    .work #snav li a                    { color: #40640d; }
    .initiatives-and-issues #snav li a  { color: #1a226c; }
    .about #snav li a                   { color: #7f51cc; }
    .news #snav li a                    { color: #5d76b4; }
    .resources #snav li a               { color: #941d0c; }   

#snav li a:hover { 
    background: rgba(112,133,156,1);
    padding: 5px 5px 5px 7px; 
    color: #fff;
    -moz-box-shadow:       inset 1px 1px 2.5px rgba(0,0,0,0);
    -webkit-box-shadow: inset 1px 1px 2.5px rgba(0,0,0,0);
    box-shadow:         inset 1px 1px 2.5px rgba(0,0,0,0); 
    }
    
    .work #snav li a:hover                    { background: #7fa548; }
    .initiatives-and-issues #snav li a:hover  { background: #3369a4; }
    .about #snav li a:hover                   { background: #674b96; }
    .news #snav li a:hover                    { background: #1a226c; }
    .resources #snav li a:hover               { background: #bf2e1a; }  
     
#snav li a:active { 
    background: rgba(112,133,156,.8);
    padding: 5px 5px 5px 7px; 
    -moz-box-shadow:       inset 1px 1px 2.5px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 1px 1px 2.5px rgba(0,0,0,.3);
    box-shadow:         inset 1px 1px 2.5px rgba(0,0,0,.3);   
    color: #fff; 
    }    
    
    .work #snav li a:active                   { background: #7fa548; }
    .initiatives-and-issues #snav li a:active { background: #3369a4; }
    .about #snav li a:active                  { background: #674b96; }
    .news #snav li a:active                   { background: #1a226c; }
    .resources #snav li a:active              { background: #bf2e1a; }
   
#snav li a:hover:after { content: " »" }

#snav li.active { background: #f6f6f6; }

#snav li.active a { color: #7d7d7d; }
#snav li.active a:hover { color: #fff; }

#snav li.active a { font-weight: bold; }
#snav li.active li a{ font-weight: normal; }




#snav ul ul { margin: 0 0 0 15px; } 

#snav li li a,
#snav li li li a,
#snav li li li li a { 
    padding: 5px 5px 5px 20px;
    } 

#snav li li a:before,
#snav li li li a:before,
#snav li li li li a:before { 
    height: 0; 
    width: 4px;    
    margin-left: 0;  
    content: "   ";    
    position: absolute;
    top: 12px;
    left: 7px; 
    bottom: 100%;   
    pointer-events: none;
    border-width: 4px;
    border-color: rgba(158, 158, 158, 1); 
    border: 2px solid transparent; 
    border-color: #9e9e9e; 
    } 

#snav li li a:hover, #snav li li a:active,
#snav li li li a:hover, #snav li li li a:active,
#snav li li li li a:hover, #snav li li li li a:active { 
    padding: 5px 5px 5px 20px; 
    }



 /* Blog Nav
------------------------------------ */

#bnav { 
    padding: 20px;
    margin: auto;
    position: relative;
    background: #e9e9e9;   
    border-bottom: 5px solid #d3d3d3; 
    }  
   
#bnav.top {
    width: 1180px;
    padding: 10px;
    }
    
    @media (max-width : 1200px) { #bnav.top { width: 940px; } }
   
   
#bnav h3.title { 
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #a25d11; 
    }
    
    #bnav form h3.title { margin: 15px 0 5px 0; }

#bnav .subscribe-button {
    padding: 10px 15px 10px 32px;
    display: inline-block;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #9b5100;
    margin-right: 7px;
    transition:         all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    }
    
    #bnav .subscribe-button.rss   { background-image: url("/theme/img/subscribe-button-rss.png"); }
    #bnav .subscribe-button.email { background-image: url("/theme/img/subscribe-button-email.png"); }
    
    #bnav .subscribe-button:hover { background-color: #713b01; color: white; }

#bnav.top form {
    display: inline;   
    width: auto;
    }  

#bnav select { 
    background: #c36600;   
    border: none;
    width: 360px;
    margin: 0 auto;
    padding: 7px 9px 7px 6px;     
    cursor: pointer; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: white;
    transition:         all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    }   
    
    @media (max-width : 1200px) { #bnav select  { width: 280px; } }
    
#bnav.top select {
    width: 15%;   
    }   
    
#bnav option { 
    padding: 0 9px 0 6px; 
    } 
   
#bnav select:hover { 
    background: #a25d11; 
    color: #fff; 
    box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
    -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); 
    }
   
#bnav select:focus { 
    background: #a25d11 ;   
    color: #fff;
    cursor: text; 
    box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
    -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); 
    }
      








/* --------------- Actions --------------- */

.actions {
    margin: auto;
    }  
    
       
/* --- Join Form --- */

.act-subscribe { 
    background: #e9eff5 url(/theme/img/subcribe-icon.png) no-repeat 10px center;
    height: 40px;
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 30px;
    } 
    
    @media (max-width : 1200px) { .act-subscribe { padding-left: 0; background-image: none; } }
          
.act-subscribe ol { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    }
   
.act-subscribe li { 
    margin: 0; 
    padding: 0; 
    position: relative;
    }


.act-subscribe input { 
    background: transparent;  
    border: none;
    padding: 9px 10px 11px 10px;
    width: 290px;
    height: 20px;
    margin: 0;
    cursor: pointer; 
    font-family: "nimbus-sans",sans-serif;
    font-weight: 700; 
    font-size: 17px;
    line-height: 1;
    color: #616161;
    transition:         all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    position: absolute;
    top: 0;
    left: 0;
    } 
    
    @media (max-width : 1200px) { .act-subscribe input { font-size: 15px; } }
    
.ie8 .act-subscribe input { 
  padding-top: 12px;
  font-size: 16px; }

      
 /* ---- Placeholder Text Equalizer - NEEEDED!! ---- */
 
.act-subscribe #content input:-moz-placeholder                    { opacity: .6; }
.act-subscribe #content input::-moz-placeholder                   { opacity: .6; }
.act-subscribe #content input:-ms-input-placeholder               { color: #606060; }
.act-subscribe #content input::-webkit-input-placeholder          { color: #606060; }
.act-subscribe #content input:hover:-ms-input-placeholder         { color: #606060; }
.act-subscribe #content input:hover::-webkit-input-placeholder    { color: #606060; }       
   
.act-subscribe input:focus { 
    color: #606060;
    cursor: text; 
    }

.act-subscribe button {
    background: url(/theme/img/subscribe-arrow.png) no-repeat center center;
    width: 30px;
    height: 40px;
    border: none;   
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity .35s ease-in-out;  
    -moz-transition: opacity .35s ease-in-out;  
    -o-transition: opacity .35s ease-in-out;  
    -ms-transition: opacity .35s ease-in-out; 
    transition: opacity .35s ease-in-out;   
    opacity: .4;
    }

.act-subscribe button:hover { opacity: 1;}

.act-subscribe button:active { opacity: .6; }



/* --- Contribute --- */

.box .act-donate, .submit button { 
    display: block;
    color: white;
    background: #bf2e1a;
    padding: 9px 10px 11px 10px;
    color: white;
    font-size: 24px;
    font-family: "nimbus-sans",sans-serif;
    line-height: 1; 
    font-weight: 300; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    position: relative;
    }
        
    .act-donate:hover, .submit button:hover { background-color: #e5371f !important; }
    
    .act-donate:active { 
        background-color: #8c2214 !important; 
        opacity: 1 !important;
        -moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
        box-shadow:         inset 1px 1px 2px rgba(0,0,0,.3);
        }
      
      
    @media (max-width : 1200px) { .act-donate { font-weight: 700; } }
      
      
#message {
    background: #e9eff5;
    border: none;
    vertical-align: middle;
    padding: 8px 11px;
    width: 294px;
    }


      
.act-donate h2 { 
    background: url(/theme/img/donate-icon.png) no-repeat left top;
    color: white; 
    display: inline-block; 
    margin: 0 7px 0 0; 
    font-weight: 700;
    padding-left: 30px;
    line-height: 1;
    }
    
    .submit button {
    font-size: 19px;
    text-transform: uppercase;
    border: none;
    width: 180px;
    cursor:pointer;
     
    font-weight: bold;
}
    
    @media (max-width : 1200px) { .act-donate h2 { display: none; } }

      
.act-donate .button {
    background: url(/theme/img/donate-arrow.png) no-repeat center center;
    width: 30px;
    height: 44px;
    border: none;   
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity .35s ease-in-out;  
    -moz-transition: opacity .35s ease-in-out;  
    -o-transition: opacity .35s ease-in-out;  
    -ms-transition: opacity .35s ease-in-out; 
    transition: opacity .35s ease-in-out;   
    opacity: .6;
    }

.act-donate:hover .button { opacity: 1;}

.act-donate:active .button { opacity: .8; }    

