.flexsection .section__content h5{ margin: 0 0 .15em; }
.flexsection .section__content h6{ margin: 0 0 1em; }

.section--white *{ color: #fff; }

.flexsection.align--right .pullleft{ margin-left: 0; }

/* Side image section */

.section--sideimage{
    background-repeat: no-repeat;
    background-size: 0;
}

@media only screen and (min-width: 1000px) {
    .section--sideimage{
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
}

/* Background image section */

.section--backgroundimage .section__container{
    margin-top: -1px;
}

.section--backgroundimage .section__bg{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255,255,255,.75);
      z-index: 1;
}

.section--backgroundimage .section__container{ position: relative; z-index: 2; padding: 0 0 7.14%; }

.section--backgroundimage.section--charity{ padding-top: 0; }

.section__charitylogo{
    width:100%;
    border-bottom: 1px rgba(255,255,255,0.5) solid;
    padding: 1.5% 0;
    margin: 0 0 15%;
    text-align: center;
    position: relative;
    min-height: 1px;
}

.no-rgba .section__charitylogo{
    border-bottom: 1px solid #fff;
}

.section__charitylogo img{
    max-width: 400px;
    width: 100%;
    height: auto;
    max-height: 89px;
    display: block;
    margin: 0 auto;
}


@media only screen and (min-width: 700px) {

	.section--backgroundimage.diagonaloverlay .section__bg{
		background: url(../png/bgc_about_bg_overlay.png) center center no-repeat;
		background-size: 100% 100%;
		height: 100%;
		margin-top: -1px;
	}
	.section--backgroundimage.diagonaloverlay.align--right .section__bg{ background-image: url(../bgc_about_bg_overlay_right.html); }

	.section--backgroundimage.diagonaloverlay .section__wrapper{
		padding: 5%;
		/*margin: -5%;*/
		background: #fff;
	}
	.section--backgroundimage.align--left .section__wrapper{
	    margin: 5% 50% 5% 5%;
	}

	.section--backgroundimage.align--right .section__wrapper{
	    margin: 5% 5% 5% 50%;
	}

	.section--backgroundimage.diagonaloverlay.align--left .section__wrapper{
	    margin: -5% 50% -5% -5%;
	}

	.section--backgroundimage.diagonaloverlay.align--right .section__wrapper{
	    margin: -5% -5% -5% 50%;
	}
}

/* Full Width Content */
.section--fullwidthcontent {
    border-top: solid 1px #ddd;
    background: #fff;
}

.section--fullwidthcontent .section__leader {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section--fullwidthcontent h5 {
    margin: .5em 0 .75em;
}

/* Full Width Background */

.section--fullwidthbg .section__wrapper{ text-align: center; }


.section--fullwidthbg .quote__author{
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.section--fullwidthbg .quote__copy{
    font-size: 2em;
    line-height: 1.3em;
    color: white;
    font-weight: 300;
}

@media only screen and (min-width: 1200px) {
    .section--fullwidthbg .quote__copy{ font-size: 3em; }
}

@media only screen and (min-width: 1400px) {
    .section--fullwidthbg .quote__copy{ font-size: 3.5em; }
}

/* Quote Section */

.section--quote{ text-align: center; }

.section--quote .quote__copy{
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 300;
}


@media only screen and (min-width: 1200px) {
    .section--quote .quote__copy{ font-size: 3em; }
}

@media only screen and (min-width: 1400px) {
    .section--quote .quote__copy{ font-size: 3.5em; }
}










/*
.siteheader{ background: #fff; }
*/
.section:first-child.section--charity{
    padding-top: 110px;
    background-position: right center;
}

.section--charity:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 1;
}

.section--charity .section__container{
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section:first-child.section--charity .section__charitylogo{
    border-top: 1px rgba(255,255,255,0.5) solid;
}

.section--charity .section__wrapper{ position: relative; }

/*
// charity tweets
*/

.charitytweets{
    position: absolute;
    color: #fff;
    top: 0;
    left: -100%;
    height: 100%;
    display: none;
}

.charitytweets a{ color: #fff; font-weight: normal; }

.charitytweets:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.charitytweets ul {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.charitytweets li {
    background: none;
    padding: 0;
    margin: 0 0 1.5em;
}

.charitytweets li:before { display: none; }

/*
.charitytweet__tweet{ font-family: Georgia, Times New Roman, serif; font-style: italic; } */

@media only screen and (min-width:700px){
    .charitytweets{
        width: 100%;
        display: block;
    }
}


@media only screen and (min-width:900px){
    .section:first-child.section--charity{ padding-top: 145px; }
    .section:first-child.section--charity .section__wrapper{ padding-top: 0; padding-bottom:0; }
}

@media only screen and (min-width:1200px){
    .section:first-child.section--charity{ padding-top: 125px; }
}

@media only screen and (min-width:1400px){
    .section:first-child.section--charity{ padding-top: 155px; }
}
