/*///////////////SITEWIDE STYLES//////////////*/

/*///////// NAV /////////*/
.navContent ul li {
    margin-left: .9em;
}

/*add white space above navigation*/
.blockWrap_b2ca9861d3b0471499588cd19a58c506 {
    display: none;
}
 /*donate button*/
@media only screen and (min-width: 768px) {
    #navTopLevel >  li:last-child > a {    
        background: #00AAFF;
        padding: 10px 15px;
        border-radius: 6px;
    }
}
/*logo*/
@media only screen and (min-width: 885px) {
    .headerContent h1.logo {
        position: absolute;
        bottom: -20px;
        max-width: 252px;
    }
    /*add white space above navigation*/
    .blockWrap_b2ca9861d3b0471499588cd19a58c506 {
        display: block;
        background: white;
    }
}
/*///////// SIDEBAR /////////*/
/*remove form title*/
.fsBody .fsForm .fsSectionHeading,
.fsSectionText {
    display: none !important;
}

/*///////// FOOTER /////////*/

/*facebook like us*/
.block_c5796a284ee14527bdb073ef042617b6 {
    padding: 15px 0px;
}

/*sitewide hover*/
a { 
    opacity: 1.0; 
    -webkit-transition: opacity 0.3s ease; 
    -moz-transition: opacity 0.3s ease; 
    -o-transition: opacity 0.3s ease; 
    -ms-transition: opacity 0.3s ease; 
    transition: opacity 0.3s ease; 
}

a:hover { 
    opacity: .8; 
    -webkit-transition: opacity 0.1s ease; 
    -moz-transition: opacity 0.1s ease; 
    -o-transition: opacity 0.1s ease; 
    -ms-transition: opacity 0.1s ease; transition: 
    opacity 0.1s ease; 
}

/*///////////////PAGE STYLES//////////////*/

/*stretch images*/
@media only screen and (min-width: 768px) {
    /*about*/
    .block_bc9d598e9e68470a976e1f92ac2e6a35 img,
    /*move*/
    .block_fd6c152bd7864e62982b855d508b0334 img,
    /*nourish*/
    .block_c3e0d577e2a2401e9e2ec72c12a3e05c img,
    /*connect*/
    .block_dc3ad3516f33443e90a81d273b46b0c4 img,
    /*latest*/
    .block_f05a057eb22b4eedaebec455936e30fa img,    {
        width: 100%;  
    }
}


    /* HOME PAGE HERO */
.block_ff18e729d1b64588956c89e8ca78c0b2 {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.block_ff18e729d1b64588956c89e8ca78c0b2 .contentImg {
    min-width: 100%;
}

.block_ea698475c3d14ee5a38fbf297da81230 {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.block_ea698475c3d14ee5a38fbf297da81230 .contentImg {
    min-width: 100%;
}


.block_ff18e729d1b64588956c89e8ca78c0b2






.block_ea698475c3d14ee5a38fbf297da81230


/*removing top margin on page*/
#page_fa116e2c1ca446eea3058ec306d94d69 .primaryAndSecondaryContainer,
/*about*/
#page_d3474fa8a596469c9bdb568e6d95bd56 .primaryAndSecondaryContainer,
/*nourish*/
#page_e86e4d0bc2744ce38691060610103ded .primaryAndSecondaryContainer,
/*connect*/
#page_dc5f9c7a1425401eb2e222fdb1e0ae0f .primaryAndSecondaryContainer,
/*latest*/
#page_b644bf93e82e485f9e16d13c6783eb8c .primaryAndSecondaryContainer,
/*move*/
#page_cb772d7a10dd4443923f2c801ce9de08 .primaryAndSecondaryContainer {
     margin-top: 0px !important;
     padding-top: 0px !important;
}

/*///////// TEMPLATE /////////*/
/*home image gallery custom captions*/
.block_ff18e729d1b64588956c89e8ca78c0b2 {
    position: relative;
}

.block_ff18e729d1b64588956c89e8ca78c0b2 .customCaption {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.block_ff18e729d1b64588956c89e8ca78c0b2 .contentTitle {
    font-size: 60%;
     color: white;
    text-shadow: 0px 2px 2px rgba(35, 32, 32, 0.3);
}

.block_ff18e729d1b64588956c89e8ca78c0b2 p {
    font-size: 12px;
    margin: 0 auto;
    color: white;
    background: #00AAFF;
    padding: 10px 15px;
    border-radius: 6px;
    width: auto;
    max-width: 100px;
    text-align: center;
    font-family: lfteticawebbold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.customCaption .contentTitle {
    padding: 0px 15px;
}

@media only screen and (max-width: 768px) {
    .blockWrap_d552fec3bf2345998637e72733bd8b43 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: scroll
    }
}

@media only screen and (min-width: 768px) {
    .block_ff18e729d1b64588956c89e8ca78c0b2 .customCaption {
        top: 20%;
        left: 10%;
        width: 50%;
        max-width: 475px;
        text-align: left;
    }
    .block_ff18e729d1b64588956c89e8ca78c0b2 .contentTitle {
        font-size: 100%;
    }
    .block_ff18e729d1b64588956c89e8ca78c0b2 p {
        font-size: 18px;
        max-width: 150px;
        margin: 0;
    }
    /*custom caption for icons*/
    .customCaption .contentTitle {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 1100px) {
    .block_ff18e729d1b64588956c89e8ca78c0b2 .contentTitle {
        font-size: 150%;
    }
}
/*custom caption 1 column mobile*/
@media only screen and (max-width: 200px) {
    .block_d1169889d3b84d4b8cf26ecb71d88d2e.cols3.imgMgn1 .imgGridItem,
    .block_c0fba018238448d488f9dc20e4e15dfc.cols2.imgMgn1 .imgGridItem {
        width: 100%;
        margin: 10px auto;
    }
}
/*remove link color on text*/
.block_d1169889d3b84d4b8cf26ecb71d88d2e a,
.block_c0fba018238448d488f9dc20e4e15dfc a {
    color: inherit;
}
/*<script src="//load.sumome.com/" data-sumo-site-id="fc8c5efc15b4cab6be548e702fe3a4a586be6b741a83f84779a3fe2a27ea1206" async="async"></script>*/

}
/*removing top margin on Guilt free mum time block /
.block_a1943ff60bc44649b51e69649ca784ba .primaryAndSecondaryContainer

{    margin-top: 0px !important;
     padding-top: 0px !important;
}