#footer{
    background: #549aed;
}
.field-name-field-infographic-big{
  /*display: none;*/
  text-align: center;
}
#dale-openbig{
  cursor: pointer;
}
#dale-openbig{
  float: left;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 50px;
  top: 30px;
  background: url(images/open-button.png) center center no-repeat;
}
/* Style the Image Used to Trigger the Modal */
.field-name-field-infographic{
    float: left;
    padding: 10px 20px 10px 0;
    width: 389px;
    height: auto;
    position: relative;
}
.field-name-field-infographic img {
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: auto;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-mask{
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 1;
    top: 0px;
}
.modal-img-show{
    max-width: 78%;
    height: 100%;
    position: relative;
    z-index: 999;
    left: 50%;
    margin-left: -39%;
    text-align: center;
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.block-title{
    line-height: 38px;
    padding-bottom: 24px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 0;
    right: 12.3%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 888;
    background-color: #808080;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 888;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.node-type-recipe .pane-node-field-ingredients .field-name-field-ingredients .field-items{
    padding: 0 25px 25px;
}
.node-type-recipe .pane-node-field-ingredients{
    padding-bottom: 0;
}
.page-node #main-content .pane-node-field-main-image img{
    height: auto;
}
.full-width-hero-image .o-hero__content .o-hero__content__container a{
    font-size: 16px;
}
.pane-node-field-ingredients .field-name-field-ingredients h3{
    font-family: "FortBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.dale-video-wrapper{
    max-height: 549px;
    overflow: hidden;
}
.dale-give-article-logos .header:after{
    content: ' ';
    display: block;
    clear: both;
}
.dale-give-article-logos span{
    position: relative;
    top: 18px;
    font-size: 2em;
    font-family: "FortExtraBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.dale-main_custom_banner{
    height: 549px;
    overflow: hidden;
}
.articles .dale-main_custom_banner{
    height: auto;
}
.field-name-field-infographic-big .field-items .image-style-none{
        height: auto;
    }
@media screen and (max-width: 1024px){
    .dale-give-article-logos span{
        display: none;
    }
    .dale-main_custom_banner{
        height: auto;
    }
}
@media screen and (max-width: 768px){

    .field-name-field-infographic{
        float: left;
        padding: 10px 0 10px;
        width: 100%;
        height: auto;
        position: relative;
    }
    
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



/*responsive iframe for mobile size*/
/*@media screen and (max-width:1024px){*/
  .fluid-wrapper-mobile{
    position: relative !important;
    padding-bottom: 56.25% !important; 
    /*padding-top: 25px !important;*/
    height: 0 !important;
  }
  .fluid-iframe-mobile{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
/*}*/

.page-give-videos .view-videos-landing .contentLoader .contentLoadMore{
    background-color: #C9C9C9;
}

.transparency{
    background: -webkit-linear-gradient(left,rgba(0,0,0,.6),rgba(0,0,0,0)); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,rgba(0,0,0,.6),rgba(0,0,0,0)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,rgba(0,0,0,.6),rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,0)); /* æ ‡å‡†çš„è¯­æ³• */
}

#dale-home-page-down-arrow{z-index: 1000;}
.c-hero_video_link{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
}