html, body, * { 
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
}
body {
    margin: 0 auto;
    font-size: 13px;
}
#soPageContent{
    max-width: 1200px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
a, a:visited, a:active {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
    color: #2d5c88;
}
    a:hover {
        color: #2d5c88;
        text-decoration: underline;
    }

h1 {
    font-size: 36px;
    text-align: inherit;
}
h2 {
    font-size: 32px;
    text-align: inherit;
}
h3 {
    font-size: 30px;
    text-align: inherit;
}
h4 {
    font-size: 20px;
    text-align: inherit;
}
h5 {
    font-size: 16px;
}
b, i {
    font-family: inherit;
    font-size: inherit;
}
span {
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
}
input {
    display: inline-block;
    outline: none;
    vertical-align: middle;
}

#ctl00_PageContent_CheckoutControl_accountInfo_primaryPhone_pnlPhoneNumber {
    display: none !important;
}

select {
    outline: none;
}
label {

}
img {

}

/**PAGE WRAPPERS**/

/**HEADER**/
#soHeader {
    border-bottom: 2px solid #005380;
}
#topheader {
    padding: 0 50px;
}
.headerLeft {
    display: inline-block;
    width: 50%;
    float: left;
}
.headerRight {
    width: 47%;
    float: right;
}
.headerLeft .menuicon {
    display: none;
}

.soHeaderSearch {
    height: 37px;
    display: none;
}
.soSearch, .soSearch > div {
    display: block;
    width: 100%;
    height: 100%;
}
    .soSearch > div {
        background: #dcdcdc;
    }
.soHeaderSearch input[type='text'] {
    width: 80%;
    height: 100%;
    padding: 6px;
    background: #dcdcdc;
    border: none;
    outline: none;
}
.soHeaderSearch input[type='button'] {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #005380;
    background-image: url(images/icons/mag-glass.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}
    .soHeaderSearch input[type='button']:hover {
        background-color: #1A648D;
    }
#soTopNav {
    padding: 0;
    padding-top: 15px;
    display: inline-block;
    width: auto;
}
    #soLoginIcon a, #soCreateAccount a {
        font-weight: bold;
    }
.clientTopNav {
    padding: 0;
    padding-top: 15px;
    display: inline-block;
    width: auto;
}
.clientTopNav a, .navItems a, #soCartLink > a > span {
    color: #808080;
    font-size: 11px;
    font-weight: 600;
}
    .clientTopNav a.sociallink {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .clientTopNav a.sociallink:hover {
        background-position: bottom center;
    }
        #social_fb {
            background-image: url(images/socialmedia/social_fb.png);
        }
        #social_tw {
            background-image: url(images/socialmedia/social_tw.png);
        }
        #social_pi {
            background-image: url(images/socialmedia/social_pi.png);
        }
        #social_in {
            background-image: url(images/socialmedia/social_in.png);
        }
.clientnav a.headerlink {
    margin-right: 50px;
}
.clientnav a.sociallink {
    margin-right: 12px;
}
#soTopNav #respMenu {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url(images/icons/menu-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}
    #soTopNav #respMenu:hover {
        background-position: bottom center;
    }
#soTopNav .navItems > div {
    display: inline-block;
    margin-right:50px;
}
#soTopNav .navItems > div#soCreateAccount{
    
}
#soCartLink {
    text-align: center;
}
    #soCartLink > a > span {
        font-weight: 600;
    }
.headerMobileIcon {
    display: none;
}
.headerNavMobile {
    width: 0;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999999;
    transition: width .8s, height .8s;
    -webkit-transition: width .8s, height .8s;
    -moz-transition: width .8s, height .8s;
}
    .headerNavMobile.open {
        width: 100%;
        height: 1600px;
        transition: width .8s, height .8s;
        -webkit-transition: width .8s, height .8s;
        -moz-transition: width .8s, height .8s;
    }
.soHeaderClear {
    clear: both;
}

/*top nav*/
.mainnav a {
    color: #808080;
}
    .mainnav a:hover {
        text-decoration: none;
    }
.header-nav-container {
    padding: 0 50px;
    text-align: center;
    clear: both;
}
    .header-nav-container.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999999999999;
    }
    .header-nav-container.fixed .mainnav {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 2px solid #005380;
    }
