/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*Govtogether styling*/

 .govtogether_widget .sidebarBox {
 	padding: 0px;
 }

 .govtogether-widget-top {
 	background-image: url( '../img/gradientgovTogetherBG.png' );
 	background-repeat: repeat-x;
 }

 .govtogether-title {
 	background-color: #276b76;
 	color: #fff;
 	padding: 5px 10px;
 }

 .govtogether-title-left {
 	display: inline-block;
 	text-align: left;
 	width: 50%;
 }

  .govtogether-title-right {
 	display: inline-block;
 	text-align: right;
 	width: 45%;
 }

 .govtogether-widget-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    color: #276b76;
 }

 .govtogether-number {
 	color: #587855;
 }

 .govtogether-content-bottom {
 	text-align: right;
 }

  .govtogether-content-bottom a, .govtogether-content-bottom a:visited {
 	color: #587855;
 	text-decoration: underline;
 }

 .govtogether-content-bottom a:hover, .govtogether-content-bottom a:active {
 	color: #587855;
 	text-decoration: none;
 }


/*Engagement styling */

 .engagement_widget .sidebarBox {
 	padding: 0px;
 }

 .engagement-widget-top {
 	background-image: url( '../img/gradientengagementBG.png' );
 	background-repeat: repeat-x;
 }

 .engagement-title {
 	background-color: #335b84;
 	color: #fff;
 	padding: 5px 10px;
  margin-top: -10px;
 }

 .engagement-title-left {
 	display: inline-block;
 	text-align: left;
 	width: 50%;
 }

  .engagement-title-right {
 	display: inline-block;
 	text-align: right;
 	width: 45%;
 }

 .engagement-widget-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    color: #276b76;
 }

 .engagement-number {
 	color: #587855;
 }

 .engagement-content-bottom {
 	text-align: right;
 }

  .engagement-content-bottom a, .engagement-content-bottom a:visited {
 	color: #587855;
 	text-decoration: underline;
 }

 .engagement-content-bottom a:hover, .engagement-content-bottom a:active {
 	color: #587855;
 	text-decoration: none;
 }

 .engagement-opportunities{
  color: #fff;
  font-size: 24px;
  padding: 20px 15px 20px;
 }