/* 
This is the section css for
Card Conversion 
*/


/* HOMEPAGE */
#home-content #homeGrid .grid7 {
	padding-right: 15px;
}
#home-content #homeGrid h3:first-of-type {
	margin-top: 0;
}
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}


#home-content .sideLinks{
    margin-top: 0px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    background-color: #EEE;
    margin-bottom: 5px;
	 margin-top: 5px;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 0px 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;
}
#home-content .sideLinks .btnMain{
	color: #FFF;
}
#home-content .hideMenu{
	display: none;
}
#home-content .news p{
	border-bottom: none;
}


#home-content .centerContent .fancybox-contentDS{
	border: 2px solid #6e3061;
	color: #6e3061;
	font-size: 1em;
	background: #6e3061;
	background-color: #6e3061;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
#home-content .centerContent .fancybox-contentDS:hover{
	color: #6e3061 !important;
	background: none;
}




@media only screen and (max-width: 768px) {
	/* HOMEPAGE */
	#home-content #homeGrid .grid8 {
		padding-right: 0;
	}
}

