@font-face {
    font-family: "gnyrwn971";
    src:url("fonts/gnyrwn971.ttf");
    font-weight: normal;
    font-style: normal;
}
.icon_imgs{
    height:65px; width:auto;
}
.grid-item-content{
    overflow: auto;
    height: 250px;
}
.map_txt_div{
    overflow: auto;
    height: 600px;
}
.initial_height{
    height: initial !important;
}
.link-full-width{
    width: 100% !important;
}
.show-mobile{
    display: none !important;
}
.mb-10{
    margin-bottom: 10px;
}
.affiliate_title{
    position: absolute;
    bottom: 45%;
    text-align: center;
    color: white;
    width: 100%;
    left: 0px;
    font-size: 1.4em;
}
.partner_title{
    position: absolute;
    bottom: 45%;
    text-align: center;
    color: white;
    width: 100%;
    left: 0px;
    font-size: 0.8em;
}
#main-container{
    min-height:600px;
}
.staff-position{
    height:32px;
    overflow: hidden;
}
.founder-msg{
    font: italic 100 22px 'Parisienne';
    color:black;
}
.float-right{
    float: right !important;
}
.float-left{
    float: left !important;
}
.p0{
    padding: 0px !important;
}
.pt-10{
    padding-top: 10px;
}
.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.pr-5{
    padding-right: 5px;
}
.blue{
    color: #2a8dad !IMPORTANT;
}
#mobile_timeline{
    display: none !important;
}
#web_timeline{
    display: block !important;
}
@media only screen and (max-width: 480px) {
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    #web_timeline{
        display: none !important;
    }
    #mobile_timeline{
        display: block !important;
    }
    #vision_mission_bg_div{
        background: none !important;
    }
    #DonateModal .modal-dialog {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
    #DonateModal .modal-body {
        padding:0px !important;
    }
    #DonateModal img{
        height:200px !important;
    }
    .mobile-m0{
        margin: 0px !important;
    }
    .mobile-p0{
        padding: 0px !important;
    }
    .row{
        margin: 0px !important;
    }
    .slides img{
        height: 250px !important;
    }
    .content{
        padding-bottom: 0px !important;
    }
    .format-video .img-overlay img{
        height:50px !important;
        width:auto;
    }
    .list-group-item{
        padding: 0px 2px !important;
    }
    .content-block .event-date{
        display:none;
    }
    #main-container {
        min-height: 300px;
    }
    .fact-ico{
        width:100%;
        text-align: center;
    }
    .grid-item-content{
        overflow: initial;
        height: initial;
    }
    .link-full-width{
        width: initial !important;
    }
    .map_txt_div{
        overflow: initial;
        height: initial;
    }
}
@media only screen and (max-width: 480px) {
    .mng_team_details_div{
        min-width: 100px;
    }
    .format-video img, .format-link img {
        height: auto !important;
        width: 100% !important;
    }
    .fact-ico{
        width:100%;
        text-align: center;
    }
    .grid-item-content{
        overflow: initial;
        height: initial;
    }
    .link-full-width{
        width: initial !important;
    }
    .map_txt_div{
        overflow: initial;
        height: initial;
    }
    #vision_mission_bg_div{
        background: none !important;
    }
    #web_timeline{
        display: none !important;
    }
    #mobile_timeline{
        display: block !important;
    }
}