.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 400px;
    height: 40px;
}
.v_media .select{
    width: 270px;
    font-size: 18px;
}
.select-styled {
    position: absolute; 
    top: 65px;
    right: 0;
/*    bottom: 0;
    left: 0;*/
    background-color:#9e1d21;
    padding: 8px 26px;
    -webkit-transition: all 0.2s ease-in; /* Safari */
    transition: all 0.2s ease-in;
    height: 20px;
    color: white;
    width: 84px;
}
.select-styled:after{
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover{
    background-color: #f7941d;
}
.select-styled:active ,.select-styled.active{
    background-color: #a8b4c5;
}
.v_news .select-styled:active ,.v_news .select-styled.active , .v_reports .select-styled:active ,.v_reports .select-styled.active , .v_flipBook .select-styled:active ,.v_flipBook .select-styled.active , .v_annualReports .select-styled:active ,.v_annualReports .select-styled.active, .v_leaflets .select-styled:active ,.v_leaflets .select-styled.active, .v_promotionProducts .select-styled:active ,.v_promotionProducts .select-styled.active, .v_involvedVolunteer .select-styled:active ,.v_involvedVolunteer .select-styled.active, .involvedFundraiser .select-styled:active ,.involvedFundraiser .select-styled.active, .v_advocacy .select-styled:active ,.v_advocacy .select-styled.active{
    background-color: #ff6d90;
}
.v_education .select-styled:active  ,.v_education .select-styled.active, .v_multimedia .select-styled:active  ,.v_multimedia .select-styled.active , .v_anti480news .select-styled:active  ,.v_anti480news .select-styled.active{
    background-color:  rgb(237,119,10);
}
.select-styled:active:after ,.select-styled.active:after{
    top: 9px;
    border-color: transparent transparent #fff transparent;
}
.select-options {
    position: absolute;
    top: 101px;
    z-index: 999;
    list-style: none;
    background-color: rgba(228, 174, 174, 0.5);
    color: #960e0e;
    width: 136px;
    font-weight: 900;
    right: 0px;
}
.select-options li{
    text-align: left;
    margin: 0;
    padding: 10px 20px;
    /*text-indent: 15px;*/
    /*border-top: 1px solid #a7a9ac;*/
    -webkit-transition: all 0.15s ease-in; /* Safari */
    transition: all 0.15s ease-in;
}
.select-options li:hover{
    color: #fff;
    background:#f7ba71;
}
.select-options li[rel="hide"]{
    display: none;
}

.selectDiv {
    margin-top: -11px;
    text-align: right;
    height: 30px;
}
.search_header {
    font-size: 22px;
    /*color: #20386E;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin-right: 140px;*/
}


.content .box .top {
    /*border: 10px solid rgba(32,56,110,0.4);*/
    margin: 0 auto;
    position: relative;
    /*padding-top: 56.25%;*/
    overflow: hidden;
    cursor: pointer;
}

.top div:hover .mask {
    opacity: 1;           
}

.top a:hover .mask {
    opacity: 1;           
}

.mask {
  display: table-cell;
        vertical-align: middle;
  text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background:url('../images/search.png') no-repeat 50% 50% rgba(101, 101, 101, 0.26);
    color: white;
    opacity: 0;
}

.topImg .imgMask{
    position: absolute;
    top:-36px;
    left: 0;
    width: 235px;
    height: 100px;
    background: rgba(113, 198, 32, 0.9);
    color:#fff;
    line-height: 100px;
    text-align: center;
    /*display: none;*/
}

.mask img {
    width: 50px;
    height: 50px;
}

.content .box {
    margin-top: 20px;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    width: 32%;
    height: auto;
}

.box{
    display: inline-block;
}

.content .box img {
    width: 100%;
    top: -2.84%;
    left: 0;
    height: 210px;
}

.content .title {
    /*font-weight: 900;*/
    margin-top: 0px;
    font-size: 22px;
    color: #000000;
    display: table;
    height: 55px;
    width: 100%;
}

.content .title span {
    /*display: table-cell;*/
    vertical-align: middle;
    /*width: 100%;*/
}


.back {
    position: absolute; 
    top: 65px;
    right: 0;
/*    bottom: 0;
    left: 0;*/
    background-color:#9e1d21;
    padding: 8px 26px;
    -webkit-transition: all 0.2s ease-in; /* Safari */
    transition: all 0.2s ease-in;
    height: 20px;
    color: white;
}
.back:hover{
    background-color: #f7941d;
}

.mfp-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: hidden;
    top: -15px;
}
.popcss {
/*position: relative;*/
/*  background: #FFF;
  padding: 20px;
  width: 500px;;
  max-width: 500px;
  margin: 0px auto;*/
}

.mfp-bg{
  background: rgba(255, 228, 195, 0.5);
}

@keyframes example {
    from {background-color:  rgba(32,56,110,0);}
    to {background-color:  rgba(255, 228, 195, 0.5);}
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    height: 101%;
    margin-top: 20px;
    padding: 10px;
    color: white;
}
.mfp-figure:after{
  background: white;
}

