.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 400px;
}

.news img {
	opacity: 0.90;
}

.news img:hover {
	opacity: 0.75;
}

section.dark-band {
	background: #314858;
	color: #fff; 
}

section.dark-band p {
	color: #fff; 
}

section.dark-band a {
	color: #fff; 
}

section.dark-band u {
	color: #fff;
}

section.news p {
	font-size: 16px;
}

h1.story-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 48px;
	line-height: 72px;
	margin-top: 0px;
}

h1.story-title.dark-band {
	color: #fff;
}

h2.story-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 36px;
	line-height: 72px;
	margin-top: 0px;
}

h1.story-title > u {
    text-decoration: none;
    border-bottom: 6px solid #3695D8;
}


h2.story-title > u {
    text-decoration: none;
    color: #000;
    border-bottom: 6px solid #3695D8;
}

.story-title a {
    text-decoration: none;
}

.story-title a:focus {
    text-decoration: none;
}

.story-title a:link {
    text-decoration: none;
}

.story-title a:visited {
    text-decoration: none;
}

.story-title a:active {
    text-decoration: none;
}

.story-title a:hover {
    text-decoration: none;
}

.story-team-name {
	color: #2E91D1;
}

.footer {
	font-family: 'Open Sans', sans-serif;
	color: #fff;

}

.footer p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.story h2 {
	margin-bottom:20px;
}

.story p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 40px;
}

ul.blue-chevron-list {
  list-style: none;
  padding: 0;
}

.blue-chevron-list li {
  padding-left: 1.5em;
}
.blue-chevron-list li:before {
  content: "\f054"; /* FontAwesome Unicode / checkmark: \f00c right chevron: \f054; */
  font-family: FontAwesome;
  color: #3695D8;
  display: inline-block;
  margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}

.blue-chevron-list li {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	margin: 0.7em;
}

.team-objective {
	font-weight: 400;
	margin-top: 5px;
}

ol {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	margin: 0.7em;
}

ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	margin: 0.7em;
}

ul.nav {
	font-size: 13px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}

h3 {
	line-height: 35px;
}

a:focus {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
	text-decoration: none;
}

form {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
}

.searchandfilter {
	/*display: inline!important;*/	
}

.searchandfilter ul {
	display: inline!important;
	font-size: 18px;
	font-weight: 300;
	padding-left: 0;
	margin-left: 0;

}

.searchandfilter li {
	display: inline-block!important;
}

.searchandfilter label {
	font-weight: normal;
	display: inline-block!important;
	margin-right: 20px!important;
	/*padding: 50px!important;*/
}

.searchandfilter h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px!important;
	font-weight: normal;
}