@charset "utf-8";
/* Page Styling */

/* General Styles */
#CustomPageBody { padding: 15px;}
#SpSubHead { margin: 20px auto 10px;}


.formbutton { display: inline-block; }
#SpContent_Container { padding: 0px;}
#SpContent_Container .calloutbox {display: none;}
.addthis_toolbox { display: none;}
#CustomPageBody { padding: 35px 0px 15px; }
hr { border-top: 1px solid #ebebeb;}
.mtop-30 { margin-top: 30px;}
.col-5 { float: left; width: 20%; padding-left: 8px; padding-right: 8px;}
.sm-text { color: #999; font-size: 14px; font-style: italic; font-weight: bold;}
.no-margins {margin-left: 0 !important;margin-right: 0 !important;}
.flex-row {display: -webkit-box;display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.formbutton { display: inline-block;}
#SpTitleBar { background-color: #ebebeb; padding: 15px; }


/* Section Styles */
.sp-content-out {
    padding: 50px 0; }

.section-header {
    margin-bottom: 20px; }

.border-top .section-header { 
    border-top: 1px solid #ddd; 
    padding-top: 40px; }



/*********** Page 1 / Board Members *************/
/* Overall Members Styling */
.members-section h2 {
    margin-bottom: 25px;
}
.sm-text {
    color: #0086cf;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
.members-section .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}	
/* Featured Members */
#executive-members {
    margin-bottom: 45px;
}
.featured-member {
    border-bottom: 2px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.featured-member:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.fm-img img {
    width: 100%;
    max-width: 200px;
    border-radius: 100%;
}
.fm-text h4 {
    margin-bottom: 5px;
}
.fm-text .formbutton {
    padding: 10px 25px;
    margin-top: 5px;
}
/* Bottom Members Columns */
.member-item {
    text-align: center;
    margin-bottom: 40px;
}
.member-item img {
    width: 100%;
    max-width: 140px;
    border-radius: 100%;
    margin-bottom: 10px;
}
.member-item h6 {
    font-size: 16px;
    margin-bottom: 5px;
}


/*********** Page 2 / Article *************/
 #centerArticleContent{
	padding-top: 40px; }
#bottomArticleContent {
	padding-top: 40px; }
#bottomArticleImageOut {
	padding-top: 40px; }
#bottomTitle h3 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 40px; }
#Articleauthor {
	text-transform: capitalize;
	font-weight: bold;
	color: #0086cf;
	line-height: 10px; }
#Articledate {
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	color: #aaa; }
#Articlehighlight {
	background: #0086cf;
	color: #fff !important;
	padding: 20px;
	border: 5px solid rgba(0,0,0, .1); }
#Articlehighlight p, #Articlehighlight h2 {
	color: #fff;
	line-height: 24px;
	font-weight: bold; }	
#sideArticleCont {
	padding-left: 20px; } 


/*********** Page 3/ Code of Ethics *************/
	.EthicsSubsprovision {
		padding: 40px; }
	.EthicsMain-Content strong h4 {
		background: #113065;
		padding: 15px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 24px; }
	.EthicsParra {
		padding: 15px 0 15px 15px; }
	.EthicsSubsprovision h5 {
	    display: inline-block;
		float: none;
		margin: 0;
		color: #666;
		text-transform: capitalize; }
	span.EthicsSubClass {
		font-size: 19px;
		color: #0086cf; }
	
	.EthicsParra h5 { font-size: 22px; }


/*********** Page 4 / About Us *************/
    #fourResourcesOut {
   		margin-top: 40px;
    	background-color: #ebebeb;
    	border-radius: 41px;
    	padding: 0px 0px 28px 0px; }
    .AboutresourceTitle {
        border-bottom: 1px solid #efefef;
        font-weight: 500;
        margin-top: 3px;
        font-size: 20px; }
    .AboutresourceTitle p {
        font-size: 12px; }
	.AboutresourceInfo {
 		margin-top: 5px;
  		margin-bottom: 0; }
    .cpContainer {
        margin-top: 26px; }
    #twoColumnOut {
        margin-bottom: 5%;
		border-top: solid #efefef 1px; }
	.AbouttwoCol-leftColumn h5, .AbouttwoCol-rightColumn h5 {
  		text-align: left;
  		color: #0086cf;
  		font-size: 22px; }
    .wwa-img img {
        border-radius: 50%; } 
    a.formbutton.wwa {
        margin-left: 2%; }
    .Aboutwhoweare {
        padding-bottom: 34px; }
    .wwa-text {
        padding: 34px 0px 0px 21px; }
    .octext {
        text-align: left; }
    .AbouttwoCol-leftColumn {
        text-align: left; }
    .AbouttwoCol-rightColumn {
        text-align: left; }
    .ocimg img {
        border-radius: 50%;}
    .AboutresourceTitle i {
		color: #0086cf;
        display: block;
        margin-bottom: 10px;
        font-size: 25px; }  
    #fourResourcesOut h5 {
        font-size: 26px;
        margin: 3px 0 26px; }
    a.formbutton {
        padding: 8px 0;
        width: 100%; }
    .AboutresourceBtn {
        padding: 7px 20px; }





/*********** Media Queries *************/

@media (max-width: 767px) {
    /* General */
    .col-5 {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
	
    .no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important; }
	
    #SpTitleBar {
		text-align: center; }
	
	#CustomPageBody {
  		padding: 15px; }
    
    /* Section Styles */
    .sp-content-out {
        padding: 40px 0; }
    
/* Page 1 */
#executive-members { padding-bottom: 40px; margin-bottom: 30px; }
.members-section { border-bottom: 2px solid #eee; margin-bottom: 30px; }
.members-section:last-child { border-bottom: none; margin-bottom: 0; }
.members-section h2 { text-align: center; }
.featured-member { text-align: center; border-bottom: 0; padding-bottom: 0; margin-bottom: 45px; }
.fm-img img { max-width: 180px; margin: 0 auto 10px; }
  
/* Page 2 */
#topArticleContent, #centerArticleContent, #bottomArticleImageOut {
	text-align: center; padding-left: 0; padding-right: 0; }	 
#Articlehighlight {
  margin-bottom: 20px; }	
.ArticleImg {
  margin: 10px auto; }	
#sideArticleCont {
  padding: 0; }	
#bottomArticleTitle h3 {
  margin-bottom: 15px; }	
	
/* Page 3 */
.EthicsParra { padding: 15px; text-align: center; }   
.EthicsMain-Content strong h4 { text-align: center; }	
.EthicsSubsprovision { padding: 20px 0; text-align: center; }	
.EthicsMain-Content { padding: 0; }	
    
/* Page 4 */
.wwa-text { padding: 25px 0px; text-align: center; }
.Aboutwhoweare { padding-bottom: 0; }	
.AbouttwoCol-leftColumn, .AbouttwoCol-rightColumn, .AbouttwoCol-leftColumn h5, .AbouttwoCol-rightColumn h5, .octext { text-align: center; padding: 0; }	
.ocimg { margin-top: 35px; }
#fourResourcesOut { padding: 10px; }	
.resourceItem { margin: 15px 0; }	
}


@media (max-width: 600px) {
}


@media (max-width: 480px) {
#SpTitleBar { font-size: 24px !important; }
    
.EthicsParra { padding: 10px; }	
}