.mainnav {
    border: none;
}
.mainnav li.navitem {
    display: inline-block;
    width: 13.5%;
    padding: 12px 2px;
    font-weight: 600;
    vertical-align: bottom;
    position: relative;
}
    .mainnav li.navitem a {
        font-size: 15px;
        font-weight: 600;
    }
    .mainnav li.navitem.donatebtn {
        width: 10%;
        margin: 0 1.5%;
        background: #005380;
    }
        .mainnav li.navitem.donatebtn:hover {
            background: #1A648D;
        }
    .mainnav li.navitem.donatebtn a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
.mainnav .nav_submenu {
    display: none;
    width: 150%;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 2px solid #005380;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 2000;
}
    .mainnav ul.nav_submenu li {
        padding: 10px 0;
    }
    .mainnav ul.nav_submenu li a {
        font-size: 12px;
        font-weight: normal;
        color: #808080;
    }
.navclose {
    display: none;
}

/*mini-cart*/
.soMiniCartPopped {
    background: #fff;
    border: 1px solid #aaa;
}
.soPopupWindow {
    top: 100%;
}
.DS-MiniCart-ProductImage {
    width: 100px;
    height: 100px;
}
    .DS-MiniCart-ProductImage a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .DS-MiniCart-ProductImage img {
        width: 100%;
        height: 100%;
    }

/**FOOTER**/
#soFooter {
    min-height: 400px;
    padding: 15px 50px;
    background: rgb(0, 83, 128);
}
.footer-wrapper {
    max-width: 960px;
    margin:auto;
    width:100%;
}
.footerleft {
    display: inline-block;
    width: 100%;
    padding-top: 12px;
}
.footerlinks .footercol {
    display: inline-block;
    width: 45%;
}
.footerleft .footeraffiliates {
    padding-top: 20px;
}
    .footerleft .footeraffiliates img {
        margin-right: 2%;
    }
.footernav a {
    color: #333;
}
    .footernav a:hover {
        color: #aaa;
        text-decoration: underline;
    }
.footernav .footerlinks {
    padding-top: 15px;
}
.footernav li.footer_navitem {
    padding-bottom: 12px;
}
.footerdisclaimer {
    padding: 15px 50px;
    font-size: 11px;
}

#soFooter .footercol {
    color: #8cb7c6;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0 0 0;
    width: 190px;
    margin-left:4%;
    vertical-align: top;
}
#soFooter .footercol.col2{
    width:300px;
}
#soFooter .footercol h4 {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
}
#soFooter .footercol h4 a{
    color:#fff;
}
#soFooter .footercol address span{
    color:#8cb7c6;
    font-style: normal;
}
#soFooter .footercol dl, #soFooter .footercol dt, #soFooter .footercol dd{
    color:#8cb7c6;
}
#soFooter .footercol dd a{
    color:#fff;
}
li.ecfaLogo{
    max-width:100px;
}
ul.accountability li {
    padding: 0;
    display: inline-block;
    margin: auto;
    width:45%;
}
ul.accountability li img{
    width:100%;
}

.DDCLink{
    text-align:center; 
    font-size: 18px; 
    padding:30px 0 20px;
}
.DDCLink a{
    color:rgba(255,255,255,.2); 
    text-decoration:none;
}
.DDCLink a:hover{
    text-decoration: none;
}

/*subscribe widget*/
.footer-sub {
    width: 47%;
    float: right;
}
.soSubscribeWidgetContainer {
    margin: 0;
}
.soSubscribeWidgetTitle span {
    font-size: 20px;
    font-weight: 600;
    color: #666;
}
.soSubscribeWidgetTitle {
    text-align: left;
}
.soSubscribeWidgetTitle img {
    display: none;
}
#divSubscribeWidgetOptions .dsFormLabel {
    display: none;
}
#divSubscribeWidgetOptions .dsFormItem {
    margin: 0;
    text-align: left;
}
    .soSubscribeWidgetContainer input {
        margin: 0;
    }
.soSubscribeWidgetErrorMsg {
    display: none;
    color: #ff0000;
}
.soSubscribeWidgetEmailBox {
    min-height: 155px;
    position: relative;
}
    .soSubscribeWidgetEmailBox a.soActionBtn {
        padding: 5px 8px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
.soSubscribeWidgetEmailBox input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
    margin-top: 8px;
    border: none;
}
.dsCodeControlCheckBoxList label {
    color: #01395a;
    font-weight: 400;
}

/**MAIN CONTENT**/
#soContentWrapper {
    padding: 0;
}
/*breadcrumbs*/
#breadcrumb {
    padding: 15px 25px;
}
    #breadcrumb * {
        font-size: 16px;
        color: #444;
    }
