/*
 * Occupy.com styles
 * by Ashe Avenue (http://www.asheavenue.com)
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ css reset - Adapted and Modified from YUI Reset v2.8.1 Copyright (c) 2010, Yahoo! Inc. All rights reserved. // Code licensed under the BSD License: // http://developer.yahoo.com/yui/license.html */

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;}
*:focus,a:focus,img:focus,input:focus{outline-style:none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @font-face */

@font-face {
    font-family: 'BebasNeue';
    src: url('../font/bebasneue.eot');
    src: url('../font/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue.woff') format('woff'),
         url('../font/bebasneue.ttf') format('truetype'),
         url('../font/bebasneue.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typography */

body {
    background: #fff;
    color: #58595b;
    font: normal 14px/1.5 Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
    h1 {
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 42px;
        font-weight: normal;
        letter-spacing: 1.25px;
        line-height: 42px;
        text-transform: uppercase;
    }
        h1.highlight {
            margin-bottom: 17px;
        }
        h1.highlight span,
        h3.highlight span {
            background: #000;
            color: #fff;
            display: inline-block;
            padding: 1px .1em 0;
            margin: 0 0 3px;
        }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: normal;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    h4 {
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
h1,h2,h3,h4,h5,h6,p,ul,ol,img.i,.bd .content ul,.bd .content ol {
    margin-bottom: 20px;
}
img.i {
    display: block;
}
li {
    margin-bottom: 10px;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
.content ul,
.content ol {
    margin-left: 20px;
}
.lte-ie7 .content ol {
    margin-left: 30px;
}
.content ul li,
.content ol li {
    margin-bottom: 0;
}
.content ul ul li {
    list-style: circle;
}
.content ol li {

}
.content .body-text p:first-child:first-letter {
    font-family: 'BebasNeue',Arial,Helvetica,sans-serif;
    float: left;
    display: block;
    font-size: 46px;
    line-height:10px;
    padding-right: 4px;
    padding-top: 4px;
    font-weight: normal;
}
.content .body-text p:first-child {
    font-weight: bold;
}
.content .body-text p.donate-footer {
    padding-top: 20px;
    border-top: 2px dotted #666;
    font-weight: bold;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
em strong,
strong em {
    font-style: italic;
    font-weight: bold;
}
a {
    color: #0054a6;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}
hr {
    background: #918F8F;
    border: 0;
    display: block;
    height: 1px;
    margin: 0 0 20px;
}
.clb {
    clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout */

.doc {
    margin: 0 auto;
    width: 960px;
}
body.modal {
    padding: 20px;
}
body.sign-up,
body.subscription-success {
    overflow: hidden;
}
body.modal .doc {
    margin: 0;
    width: 100%;
}
body.subscription-success .doc {
    text-align: center;
}
.hd {
    border-bottom: 1px solid #918f8f;
    height: 124px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
    .hd .logo {
        background: url("../img/sprite.png?v1.2") no-repeat;
        display: block;
        height: 72px;
        left: 0;
        position: absolute;
        text-indent: -9999em;
        top: 30px;
        width: 371px;
    }
        .hd .logo a {
            display: block;
            height: 100%;
            width: 100%;
        }
    .hd .nav {
        float: left;
        margin: 0;
        position: absolute;
        right: -10px;
        top: 71px;
    }
        .hd .nav li {
            float: left;
            list-style: none;
            margin: 0;
            position: relative;
        }
            .hd .nav li a,
            .hd .nav li span {
                color: #000;
                display: block;
                float: left;
                font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
                font-size: 32px;
                letter-spacing: 1px;
                line-height: 32px;
                margin: 0 3px;
                padding: 3px 10px 0;
                text-decoration: none;
            }
            .hd .nav li span.sep {
                background: url("../img/sprite.png") no-repeat 0 -80px;
                float: left;
                position: relative;
                top: 7px;
                height: 23px;
                margin: 0;
                padding: 0;
                width: 21px;
            }
            .hd .nav li.disabled {
                opacity: .33;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
            }
            .hd .nav li.engage a,
            .hd .nav li.engage span {
                margin-right: 0;
            }
            .hd .nav li:hover > a,
            .hd .nav li a:hover {
                background: #000;
                color: #fff;
            }
            body.read .hd .nav li.read > a,
            body.listen .hd .nav li.listen > a,
            body.see .hd .nav li.see > a,
            body.watch .hd .nav li.watch > a {
                background: #000;
                color: #fff;
            }
            .hd .nav li ul {
                background: #fff;
                border: 1px solid #000;
                left: -9999em;
                margin: 0;
                position: absolute;
                top: 47px;
                width: 300px;
            }
            .hd .nav li:hover ul {
                left: 3px;
            }
            .hd .nav li.listen ul {
                width: 100px;
            }
                .hd .nav li ul li {

                }
                    .hd .nav li ul li a {
                        display: block;
                        float: none;
                        margin: 0;
                    }
                    .hd .nav li.listen ul li a {
                        width: 74px;
                    }
    .hd .social {
        float: right;
        position: absolute;
        right: 0;
        top: 30px;
    }
        .hd .social li {
            float: right;
            list-style: none;
            margin-left: 14px;
            padding: 0;
        }
        .hd .social li.tweet {
            margin-left: 0;
        }
        .hd .social li.like {
            position: relative;
            top: 1px;
        }
        .lte-ie7 .hd .social li.plus-one {
            display: none;
        }
.bd {
    position: relative;
    z-index: 1;
}
    .bd .content {
        float: left;
        margin-right: 20px;
        width: 640px;
    }
        .bd .content .author {
            float: left;
            margin-right: 20px;
            text-transform: uppercase;
        }
        .bd .content .addthis {
            float: left;
            margin: 0 0 20px;
            padding: 0;
            width: 125px;
        }
            .bd .content .addthis a {
                -webkit-transition: none;
                   -moz-transition: none;
                    -ms-transition: none;
                     -o-transition: none;
                        transition: none;
            }
        .bd .content .content-partner {
            clear: both;
            font-style: italic;
            font-size: 12px;
            margin: 0 0 20px;
        }
        .bd .content .i-caption {
            font-size: 12px;
        }
    .bd .aside {
        float: left;
        width: 300px;
    }
    .bd .socials {
    }
        .bd .socials ul {
            list-style: none;
            list-style-image: none;
            margin: 0;
            padding: 5px 0 0;
        }
            .bd .socials ul li {
                border: 0;
                float: left;
                height: 21px;
                list-style: none;
                list-style-image: none;
                margin: 0 0 0 12px;
                padding: 0;
                width: auto;
            }
            .bd .socials ul li:first-child {
                margin: 0;
            }
                .bd .socials ul li a {
                    background: url("../img/sprite.png") no-repeat -90px -110px;
                    display: block;
                    height: 100%;
                    position: relative;
                    text-indent: -9999em;
                    width: 22px;
                }
                    .bd .socials ul li.twitter a {
                        background-position: -113px -110px;
                        width: 23px;
                    }
                    .bd .socials ul li.googleplus a {
                        background-position: -137px -110px;
                    }
                    .bd .socials ul li a:hover {
                        top: 1px;
                    }
        .about .bd .socials {
            float: left;
            margin: 0 0 20px 0;
            width: 100%;
        }
.ft {
    clear: both;
}
    .ft .nav {
        border: 1px solid #918F8F;
        border-width: 1px 0;
        float: left;
        margin: 0 0 30px;
        padding: 6px 0;
        width: 100%;
    }
        .ft .nav li {
            border-left: 1px solid #918F8F;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0 6px;
            text-align: center;
            width: 181px;
        }
        .ft .nav li:first-child {
            border-left: 0;
            padding-left: 0;
            width: 182px;
        }
        .ft .nav li.contribute {
            padding-right: 0;
            width: 182px;
        }
            .ft .nav li a {
                color: #808285;
                cursor: pointer;
                display: block;
                font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
                font-size: 18px;
                height: 32px;
                letter-spacing: 0.5px;
                line-height: 32px;
                text-decoration: none;
                text-transform: uppercase;
                -webkit-transition: all .3s ease-out;
                   -moz-transition: all .3s ease-out;
                     -o-transition: all .3s ease-out;
                        transition: all .3s ease-out;
            }
            .ft .nav li a:hover,
            body.about .ft .nav li.about a,
            body.contact .ft .nav li.contact a {
                background: #0054a6;
                color: #fff;
            }
    .ft .legal-nav {
        clear: both;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }
        .ft .legal-nav li {
            display: inline;
            font-size: 11px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .ft .legal-nav li a {
                color: #808285;
                text-transform: uppercase;
                text-decoration: none;
            }
            .ft .legal-nav li a:hover {
                color: #0054a6;
            }
            .ft .legal-nav li .sep {
                padding: 0 6px;
                color: #231f20;
            }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ widgets */

/* carousel */

div.carousel-wrap {
    margin-bottom: 30px;
    position: relative;
}
    div.carousel {
        overflow: hidden;
        height: 540px;
        width: 960px;
    }
        div.carousel ul {
        }
            div.carousel ul li {
                list-style: none;
                margin: 0;
                padding: 0;
                position: relative;
            }
                div.carousel ul li a {
                    text-decoration: none;
                }
                div.carousel ul li .title {
                    background: rgba(0,0,0,.75);
                    color: #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 8px 24px 0;
                    width: 912px;
                }
                div.carousel ul li .photo-credit {
                    background: rgba(0,0,0,.75);
                    bottom: 10px;
                    color: #fff;
                    font-style: italic;
                    padding: 0 4px;
                    position: absolute;
                    right: 4px;
                }
                /* -- homepage only # 105 -- */
                .homepage div.carousel ul li .title {
                    background: rgba(0,0,0,.65);
                    padding: 18px 24px 16px;
                }
                .lt-ie9 div.carousel ul li .title {
                    background: transparent url("../img/title_overlay.png") repeat;
                }
                /* -- homepage only # 105 -- */
                .lt-ie9 .homepage div.carousel ul li .title {
                    background: transparent url("../img/title_overlay_ie.png") repeat;
                }
                    div.carousel ul li iframe,
                    div.carousel ul li object,
                    div.carousel ul li embed,
                    .bd.homepage .embed embed,
                    .bd.homepage .embed object,
                    .bd.homepage .embed iframe
                    {
                        display: block;
                        height: 540px !important;
                        width: 960px !important;
                    } 
                    div.carousel ul li img {
                        height: 540px;
                        width: 960px;
                    }
                    div.carousel ul li .title h3 {
                        color: #fff;
                        font-size: 30px;
                        line-height: 30px;
                        margin-bottom: 6px;
                        text-transform: uppercase;
                    }
                    div.carousel ul li .title p {
                        margin-bottom: 6px;
                    }
                    /* -- homepage only # 105 -- */
                    .homepage div.carousel ul li .title h3,
                    .homepage div.carousel ul li .title p
                     {
                        margin-bottom: 0px;
                     }
                    
                    
                   
                    div.carousel ul li .video-overlay {
                        background: url("../img/sprite.png") no-repeat 0 -160px;
                        bottom: 34px;
                        display: block;
                        height: 119px;
                        opacity: .75;
                        -moz-opacity: .75;
                        -webkit-opacity: .75;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
                        position: absolute;
                        right: 34px;
                        width: 103px;
                    }
                    div.carousel ul li:hover .video-overlay {
                        opacity: 1;
                        -moz-opacity: 1;
                        -webkit-opacity: 1;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    }
    div.carousel-wrap #prev,
    div.carousel-wrap #next {
        cursor: pointer;
        left: 0;
        padding: 17px;
        position: absolute;
        top: 240px;
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        z-index: 999;
    }
    div.carousel-wrap #next {
        left: auto;
        right: 0;
    }
    div.carousel-wrap #prev:hover,
    div.carousel-wrap #next:hover {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
        div.carousel-wrap #prev span,
        div.carousel-wrap #next span {
            background: url("../img/sprite.png") no-repeat 0 -110px;
            display: block;
            height: 45px;
            width: 25px;
        }
        div.carousel-wrap #next span {
            background-position: -26px -110px;
        }
div.carousel-wrap-inner {
}
    div.carousel-wrap-inner div.carousel {
        height: 360px;
        width: 640px;
    }
        div.carousel-wrap-inner div.carousel ul li .title {
            width: 592px;
        }
        div.carousel-wrap-inner div.carousel ul li img {
            height: 360px;
            width: 640px;
        }
        div.carousel-wrap-inner div.carousel ul li .video-overlay {
            background-position: -110px -160px;
            bottom: 24px;
            height: 78px;
            right: 20px;
            width: 67px;
        }
        div.carousel-wrap-inner #prev,
        div.carousel-wrap-inner #next {
            top: 180px;
        }

/* Article List */

ul.article-list {
    padding: 0;
}
    ul.article-list li {
        border-top: 1px solid #918F8F;
        list-style: none;
        margin: 20px 0 0;
        padding: 20px 0 0;
        position: relative;
    }
    ul.article-list li:first-child {
        border: 0;
        margin-top: 0;
        padding-top: 0;
    }
    ul.article-list li.article {
        min-height: 140px;
        padding-left: 160px;
    }
        ul.article-list li.article .img {
            left: 0;
            position: absolute;
            top: 20px;
        }
            ul.article-list li.article .img img {
                display: block;
                height: 140px;
                width: 140px;
            }
        ul.article-list li.article:first-child .img {
            top: 0;
        }
        ul.article-list li.article h3 {
            margin-bottom: 6px;
        }
            ul.article-list li.article h3 a {
                color: #000;
                text-decoration: none;
            }
            ul.article-list li.article h3 a:hover {
                color: #0054a6;
            }
        ul.article-list li.article p {
            margin-bottom: 6px;
        }
        ul.article-list li.article .read-more {
            color: #58595b;
            font-weight: bold;
            margin-bottom: 0;
            text-decoration: none;
            text-transform: uppercase;
        }
            ul.article-list li.article .read-more:hover {
                color: #0054a6;
            }
                ul.article-list li.article .read-more .sep {
                    color: #0054a6;
                }
                ul.article-list li.article .read-more:hover .sep {
                    color: #000;
                }
    ul.article-list li.article-large {
        padding-left: 0;
    }
        ul.article-list li.article-large a {
            text-decoration: none;
        }
        ul.article-list li.article-large .img {
            margin-bottom: 20px;
            left: auto;
            position: relative;
            top: auto;
        }
            ul.article-list li.article-large .img img {
                display: block;
                height: 360px;
                width: 640px;
            }
            ul.article-list li.article-large .img h3 {
                font-size: 32px;
                line-height: 32px;
                letter-spacing: 1.25px;
                left: 17px;
                position: absolute;
                top: 20px;
                width: 606px;
            }
                ul.article-list li.article-large .img h3 span {
                    background: #000;
                    color: #fff;
                    text-decoration: none;
                }

/* Photo Galleries */

div.gallery {
    clear: both;
    background: #E7E7E8;
    border: 1px solid #918F8F;
    border-width: 1px 0;
    margin: 20px 0;
    padding: 20px;
}
    div.gallery .carousel {
        height: 465px;
        width: 920px;
    }
    div.gallery #next,
    div.gallery #prev {
        margin-top: -23px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        top: 50%;
    }
    div.gallery #prev {
        left: 20px;
    }
    div.gallery #next {
        right: auto;
        left: 581px;
    }
    div.gallery ul {
        margin: 0;
        height: 465px;
        overflow: hidden;
        position: relative;
    }
        div.gallery ul li {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        div.gallery ul li:first-child {
            display: block;
        }
            div.gallery ul li .image-wrap {
                float: left;
                text-align: center;
                margin-right: 20px;
                height: 465px;
                width: 620px;
            }
                div.gallery ul li .image-wrap .image-wrap-table {
                    display: table;
                    height: 465px;
                    table-layout: fixed;
                    width: 620px;
                }
                div.gallery ul li .image-wrap .image-wrap-tr {
                    display: table-row;
                    position: relative;
                }
                    div.gallery ul li .image-wrap .image-wrap-td {
                        display: table-cell;
                        position: relative;
                        vertical-align: middle;
                    }
                div.gallery ul li img {
                    display: inline-block;
                    height: auto;
                    margin: 0;
                    max-height: 465px;
                    max-width: 620px;
                    width: auto;
                }
            div.gallery ul li .caption {
                border-left: 1px solid #918F8F;
                -webkit-box-shadow: 0 0 5px #bcbbbb;
                   -moz-box-shadow: 0 0 5px #bcbbbb;
                    -ms-box-shadow: 0 0 5px #bcbbbb;
                     -o-box-shadow: 0 0 5px #bcbbbb;
                        box-shadow: 0 0 5px #bcbbbb;
                padding-left: 19px;
                display: table;
                float: left;
                font-size: 12px;
                height: 465px;
                width: 260px;
            }
                div.gallery ul li .caption-wrap-tr {
                    display: table-row;
                }
                    div.gallery ul li .caption-wrap-td {
                        display: table-cell;
                        vertical-align: middle;
                    }

/* Embeds */

div.embed {
    margin: 0 0 20px;
}

/* Comments */

div.comments {
    margin-bottom: 20px;
}
    div.comments h3 {
        border-bottom: 1px solid #918F8F;
        padding-bottom: 10px;
    }
    #dsq-global-toolbar {
        display: none;
    }
    #dsq-account-dropdown a {
        background: #0054A6;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
             -o-border-radius: 3px;
                border-radius: 3px;
        color: #fff;
        float: right;
        font-size: 12px;
        line-height: 20px;
        padding: 0 7px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #dsq-content .dsq-avatar {
        clear: both;
    }

/* Pager */

.element-invisible {
    display: none;
}
ul.pager {
    border-top: 1px solid #918F8F;
    margin: 0 0 20px;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
}
    ul.pager li {
        color: #6d6e71;
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 18px;
        list-style: none;
        display: inline-block;
    }
    ul.pager li.pager-first,
    ul.pager li.pager-last {
        display: none;
    }
    ul.pager li.pager-previous,
    ul.pager li.pager-next {
        left: 0;
        position: absolute;
        top: 10px;
    }
    ul.pager li.pager-next {
        left: auto;
        right: 0;
    }
    ul.pager li.pager-current {
        padding: 0 6px;
    }
        ul.pager li a {
            color: #000;
            letter-spacing: 0.5px;
            padding: 0 8px;
            text-transform: uppercase;
            text-decoration: none;
        }
        ul.pager li.pager-next a {
            padding-right: 0;
        }
        ul.pager li.pager-previous a {
            padding-left: 0;
        }
        ul.pager li a:hover {
            color: #0054a6;
        }

/* Contact Form */

div.contact-form {

}
    div.contact-form .form-item,
    div.contact-form .captcha {
        border-bottom: 1px solid #918F8F;
        float: left;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }
    div.contact-form .captcha {
    }
        div.contact-form .form-required {
            color: #ed1c24;
        }
        div.contact-form .form-item label,
        div.contact-form .captcha legend {
            color: #000;
            font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
            float: left;
            font-size: 20px;
            letter-spacing: .5px;
            text-transform: uppercase;
            width: 120px;
        }
        div.contact-form .captcha legend {
            float: none;
            left: 0;
            position: absolute;
            top: 0;
        }
        .lte-ie7 div.contact-form .captcha legend {
            left: -7px;
        }
        div.contact-form .form-item label.error {
            display: none !important;
        }
        div.contact-form .form-item input,
        div.contact-form .form-item textarea {
            border: 1px solid #e7e7e8;
            background: #e7e7e8;
            padding: 9px;
            max-width: 500px;
            min-width: 500px;
            width: 500px;
        }
        div.contact-form .form-item input.error,
        div.contact-form .form-item textarea.error {
            border-color: #ED1C24;
        }
        div.contact-form .form-item textarea {
            min-height: 150px;
            height: 150px;
        }
    div.contact-form .captcha {
    }
        div.contact-form .captcha .fieldset-wrapper {
            margin-left: 120px;
        }
            div.contact-form .captcha .fieldset-description {
                display: none;
            }
            div.contact-form .captcha .form-item-captcha-response {
                border: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            div.contact-form .captcha .form-item-captcha-response label {
                color: #58595B;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                text-transform: none;
                width: 100%;
            }
            div.contact-form .captcha .form-item-captcha-response .description {
                display: none;
            }
    div.contact-form .form-actions {
        clear: both;
        margin-bottom: 60px;
        padding-left: 120px;
    }
        div.contact-form .form-actions input.form-submit {
            background: #000;
            border: 0;
            color: #fff;
            cursor: pointer;
            font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
            font-size: 20px;
            line-height: 1;
            letter-spacing: 0.75px;
            padding: 3px 20px 0;
            text-transform: uppercase;
            -webkit-transition: all .3s ease-out;
               -moz-transition: all .3s ease-out;
                 -o-transition: all .3s ease-out;
                    transition: all .3s ease-out;
        }
        div.contact-form .form-actions input.form-submit:hover {
            background: #0054a6;
            color: #fff;
        }

/* Sign Up Modal */

.bd-sign-up {
}
    .bd-sign-up label {
        text-transform: capitalize;
    }
    .bd-sign-up .form-item {
        margin-bottom: 20px;
    }
    .bd-sign-up input {
        border: 1px solid #e7e7e8;
        background: #e7e7e8;
        padding: 9px;
        width: 340px;
    }
    .bd-sign-up .form-actions input,
    .donate-wrap .form-actions > input {
        background: #000;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.75px;
        padding: 3px 20px 0;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
           -moz-transition: all .3s ease-out;
             -o-transition: all .3s ease-out;
                transition: all .3s ease-out;
        width: auto;
    }
    .bd-sign-up .form-actions input:hover,
    .donate-wrap .form-actions > input:hover {
        background: #918F8F;
    }

/* Donate Page */

.bd-donate .content {
    padding-bottom: 20px;
}
p.redirecting {
    background: #E7E7E8;
    line-height: 150px;
    text-align: center;
}
.donate-wrap {
    border: 3px solid #000;
    clear: both;
    padding: 20px;
    margin: 0 0 20px;
}
    .donate-wrap form {
        clear: both;
    }
        .donate-wrap .form-item {
            border-bottom: 1px solid #918F8F;
            padding: 14px 0;
        }
        .donate-wrap .form-item:first-child {
            padding-top: 0;
        }
        .donate-wrap .form-item > label {
            color: #000;
            float: left;
            line-height: 35px;
            margin-right: 20px;
            width: 160px;
        }
        .donate-wrap .form-item > input,
        .donate-wrap .form-item > select {
            border: 1px solid #e7e7e8;
            background: #e7e7e8;
            padding: 9px;
            width: 394px;
        }
        .donate-wrap .form-item > select {
            width: 412px;
        }
        .donate-wrap .form-actions {
            padding-top: 14px;
        }
        .donate-wrap .form-actions > input {
            margin-left: 180px;
        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sidebar widgets */

.aside .widget {
    margin-bottom: 20px;
}
    .aside .more-articles {
        border: 1px solid #918f8f;
    }
        .aside .more-articles h4 {
            background: #e7e7e8;
            padding: 5px 10px;
            margin: 0;
            letter-spacing: .75px;
        }
        .aside .more-articles .article-list {
            margin: 0;
            padding: 0 20px 20px;
        }
            .aside .more-articles .article-list li.article {
                font-size: 12px;
                line-height: 15px;
                padding: 20px 0 0 0;
                min-height: 0;
            }
                .aside .more-articles .article-list .img {
                    float: left;
                    left: auto;
                    height: 64px;
                    margin: 0 20px 10px 0;
                    position: static;
                    top: auto;
                }
                    .aside .more-articles .article-list .img img {
                        height: 64px;
                        width: 64px;
                    }
                .aside .more-articles .article-list li.article h3 {
                    font-size: 20px;
                    line-height: 20px;
                    letter-spacing: .5px;
                }

/* Ads */

.ad {

}
    .ad img {
        display: block;
    }

/* Join Now */

.aside .join-now {
    color: #fff;
    background: #00a4e6 url("../img/bg_join_now.png") no-repeat 0 100%;
    height: 240px;
    padding: 20px;
}
.aside .join-now.support {
    background: #64d077 url("../img/bg_support_us.png") no-repeat 0 100%; 
}
    .aside .join-now h3 {
        font-size: 32px;
        margin-bottom: 6px;
        line-height: 42px;
        letter-spacing: 1.25px;
    }

    .aside .join-now p {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .aside .join-now a {
        color: #000;
    }
    .aside .join-now a.sign-up-button {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
        font-size: 20px;
        letter-spacing: 0.5px;
        padding: 2px 0 0;
        margin-bottom: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }
    .aside .join-now a.sign-up-button:hover {
        background: #fff;
        color: #000;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ login */

body.page-admin {
    background: #E8E8E8;
    padding-top: 100px;
}

.admin-login {
    background: #f0f0f0;
    background-image:         linear-gradient(bottom, rgb(219,219,219) 8%, rgb(240,240,240) 77%);
    background-image:      -o-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(240,240,240) 77%);
    background-image:     -ms-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(240,240,240) 77%);
    background-image:    -moz-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(240,240,240) 77%);
    background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(240,240,240) 77%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, rgb(219,219,219)), color-stop(0.77, rgb(240,240,240)));
    border: 1px solid #B6B6B6;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
         -o-border-radius: 7px;
            border-radius: 7px;
    box-shadow: 0 0 5px #dbdbdb;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    top: 30px;
    width: 360px;
}
.admin-login .item-list {
    display: none !important;
    clear: both;
    font-size: 0.75em;
}
.admin-login .item-list ul,
.admin-login .item-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.admin-login .item-list li {
    margin-bottom: 1em;
}
.admin-login .form-item {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.admin-login .form-item label {
    display: inline-block;
    width: 100px;
}
.admin-login .form-item input {
    border: 1px solid #B6B6B6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0.1875em;
    width: 200px;
}
.admin-login .form-item input.error {
    border: 1px solid #f00;
}
.admin-login .form-actions input {
    background: #000;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: .25em .5em;
}
.admin-login .form-actions input:hover,
.admin-login .form-actions input:active {
    background: #444;
}
