/*What We Do item heights*/
.items_ebb669a656924edd9f11d3f41b0022c0 .item {
    height: 485px;
}

/* WWD --- iPad*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.items_ebb669a656924edd9f11d3f41b0022c0 .item {
    height: 680px;
}
}

/* WWD --- Mobile*/
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
.items_ebb669a656924edd9f11d3f41b0022c0 .item {
    height: 730px;
}
}

/*About Us overlay text constrain*/
.block_de7ca68bf9f8478dba46481686685025 .contentTitle {
    max-width: 950px;
    margin: 0 auto;
}

/*homepage donate buttons max width*/
.block_f204877bb0e445abb585d4c775f144f8 .itemsCollectionContent {
    margin-left: 12%;
    margin-right: 12%;
}

/*footer titles*/
.footerContent .contentTitle {
    font-size: 17px;
}

.videoText {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    background-color: transparent;
    border-bottom: none;
}

.videoText {
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

 .videoText .contentTitle{
     font-size: 40px;
}

.block_a033091344e745a6bc2412ee66ab096d {
    margin: 0 auto;
    text-transform: none;
}
.credits a:hover {
    text-decoration: none !important;
}
    
.copyright {
    /*position: absolute;*/
    /*margin: auto;*/
    width: 400px;
    clear: both;
    padding-top: 24px;
    float: none;
    font-size: 12px;
    text-align: left;
}

/*our film page*/
html.page_eef7055abfb243f1bde88a7c4a771743 .footerContainer {
    background-color: #555;
}
html.page_eef7055abfb243f1bde88a7c4a771743 .navContainer, html.page_eef7055abfb243f1bde88a7c4a771743 .headerContainer {
    background-color: #d5d5d5;
}

/*get involved page*/
/*html.page_d1f66103e4c948e5be2f3df0933bd8a8 .footerContainer {*/
/*    background-color: #555;*/
/*}*/
/*html.page_d1f66103e4c948e5be2f3df0933bd8a8 .navContainer, html.page_d1f66103e4c948e5be2f3df0933bd8a8 .headerContainer {*/
/*    background-color: #d5d5d5;*/
/*}*/

/*footer credit*/
.block_d84171689168449d8125c83254c792e0 .blockText p {
    padding-top: 3em;
    font-size: 9pt !important;
    text-decoration: underline;
}
/*.footerContent .contentTitle {*/
/*    font-weight: bold;*/
/*}*/

/*position Team quote over image*/ 


/*add overlay to video background img*/ 
.block_a029afc13e934f1694a7cb0549d0b8c2 .vidPlayBtn-wrap {
    background: rgba(0,0,0,.2);
}
/*position captions over images*/ 
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .videoGallery-text {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 840px;
    padding-top: 5em;
    padding-bottom: 0em;
}

/*mobile landscape changes*/
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .videoGallery-text {
    padding-top: 3em;
    max-width: 500px;
}
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .vidPlayBtn--center {
    top: 80% !important;
}
.watch-film {
    visibility: hidden;
}
}
/*mobile portrait changes*/
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
.block_de7ca68bf9f8478dba46481686685025 .contentTitle {
    margin: auto;
    font-size: 20pt !important;
    padding: 0em !important;
}

.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .videoGallery-text {
    padding-top: 2em;
    max-width: 350px;
}
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .vidPlayBtn--center {
    top: 84% !important;
}
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
}

.block_a029afc13e934f1694a7cb0549d0b8c2.fixedHeightGallery.videoGallery--topText .videoGallery-lockup .videoGallery-vid,
.block_a029afc13e934f1694a7cb0549d0b8c2.fixedHeightGallery.videoGallery--bottomText .videoGallery-lockup .videoGallery-vid{
    height: 100%;
}
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .vidPlayBtn--center {
    top: 70%;
    z-index: 1;
    -webkit-transform: translate(-85%,-85%);
    -ms-transform: translate(-85%,-85%);
    transform: translate(-50%,-85%);
}
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .vidPlayBtn-wrap {
    z-index: 2;
}

/*hide gallery arrows*/ 
.blockWrap_a029afc13e934f1694a7cb0549d0b8c2 .hasMultiple .flex-direction-nav{
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 0;
}
/*four pillars title padding*/
.block_ba1f05d268434325bd4027c864fdd044 .contentTitle, .block_ba1f05d268434325bd4027c864fdd044 .blockInnerContent {
    padding-top: .65em;
}