/*
Theme Name: GP
Theme URI: 
Description: 
Author: Avant Consulting
Version: 2.0
License:
License
Tags:
Text Domain: 
*/


body{
	font-family: 'Avenir LT W01_35 Light1475496';
	font-size: 15px;
	line-height:20px;
	background:url('images/bggradient2.png') repeat-x #115285 !important;
}


.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-left:30px;
	margin-bottom:30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a, a:link {
  color: #5293bc;
}

#wrapper{
  background: #f2f2f2;
  box-shadow: 0px 0px 3px -1px #333;
  border-radius: 5px;
  position: relative;
  top: 10px;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width:100%;
}

.main_content_wrapper{
  margin-top: 15px;
  padding: 30px;
}

.main_content{
  padding: 10px 0 0;
  width: 100%;
}

.header_content{
  background: white url('images/welcome1.png') no-repeat;
  background-position: 240px 60px;
  height: 225px;
  margin-left: -30px;
  margin-right: -30px;
}

#content-container {
  margin-top: 25px;
  padding: 30px;
  background: white;
  box-shadow: 0px 2px 2px 2px #ccc;
}

.home #content-container {
  background: none;
  box-shadow:none;
}

.breadcrumbs {
  margin-top: 15px;
}

/*logo & navbar*/
.logo{
  margin-left: 20px;
  margin-top: 15px;
  float:left;
}

.topnavbar{
	float:left;
	margin-left:26px;
	margin-top:157px;
}
.topnav{
	width:auto;
	float:right;
}
.topnav ul li{
	margin-left:5px;
	float:left;
}
.topnav ul li a{
	color:#000;
	font-size:15px;
	line-height:25px;
	text-decoration:none;
	border-bottom: 15px solid #75b6db;
	display:block;
	padding-left:13px;
	padding-right:13px;
}
.topnav ul li:hover{
	border-bottom: 5px solid #75b6db;
	padding-bottom:4px;
}
.topnav ul li a:hover{
	background:#eeeeee;
}
.topnav ul li.current-menu-item{
	border-bottom: 5px solid #75b6db;
	padding-bottom:4px;
}

.navbar-collapse ul{
		margin:0;
		padding:0;
}
.navbar-collapse ul li{
	list-style:none;
	margin:0;
}
@media (min-width: 780px){
	.navbar-brand{
		display:none;
	}
	.navbar-default{
		box-shadow:none;
		border:none;
		padding:0;
		background:none;
	}
	.navbar-collapse{
		padding:0;
	}
	
	.navbar-collapse ul li{
		margin-left:5px;
		float:left;
	}
	.navbar-collapse ul li a{
		color:#000;
		font-size:15px;
		line-height:25px;
		text-decoration:none;
		border-bottom: 15px solid #75b6db;
		display:block;
		padding-left:13px;
		padding-right:13px;
	}
	.navbar-collapse ul li:hover{
		border-bottom: 5px solid #75b6db;
		padding-bottom:4px;
	}
	.navbar-collapse ul li a:hover{
		background:#eeeeee;
	}
	.navbar-collapse ul li.current-menu-item{
		border-bottom: 5px solid #75b6db;
		padding-bottom:4px;
	}
}


/*carousel*/

#carousel {
	overflow: visible;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	zoom: 1;
	position: relative;
	
}

.carousel-caption{
	text-shadow:none !important;
}

#carousel .carousel-inner {
	box-shadow: 0 30px 15px -15px #ccc;
	background: white;
}

#carousel .item {
	height: 330px;
	text-align: right;
}

#carousel .carousel-caption {
	left: 0;
	top: 0;
	bottom: 0;
	width: 45.78313253012%;
	padding: 10px;
	color: #5f5e55;
	background: white;
	text-align: justify;
	font-size: 15px;
}

#carousel .carousel-caption p {
	color: #5f5e55;
	line-height: 1.3;
}

#carousel .carousel-nav {
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

#carousel {
	counter-reset: item;
}

#carousel a:link {
	color: #5293BC !important;		
}

#carousel h4 a {
	font-family:'Avenir LT W01_65 Medium1475532' !important;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0.8em;
}

#carousel .read-more {
	margin-top: 0.5em;
}

#carousel .indicator {
	counter-increment: item;
}

