﻿@media (min-width: 32.5rem) {
    .o-bio-icp-image {
        float: left;
        margin: 0 1rem 2rem 0;
    }
}

@media (max-width: 32.5rem) {
    .o-bio-icp-image {
        max-width: 100%;
        display: block;
        margin: 0 auto 1rem;
    }
}

.c-breadcrumbs__wrapper {
    position: relative !important;
}

.sponsorship-holder {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.sponsorship-image-main {
    padding: .5rem;
    position: relative;
}

.sponsorship-image-bgnd {
    border-radius: 5px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sponsorship-info-holder {
    background: #efefef;
    flex: 15rem;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem 0 2rem;
    align-items: center;
}

.cta-title {
    font-family: 'Linotype Tetria', sans-serif;
    font-size: 2.5rem;
    flex: 522px;
    margin-bottom: 1rem;
}

#divTopSelectChildContainer .cta-button-holder, #divBottomSelectChildContainer .cta-button-holder {
    flex: 167px;
    margin-bottom: 1rem;
}

.cta-title p {
    margin: 0;
    line-height: 1.2em;
}

.sponsorship-info > ul {
    margin: 0;
    list-style: none;
    height: 100%;
    padding: .5rem 0;
}

#liIconDetails {
    border-top: 1px solid #aaa;
    padding: .5rem;
    font-size: .8rem;
    margin-top: .5rem;
}

.sponsorship-info > ul > li {
    padding: .25rem 1rem;
}

.sponsorship-info strong {
    font-family: 'Linotype Tetria', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
}

.icon-details {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .icon-details > li::before {
        font-family: 'ci-icons';
        color: #464646;
        left: 0px;
        font-size: 1.2rem;
        position: relative;
        top: -4px;
        margin-right: .5rem;
    }

    .icon-details > li {
        flex: 150px;
        margin: .25rem .5rem;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

.sponsor-child-icon li > a::before {
    font-family: 'ci-icons';
}

.icon-details > .heart-details::before {
    content: '\f017';
}

.icon-details > .aids-details::before {
    content: '\e905';
}

.icon-details > .hvc-details::before {
    content: '\f132';
}

.icon-details > .orphan-details::before {
    content: '\f2bd';
}

.icon-details > .special-details::before {
    content: '\e906';
}

.icon-details > .birthday-details::before {
    content: '\f1fd';
}

.sponsor-child-icon li > a {
    background: #fff;
    display: block;
    padding: 1px 6px;
    border-radius: 5px;
    color: #464646;
    margin: .2rem;
    text-decoration: none;
}

.sponsor-child-icon {
    margin: .2rem;
    bottom: 7px;
    left: 7px;
}

.tabs-list {
    display: flex;
    list-style: none;
    margin: 2rem 0 1.5rem;
    border-bottom: 3px solid #0054a6;
}

    .tabs-list > li > a {
        display: block;
        text-align: center;
        width: 100%;
        background: #efefef;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        text-decoration: none;
        font-family: 'Linotype Tetria', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        border: 3px solid transparent;
    }

    .tabs-list > li {
        flex: 1;
    }

.js-bio-overview-tab {
    margin: 0 .25rem 0 0;
}

.js-bio-community-tab {
    margin: 0 .25rem;
}

.js-bio-country-tab {
    margin: 0 0 0 0.25rem;
}

li.tab--active > a {
    background: #fff;
    border: 3px solid #0054a6;
    border-bottom: 6px solid #fff;
    margin-bottom: -6px;
}

.tabs .header {
    font-weight: bold;
    padding-top: 1rem;
}

.tab-bio ul {
    list-style: none;
    margin: 0;
}

.sponsorship-image-holder {
    position: relative;
}

.sponsorship-image-main-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

#divBottomSelectChildContainer {
    border-top: 3px solid #aaa;
}

.cta-text {
    flex: 25rem;
    font-size: .9rem;
    margin: 2rem 0 0;
}

#divBottomShare {
    display: none;
}

.cta-text p {
    margin: 0;
}

#divBottomSelectChildContainer .cta-button-holder {
    text-align: right;
    margin: 2rem 0;
}

@media (max-width: 45.5rem) {
    .cta-button {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 32rem) {
    .sponsorship-image-main {
        width: 100%;
    }
}

@media (min-width: 31.25rem) {
    .tabs-list > li > a {
        padding: .5rem;
        font-size: 1.25rem;
    }
}

@media (max-width: 31.25rem) {
    .tabs-list > li > a {
        font-size: 1rem;
        padding: .5rem .25rem;
    }
}

/* STICKY */
.c-sticky {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    padding: .5rem 0;
    font-size: .9rem;
}

.c-sticky__container {
    display: flex;
    max-width: 62.5rem;
    margin: 0 auto;
    align-items: center;
}

.c-sticky__image {
    max-width: 4rem;
}

.c-sticky__info-holder {
    display: flex;
    flex: 1;
}

.c-sticky__label {
    text-transform: uppercase;
    color: #0054a6;
    font-size: .8rem;
}

.c-sticky__info-block {
    padding: 0 1rem;
    flex: 9;
}

.c-sticky__image-holder {
    padding: 0 0 0 1rem;
}

.c-sticky__button-holder {
    text-align: right;
    padding: 0 1rem;
    align-self: center;
}

.c-sticky__info {
    font-weight: bold;
    color: #0054a6;
}

.c-sticky .o-button {
    display: inline-block;
    min-width: 122px;
}

@media (max-width: 45.5rem) {
    .c-sticky__info-block--country, .c-sticky__info-block--gender, .c-sticky__info-block--name .c-sticky__label {
        display: none;
    }

    .c-sticky__info-block--name {
        align-items: center;
        display: flex;
    }
}

#map {
    width: 100% !important;
    max-width: 100%;
    max-height: calc(100vh - 400px);
}

.sponsorship-image-maximize {
    color: #464646;
    background: #fff;
    position: absolute;
    bottom: 7px;
    right: 7px;
    padding: 6px 6px;
    border-radius: 5px;
    cursor: pointer;
    margin: .4rem;
}

.sponsorship-image-maximize__plus {
    position: absolute;
    z-index: 0;
    font-size: .6rem;
    top: calc(1.35em - 3px);
    left: calc(1.17em - 3px);
    color: #fff;
    background: #333;
    border-radius: 100%;
}

.sponsorship-image-maximize__search {
    position: relative;
    z-index: 0;
}

.c-modal__child-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 4rem);
}