/*sidebar*/

/**PAGE CONTENT**/
#soContent {
    width: 100%;
}
    #soContent.homepage {
        padding: 0;
    }
.infoTitle {
    display: none;
}
.infoHeader * {
    color: #005380;
}
.ui-widget {
    font-size: 100%;
}
div[id$='pnlContent'] {
    padding-bottom: 520px;
}
#pnlDedicationHeader{
    text-align:left;
}
.dedication.infoContainer{
    margin:auto;
}
.dsAnonymousDonation{
    position: absolute;
    bottom: 130px;
}
.dedicationContainer{
    position: absolute;
    bottom: 180px;
    width: 100%;
}
.infoContainerGrad{
    position: absolute;
    bottom: 390px;
    width: 100%;
}
.dsGiftNotes{
    padding: 15px;
    clear: both;
}
.dsGiftNotes .dsproductsendtoCol1, .dsGiftNotes .dsproductsendtoCol3{
    display: block;
    width: 100%;
    text-align: left;
}
.dsGiftNotes .dsproductsendtoCol2{
    display: none;
}
.dsGiftNotes input, #GiftNotes {
    width: 100%;
}
.dsProjectDonationTitle{
    color: #005380;
    font-size: 30px;
    text-align: inherit;
}
.hiddenColumnsText a {
    vertical-align: bottom;
}

/*slider*/
.dsSlider {
    width: 100%;
    height: 320px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.sliderimg {
    display: block;
    width: 100%;
    height: 100%;
}
    .sliderimg img {
        width: 100%;
        height: 100%;
    }

/*buttons*/
a.soActionBtn {
    display: inline-block;
    padding: 10px 20px;
    background: #005380;
    border: 1px solid #005380;
    color: #fff;
}
    a.soActionBtn:hover {
        background: #1A648D;
        text-decoration: none;
    }
a.soIdleBtn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #005380;
    color: #003160;
}
    a.soIdleBtn:hover {
        background: #C7CDD1;
        text-decoration: none;
    }
.ui-dialog .ui-dialog-buttonpane button {
    background: #005380;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    text-decoration: none;
}
    .ui-dialog .ui-dialog-buttonpane button span {
        color: #fff;
    }

/*forms*/
.dsRequiredFieldsHint *, .dsRequiredField, .requiredField {
    color: #ff0000;
    font-size: 12px;
}
.dsCodeControlCol3 {
    width: 40%;
    margin-left: 6px;
}

/*tables*/
/*tabs*/
ul.tabs {
    margin-top: 0;
}
ul.tabs li {
    background: #005380;
    border: 1px solid #005380;
}
    ul.tabs li a {
        color: #fff;
    }
ul.tabs li.active {
    background: #fff;
    border: 1px solid #aaa;
}
    ul.tabs li.active a {
        color: #333;
        cursor: default;
    }
    ul.tabs li.active a:hover {
        text-decoration: none;
    }
/*product tabs*/
/*sort and layout*/
.sortandLayout .sorter {
    float: left;
}
.sortandLayout .layout {
    float: right;
}
.sortandLayout ul.btn li {
    padding: 6px 8px;
    background: #005380;
    border-right: 1px solid #002133;
    border-bottom: 1px solid #002133;
    cursor: pointer;
}
    .sortandLayout .sorter .btn li.last {
        margin-left: -4px;
    }
.sortandLayout ul.btn li.active {
    background: #eee;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: default;
}
    .sortandLayout ul.btn li a {
        color: #fff;
        text-decoration: none;
    }
    .sortandLayout ul.btn li.active * {
        color: #333;
        text-decoration: none;
    }
.sortandLayout .sorter-items-container > div {
    margin-right: 8px;
}

/*pagination*/
.page-numbers-container > a {
    margin: 1px;
    padding: 3px 2px;
    color: #fff;
    background: #005380;
    border: 1px solid #005380;
    vertical-align: bottom;
}
    .page-numbers-container > a * {
        color: #fff;
    }
.page-numbers-container > span {
    padding: 3px 4px;
    color: #005380;
    background: #fff;
    border: 1px solid #005380;
    vertical-align: bottom;
    cursor: default;
}
.pagination > a {
    padding: 3px;
    color: #fff;
    background: #005380;
    border: 1px solid #005380;
    vertical-align: bottom;
}
.pagination > span {
    padding: 3px 4px;
    color: #005380;
    background: #fff;
    border: 1px solid #005380;
    vertical-align: bottom;
    cursor: default;
}
.PagedContainer, .pagination {
    margin: 0;
}
.page-numbers-container {
    min-height: 25px;
}

