﻿@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*** Clearfix ***/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.ie .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

/*** Positioning and Alignment ***/
.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}


.btn-blue {
    background: #0661ae;
    border: 0px none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
    width: 75px;
    text-align: center;
}

.btn-blue:hover {
    background: #055395;
    color: #ffffff;
}

.link-blue {
    background: #0661ae;
    border: 0px none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
    width: 300px;
    text-align: center;
}

.link-blue:hover {
    background: #055395;
    color: #ffffff;
}

.homestats {
    width: 100%;
    height: 271px;
    box-shadow: inset 1px 100px 100px 80px rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/*** General Settings ***/
body {
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 15px;
}

p {
    margin: 0 0 15px 0;
}

a {
    color: #0d4c92;
    text-decoration: none;
}

a:hover {
    color: #0d4c92;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    font-weight: 500;
}

.btn {
    display: inline-block;
    text-decoration: none;
}

.btn-red {
    background: #0d4c92;
    border: 0px none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 22px;
}

.btn-red:hover {
    background: #0d4c92;
    color: #ffffff;
}

.txt-red {
    color: #0d4c92;
}

.container {
    margin: 0px auto;
    width: 1200px;
}

#wrapper {
    background: url(/images/bg-header-top.jpg) repeat-x;
    padding-top: 15px;
}

/*** Header ***/
#header {
    background: #ffffff;
    box-shadow: 0 0 20px #000000;
    height: 103px;
    position: relative;
    z-index: 110;
}

#header .logo {
    float: left;
    padding-top: 23px;
}

#header .logo a {
    background: url(/images/header.png) no-repeat;
    display: block;
    height: 60px;
    text-indent: -9999px;
    width: 342px;
}

.navigation {
    float: right;
}

.navigation ul {
    margin-top: 30px;
}

.navigation ul li {
    border-right: 1px solid #ececec;
    float: left;
    position: relative;
}

.navigation ul li a {
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    text-align: center;
}

.navigation ul li a:hover {
    color: #0d4c92;
}

.navigation ul li a span {
    display: -moz-inline-box; /* FF2 or lower */
    display: inline-block; /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: middle;
    text-align: center;
}

.navigation ul li.item-1 a {
    width: 100px;
}

.navigation ul li.item-2 a {
    width: 90px;
}

.navigation ul li.item-3 a {
    width: 80px;
}

.navigation ul li.item-4 a {
    width: 70px;
}

.navigation ul li.item-5 a {
    width: 60px;
}

.navigation ul li.item-6 a {
    width: 50px;
}

.navigation ul ul {
    background: #ffffff url(/images/bg-dropdown-menu.jpg) repeat-x;
    box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 6px 6px;
    display: none;
    float: none;
    margin-top: 0px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 73px;
    width: 265px;
    z-index: 1000;
}

.navigation ul ul li {
    border-bottom: 1px solid #dadada;
    border-right: 0px none;
    float: none;
    margin: 0px 30px;
}

.navigation ul ul li a {
    display: block;
    float: none;
    font-size: 16px;
    line-height: normal !important;
    height: auto;
    padding: 10px 0px;
    width: 100% !important;
}

.navigation ul ul li .arrow {
    background: url(/images/icons/icon-submenu-right.png) no-repeat;
    display: inline-block;
    float: right;
    height: 9px;
    margin-right: 5px;
    margin-top: 10px;
    width: 9px;
}

.navigation ul ul li.sfHover .arrow {
    background: url(/images/icons/icon-submenu-down.png) no-repeat;
}


.navigation ul ul ul {
    padding-top: 5px;
    background: #ffffff;
    top: 0;
    width: 100%;
    border-radius: 0px 6px 6px 0px;
    margin-top: 0;
    left: 235px;
    float: right;
    z-index: -1;
}

/*.navigation ul ul ul {
    left: -370px;
    top: -20px;
    width: 100%;
    float: left;
    box-shadow: -7px 6px 6px -4px rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0px 6px;
    margin-top: 0;
    padding: 20px 0 0 0;
}
*/

.navigation ul ul ul li {
    border-bottom: 1px solid #dadada;
    border-right: 0px none;
    float: none;
    margin: 0px 30px;
}

.navigation ul ul ul li a {
    padding: 10px 0px 10px 0;
}

.navigation ul ul ul li.first a {
    padding: 0px 0px 10px 0;
}

#header .button {
    float: right;
    margin-top: 30px;
}

/*** Mian Body ***/
#main-body {
    background: url(/images/bg-main-body.jpg) repeat-x;
    padding: 30px 0;
}

/*** Footer ***/
#footer {
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 10px solid #0d4c93;
    padding: 40px 0px;
    text-align: center;
}

.newsletter {
    margin-bottom: 40px;
}

.newsletter h3 {
    font-size: 36px;
    font-weight: 300;
}

.newsletter li {
    display: inline-block;
    margin: 0px 10px;
    vertical-align: top;
}

.newsletter input[type="text"] {
    border: 1px solid #cccccc;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 60px;
    padding: 18px 20px;
    width: 280px;
}

.newsletter input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}

.copyright p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.copyright p strong {
    font-weight: bold;
    font-size: 14px;
}

.socials-and-awards span {
    margin: 0px 2px;
}

/*** Inner Pages ***/

.content {
    padding-bottom: 50px;
}

.post {
}