#carousel .indicator:before, #carousel .indicator:before {
	content: counter(item);
	color: inherit;
	text-align: center;
}

#carousel .carousel-nav a:link, #carousel .carousel-nav a:hover, #carousel .carousel-nav a {
	display: inline-block;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	box-shadow: -1px -1px #b4b3b2;
	background:  #115385 !important;
	color: white !important;
	cursor: pointer;
	text-decoration: none;
	padding: 0 3px;
}

#carousel .carousel-nav a:link.active, #carousel .carousel-nav a:hover.active, #carousel .carousel-nav a.active {
	 background: none repeat scroll 0 0 #75b6db !important;

	color: #878680 !important;
}

#carousel .carousel-nav .left, #carousel .carousel-nav .right {
	color: white !important;
}

.carousel_featured_image{
	float:right;
	display:table;
	width:54.819277108434%;
}
.carousel-indicators{
	position:relative;
	left:auto;
	padding-left:inherit;
	margin-left:auto;
	bottom:0;
}

h4.widgettitle {
  color: #5293BC;
  font-weight: normal;
    font-size: 18px;
  line-height: 20px;
}

h4.widgettitle a{
	 color: #5293BC;
}

.widgettitle {
  margin-bottom: 9px;
}

.widget {
  margin-bottom: 18px;
  color: #86857f;
}

.page-template-page-homepage-php .widget_text {
  text-align: justify;
}

.home .textwidget img.right {
  height: 90px;
  margin-bottom: 0;
  width: 98px;
}
.textwidget img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.col-md-2 .subpage-title {
  font-size: 18px;
  line-height: 22px;
}

h1.subpage-title {
  border-bottom: 7px solid #115385;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  line-height: inherit;
  padding-left: 4px;
  padding-bottom: 5px;
  margin-bottom:5px;
}

#content{
	margin-left:0 !important;
	margin-right:0 !important;
}


#sidebar1 .widgettitle, #sidebar3 .widgettitle {
  border-bottom: 1px solid #e7e7dc;
}

#sidebar1 .widget, #sidebar3 .widget {
  padding-bottom: 1em;
  border-bottom: 1px solid #e7e7dc;
}

nav.subpage-menu > ul li.current_page_item a {
  color: #115385;
}

h3 {
  float: left;
  margin-bottom: 0.6em;
  margin-top: 0;
  color: #5293BC;
  display: table;
  clear: both;
  width: 100%;
    font-size: 24px;
  line-height: 40px;
}
.home .breadcrumbs{
	display:none;
}

#main {
  color: #85857f;
}
#main p.meta {
  font-style: italic;
  color: #808080;
}

p {
  margin: 0 0 10px;
}

.page-header {
  border: none;
  margin: 0;
  padding: 0;
}

.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}


#sidebar3 {
  margin-top: 2em;
}

#sidebar3 ul, ul.children{
  padding: 0;
  margin: 0 0 10px 25px;
}
#sidebar3 ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style:disc;
}
ul.children li{
	list-style:circle;
}


#menu-item-143.current-menu-item, #menu-item-143:hover {
    border-bottom: 5px solid #115385;
}
#menu-item-144.current-menu-item, #menu-item-144:hover, #menu-item-104.current-menu-item, #menu-item-104:hover {
    border-bottom: 5px solid #5293BC;
}
#menu-item-148.current-menu-item, #menu-item-148:hover {
    border-bottom: 5px solid #3072a1;
}
#menu-item-143 a {
	border-bottom: 15px solid #115385;
}
#menu-item-144 > a , #menu-item-104 a {
    border-bottom: 15px solid #5293BC;
}
#menu-item-145 a, #menu-item-103 a , #menu-item-16 a {
	border-bottom: 15px solid #75b6db;
}
#menu-item-148 a {
	border-bottom: 15px solid #3072a1;
}

.post_content {
  text-align: justify;
}


/*footer*/
footer {
  margin-top: 60px;
  color: #c5d1d6;
}
footer h4, footer h4.widgettitle {
  color: #edf4f7;
  font-size: 18px;
}
footer a, footer a:link, footer .widget {
  color: #c5d1d6 !important;
}
footer a:hover{
	color:#FFF !important;
	text-decoration:none !important;
}
footer .contact-us {
  border-left: 1px solid #c5d1d6;
  min-height: 150px;
}



