/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 2.0
Text Domain: glacialtheme
 */

.wrapper_div.footer {
	flex-wrap: wrap;
}

.partner-text {
	width: 100%;
	margin-bottom: 2rem;
}

.partner-text h3 {
	font-size: 1.4rem;
}

body:not(.home) .money-container {
    max-width: 100%;
    width: 100%;
    justify-content: center;
}

body:not(.home) .money-container h2 {
    padding: 0 10px;
    width: auto;
}

.hide-all {
    display: none;
}

.load-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;

}

.load-screen img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    max-width: 800px;
    margin-bottom: 10em;
}

.country_text {
    margin-bottom: 10px;
}

.abmassador_div {
    width: 100%;
}

a.ui-button.download-button {
    width: 100%;
    max-width: 400px;
    display: block;
    background: #0e0228;
    color: #fff;
}

a.ui-button.download-button:hover {
    background: #fff;
    color: #0e0228
}

.tranalste-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tranalste-list p {
    margin-bottom: 0;

}

.tranalste-list a img {
    display: none;
}

.voices-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.quicksearch {
    padding: 5px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    max-width: 400px;
}

.count-up-container {
    width: 20%;
}

.money-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 270px;
    margin: auto;
}

.dollar_sign, .k {
    padding: 0 2px;
    font-size: 50px;

}

.money-container h2 {
    padding: 0 10px;
    /*min-width: 50%;*/
    min-height: auto;
    width: 100%;

}

.count-up {
    text-align: center;
    margin: 0;
    background-color: transparent;
    color: #fff;
    font-size: 5em;
    line-height: 1em;
    font-weight: 800;
    min-height: auto;
}

.counter_label {
    margin-top: 1em;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}

.charts {
    align-items: flex-start;
}

.therapies-chart tr td:not(:first-child) {
    width: 27%;
}

.therapies-chart tr a img {
    margin-bottom: 1em;
}

#wt-cli-privacy-save-btn {
    background-color: #eb008c !important;
}

.give-embed-form, .give-embed-receipt {
    max-width: 1300px !important;
}

.under-hero-buttons .main_buttons_wrapper {
    display: none;
}

.hero_section.jm-hero {
    margin-top: 87px;
    height: 65vh;
    min-height: 400px;
}

.page-id-9106 .wp-block-group.has-background a:not(.wp-block-button__link) {
    color: #fff;
}

.flag-links img {
    object-fit: cover;
    width: 220px;
    height: 130px;
}

.anchor-fix {
    padding-top: 122px;
    margin-top: -122px;
}

.wp-block-search__button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 700;
}

.wrapper_div.partners, .wrapper_div.partners2 {
    max-width: 1300px;
}

.partners_div.community-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4em 17%;
}

.partners_div.community-logos .partners_link {
    width: 100%;
}

.partners_div.industry-logos {
    /*    flex-wrap: wrap;*/
    display: inline-block;
}

.partners_div.industry-logos .partners_link {
    /*    width: 19%;*/
    width: 30%;
    margin-bottom: 4em;
}

.partners_div.community-logos .partners_link img {
    /*max-width: 200px;*/
}

a.kb-gallery-item-link {
    text-decoration: none;
}

.w-nav-menu {
    float: none;
}

.post-tags a {
    padding: 1px 0;
    line-height: 1.8;
}

.rl-basicgrid-gallery .rl-gallery-item {
    text-decoration: none !important;
    box-shadow: none !important;
    text-align: center;
    display: flex;
    align-items: center;
}

.entry .ambassador_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.donate-side-button {
    display: none;
}

.footer_section {
    padding-bottom: 230px;
}

