.sfnewsMetaInfo {
	display:none !important;	
}
.sfnewsList {
    list-style: outside none none;
    padding: 0;
}
.sfnewsTitle.sftitle > a {
    color: #444444;
    font-weight: 200;
    margin-bottom: 0 !important;
}
.sfnewsTitle.sftitle {
    margin-bottom: 0;
}
.introWrapper {	
	background-image:url('/cisiweb2/image/events/fpforum.jpg');
	background-position:center center;

}
.types {
	margin-bottom:30px !important;	
}

.fullQuote {
    background-image: url("/cisiweb2/image/ethics/corporatequote.jpg");
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	text-align:center;
	padding:0 5%;
	margin-top:80px !important;
		
}
.fullQuote h1 {
	color:#222222 !important;
	margin-top:10px !important;
}

.logos {	
	text-align:center;
}

.logos img {
	margin:15px;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	transform: scale(0.7);
}
.logos img:hover {
    transform: scale(1);	
	cursor:pointer;
}
.sfContentBlock .modal-body img {
    float: right;
    margin-left: 30px;
}

#oldWebsiteContent iframe {
	height:800px !important;	
}

h2.sftitle {
    font-size: 20px;
    margin-top: 20px;
}
.sfnewsSummary {
    font-size: 12px;
    font-weight: 500;
}

.afpfBlock {
	background:#efefef;
	padding:30px;
	margin-top:50px;
}	

@media (max-width : 991px) {
	.fullQuote h1 {
		font-size:30px !important;	
	}
	.logos img {
		margin:2% 5%;
		width:40%;
	}
	#oldWebsiteContent iframe {
	height:800px !important;	
}
		
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

@media (max-width: 767px) {
	.fullQuote h1 {
		font-size:20px !important;	
		color:#000000 !important;
	}
	h2.sftitle {
		font-weight:300 !important;
	}
	.sfnewsSummary {
		font-size: 14px;
		font-weight: 300;
	}
	
}