.post-heading {
    border-bottom: 1px solid #dadada;
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.post-heading .title {
    color: #0d4c93;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    text-align: center;
}

.post-body {
    font-size: 18px;
    line-height: 26px;
    margin: 1em 0 0 0;
}

.post-body .image {
    box-shadow: 0 0 15px #cbcbcb;
    margin: 0px 0px 20px 45px;
    padding: 10px;
}

.post-body p {
    margin-bottom: 30px;
}

.no-border {
    border: 0px none;
    padding-bottom: 0px;
}

/*** Page Donate ***/
.page-donate .post-heading .title {
    margin-bottom: 20px;
}

.page-donate .post-heading p {
    font-size: 36px;
}

.page-donate .post-heading .btn-red {
    display: inline-block;
}

.ways-to-donate h2 {
    color: #0661ae;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 50px;
    text-align: center;
}

.ways-to-donate .list {
}

.ways-to-donate .list .row {
    margin-bottom: 50px;
    overflow: hidden;
}

.ways-to-donate .list .column {
    float: left;
    margin-right: 39px;
    width: 372px;
}

.ways-to-donate .list .column-last {
    margin-right: 0px;
}

.ways-to-donate .item .image {
    border-radius: 6px 6px 0px 0px;
    /*box-shadow: 0px 0px 0px transparent;*/
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    margin: 0px 0px 1px;
    padding: 0px;
}

.ways-to-donate .item .image img {
    display: block;
    margin: auto;
}

.ways-to-donate .item .button {
    margin-bottom: 30px;
}

.ways-to-donate .item .button a {
    border-radius: 0px 0px 6px 6px;
    display: block;
    text-align: center;
}

.ways-to-donate .item .button span {
    border-radius: 6px;
    display: block;
    text-align: center;
}

.ways-to-donate .item .description {
    font-size: 16px;
}

.ways-to-donate .item .description p {
    margin-bottom: 10px;
}

.ways-to-donate .item .description .more {
    color: #0d4c92;
    font-weight: 700;
}

.ways-to-donate .item .description .more:hover {
    color: #0d4c92;
}

/*** Page Request Toys ***/

.search-form-and-map {
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 5px #dae8f3;
}

.search-form-and-map .inner {
    padding: 20px;
}

.search-form-and-map .form {
    margin-bottom: 20px;
    overflow: hidden;
}

.search-form-and-map .form input[type="text"] {
    background: #f6f6f6;
    border: 1px solid #cecece;
    float: left;
    font-size: 18px;
    font-style: italic;
    height: 50px;
    padding: 5px 10px;
    width: 79%;
}

.search-form-and-map .form input[type="text"]::-webkit-input-placeholder {
    color: #8a8a8a;
}

.search-form-and-map .form input[type="text"]::-moz-placeholder {
    color: #8a8a8a;
}

.search-form-and-map .form input[type="text"]:-ms-input-placeholder {
    color: #8a8a8a;
}

.search-form-and-map .form input[type="text"]:-moz-placeholder {
    color: #8a8a8a;
}

.search-form-and-map .form input[type="submit"] {
    float: right;
    height: 50px;
    width: 20%;
}

.search-note {
    text-align: center;
}

.mobile-menu-toggle,
.mobile-menu-logo,
.mobile-menu-list {
    display: none;
}

.gradbar {
    background: linear-gradient(#0d4c92, #a80000);
    width: 100%;
    position: relative
}

.gradbarinner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.bannerbutton {
    float: right;
    width: 267px;
    padding: 18px;
}

.recover-hidden {
    display: none;
}

@media screen and (min-width: 48em) {
    .gradbarinner:before {
        content: '';
        float: right;
        display: block;
        width: 267px;
        height: 68px;
        margin: 0 0 15px 15px;
    }

    .bannerbutton {
        position: absolute;
        top: 0;
        right: 0;
        width: 267px;
    }
}

.gradbarinner p {
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    padding: 25px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.gradbar span {
    color: #ffc500;
    font-weight: 600;
}

.cycle-prev {
    cursor: pointer;
    font-size: 44px;
    color: #000;
    position: absolute;
    top: 50%;
    left: -90px;
}

.cycle-next {
    cursor: pointer;
    font-size: 44px;
    color: #000;
    position: absolute;
    top: 50%;
    right: -90px;
}

h2.title {
    color: #0661ae;
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 25px;
}

hr {
    border: 0;
    height: 1px;
    background: #e1e1e1;
}

.post-body ul li {
    list-style: disc;
    line-height: 29px;
    margin: 2%;
}

.ways-to-donate ul li {
    list-style: disc;
    line-height: 29px;
    margin: 1%;
}

.ways-to-donate ul li ul li {
    list-style: disc;
    line-height: 29px;
    margin: 1%;
}

.ways-to-donate .btn-blue {
    /*cursor:inherit;*/
}

.ways-to-donate .item .button span {
    border-radius: 6px;
    display: block;
    text-align: center;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 13px 0 13px 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

.lightboxOverlay {
    opacity: .4 !important;
}

.borderdown {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 6px;
}

.col {
    margin: 0 !important;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 50%;
    }
}


/*  GRID OF THREE  */
.span_3_of_3 {
    width: 32.2%;
}

.span_2_of_3 {
    width: 32.2%;
    border-right: 1px solid #e1e1e0;
}

.span_1_of_3 {
    width: 32.2%;
    border-right: 1px solid #e1e1e0;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
        border-right: 0px;
    }

    .mission-slider {
        display: none;
    }

    .recover-hidden {
        display: contents;
    }


    .ilast {
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
    }

    .post-heading {
        padding: 35px 0px;
        margin-bottom: 35px;
    }

    .bannerbutton {
        width: 267px;
        padding: 0 18px 18px 18px;
        margin: 0 auto;
        float: none;
    }

    .gradbarinner p {
        font-size: 25px;
        padding: 16px 20px 16px 20px;
        margin: 0;
        line-height: 30px;
    }
}

.ways-to-donate .item .button a {
    border-radius: 0px 0px 6px 6px;
    display: block;
    text-align: center;
}