/*product image gallery*/

/* Signin */
.soCreateAccountBtn, .soCreateOrgAccountBtn {
    margin-top: 10px;
}
#dsSigninPage .forgotPass {
    color: #ff0000;
    cursor: pointer;
}
/* create account */
.accountSection.sectionOrgFam{
    display: none;
}
a.continueShopping {
    display: none;
}

/* Account */
ul.tabs li[id*="_tabAddAddress"]{
    display: none;
}
.dsAddressListItem{
    display: none;
}
.dsAddressListItem:first-child{
    display: block;
}
ul[id*="_addressBookTabs"]{
    display: none;
}

#dsAccountPage .infoHeader {
    padding: 8px 0;
}
    #dsAccountPage .infoHeader h3, #dsAccountPage .infoHeader h3 span {
        color: #005380;
    }
#dsAccountPage .infoContainer {
    padding: 15px;
    margin: 0 5px;
    background: #eee;
}
    #dsAccountPage #acctOrderHistory {
        background: none;
    }
#dsAccountPage .accountSection {
    margin: 12px 0;
}
#dsAccountPage #BodyWrapper {
    clear: both;
}
#dsAccountPage .topButtons {
    padding: 0;
    float: left;
}
#dsAccountPage .updateAccountTopButtons {
    float: right;
}
/* hides 'demographics' section on account page */
.accountSection.sectionAcctControls, .accountSection.sectionCreateAcctPref{ 
    display: none;
}

/*donation history*/
#dsAccountPage .ui-widget-content {
    border: none;
}
#divTransactionHistory {
    background: #eee;
}
#divDonationHistory .dsTableButtonsColumn {
    text-align: right;
}
#divDonationHistory .dsHistoryTableTitle {
    margin: 0;
    font-size: 24px;
}
#divDonationHistory .dsorderitems a.soIdleBtn {
    padding: 8px 20px;
}
#divTransactionHistory ul.tabs.ui-tabs-nav li {
    background: #005380;
    border: 1px solid #005380 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#divTransactionHistory ul.tabs.ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #005380 !important;
    cursor: default;
}
    #divTransactionHistory ul.tabs.ui-tabs-nav li.ui-tabs-selected a {
        color: #005380;
        cursor: default;       
    }
#MyCommitments a.soIdleBtn {
    border: none;
    color: #005380;
    text-decoration: underline;
}
#divProductPurchaseHistory .soHeaderCol1,
#divProductPurchaseHistory .soRowCol1 {
    width: 30%;
}
#divProductPurchaseHistory .soHeaderCol2,
#divProductPurchaseHistory .soHeaderCol3,
#divProductPurchaseHistory .soHeaderCol4,
#divProductPurchaseHistory .soHeaderCol5 {
    text-align: center;
}
.WelcomeMsg a {
    vertical-align: bottom;
}
#soCreateAccountPage .infoContainer {
    background: #eee;
}
.dsHistoryProjectPledgeName {
    padding-left: 5px;
    color: #555;
}
#MyCommitments div.soPledges select, #MyCommitments div.soRecurringHeaders select{
    max-width: 120%;
}

/*receipt*/
/*giving statement*/

/* Wishlist */

/* Product Grid */
.productGriditem {
    width: 300px;
    padding: 0;
}
.productGridimage {
    width: 100%;
    height: 300px;
}
    .productGridimage a, .productGridimage img {
        display: block;
        width: 100%;
        height: 100%;
    }
.productGriditemname {
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productGriditemname a {
    font-size: 20px;
    color: #005380;
    white-space: nowrap;
}
.productGriditemprice {
    padding: 8px 2px;
    font-size: 16px;
    font-weight: bold;
}
.productGridItemButton {
    min-height: 0;
    margin: 2px 0;
}

/* Product List */
.dsentitygriditem {
    padding-bottom: 0;
    background: #eee;
}
.dsentitygridname a h3 {
    color: #005380;
}
.dsentitygridimage {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
}
    .dsentitygridimage a, .dsentitygridimage img {
        display: block;
        width: 100%;
        height: 100%;
    }
.dsentitygridinfo {
    width: 50%;
}
.entityGridActions .dsentitygridbutton {
    bottom: 5px;
}
.entityGridActions {
    position: static;
}

/* Product Detail */
.dsproductrating a {
    vertical-align: bottom;
}
#soProductDetailPage .infoContainer {
    background: #eee;
}
#bestSellers {
    text-align: left;
}
#bestSellers .infoContainer {
    background: none;
    text-align: center;
}
#relatedProducts .infoContainer, #soProductDetailPage .alsoBought.infoContainer {
    background: none;
}
.dsproductname {
    display: none;
}