#main h1 {
  color: #5293bc;
  font-size: 26px;
  font-weight: normal;
  line-height:1.3;
}

nav.subpage-menu > ul {
  list-style: none;
  margin: 0 0 0 4px;
  padding: 0;
}

nav.subpage-menu > ul {
  list-style: none;
  margin: 0 0 0 4px;
  padding: 0;
}

footer ul, footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel-skin-default .jcarousel-item .panel-text, .jcarousel.wp_carousel_default_pagination.cv-default {
  display: none;
}

/* Carousel */

.jcarousel-skin-default .jcarousel-item .panel-text, .jcarousel.wp_carousel_default_pagination.cv-default {
	display:none;
}
.theme-default.cv-default .carousel-default-background {
	background: transparent;
}
.carousel-default-background, .jcarousel-skin-default, .jcarousel-container.jcarousel-container-horizontal, .jcarousel-skin-default .jcarousel-clip-horizontal, .jcarousel-list.jcarousel-list-horizontal, .panel.jcarousel-item.jcarousel-item-horizontal.jcarousel-item-1.jcarousel-item-1-horizontal{
	height:120px !important;
}
.arrow-left, .theme-default .arrow-right {
    margin: 8px 0 0;
    max-height: 120px;
}
.panel.jcarousel-item.jcarousel-item-horizontal img {
	width:none !important;
}
#content-container .cv-default.theme-default .jcarousel-skin-default .jcarousel-item {
	background:transparent;
	border: 0px solid black;
}
.theme-default.cv-default {
	    position: relative;
		margin:auto;
    max-width: 901px;
	width:100%;
}
#content-container .theme-default .arrow-left a, #content-container .theme-default .arrow-right a {
	margin:50px 0 0 0;
}
#content-container .cv-default.theme-default .arrow-left {
    background: none repeat scroll 0 0 #5293BC;
    border-radius: 6px 0 0 6px;
}
#content-container  .cv-default.theme-default .arrow-right {
    background: none repeat scroll 0 0 #5293BC;
    border-radius: 0px 6px 6px 0px;
}
.panel.jcarousel-item.jcarousel-item-horizontal img {
	max-height:100px;
}
#carousel {right:18px;}
#content-container #carousel_0 {min-width:5000px;}



#content .thumbnail {
  margin-bottom: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir LT W01_65 Medium1475532';
}

.carousel-caption h4{
	margin:0;
}

.jcarousel-skin-default .jcarousel-item {
	padding-left:6px !important;
	padding-right:6px !important;
}
table{
	width:100% !important;
}

@media (min-width: 1200px){

}

@media (max-width: 980px){
	.logo{
		float:none;
		margin:auto;
		display:table;
	}
	.header_content{
		background-image:none;
	}
	#wrapper{
		padding:0;
	}
	body{
		  padding: 0 5px;
	}
	.topnavbar{
		float:none;
		margin:auto;
	}
	.header_content{
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	footer .contact-us{
		border:0;
	}
	.breadcrumbs{
		width:92%;
		margin-left:auto;
		margin-right:auto;
	}
	
	
}

@media (max-width: 780px){
	.navbar-collapse{
		padding:0;
	}
	.navbar-collapse ul li a{
		color:#777;
		font-size:15px;
		line-height:40px;
		text-decoration:none;
		width:100%;
		display:block;
		padding:0 4%;
		margin:0;
		border-bottom:1px solid #e7e7e7;
	}
	#carousel .item{
		height:auto;
	}
	.carousel_featured_image, #carousel .carousel-caption{
		width:100%;
		float:none;
		margin:auto;
		position:relative;
		display:table;
	}
	#content-container .col-md-1, #content-container .col-md-2, #content-container .col-md-3, #content-container .col-md-4, #content-container .col-md-5, #content-container .col-md-6, #content-container .col-md-7, #content-container .col-md-8, #content-container .col-md-9, #content-container .col-md-10, #content-container .col-md-11, #content-container .col-md-12{
		padding-left:0;
		padding-right:0;
	}
}

/* Grant Recipients Table formatting */
div.grant strong {
    font-weight: bold;
  color: #5293BC;
  text-transform: uppercase;
}
div.grant table {
  width: 100%; border-collapse: separate; border-spacing: 0 10px;"
}
div.grant tr td {
  border-bottom:1pt solid black;
}