body {
  margin: 0;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  color: #565656;
  background: #FFF;
}

.caption {
  width: 240px;
  margin-top: 0px;
}
.caption.medium {width: 320px;}
.caption.right {margin-top: 0px;}

#banner {
  display: none;
}

body#home #banner {
  display: block;
}

body#articles .date {
  display: none;
}

#welcome-box {
  display: none;
}

body#home #welcome-box {
  display: block;
}

#feeds {
  display: none;
}

body#home #feeds {
  display: block;
}

#partner-bar {
  display: none;
}

body#home #partner-bar {
  display: block;
}

p {
  padding: 0;
  margin: 0px 0px 20px 0px;
  line-height: 1.5em;
  letter-spacing: .9px;
}

h1 {
  font-size: 45px;
  color: #f49d34;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
body#home h1 {display:none}

h2 {
  font-size: 35px;
  color: #807fbb;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  padding: 0;
}

h3 {
  font-size: 28px;
  color: #4f8536;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}

h4 {
  font-size: 26px;
  color: #f49d34;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  padding: 0;
}

h5 {
  font-size: 28px;
  color: #4f8536;
  margin: 0px 0px 30px 0px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #4f8536;
}

h1,h2,h3,h4 a {
  text-decoration: none!important;
}

h1,h2,h3,h4 a:hover {
  text-decoration: underline;
}

.big {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.green {
  color: #4f8536;
}

.purple {
  color: #46256a;
}

.orange {
  color: #f49d34;
}

.call-out {
  background: #d4e8ca;
  padding: 20px 20px 0px 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: left;
  color: #4f8536;
  }
  
.call-out p {
  padding-bottom: 20px;
  margin: 0px;
}

#contents a {
  color: #4f8536;
  text-decoration: none;
}

#contents a:hover {
  text-decoration: underline;
}

#sub-sidebar {
  background: #807fbb;
  padding: 10px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  }

#sub-sidebar a.sub {
  color: #FFF;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px #FFF solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sub-sidebar a.last {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#sub-sidebar a.sub:current {
  color: #4F8536;
  text-decoration: none;
}

#sub-sidebar a.sub:hover {
  color: #F49D34;
  text-decoration: none;
}

header {
  position: relative;
  width: 100%;
  height: 210px;
  background: #FFF;
}

header #header-wrap {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 210px;
  background: url(../images/header-wrap-bg.png) top left no-repeat;
}

header #header-wrap a.logo {
  display: block;
  position: absolute;
  top: 20px;
  width: 378px;
  height: 110px;
}

a#espanol-button {
  position: absolute;
  right: 170px;
  top: 20px;
  display: block;
  background: #f49d34;
  color: #FFF;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  margin: 0;
  font-size: 16px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

a#espanol-button:hover {
  background: #46256a;
}

a#close-site {
  width: 129px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 30px;
  text-indent: -9999px;
  display: block;
  background: url(../images/close-site-button.png) top left no-repeat;
  color: #FFF;
  text-decoration: none;
  margin: 0;
}

a#close-site:hover {
  background-position: 0 -11px;
}

#tagline {
  color: #4f8536;
  position: absolute;
  top: 60px;
  left: 420px;
  width: 560px;
  letter-spacing: normal;
}

#tagline .larger {
  font-size: 18px;
}

#tagline p {
  padding-bottom: 10px;
  font-size: 14px;
}

#nav {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 920px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 1px 1px 1px #242;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
}

#nav a {
	float: left;
	display: block;
	font-weight: normal;
	padding: 20px 15px 16px 20px;
	text-decoration: none;
	color: #FFF;
	height: 24px;
}

#nav a.active {
	background: #f49d34;
	color: #FFF;
}

#nav a:hover {
	background: #4f8536;
	color: #FFF;
}

#banner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 300px;
  background: url(../images/banner-bg.jpg) top left no-repeat;
}

#slide {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 300px;
}

.slide-header {
  position: absolute;
  top: 32px;
  left: 340px;
  font-size: 22px;
  color: #7170b3;
  line-height: 1.15em;
}

.slide-paragraph2 {
  position: absolute;
  top: 119px;
  left: 356px;
  font-size: 18px;
  line-height: 1.2em;
}

.slide-paragraph3 {
  position: absolute;
  top: 204px;
  left: 435px;
  font-size: 20px;
  line-height: 1.2em;
  color: #7170b3;
}

.get-help {
  font-size: 22px;
  color: #565656;
}

#main {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#contents {
  float: left;
  width: 670px;
  margin: 40px 0px 40px 20px;
}

#welcome-box {
  margin: 0px 0px 40px 0px;
}

#feeds {}

#latest-news {
  float: left;
  width: 320px;
}

#upcoming-events {
  float: right;
  width: 320px;
}

#purple-post {
  clear: both;
  margin: 20px 0;
  padding-top: 40px;
}

.short-post {
  padding: 0px 0px 20px 0px;
  margin: 0;
}

#feeds p {
  margin: 0;
  font-size: 16px;
}

#feeds a.title, #purple-post .title {
  font-size: 20px;
  color: #46256a;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

#feeds a.title:hover {
  color: #4f8536;
}

.date {
  font-size: 14px;
}

.large {
  font-size: 18px;
}