/* Projects List */
#projectsCatPage .dsentitygridbutton {
    width: auto;
}

/* Project Detail */
#soProjectDetailPage .infoContainer, .sogiftnote, .dsGiftNotes, .dsCheckoutPaymentMethodContainer .infoContainer {
    background: #eee;
}
.soProjectXMLPkg2 .dsproductimagecontainer{
    float:right;
    width:100%;
    max-width:600px;
    height:100%;
    max-height:300px;
    overflow: hidden;
    margin:5px 10px 15px 10px;
}
.soGiftNoteInput, .soGiftNoteInput input {
    width: 100%;
}
.dsPremiumItem {
    width: 300px;
}
.dsPremiumImage {
    width: 100%;
    height: 300px;
}
    .dsPremiumImage img {
        width: 100%;
        height: 100%;
    }
#soMediaPanel .mediaIDLabel span,
#soMediaPanel .stateFilterLabel span {
    text-align: right;
}

#soProjectDetailPage .dsDonateBtn:after{
    content:"Gifts will be used as designated. In the unlikely event that a program is overfunded, we will apply gifts to a similar Bible outreach program.  Your gift is tax-deductible as allowed by U.S. law.  U.S. donors giving in amounts of $10 or more will be receipted by mail.";
    display: block;
    margin-top:15px;
}
#soProjectDetailPage.soProjectXMLPkg2 a.button3L.soActionBtn{
    font-size:28px;
    color:#fff;
}
/* Pledge List */
/* Pledge Detail */
#soPledgeDetailPage .infoContainer {
    background: #eee;
}

/* Sponsorship Detail */
/* Subscription Detail */
/* Event List */
/* Event Detail */
/*sessions*/
/* Catalog Details */

/* Cart */
.dsCartSummaryPanel .dsCSSTableHeader *,
#pnlOrderSummary .dsCSSTableHeader * {
    color: #005380;
}
.dsCartSummaryPanel .dsCSSTableRow,
#pnlOrderSummary .dsCSSTableRow {
    min-height: 35px;
    padding: 4px;
    background: #eee;
}
    #pnlOrderSummary .soShoppingCartBottomright .dsCSSTableRow {
        background: none;
    }
.dsCartSummaryPanel .dsCSSTableRow *,
#pnlOrderSummary .dsCSSTableRow * {
    font-size: 14px;
}
.dsCartSummaryPanel .dsCSSTableRow .dscol2 *,
#pnlOrderSummary .dsCSSTableRow .dscol2 * {
    font-size: 12px;
    color: #333;
	word-wrap: break-word;
}
    .dsCartSummaryPanel .dsCSSTableRow .dscol2 a,
    #pnlOrderSummary .dsCSSTableRow .dscol2 a {
        font-size: 14px;
        color: #2d5c88;
    }
    .dsCartSummaryPanel .dsCSSTableRow .dscol2 .dsShoppingCartNotes a,
    #pnlOrderSummary .dsCSSTableRow .dscol2 .dsShoppingCartNotes a {
        font-size: 12px;
        vertical-align: bottom;
    }
.dsCartSummaryPanel .dscol5,
#pnlOrderSummary .dscol5 {
    float: right;
}
#pnlOrderSummary .dsCartSummarySubTotals .col1 {
    width: 75%;
}
#pnlOrderSummary .dsCartSummarySubTotals .col2 {
    width: 25%;
}
.soDownloadCart {
    margin-left: 4px;
    vertical-align: bottom;
}
    .soDownloadCart:before {
        content: '(';
        vertical-align: bottom;
    }
    .soDownloadCart:after {
        content: ')';
        vertical-align: bottom;
    }

/* Checkout */
.checkoutReviewInfo .billingInfo{
    display: none !important;
}
/* Anonymous Checkout */
#dsAnonymousCheckoutPage .ui-accordion .ui-accordion-header {
    border: none;
    background: #005380;
}
    #dsAnonymousCheckoutPage .ui-state-default .ui-icon {
        background-image: url(images/ui-icons_ffffff_256x240.png);
        background-position: -64px -16px;
    }
    #dsAnonymousCheckoutPage .ui-state-active .ui-icon {
        background-image: url(images/ui-icons_ffffff_256x240.png);
        background-position: -32px -16px;
    }

