.bar {
    background-color: #e5e5e5;
    margin-top: -2px;
}

.logo {
    padding-top: 0;
}

#Img2 {
    width: 250px;
    height: auto;
}

#footer .border-l {
    margin-left: 20px;
}

.footer-info img {
    max-width: 100%;
}

.footer-info li {
    list-style-image: none;
    list-style-type: none;
}

.footer-info .row > div {
    height: 110px;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 25px;
    padding-top: 30px;
    color: #aeaeae;
    font-size: 12px;
}

    .footer-info .row > div:first-child {
        border-left-width: 0;
    }

.footer-info .container a {
    text-decoration: underline;
    color: #aeaeae;
}

.international-region-menu-item {
    text-align: center;
    padding: 16px 0px;
    width: 20%;
    float: left;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-bottom-width: 0;
}

    .international-region-menu-item:last-child {
        border-right-width: 0;
    }

    .international-region-menu-item.selected {
        background-color: #e5e5e5;
        /*border-bottom-width: 2px;*/
        border-bottom-color: #e5e5e5;
    }

a.international-region-menu-item {
    color: #626262;
    text-transform: uppercase;
    font: bold 15px/17px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

    a.international-region-menu-item:hover {
        background-color: #289ad6;
        color: white;
    }

.international-region-menu-item img {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.home-page-header {
    height: 406px;
}

@media only screen and (max-width : 992px) {

    .home-page-header {
        height: 269px;
    }
}

@media only screen and (max-width : 767px) {

    .home-page-header {
        height: 179px;
    }
}
/* Home page menu */
.international-region-main-menu {
    background-color: white;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .international-region-main-menu .col-sm-3 {
        padding-top: 30px;
        border-right: 1px solid #ccc;
    }

        .international-region-main-menu .col-sm-3:last-child {
            border-right-width: 0;
        }

    .international-region-main-menu .thumbnail.circle {
        min-height: 245px;
        margin-bottom: 0;
    }

        .international-region-main-menu .thumbnail.circle .holder {
            bottom: -43px !important;
        }

            .international-region-main-menu .thumbnail.circle .holder .title {
                border-top: 1px solid white;
                padding-top: 8px;
                margin-top: 8px;
            }

        .international-region-main-menu .thumbnail.circle .title {
            height: 20px;
        }

    .international-region-main-menu h3 {
        border-bottom-width: 0 !important;
    }

        .international-region-main-menu h3 a {
            color: #626262 !important;
            text-transform: uppercase;
            font: bold 18px 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
        }


/* Home page share buttons */
.home-share {
    font: bold 17px 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    height: 40px;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 10px;
    display: block;
    color: black !important;
}

    .home-share:hover {
        background-color: #f9f9f9;
    }

    .home-share .home-social-text {
        width: 80%;
        height: 100%;
        float: left;
        padding: 9px 0 0 12px;
    }

    .home-share .home-social-ico {
        width: 20%;
        height: 100%;
        float: left;
        text-align: center;
    }

.fb-home-share .home-social-ico {
    background-color: #3b579d;
    padding-top: 4px;
}

.tw-home-share .home-social-ico {
    background-color: #22afe5;
    padding-top: 6px;
}

/******************* Cards *********************/


.card-content-container {
    padding: 30px;
}

    .card-content-container h3 {
        font: 18px "Roboto Condensed", Arial, sans-serif !important;
        text-transform: uppercase;
        margin: 0 0 25px;
    }

    .card-content-container h4 {
        margin: 0 0 19px;
        font-size: 21px !important;
        font-weight: 700;
        overflow: hidden;
    }

    .card-content-container p {
        color: #aeaeae;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        font-style: italic;
    }

    .card-content-container a {
        color: #2896d0 !important;
        font-size: 14px;
    }

.new-card-custom-box {
    background-color: white;
    border: 1px solid #aeaeae;
    border-bottom-color: #cccccc;
    border-bottom-width: 4px;
    position: relative;
}




    .new-card-custom-box .card-img-container img {
        max-width: none;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

    .new-card-custom-box .card-img-container {
        position: relative;
        overflow: hidden;
    }
    /*Small Card*/
    .new-card-custom-box.card-sm .card-img-container img {
        width: auto;
        height: 100%;
    }

    .new-card-custom-box.card-sm .card-content-container a {
        color: #289ad6;
        font-size: 18px;
        font-weight: 700;
        display: block;
    }

    .new-card-custom-box.card-sm .card-content-container h3 {
        margin-bottom: 10px;
    }

    .new-card-custom-box.card-sm .card-content-container {
        width: 75%;
        float: left;
        padding: 15px;
    }

    .new-card-custom-box.card-sm {
        height: 150px;
        margin-bottom: 30px;
    }

        .new-card-custom-box.card-sm .card-img-container {
            width: 25%;
            height: 100%;
            float: left;
        }

    /* Medium Card */

    .new-card-custom-box.card-md h3 {
        margin-bottom: 15px;
    }

    .new-card-custom-box.card-md h4 {
        margin-bottom: 17px;
    }

    .new-card-custom-box.card-md p {
        margin-bottom: 5px;
    }

    .new-card-custom-box.card-md .card-img-container img {
        width: auto;
        height: 100%;
    }


    .new-card-custom-box.card-md .card-content-container {
        width: 64%;
        float: left;
    }

    .new-card-custom-box.card-md {
        height: 275px;
        margin-bottom: 30px;
    }

        .new-card-custom-box.card-md .card-img-container {
            width: 36%;
            height: 100%;
            float: left;
        }


/*Card content placeholders*/
.card-md-placeholder {
    height: 275px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.card-sm-placeholder {
    height: 150px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.card-xlg-placeholder {
    height: 509px;
    margin-bottom: 30px;
    background-color: white;
}

.load-icon {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px;
}

.form .row em {
    font-weight: normal;
}

/******************************* Lists ******************************/

.content-item-list.small-sidebar .clamp-line-2 {
    height: 26px;
}

/* if we're using an hr tag for the line at the bottom */
.content-item-list .row:last-child .list-line {
    visibility: hidden;
}

.small-sidebar .list-item-image {
    width: 20%;
    display: inline-block;
    margin-right: 5%;
}

.small-sidebar .list-text-container {
    width: 75%;
    display: inline-block;
    height: 100%;
    position: relative;
    /*padding-top: 9px;*/
}

    .small-sidebar .list-text-container a {
        color: #2896d0;
        font-size: 12px;
        line-height: 13.2px;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        -webkit-transform: translateY(-65%);
        -moz-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        -o-transform: translateY(-65%);
        transform: translateY(-65%);
    }

.small-sidebar .list-item {
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}

    .small-sidebar .list-item:first-child {
        padding-top: 0;
    }

    .small-sidebar .list-item:last-child {
        border-bottom: none;
    }

.navbar-nav {
    width: 100%;
}

.dropdown.donate {
    float: right;
    margin-right: -20px;
}

.logo img {
    max-width: 80%;
    margin-bottom: 10px;
}

@media only screen and (max-width : 992px) {
    /*Medium card*/
    .new-card-custom-box.card-md {
        height: auto;
    }

        .new-card-custom-box.card-md .card-content-container {
            width: 100%;
            float: none;
        }

        .new-card-custom-box.card-md .card-img-container {
            width: 100%;
            height: 250px;
            float: none;
        }

            .new-card-custom-box.card-md .card-img-container img {
                width: 100%;
                height: auto;
            }
    /*Small card*/
    .new-card-custom-box.card-sm {
        height: auto;
    }

        .new-card-custom-box.card-sm .card-content-container {
            width: 100%;
            float: none;
        }

        .new-card-custom-box.card-sm .card-img-container {
            width: 100%;
            height: 250px;
            float: none;
        }

            .new-card-custom-box.card-sm .card-img-container img {
                width: 100%;
                height: auto;
            }
}

@media only screen and (max-width : 480px) {
    .new-card-custom-box.card-md .card-img-container img {
        width: auto;
        height: 100%;
    }

    .new-card-custom-box.card-sm .card-img-container img {
        width: auto;
        height: 100%;
    }
}
/* Extra Large Card */
.new-card-custom-box.card-xlg {
    margin-bottom: 30px;
}

    .new-card-custom-box.card-xlg .card-img-container img {
        width: 100%;
        height: auto;
    }

    .new-card-custom-box.card-xlg .card-img-container {
        height: 350px;
    }

@media only screen and (max-width : 768px) {

    /*Extra Large Card*/
    .new-card-custom-box.card-xlg .card-img-container img {
        width: auto;
        height: 100%;
    }

    /* Small list */
    .small-sidebar .list-text-container a {
        font-size: 18px;
        line-height: 20.2px;
    }
}



.privacy-policy-container {
    display: none;
    text-align: center;
    font-family: 'Merriweather', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    position: fixed;
    border-top: 1px solid black;
    bottom: 0%;
    width: 100%;
    background-color: #333;
    color: white;
}

    .privacy-policy-container a {
        color: #2896d0 !important;
    }

    .privacy-policy-container .btn {
        margin-left: 25px;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 835px) {
    .privacy-policy-container {
        font-size: 12px;
        line-height: 18px;
        height: 110px;
        padding-top: 10px;
    }

        .privacy-policy-container .btn {
            display: block;
            margin-right: 25px;
            margin-top: 15px;
        }
}
