/* 
This is the section css for
TLC Newsletter 
*/

.headerWrapper, .horizontalMenu{
	display: none;
}

/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}



/*	GENERAL	*/
.nl-section, .footer-section{
	float: left;
	width: 100%;
	display: block;
}
.footer-section{
	padding: 3.5% 5%;
}
.footer-section h3, #home-content .footer-section p{
	text-align: center;
}
.footer-section .bar{
	font-size: 1.3em;
	color: #ffe800;
	margin: 0px 10px;
}
#home-content .grid9 .btn{
	margin-right: 15px;
}
#home-content .grid3{
	padding-right: 20px;
}
#home-content .grid9 .grid3 img{
	width: 100%;
	margin-top: 10px;
}
#home-content .grid9 .row-responsive{
	margin-top: 0px;
}



/*	HEADERS AND MENU	*/
#home-content .grid3 h4{
	display: block;
	padding: 10px;
	background-color: #6e3061;
	color: #fff;
	margin 30px 0px;
}
#home-content .grid3 p{
	margin-top: 20px;
	margin-bottom: 10px;
}
#home-content .grid3 p a, #home-content .grid3 p a:visited{
	font-size: 1.1em;
	font-weight: bold;
	color: #6e3061;
}
#home-content .grid9 h3{
	display: block;
	padding: 15px 10px 15px 20px;
	margin 40px 0px 20px 0px;
	background-color: #382140;
	color: #ffe800;
}
#home-content #section-2 h3{
	background-color: #ffe800;
	color: #6e3061;
}
#home-content #section-3 h3{
	background-color: #6e3061;
	color: #ffe800;
}
#home-content #section-4 h3{
	background-color: #d4a129;
	color: #382140;
}
#home-content #section-5 h3{
	background-color: #382140;
	color: #ffe800;
}




@media only screen and (min-width: 768px) {
	body, #home-wrapper #footer, #home-wrapper .headerWrapper{
		overflow: visible;
	} 
	#home-content .pageWrapper{
		margin-top: 20px;
	}
	.content-section{
		display: flex;
		float: left;
		width: 100%;
	}
	.content-section > .row-responsive > .grid3{
		height: 85%;
	}
}


.btn.btnMain.btnFullWidth.hdnContent {
    width: 100%;
}

.FancyBoxText {
    /* width: 1000px; */
    padding: 0 20px 20px;
    max-width: 100%;
    margin: 40px;
}
