@import url("https://use.typekit.net/wjs4bgw.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}

strong {font-weight: bold;}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
body {
	font-family: ballinger-condensed, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:25px;
	color:#173946;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1400px;
	margin:0px auto;
	padding:0px 10px;
}
.left, .right {
	width: 48%;
	margin: 0 1%;
	float: left;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
main {
	margin-top: 0px;
}
/* HEADER */
header {
	/* position:fixed;*/
	top:0px;
	z-index:3;
	width:100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	background: #fff;
}
header.opaque {
	background-color:#fff;
}
#header {
	position:relative;
	z-index:2;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	position: absolute;
	z-index:4;
}
#header #logo img {
	padding-top:10px;
}
#header #tag {
    padding-top: 22px;
    color: #575554;
    font-style: italic;
    float: left;
    margin-left: 230px;
	font-size: 22px;
}
#header #tag img {
	display: block;
	margin: 10px auto 0;
	max-width: 200px;
}
.xinterior #header #tag {
	padding-top: 50px;
}
#header #links {
    text-align: right;
    padding-top: 30px;
}
#header .social  {
    border-right: 0px solid;
	padding-left:5px;
	margin-bottom: 15px;
	margin-right: 42px;
}
#header #links a {
    display: inline-block;
    font-size: 24px;
    line-height: 20px;
    padding: 0px 0px 0 5px;
	text-decoration:none;
	color:#1f7699;
	font-weight: normal;
}
#footer a.button,
#header #links a.button {
    padding:5px 30px 8px;
	color:#ff3131;
	vertical-align: middle;
	font-weight:bold;
	font-size:40px;
	line-height:40px;
	text-shadow: 2px 2px #333;
	background: #0b87cd;
	border-radius: 20px;
}
#footer a.button:hover,
#header #links a.button:hover {
	background: #0a5f8f;
}
#header #links a.OLDbutton {
    padding:7px 20px;
	color:#fff;
	vertical-align: middle;
	font-weight:bold;
	text-transform: uppercase;
	font-size:22px;
	line-height:26px;
}
#header #contact {
	text-align:right;
    font-size: 29px;
    padding-top: 10px;
}
#header #tel {
	text-decoration: none;
	color:inherit;
	font-weight: normal;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#1981ab;
	clear:both;
	text-align:center;
	margin-top:15px;
	box-shadow: 0px 7px 7px rgba(0,0,0,.5);
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
	padding-left:180px;
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	font-family: copperplate, serif; 
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	font-size:20px;
	font-weight:300;
	padding:0px 20px;
	margin:10px 0px;
}
header #nav ul > li:not(:last-of-type) > a{
	border-right:1px solid #7aa4c4;
}
header #nav ul li:hover {
	background-color:#579fbc;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#579fbc;
	min-width: 350px;
	width: auto;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(255,255,255,.5);
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:950px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:950px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:10%;
	right:3%;
	width:45%;
	z-index:2;
	opacity:0;
	font-weight: bold;
	color:#1981ab;
	font-size:38px;
	padding-right:20px;
}
#banner-img .slide .content .line2 {
	font-size:30px;
	font-weight: normal;
	margin-top:20px;
}
#banners #grad {
	width:100%;
	height:20%;
	position: absolute;
	left:0px;
	bottom:0px;
	background-color:transparent;
	background: -webkit-linear-gradient(transparent,#fff);
	background: -o-linear-gradient(transparent,#fff);
	background: -moz-linear-gradient(transparent,#fff);
	background: linear-gradient(transparent,#fff);
	z-index:2;
}
/* ^ BANNERS */
/* CONTENT */
#equal {
	margin-bottom: 15px;
}
.staff {
	margin-bottom: 15px;
	padding: 15px;
}
.NewsSummary:nth-child(even),
.staff:nth-child(odd) {
	background-color: rgba(57,157,193,.15);
}
.NewsSummary {
	padding: 5px 20px;
}
#banner-header {
	max-height:670px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
	display:block;
}
#banner-header #content {
	position:absolute;
	width:auto;
	top:66%;
	left:50%;
	margin: 0px auto;
	padding:10px 40px;
	text-align:center;
	background-color:rgba(255,255,255,.75);
	border:1px solid #1981ab;
	transform: translate(-50%, -50%);
}
#banner-header #content h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#banner-header #content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom:30px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
h1 {
	font-size:48px;
	color:#1981ab;
	margin-bottom:15px;
}
h2 {
	font-size:33px;
	color: #1981ab;
	margin-bottom:30px;
}
h3 {
	font-size:28px;
	color: #1981ab;
	margin-bottom:10px;
}
h4 {
	font-size:41px;
	color: #173946;
	margin-top:30px;
	margin-bottom:30px;
}
h5 {
	font-size:51px;
	color:#1981ab;
	margin-bottom:30px;
}
p {
  margin-bottom:40px;
}
ul {
    list-style-position: outside;
	margin-left:30px;
}
ul.split {
    column-count:2;
	font-weight:bold;
}
ul , ul li {
    margin-bottom:20px;
}
a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#1981ab;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
}
a.button {
	color:#fff;
	text-decoration:none;
	background-color:#ad1f24;
	padding:8px 30px;
	white-space: nowrap;
	display:inline-block;
}
main a.button.give {
	background-color:#6abd45;
	display: none;
}
a.button.give img {
	vertical-align: middle;
	margin-right:10px;
}
a.button.give.right {
	float:right;
	margin-right:10%;
	max-width: 150px;
}
a.button:hover {
	background-color:#666;
}
.img-right {
	float:right;
	margin-left:20px;
}
.img-left {
	float:left;
	margin-right:20px;
}
.img-right, .img-left {
	margin-bottom:20px;
	max-width:40%;
}
.split-2 {
	width:50%;
	float:left;
}
.split-2:nth-of-type(even) {
	padding-right:40px;
}
.split-2:nth-of-type(odd) {
	padding-left:40px;
}
.split-3 {
	width:31%;
	margin:0px 1%;
	float:left;
	min-height: 610px;
}
#publications .split-3 {
	min-height: 250px;
}
#stats .split-3 {
	text-align:center;
	font-weight:bold;
}
#stats .stat {
	font-size:55px;
}
.row:after {
	content:'';
	display:block;
	clear:both;
}
.section {
	padding:30px;
	background-color:rgba(57,157,193,.15);
	margin-top:-250px;
	margin-bottom:50px;
	color:#0f2a4b;
	font-size:22px;
}
.section .img {
	border:7px solid #fff;
	margin:-70px auto 30px auto;
	display:block;
}
.button-center {
	text-align:center;
}
.texture {
	background-image:url('../../Assets/Images/bkg-faces.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	padding:30px;
}
.texture.form {
	margin-bottom:230px;
}
.highlight {
	background-color:#e1eae6;
	margin-top:40px;
}
#donate {
	color:#275d2e;
	background-image:url('../../Assets/Images/bkg-donate.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:55%;
}
#donate .content {
	padding:60px 40px;
	margin-left:45%;
}
#donate .heading {
	font-size:48px;
	margin-bottom:15px;
}
#donate .button {
	margin-right:30px;
}
#news {
	padding-top:30px;
	padding-bottom:30px;
}
#news .heading {
	font-size:48px;
	border-bottom:1px solid #c8c6c6;
	margin-bottom:20px;
	color:#1981ab;
}
#news .time {
	color:#1981ab;
	margin-bottom:20px;
}
#news a {
	font-weight:bold;
}
.tab {
	background-color:#1981ab;
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	margin-left:30px;
	display:inline-block;
}
.tab-content {
	background-color:#dde6e9;
	color:#0d5e80;
	padding:40px;
	margin-bottom:30px;
}
#properties {
	margin-bottom:50px;
}
#properties h5 {
	border-bottom:1px solid #026c92;
}
#properties .address {
	font-weight:bold;
	margin-bottom:20px;
}
#properties img {
	width:100%;
	margin-bottom:20px;
}
#questions-offset {
	margin:40px auto -200px auto;
}
form#questions {
	width:75%;
	margin:0px auto;
	padding:30px;
	background-color:#1981ab;
	color:#fff;
	text-align:center;
}
form#questions .heading {
	font-size:40px;
	font-weight:bold;
}
form#questions p {
	font-weight:bold;
}
form#questions a {
	color:inherit;
}
form#questions input[type="submit"]{
	float:left;
	margin-top: 15px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#ad1f24;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
	padding:5px 15px;
	width:auto;
}
/* ^ CONTENT */
/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
footer {
	background-color:#173946;
	margin-top:80px;
}
footer .col1 {
	width: 50%;
	text-align: left;
}
footer .col2 {
	width: 50%;
	text-align: right;
}
#footer-logo {
	margin-top:-80px;
	margin-bottom:20px;
}
#footer {
	color:#fff;
	padding-top:20px;
	padding-bottom:40px;
	font-size:22px;
	text-align:center;
}
footer .numbers,
footer .address {
	margin-bottom: 15px;
}
footer .numbers div {
	margin-bottom: 5px;
}
footer .social {
	margin-bottom: 20px;
	margin-right: 30px;
}
footer .social a:hover i {
	color: #efefef;
}
footer .social a  {
	margin-left: 10px;
}
footer .social a i {
	font-size: 30px;
}
footer #mc-embedded-subscribe-form {
	color: #173946;
}
#footer a {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
}
#footer .col1 a:hover {
	color:#fff;
}
#footer span {
	white-space: nowrap;
}
#siteby a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.community {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #afafaf;
}
.community:after {
	content:'';
	display:block;
	clear:both;
}
.community .left {
	width: 20%;
	margin-right: 3%;
	text-align: center;
}
.community .right {
	width: 76%;
	margin: 0;
}
#mc_embed_signup{
	float: right;
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	width: 600px;
}
@media (max-width:1240px) {
#mobile-nav {
    display:block;
}
header #nav > ul {
    display:none;
    position:absolute;
	background-color:#1981ab;
	padding-left:0px;
}
header #nav ul li {
    display:block;
    width:100%;
    border-top:1px solid #ccc;
}
header #nav ul li a {
    padding:10px 20px;
	margin:0px
}
header #nav > ul > li ul {
    position:relative;
}
#banner-img .slide .content {
	top:10%;
    transform: scale(0.7);
	width:60%;
}
}
@media (max-width:1000px) {
	main {
		margin-top: 0;
	}
	footer .social,
	#header .social {
		margin-right: 0;
	}