#feeds a.readmore:link {font-size: 16px; color: #f49d34; text-decoration: none; font-weight: normal; }
#feeds a.readmore:visited {font-size: 16px; color: #f49d34; text-decoration: none; font-weight: normal; }
#feeds a.readmore:hover {font-size: 16px; color: #f49d34; text-decoration: underline; font-weight: normal; }
#feeds a.readmore:active {font-size: 16px; color: #f49d34; text-decoration: none; font-weight: normal; }

#sidebar {
  float: right;
  width: 220px;
  margin: 40px 0px 40px 0px;
}

a.contribute-button {
  display: block;
  background: url(../images/contribute-button.png) top left no-repeat;
  color: #FFF;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  width: 220px;
  height: 45px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #242;
  text-align: center;
}

a.contribute-button:hover {
  background-position: 0 -50px;
}

a.campaign-button {
  display: block;
  background: url(/system/photos/66/original/campaign-button.png) top left no-repeat;
  color: #FFF;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  width: 220px;
  height: 60px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #242;
  text-align: center;
}

a.campaign-button:hover {
  background-position: 0 -70px;
}

a.sidebar-button {
  display: block;
  background: url(../images/sidebar-button.png) top left no-repeat;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: bold;
  width: 220px;
  height: 35px;
  text-decoration: none;
  text-align: center;
}

a.sidebar-button:hover {
  background-position: 0 -40px;
}

#sign-up-for-newsletter {
  position: relative;
  width: 184px;
  background-color: #4f8536;
  color: #fff;
  border-radius: 8px;
  margin: 20px 0px 20px 0px;
  padding: 18px;
  font-size: 15px;
  line-height: 1.2;
}

#sign-up-for-newsletter h4 {
  font-size: 17px;
  color: #fff;
  margin: 0 0 12px;
}

#sign-up-for-newsletter .fields {
  border: none !important;
  font-weight: normal;
  height: 10px;
  width: 160px !important;
  color: #7e7e7e;
  padding: 10px !important;
  font-size: 14px !important;
  background-color: #fff !important;
  margin: 0px 0px 10px 0px !important;
}

#sign-up-for-newsletter ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 20px;
}

#sign-up-for-newsletter li {margin-left: 0px;}

#sign-up-for-newsletter li input[type="checkbox"] {margin-left: -20px;}

#sign-up-button {
  border: none;
  display: block;
  text-indent: -9999px;
  float: right;
  width: 120px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/sign-up-button-larger.png) top left no-repeat;
}

#sign-up-button:hover {
  background-position: 0 -40px;
}

#connect {
  position: relative;
  width: 220px;
  height: 36px;
  background: url(/system/photos/40/original/connect.png) top left no-repeat;
}

#connect a.facebook-button {
  display: block;
  text-indent: -9999px;
  height: 36px;
  width: 36px;
  background: url(/system/photos/41/original/facebook-button.png) top left no-repeat;
  float: right;
  margin-right: 5px;
}

#connect a.facebook-button:hover {
  background-position: 0 -36px;
}

#connect a.twitter-button {
  display: block;
  text-indent: -9999px;
  height: 36px;
  width: 36px;
  background: url(/system/photos/42/original/twitter-button.png) top left no-repeat;
  float: right;
  margin-right: 5px;
}

#connect a.twitter-button:hover {
  background-position: 0 -36px;
}

#connect a.linkedin-button {
  display: block;
  text-indent: -9999px;
  height: 36px;
  width: 36px;
  background: url(/system/photos/43/original/linkedin-button.png) top left no-repeat;
  float: right;
  margin-right: 10px;
}

#connect a.linkedin-button:hover {
  background-position: 0 -36px;
}


#partner-bar {
  position: relative;
  width: 100%;
  height: 145px;
  background: #FFF;
  border-top: 1px solid #46256a;
}

#partner-bar-wrap {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 145px;
  text-align: center;
}

a.partner-logos {
  padding: 0px 20px 0px 20px;
  vertical-align: middle;
  line-height: 145px;
}

#footer {
  position: relative;
  width: 100%;
  height: 260px;
  background: #46256a;
}

#footer-wrap {
  position: relative;
  margin: 0px auto 20px auto;
  width: 960px;
  height: 220px;
} 

#footer-wrap a.logo {
  display: block;
  position: absolute;
  top: 14px;
  width: 379px;
  height: 111px;
}

#footer-phones {
  position: absolute;
  top: 140px;
  left: 20px;
}

#footer-phones p {
  letter-spacing: 1px;
  line-height: 1.25em;
  color: #FFF;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

#disclaimer {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 210px;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

#footer-nav {
  font-size: 15px;
  text-transform: uppercase; 
}

#footer .col1 {
  position: absolute;
  left: 440px;
  top: 50px;
}

#footer .col2 {
  position: absolute;
  left: 600px;
	top: 50px;
}

#footer-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  line-height: .85em;
}

#footer-nav li {
  padding-bottom: 10px;
}

#footer a:link, #footer a:visited, #footer a:active,
#footer p { color: #FFF; font-weight: normal; text-decoration: none; margin: 0; padding: 0;
}

#footer a:hover {
  text-decoration: underline;
  color: #FFF;
}

#copyright {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#copyright a {
  color: #3c3b3b;
	text-decoration: none;
}

#copyright a:hover {
  color: #f7a21d;
  text-decoration: underline;
}

.post {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#twitter-widget-0 {
  margin-top: 2px;
  vertical-align: top;
}

#fb-root {
  vertical-align: top;
}