/* Search */
.dssearchtype {
    width: 75%;
    margin: 5px auto;
    padding: 5px;
    border-bottom: 2px solid #005380;
}
.dsproducttype {
    width: 50%;
    margin: 5px auto;
    padding: 5px;
}
#dsSearchPage .soSearchResultsItem .dsentitygridbutton {
    margin: 0;
    margin-top: 10px;
}

/* Event Search */

/* My Groups*/
/* My Sponsorships */
/* My Causes */
/* My Balances */
.sodistributeamount {
    margin: 8px 0;
}
    .sodistributeamount a {
        min-width: 175px;
    }
.soPledgeApportion span {
    display: inline-block;
    min-width: 150px;
    text-align: right;
}
#pledgesHistoryTable {
    background: #eee;
}
    #pledgesHistoryTable * {
        font-size: 14px;
    }
    #pledgesHistoryTable th.dsTableDonationColumn,
    #pledgesHistoryTable td.dsTableDonationColumn,
    #pledgesHistoryTable th.dsTableAmountPledged,
    #pledgesHistoryTable td.dsTableAmountPledged {
        text-align: center;
    }
    #pledgesHistoryTable td.dsTableAmountGiven {
        text-align: right;
    }
    #dsPledgesPage #footerLinks {
        margin-top: 10px;
    }
        #dsPledgesPage #footerLinks a {
            margin: 2px;
        }
#pledgesHistoryTable .pledgeStartDate span,
#pledgesHistoryTable .pledgeEndDate span {
    padding-left: 5px;
    font-size: 13px;
    color: #555;
}
/* footer */
.footer-sub{
    display: none;
}

/* My Missions */

/* Contact Us */

/* OTHER */
.viewAllLink {
    margin-top: 15px;
    float: right;
}
#soFrontPageFeatures > div {
    border-bottom: 1px solid #aaa;
    text-align: center;
}
    #soFrontPageFeatures > div .infoHeader {
        text-align: left;
    }
    #soFrontPageFeatures > div:last-child {
        border: none;
    }
.soFrontPageFeatureItem {
    width: 300px;
    padding: 0;
    margin: 8px;
}
.Feature-Secondary-Item-Image {
    width: 100%;
    height: 300px;
}
    .Feature-Secondary-Item-Image a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .Feature-Secondary-Item-Image img {
        width: 100%;
        height: 100%;
    }
.soFrontPageFeatureItem .Feature-Secondary-Item-Info-Description {
    height: 55px;
}

/** MEDIA QUERIES **/
/*1200*/
@media (max-width: 1200px) {
    body {
        width: 100%;
        max-width: none;
    }
    .headerLeft {
        width: 35%;
    }
    .headerRight {
        width: 55%;
    }
    .header-nav-container {
        padding: 0;
    }
    .header-nav-container.fixed .mainnav {
        width: 100%;
        padding: 0;
    }
    .mainnav li.navitem a {
        font-size: 14px;
    }
}

/*1024*/
@media (max-width: 1024px) {

}

/*1000*/
@media (max-width: 1000px) {
    .dsSlider {
        display: block;
    }

    ul.tabs li.active {
        padding: 5px;
    }

    .entityGridActions .dsentitygridbutton {
        position: absolute;
        right: 0px;
    }
}

/*980*/
@media (max-width: 980px) {

}

/*940*/
@media (max-width: 940px) {
    #topheader {
        padding: 0;
    }
    .dsSlider {
        height: 300px;
    }

    .soSearch {
        width: 95%;
    }
}

/*900*/
@media (max-width: 900px) {
    .mainnav li.navitem a {
        font-size: 12px;
    }

    #soFooter {
        padding: 15px;
    }
}

/*840*/
@media (max-width: 840px) {
    .clientnav a.headerlink {
        margin-right: 4%;
    }
    .clientnav a.sociallink {
        margin-right: 2%;
    }
}

/*800*/
@media (max-width: 800px) {
    .footerleft {
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .footer-sub {
        display: block;
        width: 100%;
        float: none;
    }

    .dsSlider {
        height: 280px;
    }

    #dsSigninPage .dsloginpanel {
        display: inline-block;
        width: 48%;
    }
    #dsSigninPage .dsRightColumn {
        width: 47%;
    }

    .dsentitygriditem {
        background: none;
    }
    .dsentitygridimage {
        margin: 0 auto;
        float: none;
    }
    .dsentitygridinfo {
        width: 100%;
        text-align: center;
    }
    .entityGridActions .dsentitygridbutton {
        position: relative;
    }
        .entityGridActions .dsentitygridbutton a {
            display: inline-block;
        }
}