#banners {
	display:none;
}
.section {
	margin-top:50px;
}
body#home{
	padding-top:200px;
}
}
@media (max-width:940px) {
#header #tag {
	float:none;
	text-align:right;
}
#donate {
	background-position: bottom right;
	background-size:100%;
}
#donate .content {
	margin-left:0%;
	padding:30px 0px 60% 0px;
}
#donate .button {
	display:inline-block;
	margin-bottom:10px;
}
#banner-header #content {
    position: relative;
    width: auto;
    top: auto;
    border: 0px;
	background-color:#e1eae6;
}
form#questions {
	width:auto;
}
	footer .col1,
	footer .col2 {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	#mc_embed_signup{
		width: 100%;
	}
}

@media (max-width:650px) {
header, #header #logo {
	position:relative;
}
body {
	padding-top:0px !important;
}
#header #logo, #header #tag, #header #links, #header #contact {
	float:none;
	width:100%;
	text-align:center;
	padding-top:0px;
	margin:0px;
}
#header #tag, #header #links, #header #contact {
	text-align:center;
	margin-top:10px;
}
.community .left, .community .right,
.left, .right,
.split-2, .split-3 {
	padding:0px !important;
	width:100%;
	margin:0px 0px 50px 0px;
}
ul.split {
	column-count: auto;
}
.tab {
	margin-left:0px;
}
}
@media (max-width:500px) {
	#header #tag, #header #links, #header #contact {
		font-size:20px;
	}
	#header #links span {
		display: block;
		margin: 10px;
	}
	h1 {
		font-size:34px;
	}
	h4 {
		font-size:30px;
	}
}