/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.main-navbar .navbar-nav { float: none; padding: 0px 0 0; }
body .wp-caption-text{
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
line-height: 1.3;
text-align: left;
font-weight: 600;
color: #868686;
}
body .textwidget{
margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    line-height: 2.1;
    color: #444;
    /*background-color: #fff*/
    /*This was adding a white box around the contact box at the bottom of pages*/
    background-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }

#text-3 .textwidget {
   line-height: 1.7 !important;
}

body .tp_pub_author{
	font-size: 12pt;
	margin-bottom: -10px;
	line-height: 1.7;
}

body .menu-governance-sidebar-container{
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	color: #444;
	background-color: #fff;
	line-height: 2.1
}