.jm-centers_section {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.jm-wrapper_div.centers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jm-wrapper_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 550px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.center_div-jm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

h2.cta_headline-jm {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #eb008c;
    font-size: 1.4vw;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.download-icon-jm._1 {
    background-image: url(images/learnmore_icon.png);
    background-position: 50% 50%;
    background-size: 125px;
}

.download-icon-jm._2 {
    background-image: url(images/getsocial_icon.png);
    background-position: 50% 50%;
    background-size: 80%;
}

.download-icon-jm._3 {
    background-image: url(images/subform_icon.png);
    background-position: 50% 50%;
    background-size: 65%;
}

.download-icon-jm {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.click-download-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(235, 0, 140, 0.88);
    color: #000;
    transition: 0.4s;
    opacity: 0;
}

a.download-icon-jm:hover .click-download-div {
    opacity: 1;
}

.inner-max-width .wp-block-group__inner-container {
    max-width: 1000px;
}

.main_buttons_wrapper.inner {
    right: 10px;
    bottom: 10px;
}

.page-id-9106 .inner_page_section {
    background: #fff;
}

.group-pad.wp-block-group.has-background {
    padding: 15vh 0
}

.entry .kt-image-overlay-wrap {
    background: none;
}

.more-about {
    padding: 15vh 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0228), to(#0e0228));
    background-image: linear-gradient(180deg, #0e0228, #0e0228);
}

.form-div {
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: #50a7a4;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #50a7a4, #00706c);
}

.inner_page_wrapper {
    max-width: 1400px;
}

.what-is-nmo-div {
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: #50a7a4;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #3e807e, #00706c);
}

.main_buttons_wrapper.inner a:not(.soc_media_btn) {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 9px;
    font-size: 15px;
}

.give-embed-form-wrapper iframe {
    width: 100% !important;
}

.entry .kt-modal-container {
    max-height: 80vh;
}

.fb-events-wrapper {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.ui-button.yellow {
    background: #ffc111;
    color: #000;
    margin: 0;
    font-size: 0.9em;
}

.navbar {
    justify-content: center;
}

.choose-language {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

a.glink {
    padding: 1em;
}

#translate .modal__container {
    width: auto;
}

.voices-cats {
    color: #eb008c;
}

.voices-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voices-grid > div {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2em;

    /*height: 100%;*/
}

.voices-thumb {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto 1em auto;
}

.voices-thumb img {
    margin: 0 auto;
    object-fit: cover;
    width: 150px;
    height: 150px;
}

a.voices-nmo-link {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    min-height: 420px;
    color: #000;
}

.voices-excerpt {
    line-height: 1.5;
}

.filter-buttons {
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.country-button {
    text-decoration: none;
    transition: 0s;
}

.country-button {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #fff;
    border: none;
    border-radius: 7px;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.country-button:hover, a.country-button:hover {
    background-color: #000;
    color: #fff;
    /*text-shadow: 0 1px hsla(0, 0%, 100%, 0.9);*/
}

.country-button:active,
.country-button.is-checked {
    background-color: #eb008c;
}

.country-button.is-checked {
    color: white;
    /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

.country-button:active {
    /*box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}

/* ---- button-group ---- */

.filter-buttons:after {
    content: '';
    display: block;
    clear: both;
}

.filter-buttons .country-button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.filter-buttons .country-button:first-child {
    border-radius: 1em 0 0 1em;
}

.filter-buttons .country-button:last-child {
    border-radius: 0 1em 1em 0;
}

.element-item {
    width: 100%;
}

.nav-links .page-numbers, .nav-previous a, .nav-next a {
    padding: 1em;
    display: block;
    border: 1px solid;
    border-radius: 25px;
}

.amb_name, .amb_subtext {
    min-height: 20px;
}

.abmassador_div {
    width: 100%;
    margin-bottom: 0;
    justify-content: space-between;
    padding: 32px 10px
}

.abmassador_div .ambassador_btn {
    text-decoration: none;
}

.ambassador-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 50px 20px;
    margin: 2em auto 4em auto;
}

.ambassador-grid.funded-research-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
}

.research-item {
    transition: 0.3s;
}

.research-item a.research-show-more {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 1em auto;
    /*height: 100%;*/
}

.research-item img {
    display: block;
    margin: auto;
}

.ambassador_btn {
    width: 100%;
    background-color: #ffc111;
    color: #000;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    justify-content: center;
}

.ambassador_btn.pink {
    background-color: #eb008c;
    color: #fff;
}

.ambassador_btn svg g {
    fill: #000;
    transition: 0.2s;
}

.ambassador_btn.pink svg g {
    fill: #fff;
}

a.ambassador_btn:hover {
    background-color: #000;
    color: #fff;
}

a.ambassador_btn:hover svg g {
    fill: #fff;
}

.amb_info {
    text-align: center;
}

.amb_subtext {
    line-height: 1.7;
}

.cta_headline {
    font-size: 20px;
}

.home-flex {
    margin-top: 3em;
    flex-wrap: wrap;
}

.home-flex > div {
    width: 48%;
}

.amb_links {
    width: 90%;
}

.home-flex p {
    font-size: 18px;
    text-align: left;
}

.main_buttons_wrapper .soc_media_wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
    margin: 0 auto;

}

.nav-menu .main_buttons_wrapper {
    display: none;
}

.main_buttons_wrapper .soc_media_wrapper .soc_media_btn {
    width: 40px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;

}

.inner_page_section:not(.ambassadors-page) {
    padding-top: 150px;
}

.inner_page_section.awareness-page {
    padding-top: 100px;
}

table {
    table-layout: fixed;
    /* width: 100%; */
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 15px;
    text-align: left;
}

th {
    height: 50px;
}

td {
    height: 50px;
    vertical-align: bottom;
}

.therapies-chart th, .therapies-chart td {
    text-align: center;
    vertical-align: middle;
    color: #000;
    overflow-wrap: break-word;
    font-size: 16px;
    border: 1px solid #999;
}

.therapies-chart table {
    /* border: 3px solid #cf1f7d !important; */
    border: 2px solid #999 !important;
}

.therapies-chart strong {
    color: #cf1f7d;
    font-size: 18px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #cf1f7d !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    padding: 15px;
    color: #000;
    width: 100%;
}

.modal-fade {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    max-width: 600px;
    margin: 1.75rem auto;
    display: flex;
    min-height: calc(100% - (1.75rem * 2));
    align-items: center;
}

.therapies-chart tr td:first-child a, .therapies-chart tr td:first-child strong {
    color: #000;
    text-transform: uppercase;
    font-family: trajan-pro-3, serif;
}

.counter_label {
    font-size: 1.5em;
    line-height: 1.2;
}

.number-left-box, .number-center-box, .number-right-box {
    font-size: 28px;
    width: 60px;
}

.dollars_k_div {
    top: 100px;
}

.count-up-numbers {
    color: #fff;
    font-size: 6em;
    line-height: 1em;
    font-weight: 800;
}

.search-footer {
    width: 100%;
}

.search-form {
    justify-content: flex-end;
}

.ui-button.to-top-button {
    margin: 0 auto;
    text-align: right;
    width: 100%;
}

.soc_media_wrapper {
    flex-wrap: wrap;
}

.special-tsf-button-cont {
    width: 100%;
    padding: 20px;
    background-color: #eee;
    display: flex;
}

.special-tsf-button-cont + .inner_page_section.awareness-page {
    padding-top: 50px;
}

.special-tsf-button-cont a.special-tsf-button {
    background-color: #000;
    color: #fff;
}

.special-tsf-button-cont a.special-tsf-button:hover {
    background-color: #eb008c;
    color: #fff;
}

/* This is not a specific media query, just here for quick access if needed */
@media (max-width: 1200px) {

    .partners_div.industry-logos .partners_link {
        width: 27%;
    }

    .partners_div.community-logos {
        grid-column-gap: 9%;
    }

    .filter-buttons .country-button:first-child {
        border-radius: 0;
    }

    .filter-buttons .country-button:last-child {
        border-radius: 0;
    }

    .voices-grid > div {
        width: 32%;
    }

    .entry .kt-image-overlay-wrap h2 {
        font-size: 1.5em;
    }

    .ambassador-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-flex > div {
        width: 100%;
    }

    .navbar_scroll {
        transform: none !important;
        display: block !important;
    }

    .home-top-nav, .home-top-nav #navigation {
        display: none !important;
    }

    .number-left-box, .number-center-box, .number-right-box {
        font-size: 25px;
    }

    .count-up-container {
        width: 33%;
    }

    .charts {
        justify-content: center;
    }

    .home .count-up-container {
        margin-bottom: 5em;
    }

    .home .counter_section {
        padding-bottom: 5vh;
    }

    .ambassador-grid.funded-research-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
	
	
.partner-text h3 {
	font-size: 1.1rem;
	margin-bottom:0.5em;
}

    .under-hero-buttons {
        width: 85%;
        max-width: 500px;
        margin: 2em auto 1em auto;
    }

    .under-hero-buttons .main_buttons_wrapper {
        display: block;
    }

    .under-hero-buttons .main_buttons_wrapper .soc_media_wrapper {
        display: none;
    }

    .main_buttons_wrapper .donate-side-button._2 {
        display: block;
        background: #000;
    }

    .w-nav .ui-button.yellow {
        display: none;
    }

    .footer_section {
        padding-bottom: 170px;
    }

    h2.cta_headline-jm {
        font-size: 1em;
    }

    .center_div-jm {
        width: 100%;
        margin-bottom: 2em;
    }

    .navbar_scroll {
        transform: none !important;
        display: block !important;
    }

    /*.navbar_scroll[data-nav-menu-open] {*/
    /*    display: block!important;*/
    /*}*/
    [data-nav-menu-open].navbar_scroll_menu {
        height: 100%;
        /*   min-height: 1500px;*/

    }

    .home-top-nav, .home-top-nav #navigation {
        display: none !important;
    }

    .main_buttons_wrapper {
        display: none;
    }

    .nav-menu .main_buttons_wrapper {
        display: block;
        max-width: 400px;
        margin: 1em auto;
        padding: 0 1em;

    }

    .nav-menu .main_buttons_wrapper .soc_media_wrapper {
        width: 100%;
        padding-right: 0;
        justify-content: space-between;
        margin-bottom: 1em;
    }

    .main_buttons_wrapper .soc_media_wrapper .soc_media_btn {
        margin: 0 auto;
        padding: 5px;
        width: 45px;
        height: 45px;
    }

    .wrapper_div.partners, .wrapper_div.partners2 {
        width: 85%
    }

}

@media (max-width: 767px) {

    .logo_scroll {
        width: 140px;
    }

    .tranalste-list a.glink {
        padding: 5px;
    }

    .count-up {
        font-size: 3em;
    }

    .count-up-container {
        width: 100%;
    }

    .charts {
        justify-content: center;
    }

    .count-up-container {
        margin-bottom: 3em;
    }

    .voices-grid > div {
        width: 49%;
    }

    .logo_anim_wrapper {
        top: 150px;
    }

    .ambassador-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-nav.navbar_scroll {
        display: block;
    }

    .counter_label {
        font-size: 1em
    }

    .dollars_k_div {
        width: 90%;
        top: 34%;
    }

    .chart-container {
        height: 130px;
    }

    .number-left-box, .number-center-box, .number-right-box {
        font-size: 20px;
        width: 50px;
        height: 90px;
    }

    .dollar_sign, .k {
        font-size: 20px;
    }

    .money-container {
        justify-content: center;
    }

    .money-container h2 {
        padding: 0 10px;
        min-height: auto;
        width: auto;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media (max-width: 479px) {

    .ambassador-grid.funded-research-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .partner_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .partners_div.community-logos {
        grid-gap: 2em 13%;
        grid-template-columns: repeat(2, 1fr);
    }

    .partners_div.industry-logos .partners_link {
        width: 42% !important;
        margin-bottom: 2em;
        margin-left: 10px !important;

    }

    .voices-grid > div {
        width: 100%;
        margin-right: 0;
    }

    a.voices-nmo-link {
        min-height: auto;
    }

    .amb_name, .amb_subtext {
        min-height: auto;
    }

    .ambassador-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;

    }

    .counter_label.non_visible {
        color: hsla(0, 0%, 100%, 0);
        display: none;
    }

    .numbers-box {
        margin-top: 30px;
    }

    .dollars_k_div {
        width: 81%;
        top: 38px;
    }

    .chart-container {
        height: 80px;
    }

    .number-left-box, .number-center-box, .number-right-box {
        font-size: 20px;
        width: 48px;
        height: 90px;
    }

    .dollar_sign, .k {
        font-size: 20px;
    }

    .search-form {
        justify-content: flex-start;
    }

    .logo_anim_wrapper {
        top: 240px;
    }

    .inner_page_section:not(.ambassadors-page) {
        padding-top: 120px;
    }

    .inner_page_section.awareness-page {
        padding-top: 45px;
    }

    .nav-links {
        flex-wrap: wrap;
    }

    .entry .kt-modal-container {
        max-height: 77vh;
    }

    .welcome_section {
        padding-top: 0;
    }

    .flower_wrapper {
        top: 240px;
    }

    #breadcrumbs {
        display: none;
    }

    .center_div {
        width: 100%;
        margin-bottom: 20px;
    }
	
.partner-text h3 {
text-align: left;

}


}