/*770*/
@media (max-width: 770px) {
    #soHeader {
        padding-bottom: 10px;
        border: none;
    }
    .headerLeft {
        width: auto;
        margin-bottom: 18px;
    }
    .headerMobileIcon {
        display: inline-block;
        width: 46px;
        height: 46px;
        margin-top: 15px;
        background-image: url(images/icons/menu-icon.png);
        background-position: top center;
        float: right;
    }
        .headerMobileIcon:hover {
            background-position: bottom center;
            background-color: #005380;
            cursor: pointer;
        }
    .headerRight {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
        .headerlogo {
            width: 200px;
            height: 80px;
        }
        .headerlogo img {
            width: 100%;
            height: 100%;
        }
    .header-nav-container {
        display: none;
    }
    #topheader {
        width: 85%;
        margin: 0 auto;
    }
    .soSearch {
        width: 100%;
    }
    .clientnav a.headerlink {
        margin-right: 9%;
    }
    .clientnav a.sociallink {
        margin-right: 0;
        margin-left: 7%;
    }
    #soCartLink {
        text-align: right;
    }
    .navclose {
        display: block;
        height: 80px;
        text-align: right;
    }
        .navclose a {
            display: inline-block;
            width: 46px;
            height: 46px;
            margin-top: 15px;
            margin-right: 15px;
            background-image: url(images/icons/menu-close.png);
            background-position: top center;
        }
            .navclose a:hover {
                background-color: #005380;
                background-position: bottom center;
            }

    .headernav {
        height: 100%;
    }
    .mainnav {
        border-top: 1px solid #aaa;
    }
    .mainnav li.navitem, .mainnav .nav_submenu {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        position: relative;
    }
        .mainnav li {
            border-bottom: 1px solid #aaa;
        }
            .mainnav ul.nav_submenu li {
                padding: 15px 0;
            }
                .mainnav ul.nav_submenu li:hover {
                    background: #005380;
                }
            .mainnav ul.nav_submenu li a {
                color: #444;
            }
                .mainnav ul.nav_submenu li:hover a {
                    color: #fff;
                }
            .mainnav li a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 0 30px;
            }
        .mainnav li.navitem > a {
            display: block;
            padding: 15px 20px;
            border-bottom: 1px solid #aaa;
            font-weight: normal;
            color: #444;
        }
            .mainnav li.navitem > a:hover {
                background: #005380;
                color: #fff;
            }
        .mainnav li.navitem.donatebtn {
            width: 100%;
            margin: 0;
            background: none;
        }
            .mainnav li.navitem.donatebtn a {
                color: #444;
            }
            .mainnav li.navitem.donatebtn:hover {
                background: #005380;
            }
            .mainnav li.navitem.donatebtn a:hover {
                color: #fff;
            }
            .mainnav li.navitem.donatebtn > a {
                border: none;
            }
            .mainnav ul.nav_submenu li a, .mainnav li.navitem a {
                font-size: 13px;
            }            

    #breadcrumb {
        background: #005380;
    }
        #breadcrumb * {
            color: #fff;
        }
    div[id$='pnlContent'] {
        padding-bottom: 590px;
    }
    .infoContainerGrad {
        bottom: 460px;
    }
}

/*720*/
@media (max-width: 720px) {
    #dsSigninPage .dsloginpanel {
        display: block;
        width: 100%;
    }
    #dsSigninPage .dsRightColumn {
        display: block;
        width: 100%;
    }

    #divDonationHistory .dsTableNameColumn {
        width: 35%;
    }

    #divProductPurchaseHistory .soHeaderCol2,
    #divProductPurchaseHistory .soRowCol2 {
        display: none;
    }

    .sortandLayout .sorter, .sortandLayout .layout {
        float: none;
    }

    .dssearchtype {
        width: 100%;
    }
    .dsproducttype {
        width: 75%;
    }
}

/*640*/
@media (max-width: 640px) {
    .clientnav a.headerlink {
        margin-right: 8%;
    }
    .clientnav a.sociallink {
        margin-left: 5%;
    }

    .footerleft {
        width: 100%;
    }

    .dsSlider {
        height: 250px;
    }

    .checkoutReviewInfo .billingInfo, .checkoutReviewInfo .paymentInfo {
        display: block;
        margin: 0 auto;
    }
}

