@media (min-width: 900px)  and (max-width: 1199px){

	.profileSidebar{padding-right:2em;}
	
	
.navigation{
	margin-top:2em;
}
	
/**TEST STYLES*/
.breakBar:before{content:"tablet landscape";}
/**TEST STYLES*/

.menuShower{
	display:none;
}
	
	.mobNavDisplay{
 		display:block !important;
	}
	
/*Newsletter*/
	.newsletterForm .flex-item{
	flex-basis: 24%;	
}
	
/*.newsletterForm .flex-item:nth-child(3) {
    margin-top:0.5em;
}
.newsletterForm .flex-item:nth-child(4) {
    margin-top:0.5em;
}*/
	
	
/*Newsletter*/
	
	
/*Newsletter*/
	
/*Header*/

.socMediaRow{
    margin-top:0;
}
.socMediaIcon {
margin-left:0;
/*background-color:pink;*/
}

	.topNav{
	margin-top:2em;
	}

/*Header end*/




/**KEITH TESTING**/
	
		.bannerPromoTextArea{
	width: 95%;
    margin: auto;
	}

	
.blueBackReverseThemeOpaque .overlay:hover{
	 color:#fff;
	background:none;
    background-color: rgba(36,132,198,0.8);
}

.yellowBackReverseThemeOpaque .overlay:hover{
	 color:#fff;
	background:none;
    background-color: rgba(255,203,5,0.8);
}

.greenBackReverseThemeOpaque .overlay:hover{
	 color:#fff;
	background:none;
    background-color: rgba(0,177,89,0.8);
}

.purpleBackReverseThemeOpaque .overlay:hover{
	 color:#fff;
	background:none;
    background-color: rgba(143,83,161,0.8);
}
	
	
	

.themeFlex{
		flex-direction: row;
}

	.themeFlexGutter{
	margin-bottom:6em;

}
	
.themeFlex.leftTheme .themeTextContainer{
	order:0
}

.themeFlex.leftTheme .themeFlexActContainer{
	order:1
}

.themeFlex.rightTheme .themeTextContainer{
	order:1
}

.themeFlex.rightTheme .themeFlexActContainer{
	order:0
}
.themeFlexText{
	width: 40%;
	

}

	
.themeDesc{
	padding-top:1em;
	font-size: 1.1em;
    letter-spacing: 0.02em;
}

.themeTextContainer{
	padding:1em;
	box-sizing:border-box;
}

	
.leftTheme.yellowTheme  .themeFlexText{
	border-left: 0.25em solid #ffcb05;
}

.rightTheme.yellowTheme .themeFlexText{
    border-right: 0.25em solid #ffcb05;
}

.leftTheme.blueTheme .themeFlexText{
    border-left: 0.25em solid #2484c6;
}
.rightTheme.blueTheme .themeFlexText{
    border-right: 0.25em solid #2484c6;
}

.leftTheme.purpleTheme .themeFlexText{
    border-left: 0.25em solid #8f53a1;
}
.rightTheme.purpleTheme .themeFlexText{
    border-right: 0.25em solid #8f53a1;
}

.leftTheme.greenTheme .themeFlexText{
    border-left: 0.25em solid #00b259;
}

.rightTheme.greenTheme .themeFlexText{
    border-right: 0.25em solid #00b259;
}
.themeFlexActContainer{
	width: 60%;	
}

.act100Flex{
	width:100%;
}

.act60Flex{
	width:calc(60% - 0.5em);
}



.act50Flex{
	width:calc(50% - 0.5em);
}

.act40Flex{
	width:calc(40% - 0.5em);
}

.act33Flex{
	width:calc(33.33% - 0.5em);
}
	.actFlexLeftGut{
margin-left:0.25em;
}

.actFlexRightGut{
margin-right:0.25em;
}
.activityFlexBox {flex-grow:1; }
.imageMob{
display:none !important;
}
.imageDesk{
display:block;
}

.promoDesk{display:none !important;}

.promoTab{display:block;}

.promoMob{display:none !important}

.actFlexBotGut{
margin-bottom:0.5em;
}
.promoTextContainer{	
	padding: 1em;
}

	
	.promoTextPositioned{
	/*position:absolute;	*/
}
.activityBox .overlay{
	position:absolute;	
	/*width:inherit;*/
	color: #fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5)30%, rgba(0, 0, 0, 0)50%);
}

.activityBox .overlay .promoTextPositioned{
	/*position:absolute;	*/
}

	
	
	
	
	
	/*SOCIAL MEDIA*/
.socialMediaIcons{
	display:flex;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	justify-content:center;
}
/*SOCIAL MEDIA*/
	
	
	/*Home Promo Boxes*/
.promoFlex{
	display:flex;
	
	width: 100%;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}

	a.promoContainerBox:hover > .promoTitleContainer, a.promoContainerBox:focus > .promoTitleContainer{
	text-decoration:underline;
}

.promoFullWidth{
width:100%;
	
}
.promoHalfWidth{
width:calc(50% - 0.25em);
	
}

	.promo60Width{
width:calc(60% - 0.25em);

}
	
		.promo40Width{
width:calc(40% - 0.25em);

}
	
.promoFullWidth.promoContainerBox{
	display:flex;
	align-items: center;
	width:100%;
	margin: 0 auto 0.5em auto;
	
}

.promoFullWidth .promoTitleContainer{
	width:40%;
	margin:10px;
	flex-grow:1;
	flex-shrink:1;
	align-self:auto;	

	padding: 1em;
}

.promoFullWidth .promoImgContainer{
	width:60%;
	flex-grow:1;
	flex-shrink:1;
	align-self:auto;

}


.promoHalfWidth.promoContainerBox, .promo60Width.promoContainerBox, .promo40Width.promoContainerBox{
    position: relative;
    margin-bottom: 0.5em;
}

.promoHalfWidth .promoTitleContainer, .promo60Width .promoTitleContainer, .promo40Width .promoTitleContainer{
	min-height: 4em;
    width: 70%;

	position: absolute;
	padding: 1em;
}

.promoHalfWidth .promoImgContainer, .promo60Width .promoImgContainer, .promo40Width .promoImgContainer{

}

		.promoImgContainer .imgMob{
	display:none;
	}
		.promoImgContainer .imgDesk{
	display:block;
	}


/*NEWS*/

.topNewsBox{
	width:calc(50% - 2em);
}
.smallNewsBox{
width:calc(25% - 2em);
}
	
		/*SGD row*/
.goalFlex {
display:flex;
flex-direction:row;
padding: 2em 0em;
align-items: center;
justify-content: center;
	flex-wrap:wrap;
	width: 80%;
    margin: auto;
}


.goalFlex2 div{
	flex-basis:33%;
	margin:0.25em;
}

.goalFlex1{
	flex-basis:40%;

}

.goalFlex2{
	display:flex;
	flex-direction:row;	
	justify-content: center;
	flex-basis:60%;
}

.goalFlex3{
width:100%;
}
	
.goalTextTop{
color: #2484c6;
    font-weight: 300;
	font-size: 1.25em;
    margin-bottom: 0.5em;
}
	
.goalTextBottom{
color: #666;
    font-weight: 300;		
}
	
.goalTextBottom .materialIconContainer {
    display: inline-flex;
    vertical-align: middle;
	color: #666 !important;
}
	
.goalTextBottom .material-icons {
    color: #999;
    font-size: 2em;
    margin-left: 0.25em;
}
	
.goalFlex img{
max-width:100%;
}

	/***NewsLetter changes**/
.newsLetterFlexCol{
display:flex;
	flex-direction:row;
	flex-wrap: wrap;

}
.newsletterPrivacy a{
color:inherit;
}
.newsLetterFlexCol .flex-item{
flex-basis:100% !important;

}
.mc-field-submit input[type="submit"]{
padding: 0.5em 1em !important;
	font-size:larger;
	font-weight:500;
}
.newsLetterFlexCol.col1{
width:50%;

}

	.flex-item{   
		margin-top: 0 !important;
	}
.newsLetterFlexCol.col2{
width:50%;
	margin-top:0;

}
.newsLetterFlexCol.col2 .mc-field-group div{

    display: inline-block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
}

.newsletterPrivacy {
padding:1em 0em;
	font-size:0.75em;
}
.mc-field-group select {
    width: 100%;
	box-sizing:border-box;
    padding: 0.21em 0;
    border: 1px solid #888;
    text-indent: 0.5em;
    color: #333;
}
	
	.mc-field-group ul{
margin-top:0.5em !important;

}
.newsLetterFlexCol.col2 .mc-field-group ul{
list-style:none;display: inline-block;width: 100%;padding: 0;vertical-align: top;

}
.newsLetterFlexCol.col3{
width:100%;

}
.newsLetterFlexCol div{
	margin-right:1em;	
}

	.ccfFundOverride{
margin-top:5em;
	width:90% !important;
}
	
		/*xsmall Featureboxes*/

	.xsmallFeatureFlexContainer .xsmallFeatureFlexItem{
		display: flex;
		flex-direction: column;
		flex-basis: calc(33.33% - 1rem);
		align-content: stretch;
		margin:0.5rem
	}
	
	
	

}