/*600*/
@media (max-width: 600px) {
    .clientnav a.headerlink {
        margin-right: 5%;
    }
    .clientnav a.sociallink {
        margin-left: 3%;
    }

    #dsAccountPage .topButtons, #dsAccountPage .updateAccountTopButtons {
        width: 100%;
        text-align: center;
        float: none;
    }
    #dsAccountPage .topButtons a, #dsAccountPage .updateAccountTopButtons a {
        margin: 4px 0;
    }

    .dsCartSummaryPanel .dsCSSTableHeader *,
    #pnlOrderSummary .dsCSSTableHeader * {
        font-size: 14px;
    }
    .dsCartSummaryPanel .dsOneTimeDonations .dscol2,
    #pnlOrderSummary .dsOneTimeDonations .dscol2 {
        width: 70%;
    }
    .dsCartSummaryPanel .dscol5,
    #pnlOrderSummary .dscol5 {
        width: 20%;
    }
    .dsCartSummaryPanel .dsProducts .dscol2 {
        width: 40%;
    }

    .sodistributeamount a {
        display: block;
        width: 175px;
        margin: 2px auto;
    }
    .soPledgeApportion span {
        min-width: 0;
        text-align: left;
    }
    #dsMyPledgesTable {
        padding: 10px 0;
        border-top: 1px solid #aaa;
    }
    div[id$='pnlContent'] {
        padding-bottom: 600px;
    }
    .infoContainerGrad {
        bottom: 470px;
    }
}

/*540*/
@media (max-width: 540px) {
    .dsPaymentOption {
        display: block;
        width: 100%;
    }

    .savePaymentEntry {
        text-align: center;
    }
    div[id$='pnlContent'] {
        padding-bottom: 660px;
    }
    .infoContainerGrad{
        bottom: 520px;
    }
    .dedicationContainer{
        bottom: 215px;
    }
    .dsAnonymousDonation{
        bottom: 160px;
    }
}

/*480*/
@media (max-width: 480px) {
    .clientnav a.headerlink {
        margin-right: 3%;
    }
    .clientnav a.sociallink {
        margin-left: 2%;
    }

    .dsSlider {
        height: 225px;
    }

    #divDonationHistory .dsTableNameColumn {
        width: 50%;
    }

    .dsDonateBtn a {
        padding: 8px 5px;
        margin: 0 1px;
    }

    .dsOrderConfDetailsRight > div > div {
        width: auto;
    }
    .dsOrderConfOrderDate > div {
        width: auto;
    }

    .dssearchtype, .dsproducttype {
        width: 100%;
    }
    .dsproducttype td {
        display: block;
        margin: 5px 0;
    }

    .viewAllLink {
        display: block;
        margin: 0;
        float: none;
    }
    #soFrontPageFeatures > div .infoHeader {
        text-align: center;
    }

    #pledgesHistoryTable th.dsTableAmountGiven,
    #pledgesHistoryTable td.dsTableAmountGiven {
        display: none;
    }
    #pledgesHistoryTable th.dsTableAmountPledged,
    #pledgesHistoryTable td.dsTableAmountPledged {
        text-align: right;
    }

    .soPledgeApportion input {
        width: 100px;
    }
    .dsProjectDonationTitle{
        text-align: center;
    }
    div[id$='pnlContent'] {
        padding-bottom: 695px;
    }
    .infoContainerGrad{
        bottom: 545px;
    }
}

/*420*/
@media (max-width: 420px) {
    .clientnav {
        margin-top: 5px;
    }
    .clientnav a.headerlink {
        display: inline-block;
        width: 55px;
        line-height: normal;
    }
    .clientnav a.sociallink {
        margin: 0;
    }

    #divProductPurchaseHistory .soHeaderCol1,
    #divProductPurchaseHistory .soRowCol1 {
        width: 60%;
    }
    #divProductPurchaseHistory .soHeaderCol3,
    #divProductPurchaseHistory .soRowCol3 {
        display: none;
    }
}

/*400*/
@media (max-width: 400px) {
    .savePaymentEntry {
        text-align: left;
    }

    .dsOrderConfDetailsRight > div > div {
        width: auto;
    }
    .dsCartSummaryPanel .dsProducts .dscol2 {
        width: 50%;
    }
    .soShoppingCartBottomLeft input {
        width: 100%;
    }
}

/*320*/
@media (max-width: 320px) {
    .dsSlider {
        height: 200px;
    }
}